Team:USTC-Software

From 2012.igem.org

(Difference between revisions)
Line 7: Line 7:
text-decoration: none;
text-decoration: none;
}
}
-
+
div{
 +
border: none;
 +
}
 +
#content{
 +
background-color: transparent;
 +
border-color:transparent;
 +
}
 +
#firstHeading{
 +
display: none;
 +
}
#page_wrapper{
#page_wrapper{
width: 980px;
width: 980px;
Line 17: Line 26:
margin-top: 100px;
margin-top: 100px;
}  
}  
-
#page_wrapper #description_wrapper h1,h2{
+
#page_wrapper #description_wrapper #description_title,#description_team_name{
text-align: center ;
text-align: center ;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
color: #adadad;
color: #adadad;
text-shadow: 0px 1px 0px white, 0px -1px 0px black;
text-shadow: 0px 1px 0px white, 0px -1px 0px black;
-
 
+
}
 +
#page_wrapper #description_wrapper #description_title{
 +
font-size: 40px;
 +
}
 +
#page_wrapper #description_wrapper #description_team_name{
 +
font-size: 30px;
 +
margin: 20px 0px 20px 0px;
}
}
#page_wrapper #description_wrapper #description_body_wrapper{
#page_wrapper #description_wrapper #description_body_wrapper{
Line 40: Line 55:
<div id = "page_wrapper">
<div id = "page_wrapper">
<div id="description_wrapper">
<div id="description_wrapper">
-
<h1>Project Description</h1>
+
<div id = "description_title">Project Description</div>
-
<h2>USTC-Software 2012</h2>
+
<div id = "description_team_name">USTC-Software 2012</div>
<div id = "description_body_wrapper">
<div id = "description_body_wrapper">
<p/>This summer, USTC-Software team is going to combine experiment data, genetic circuits and mathematical models in a single software, a software that not only enables us to better understand Genetic Regulatory Networks (GRNs), but also provide researchers with complete workflows.
<p/>This summer, USTC-Software team is going to combine experiment data, genetic circuits and mathematical models in a single software, a software that not only enables us to better understand Genetic Regulatory Networks (GRNs), but also provide researchers with complete workflows.

Revision as of 05:26, 6 July 2012

Project Description

Project Description
USTC-Software 2012

This summer, USTC-Software team is going to combine experiment data, genetic circuits and mathematical models in a single software, a software that not only enables us to better understand Genetic Regulatory Networks (GRNs), but also provide researchers with complete workflows.

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 software that enables us to study GRNs in a much more efficient way.

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.