Team:USTC-Software

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
{{Team:USTC-Software/hidden}}
-
<head>
+
{{Team:USTC-Software/global_header}}
-
<title>Project Description</title>
+
<html>
-
<style type="text/css">
+
<head>
-
.firstHeading, #catlinks{
+
    <title>Home USTC-Software</title>
-
display: none;
+
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/style?action=raw&ctype=text/css" type="text/css"/>
-
}
+
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css"/>
-
+
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/footer_style?action=raw&ctype=text/css" type="text/css"/>
-
div{
+
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/home_style?action=raw&ctype=text/css" type="text/css"/>
-
margin:0;
+
   
-
padding:0;
+
    <!-- webfonts -->
-
display:block;
+
    <link href="http://fonts.googleapis.com/css?family=Economica:700,400italic" rel="stylesheet" type="text/css"/>
-
}
+
    <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
-
+
    <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300' rel='stylesheet' type='text/css'>
-
#content{
+
    <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
-
background-color: #f2f2f2;
+
   
-
}
+
    <!-- javascript for slider -->
-
#page_wrapper{
+
    <script src="https://2012.igem.org/Team:USTC-Software/js/modernizr.custom.28468?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
-
width: 800px;
+
</head>
-
margin: auto;
+
<body>
-
}
+
   
-
#page_wrapper #description_wrapper,
+
   
-
#page_wrapper #safety_wrapper{
+
   
-
margin: auto;
+
    <!-- photo zone showing the top features of the software -->
-
margin-top: 50px;
+
    <div id="photo_zone_line_up"></div>
-
}
+
    <div id="da-slider" class="da-slider">
-
#page_wrapper #description_wrapper #description_title,#description_team_name,
+
        <div class="da-slide">
-
#page_wrapper #safety_wrapper #safety_title{
+
            <h2>Map</h2>
-
text-align: center ;
+
            <p>Map is a simple and easy software to visualize your experimental data. Click to import the data and you will get exactly what you want.</p><a href="project.html#map" class="da-link">Read More</a>
-
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
+
            <div class="da-img"><img src="images/1.png" width="480px" height="330"/></div>
-
color: #adadad;
+
        </div>
-
text-shadow: 0px 1px 0px white, 0px -1px 0px black;
+
        <div class="da-slide">
-
}
+
            <h2>Console</h2>
-
#page_wrapper #description_wrapper #description_title,#safety_title{
+
            <p>Console is where you manage heavy computing and complex tasks. With different buttons controlling each parameter, you can optimize the behaviors of the software. We applied evolution algorithm and machine learning techniques in the network inferences to provide the best simulation of your data.</p><a href="project.html#console" class="da-link">Read More</a>
-
font-size: 30px;
+
            <div class="da-img"><img src="images/2.png" width="480px" height="330"/></div>
-
}
+
        </div>
-
#page_wrapper #description_wrapper #description_team_name{
+
        <div class="da-slide">
-
font-size: 25px;
+
            <h2>SandBox</h2>
-
margin: 20px 0px 20px 0px;
+
            <p>SandBox displays the Genetical Regulatory Networks in a clean and interactive way, with clear connection and 3-D interaction, you will get better understanding of how genes and proteins regulating each other.</p><a href="project.html#sandbox" class="da-link">Read More</a>
-
}
+
            <div class="da-img"><img src="images/3.png" width="480px" height="330"/></div>
-
#page_wrapper #description_wrapper #description_body_wrapper,
+
        </div>
-
#safety_body_wrapper{
+
        <div class="da-slide">
-
line-height: 1.5em;
+
            <h2>Report</h2>
-
text-align: justify;
+
            <p>Report organizes all output information in folders. You can review the simulation result while looking at the behaviors of certain genes or proteins. In addition, Report creates a web page where you can review the results on the go.</p><a href="project.html#report" class="da-link">Read More</a>
-
margin-bottom: 100px;
+
            <div class="da-img"><img src="images/4.png" width="480px" height="330"/></div>
-
padding: 20px;
+
        </div>
-
font:18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
+
        <nav class="da-arrows"><span class="da-arrows-prev"></span><span class="da-arrows-next"></span></nav>
-
color: #5f5f5f;
+
    </div>
-
text-shadow: 0px 0px 2px white;
+
    <div id="photo_zone_line_down"></div>
-
}
+
    <script type="text/javascript" src="https://2012.igem.org/Team:USTC-Software/js/jquery-1.7.1.min?action=raw&ctype=text/javascript"></script>
-
+
    <script src="https://2012.igem.org/Team:USTC-Software/js/jquery.cslider?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
-
#description_wrapper p + p{
+
    <script type="text/javascript" charset="utf-8">
-
text-indent: 1.5em;
+
    $(function() {
-
}
+
        $('#da-slider').cslider({
-
+
            bgincrement    : 0,
-
.safety_block{
+
            autoplay: true,
-
margin:25px auto;
+
            interval: 8000
-
padding-left:30px;
+
        });
-
padding-right:30px;
+
    });
-
border-top: 1px solid #5f5f5f;
+
    </script>
-
}
+
   
-
+
   
-
p + p.question{
+
   
-
text-indent:2.3em;
+
    <!-- sections displaying main features -->
-
}
+
    <div id="features_grid">
-
+
        <div id="s-logo"></div>
-
p.question{
+
        <div id="reverse_engineering" class="feature">
-
color:black;
+
            <div class="feature_left">
-
}
+
 
-
+
            </div>
-
</style>
+
            <div class="feature_right">
-
</head>
+
                <div class="feature_name">
-
+
                    <h2>Reverse Engineering</h2>
-
<body>
+
                </div>
-
<div id = "page_wrapper">
+
                <div class="details">
-
<div id="description_wrapper">
+
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
-
<div id = "description_title">Project Description</div>
+
                </div>
-
<div id = "description_team_name">USTC-Software 2012</div>
+
                <div class="more">
-
<div id = "description_body_wrapper">
+
                    <p><a href="#">Read More</a></p>
-
<p/>This summer, USTC-Software team is going to combine experiment data, genetic circuits and mathematical models into a single software, one that not only enables us to better understand Genetic Regulatory Networks (GRNs), but also provide researchers with complete workflows.
+
                </div>
-
+
            </div>
-
<p/>Genetic Regulatory Network (GRN) has been a major subject in recent researches of synthetic biology, and the modulation of a GRN gives rise to a variety of exciting works among iGEM programs as well as softwares assisting synthetic biology researches. Traditionally, researches of GRNs have been focused on either connecting GRNs with real parts on a plasmid or with experimental data, but complete work that combines the three factors have not been paid enough attention to. Here we propose a project that aims to fully connect them with a software that enables us to study GRNs in a much more efficient way.  
+
        </div>
-
+
        <div id="grn" class="feature">
-
<p/>The project starts from using experimental data to generate proper ordinary differential equations (ODEs) that describe the behavior of the given data. With ODEs, we can abstract the possible GRNs and use the Parts available in registry to generate plasmid models that can be used in experiments. In this way, we combine mathematics, biology and experiments, the three main areas supporting a complete iGEM project, in a single software.  
+
            <div class="feature_left">
-
</div>
+
 
-
</div>
+
            </div>
-
<div id="safety_wrapper">
+
            <div class="feature_right">
-
<div id="safety_title">Safety</div>
+
                <div class="feature_name">
-
<div id="safety_body_wrapper">
+
                    <h2>Genetical Regulatory Networks</h2>
-
<p>This century saw the increasing popularity of synthetic biology, which is a combination of biology, chemistry, physics, mathematics, computer science, etc. Greater importance comes with greater concern about the safety and security issues. As a software team, we are not facing the same issues that may caused by bacteria, chemicals and contaminating materials. Still, we are concerned with the possibility of safety problems maybe in or caused our project. We have listed the answers to the safety questions as follows.</p>
+
                </div>
-
<div class="safety_block">
+
                <div class="details">
-
<p class="question">1.Q: Would any of your project ideas raise safety issues in terms of : </p>
+
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
-
<p class="question">Researcher safety,</p>
+
                </div>
-
<p class="question">Public safety, or</p>
+
                <div class="more">
-
<p class="question">Environmental safety?</p>
+
                    <p><a href="#">Read More</a></p>
-
<p class="answer">A: No. Our project serves to help researchers design the feasible biological circuits with certain behavior, and thus relieve them from heavy experimental work in the lab. And all parts that we suggest are coming from natural E. Coli that have been fully sequenced and understood. So plans generated from our software simulate the behavior researchers want with things that can be found in nature. Therefore, our project will not raise safety issues in terms of researchers, public and environments.</p>
+
                </div>
-
</div>
+
            </div>
-
<div class="safety_block">
+
        </div>
-
<p class="question">2.Q: Do any of the new BioBrick parts (or devices) that you made this year raise any safety issues? If yes,</p>
+
        <div id="all_in_one" class="feature">
-
<p class="question">did you document these issues in the Registry?</p>
+
            <div class="feature_left">
-
<p class="question">how did you manage to handle the safety issue?</p>
+
 
-
<p class="question">How could other teams learn from your experience?</p>
+
            </div>
-
<p class="answer">A: No. As a software team, we will not submit any BioBrick parts or devices. The parts we use in this project encodes non-hazardous genes and the data are from the registry and other databases that are widely recognized.</p>
+
            <div class="feature_right">
-
</div>
+
                <div class="feature_name">
-
<div class="safety_block">
+
                    <h2>All-in-one Software</h2>
-
<p class="question">3.Q: Is there a local biosafety group, committee, or review board at your institution?</p>
+
                </div>
-
<p class="question">If yes, what does your local biosafety group think about your project?</p>
+
                <div class="details">
-
<p class="question">If no, which specific biosafety rules or guidelines do you have to consider in your country?</p>
+
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
-
<p class="answer">A: Yes. The project in under the instruction of School of Life Sciences in University of Science and Technology of China. And with the supervision of our instructors and advisors, we are sure that our software development project will not raise any kind of issues in terms of researcher safety, public safety and environmental safety.</p>
+
                </div>          
-
</div>
+
                <div class="more">
-
<div class="safety_block">
+
                    <p><a href="#">Read More</a></p>
-
<p class="question">4.Q: Do you have any other ideas how to deal with safety issues that could be useful for future iGEM competitions? How could parts, devices and systems be made even safer through biosafety engineering?</p>
+
                </div>
-
<p class="answer">A: Yes. (1) We suggest the registry of standard biological parts should have a dedicated safety page of every part to ensure that users would not raise any safety issue when using them. (2) In addition to safety usage of single part, a database should be setup to store the possible safety issue when using several parts together. (3) With the safety page and database, team of the software development track can write softwares that help researchers search safety issues that may be caused by their experiments.</p>
+
            </div>
-
</div>
+
        </div>
-
</div>
+
        <div id="machine_learning" class="feature">
-
</div>
+
            <div class="feature_left">
-
</div>
+
 
-
</body>
+
            </div>
 +
            <div class="feature_right">
 +
                <div class="feature_name">
 +
                    <h2>Machine Learning</h2>
 +
                </div>
 +
                <div class="details">
 +
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
 +
                </div>            
 +
                <div class="more">
 +
                    <p><a href="#">Read More</a></p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div id="slogon"></div>
 +
    </div>
 +
</body>
</html>
</html>
 +
{{Team:USTC-Software/global_footer}}

Revision as of 05:05, 23 September 2012

global_header

igem
Home USTC-Software

Map

Map is a simple and easy software to visualize your experimental data. Click to import the data and you will get exactly what you want.

Read More

Console

Console is where you manage heavy computing and complex tasks. With different buttons controlling each parameter, you can optimize the behaviors of the software. We applied evolution algorithm and machine learning techniques in the network inferences to provide the best simulation of your data.

Read More

SandBox

SandBox displays the Genetical Regulatory Networks in a clean and interactive way, with clear connection and 3-D interaction, you will get better understanding of how genes and proteins regulating each other.

Read More

Report

Report organizes all output information in folders. You can review the simulation result while looking at the behaviors of certain genes or proteins. In addition, Report creates a web page where you can review the results on the go.

Read More

Reverse Engineering

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Genetical Regulatory Networks

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

All-in-one Software

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Machine Learning

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

global_footer

Sponsors