Team:USTC-Software

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<title>Project Description</title>
 +
<style  type="text/css">
 +
body{
 +
background-color: #f2f2f2;
 +
text-decoration: none;
 +
}
 +
 +
#page_wrapper{
 +
width: 980px;
 +
margin: auto;
 +
}
 +
#page_wrapper #description_wrapper{
 +
width: 800px;
 +
margin: auto;
 +
margin-top: 100px;
 +
}
 +
#page_wrapper #description_wrapper h1,h2{
 +
text-align: center ;
 +
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
 +
color: #adadad;
 +
text-shadow: 0px 1px 0px white, 0px -1px 0px black;
-
<html>
+
}
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
#page_wrapper #description_wrapper #description_body_wrapper{
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
text-align: justify;
-
This is a template page. READ THESE INSTRUCTIONS.
+
margin-top: 25px;
-
</div>
+
margin-bottom: 100px;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
font:18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
line-height: 150%;
-
</div>
+
color: #5f5f5f;
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
text-shadow: 0px 0px 2px white;
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
+
}
-
</div>
+
-
</div>
+
</style>
 +
</head>
 +
 +
<body>
 +
<div id = "page_wrapper">
 +
<div id="description_wrapper">
 +
<h1>Project Description</h1>
 +
<h2>USTC-Software 2012</h2>
 +
<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/>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.  
 +
 +
<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>
 +
</div>
 +
</div>
 +
</body>
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
 
-
 
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|[[Image:USTC-Software_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:USTC-Software_logo.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:USTC-Software | Team USTC-Software]]
 
-
|}
 
-
 
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:USTC-Software|Home]]
 
-
!align="center"|[[Team:USTC-Software/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=USTC-Software Official Team Profile]
 
-
!align="center"|[[Team:USTC-Software/Project|Project]]
 
-
!align="center"|[[Team:USTC-Software/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:USTC-Software/Modeling|Modeling]]
 
-
!align="center"|[[Team:USTC-Software/Notebook|Notebook]]
 
-
!align="center"|[[Team:USTC-Software/Safety|Safety]]
 
-
!align="center"|[[Team:USTC-Software/Attributions|Attributions]]
 
-
|}
 

Revision as of 03:45, 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.