Team:USTC-Software

From 2011.igem.org

(Difference between revisions)
 
(119 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
-
{{:Team:USTC-Software/temp}}
+
{{:Team:USTC-Software/header}}
-
 
+
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
-
<title>Team:USTC-Software - 2011.igem.org</title>
 
-
<meta name="description" content="home"/>
 
-
<meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/>
 
-
<meta name="author" content="Ao Xu">
 
-
<meta name="copyright" content="Copyright (c) 2011 iGEM USTC Software" />
 
-
<style type="text/css">
 
-
body {
+
<!-- Javascript-->
-
margin: 0;
+
-
padding: 0;
+
-
line-height: 1.5em;
+
-
font-family: Georgia, "Times New Roman", Times, serif;
+
-
font-size: 12px;
+
-
color: #555a4a;
+
-
    background: #a0c73f;
+
-
}
+
-
a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; }
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
-
a:active, a:hover { color: #0683ab; text-decoration: underline; }
+
<script type="text/javascript">
-
 
+
$(document).ready(function() {
-
img { margin: 0px; padding: 0px; border: none; }
+
//Set Default State of each portfolio piece
-
 
+
$(".paging").show();
-
#header_wrapper {
+
$(".paging a:first").addClass("active");
-
width: 100%;
+
-
height: 265px;
+
//Get size of images, how many there are, then determin the size of the image reel.
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
+
var imageWidth = $(".window").width();
-
}
+
var imageSum = $(".image_reel img").size();
-
 
+
var imageReelWidth = imageWidth * imageSum;
-
#header {
+
-
position: relative;
+
//Adjust the image reel to its new size
-
width: 980px;
+
$(".image_reel").css({'width' : imageReelWidth});
-
height: 265px;
+
-
padding: 0 10px;
+
-
margin: 0 auto;
+
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
+
-
}
+
-
 
+
-
/* site title */
+
-
 
+
-
#header  #site_title {
+
-
float: left;
+
-
width: 200px;
+
-
padding: 33px 0;
+
-
}
+
-
 
+
-
#site_title h1 {
+
-
margin: 0;
+
-
padding: 3px;
+
-
font-family:"Times New Roman", Times, serif;
+
-
color:#000;
+
-
font-size:24px;
+
-
}
+
-
 
+
-
#site_title h1 a {
+
-
margin: 0px;
+
-
padding: 0px;
+
-
font-size: 30px;
+
-
color: #ffffff;
+
-
font-weight: bold;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
#site_title h1 a:hover {
+
-
font-weight: bold;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
#site_title h1 a span {
+
-
display: block;
+
-
margin-left: 2px;
+
-
font-size: 14px;
+
-
color: #416902;
+
-
font-weight: bold;
+
-
letter-spacing: 2px;
+
-
}
+
-
 
+
-
/* end of site title */
+
-
 
+
-
/* ---------- Navigation ---------- */
+
-
 
+
-
ul  {
+
-
      list-style-image: none;
+
-
}
+
-
 
+
-
#nav {
+
-
float: right;
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-weight: bold;
+
-
font-size: 12px;
+
-
padding-top: 70px;
+
-
height: 43px;
+
-
}
+
-
 
+
-
#nav .last {
+
-
padding-right: 2px;
+
-
background-image:url(https://static.igem.org/mediawiki/2011/5/59/USTC_Software_nav_button_sep.jpg);
+
-
background-repeat:no-repeat;
+
-
background-position:right;
+
-
}
+
-
 
+
-
#nav, #nav ul{
+
-
margin:0;
+
-
padding:0;
+
-
list-style-type:none;
+
-
list-style-position:outside;
+
-
position:relative;
+
-
line-height:1.5em;
+
-
}
+
-
 
+
-
#nav .on {
+
-
color:#fff !important;
+
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg) !important;
+
-
background-position: bottom left !important;
+
-
}
+
-
 
+
-
#nav a:link, #nav a:active, #nav a:visited{
+
-
    display:block;
+
-
    padding: 14px 35px;
+
-
    color:#a5a5a5;
+
-
    text-decoration:none;
+
-
text-transform: uppercase;
+
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
+
-
background-position: top left;
+
-
}
+
-
 
+
-
#nav a:hover {
+
-
    color:#fff;
+
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
+
-
background-position: bottom left;
+
-
}
+
-
 
+
-
#nav li{
+
-
    float:left;
+
-
    position:relative;
+
-
}
+
//Paging + Slider Function
 +
rotate = function(){
 +
var triggerID = $active.attr("rel") - 1; //Get number of times to slide
 +
var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide
-
#nav ul {
+
$(".paging a").removeClass('active'); //Remove all active class
-
    position:absolute;
+
$active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function)
-
    width:13em;
+
-
    top:3.8em;
+
//Slider Animation
-
    display:none;
+
$(".image_reel").animate({
-
z-index: 1;
+
left: -image_reelPosition
-
}
+
}, 500 );
-
 
+
-
#nav li ul a {
+
};  
-
    width:9em;
+
-
    float:left;
+
//Rotation + Timing Event
-
background-color: #2e2e2e;
+
rotateSwitch = function(){
-
background-image: none !important;
+
play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
-
}
+
$active = $('.paging a.active').next();
-
 
+
if ( $active.length === 0) { //If paging reaches the end...
-
#nav li ul a:hover {
+
$active = $('.paging a:first'); //go back to first
-
background-color: #292929;
+
}
-
}
+
rotate(); //Trigger the paging and slider function
-
 
+
}, 4000); //Timer speed in milliseconds
-
#nav ul ul{
+
};
-
top:auto;
+
-
}
+
rotateSwitch(); //Run function on launch
-
 
+
-
#nav li ul ul {
+
//On Hover
-
    left:12em;
+
$(".image_reel a").hover(function() {
-
    margin:0px 0 0 10px;
+
clearInterval(play); //Stop the rotation
-
    }
+
}, function() {
-
 
+
rotateSwitch(); //Resume rotation
-
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
+
});
-
    display:none;
+
-
    }
+
//On Click
-
 
+
$(".paging a").click(function() {
-
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
+
$active = $(this); //Activate the clicked paging
-
    display:block;
+
//Reset Timer
-
    }
+
clearInterval(play); //Stop the rotation
-
 
+
rotate(); //Trigger rotation immediately
-
/*end of nav*/
+
rotateSwitch(); // Resume rotation
-
 
+
return false; //Prevent browser jump to link anchor
-
/* content_wrapper */
+
});
-
#content {
+
});
-
        background-color:#a0c73f;
+
</script>
-
        width:auto;
+
-
}
+
-
#content_wrapper {
 
-
width: 920px;
 
-
margin: 0 auto;
 
-
padding: 30px 40px;
 
-
background: url(https://static.igem.org/mediawiki/2011/b/bc/USTC_Software_content.jpg) repeat-y;
 
-
}
 
-
#content_wrapper h1 {
+
</head>
-
color: #3a5909;
+
-
font-size: 24px;
+
-
padding: 0 0 60px 20px;
+
-
background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left;
+
-
}
+
 +
<body>
-
#content_wrapper p {
+
<div id="content_wrapper">
-
font-family: Verdana, Arial;
+
-
font-size: 14px;
+
-
}
+
-
#content_wrapper_bottom {
+
<div align="center">
-
width: 1000px;
+
<table id="rotator_news">
-
height: 15px;
+
<tr>
-
margin: 0 auto;
+
<td id="window_images">
-
background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat;
+
<div class="main_view">
-
    background-color: #a0c73f;
+
    <div class="window">
-
}
+
        <div class="image_reel">
 +
                    <img src="https://static.igem.org/mediawiki/2011/b/bf/USTC_Software_L001.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/d/da/USTC_Software_L002.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/e/e6/USTC_Software_L003.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/9/96/USTC_Software_L004.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/6/60/USTC_Software_L005.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/2/22/USTC_Software_L006.png" style=" margin-right:0px; width:650px; height:400px" alt="" />
 +
                    <img src="https://static.igem.org/mediawiki/2011/b/ba/USTC_Software_L007.png" style=" margin-right:0px; width:640px; height:400px" alt="" />             
 +
        </div>
 +
    </div>
 +
    <div class="paging">
 +
        <a href="#" rel="1">1</a>
 +
        <a href="#" rel="2">2</a>
 +
        <a href="#" rel="3">3</a>
 +
        <a href="#" rel="4">4</a>
 +
        <a href="#" rel="5">5</a>
 +
        <a href="#" rel="6">6</a>
 +
        <a href="#" rel="7">7</a>
 +
 +
    </div>
 +
</div> <!-- close "main_view" div -->
 +
</td>
 +
</tr>
 +
</table>
 +
</div>
 +
<br/><br/>
-
/* end of content_wrapper */
+
        <h1>Lachesis</h1>
 +
<!-- Content wrap -->
 +
  <div>
 +
   
 +
    <div class="content_section">
 +
                 
 +
            <div class="intro_box margin_r10">
 +
           
 +
            <h3>Team</h3>
 +
                <img src="https://static.igem.org/mediawiki/2011/7/78/USTC_Software_image_02.jpg" alt="product" />
 +
               
 +
              <p class="intro">Our team is formed of a group of diligent students coming from various departments of USTC. In the School of Life Sciences, we devoted our perspirations to this project for nearly a year. <div class="button_01">
 +
<a href="https://2011.igem.org/Team:USTC-Software/team">Details</a> </div> </p> </div>           
 +
            <div class="intro_box margin_r10">
 +
            <h3>Models</h3>
 +
                <img src="https://static.igem.org/mediawiki/2011/c/c8/USTC_Software_image_03.jpg" alt="product" />
 +
              <p class="intro">Biological reaction networks, even small ones, contain a lot of species and reactions and, thus, are hard to build by hand. Our rule-based modeling approach aims at freeing human from such labor.
-
/* footer */
+
              <div class="button_01">
 +
<a href="https://2011.igem.org/Team:USTC-Software/documents">Details</a> </div> </p> </div>
 +
           
 +
            <div class="intro_box margin_r10">
 +
            <h3>Human practice</h3>
 +
                <img src="https://static.igem.org/mediawiki/2011/3/3c/USTC_Software_image_04.jpg" alt="product" />
 +
               
 +
              <p class="intro">We conducted a survey, during the National Science Week, to discover USTC students' opinion on Synthetic
 +
Biology.<div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/human practice">Details</a> </div> </p> </div>
 +
           
 +
            <div class="cleaner"></div>
 +
    </div>
 +
       
 +
        <div class="cleaner_h40"></div>
 +
    <div class="content_section">
 +
       
 +
        <h2>Project</h2>
 +
       
 +
    <img src="https://static.igem.org/mediawiki/2011/f/fd/USTC_Software_image_05.jpg" alt="image" width="363" class="fl_image" />
 +
                   
 +
    <p>
 +
<span lang="EN-US" xml:lang="EN-US">Our project this year is named Lachesis, which consists of the following</span>
 +
<br/>
 +
 +
          <div><span lang="EN-US" xml:lang="EN-US">
 +
1.Automatic generation of biological reaction network simply from biobrick assemblys.<br/>
 +
2.Data exchange,Reaction network visualization.<br/>
 +
3.Automatic parameter fitting of a mathematical model for a desired behavior, according to experiment data or hand drawn curves using evolution algorithm.<br/>
 +
4.Evaluation of the workablility or robustness of a biological reaction network using pca and entropy.<br/>
 +
</p>
 +
</span>
 +
</div>
-
#mfooter {
+
<p class="em_text"><p class="intro"> <div class="button_01"> <a href="https://2011.igem.org/Team:USTC-Software/project">Details</a> </div> </p> </p>
-
width: 980px;
+
       
-
margin: 0 auto;
+
    </div>
-
padding: 30px 10px;
+
<br/>
-
text-align: center;
+
     
-
color: #333333;
+
<h2>Sponsers</h2>
-
    background-color: #a0c73f;
+
<table width="917" border="0">
-
}
+
  <tr>
 +
    <td width="180"><img src="https://static.igem.org/mediawiki/2011/5/5b/USTC_Software_IF_LOGO_2.jpg"  width="180" /></td>
 +
    <td width="867">
 +
        <table width="724" height="172" border="0">
 +
          <tr>
 +
            <td width="227"><img src="https://static.igem.org/mediawiki/2011/1/11/USTC_Software_TAO_LOGO.png"  width="238" height="83"/></td>
 +
            <td width="234"><img src="https://static.igem.org/mediawiki/2011/d/d3/USTC_Software_sols.png" width="238" height="83"/></td>
 +
            <td width="249"><img src="https://static.igem.org/mediawiki/2011/e/ef/USTC_Software_ADGE_LOGO.png" width="238" height="83"/></td>
 +
          </tr>
 +
          <tr>
 +
            <td height="86"><img src="https://static.igem.org/mediawiki/2011/1/18/USTC_Software_information.png"  width="238" height="83"/></td>
 +
            <td><img src="https://static.igem.org/mediawiki/2011/2/25/USTC_Software_chemistry.jpg"  width="238" height="83"/></td>
 +
            <td><img src="https://static.igem.org/mediawiki/2011/c/cf/USTC_Software_math.jpg"  width="238" height="83"/></td>
 +
          </tr>
 +
        </table>
 +
    </td>
 +
  </tr>
 +
</table>
-
#mfooter a {
 
-
color:#000;
 
-
}
 
-
#mfooter .mfooter_menu {
+
-
margin: 0 0 10px 0;
+
-
padding: 0px;
+
-
list-style: none;
+
-
}
+
-
.mfooter_menu li {
 
-
margin: 0px;
 
-
padding: 0 20px;
 
-
display: inline;
 
-
border-right: 1px solid #000000;
 
-
}
 
-
.mfooter_menu .last_menu {
+
<br/> 
-
border: none;
+
     
-
}
+
<br/>
-
#totop_box {
+
<h2>Vistor</h2>
-
position:fixed;
+
-
width: 77px;
+
-
height: 75px;
+
-
bottom: 21px;
+
-
right: 15px;
+
-
}
+
-
#totop_box form {
+
  <div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'https://2011.igem.org/Team:USTC-Software', 'user' : 930921, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2011-10-02', 'lang' : 'zh', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/e30e3469"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/2011.igem.org-Team-USTC-Software-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
-
width: 280px;
+
-
height: 27px;
+
-
margin: 0;
+
-
padding: 25px 0 0 0;
+
-
}
+
-
#to_org_box {
+
</div>  
-
position:fixed;
+
  <!-- end of content -->
-
width: 77px;
+
-
height: 75px;
+
-
bottom: 21px;
+
-
right: 105px;
+
-
}
+
-
 
+
-
#to_org_box form {
+
-
width: 280px;
+
-
height: 27px;
+
-
margin: 0;
+
-
padding: 25px 0 0 0;
+
-
}
+
-
/* end of footer*/
+
-
 
+
-
</style>
+
-
 
+
-
</head>
+
-
 
+
-
<body>
+
-
<div id="header_wrapper">
+
-
 
+
-
    <div id="header">
+
      
      
-
  <div id="site_title">
+
  <div class="cleaner"></div>  
-
            <h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" alt="iGEM" width="173" height="150" /> </br> </br> USTC-Software </h1>
+
   
-
        </div>
+
    <br/> <br/>
-
       
+
   
-
<!-- Navigation -->
+
</div>
-
<ul id="nav">
+
   
-
<li><a class="on" href="https://2011.igem.org/Team:USTC-Software">Home</a></li>
+
    <div id="content_wrapper_bottom"></div> <!-- end of content_wrapper -->
-
    <li><a href="https://2011.igem.org/Team:USTC-Software/project">Project</a>
+
-
<ul>
+
-
<li><a href="#">TBD_1</a></li>
+
-
<li><a href="#">TBD_2</a></li>
+
-
<li><a href="#">TBD_3</a>
+
-
<ul>
+
-
<li><a href="#">TBD_3_1</a></li>
+
-
<li><a href="#">TBD_3_2</a></li>
+
-
<li><a href="#">TBD_3_3</a></li>
+
-
</ul>
+
-
</li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/model">MoDeL</a>
+
-
<ul>
+
-
<li><a href="#">TBD_1</a></li>
+
-
<li><a href="#">TBD_2</a></li>
+
-
</ul>
+
-
</li>
+
-
                <li><a href="https://2011.igem.org/Team:USTC-Software/notebook">Notebook</a>
+
-
</li>
+
<script type="text/javascript">
-
<li><a href="https://2011.igem.org/Team:USTC-Software/team">Team</a>
+
  var _gaq = _gaq || [];
-
                            <ul>
+
  _gaq.push(['_setAccount', 'UA-25857438-1']);
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/members">members</a></li>
+
   _gaq.push(['_trackPageview']);
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/collaboration">collaboration</a></li>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/attribution">attribution</a></li>
+
-
                            <li><a href="https://2011.igem.org/Team:USTC-Software/acknowledgements">acknowledgements</a></li>
+
-
                            </ul>
+
-
                </li>
+
-
    
+
-
  <li><a class="last"href="https://2011.igem.org/Team:USTC-Software/human practice">Human practice</a>              <!--current page-->
+
-
<ul>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/safety">safety</a></li>
+
-
<li><a href="https://2011.igem.org/Team:USTC-Software/meetup">meetup</a></li>
+
-
</ul>
+
-
</li>             
+
-
</ul>
+
-
<!-- // Navigation -->
+
-
     
+
-
      <div class="cleaner"></div>
+
-
    </div> <!-- end of header -->
+
-
</div>
+
  (function() {
-
<!-- end of header_wrapper -->
+
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
-
<div id="content_wrapper">
+
</script>
 +
-
</div>
 
-
 
 
-
<div id="content_wrapper_bottom"> </div>
 
-
 
-
<!-- end of content_wrapper -->
 
-
   
 
<div id="mfooter">
<div id="mfooter">
   <ul class="mfooter_menu">
   <ul class="mfooter_menu">
-
                 <li><a href="#" class="current">Home</a></li>
+
                 <li><a href="#" target="_parent">Home</a></li>
                 <li><a href="https://2011.igem.org/Team:USTC-Software/project" target="_parent">Project</a></li>
                 <li><a href="https://2011.igem.org/Team:USTC-Software/project" target="_parent">Project</a></li>
-
                <li><a href="https://2011.igem.org/Team:USTC-Software/model" target="_parent"> MoDeL</a></li>
 
                 <li><a href="https://2011.igem.org/Team:USTC-Software/notebook" target="_parent">Notebook</a></li>
                 <li><a href="https://2011.igem.org/Team:USTC-Software/notebook" target="_parent">Notebook</a></li>
-
                 <li><a href="https://2011.igem.org/Team:USTC-Software/team" target="_parent">Team</a></li>
+
                 <li><a href="https://2011.igem.org/Team:USTC-Software/team" class="current">Team</a></li>
-
                 <li class="last_menu"><a href="https://2011.igem.org/Team:USTC-Software/team" target="_parent">Human Practice</a></li>
+
                <li><a href="https://2011.igem.org/Team:USTC-Software/human practice" target="_parent">Human practice</a></li>
 +
                 <li class="last_menu"><a href="https://2011.igem.org/Team:USTC-Software/download" target="_parent">Download</a></li>
                  
                  
   </ul>
   </ul>
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
-
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img class="logo" src="https://static.igem.org/mediawiki/2011/8/88/USTC_Software_back_to_igem.png" width="69" height="70"alt="to igem.org"  style="right:auto"/></a>
+
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/8/88/USTC_Software_back_to_igem.png" width="69" height="70"alt="Go back to igem.org"/></a>
   </div>
   </div>
   <div id="totop_box">
   <div id="totop_box">
-
       <a href="#top"><img class="logo" src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="go back to top"  style="right:auto"/></a>  
+
       <a href="#top"><img src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="Go back to Top"/></a>  
   </div>
   </div>

Latest revision as of 12:42, 27 October 2011


Team:USTC-Software - 2011.igem.org

1 2 3 4 5 6 7


Lachesis

Team

product

Our team is formed of a group of diligent students coming from various departments of USTC. In the School of Life Sciences, we devoted our perspirations to this project for nearly a year.

Models

product

Biological reaction networks, even small ones, contain a lot of species and reactions and, thus, are hard to build by hand. Our rule-based modeling approach aims at freeing human from such labor.

Human practice

product

We conducted a survey, during the National Science Week, to discover USTC students' opinion on Synthetic Biology.

Project

image

Our project this year is named Lachesis, which consists of the following

1.Automatic generation of biological reaction network simply from biobrick assemblys.
2.Data exchange,Reaction network visualization.
3.Automatic parameter fitting of a mathematical model for a desired behavior, according to experiment data or hand drawn curves using evolution algorithm.
4.Evaluation of the workablility or robustness of a biological reaction network using pca and entropy.


Sponsers



Vistor