Difference between revisions of "Team:SiCAU-China"

 
(8 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
}
 
}
 
   /*Special positioning of the navigation bar*/   
 
   /*Special positioning of the navigation bar*/   
<!--
 
.STYLE1 {
 
    color: #000066;
 
    }
 
.STYLE4 {color: #0000CC;}
 
.STYLE5 {font-size: 24px;}
 
.STYLE6 {color: #CCCC66;}
 
-->
 
 
h1{
 
h1{
 
     margin:auto;
 
     margin:auto;
 
     text-align:center;
 
     text-align:center;
     font-size:30px;
+
     font-size:25px;
 +
    font-size:35px;
 
     color:#884400;
 
     color:#884400;
 
     }
 
     }
Line 37: Line 30:
 
     margin:auto;
 
     margin:auto;
 
     font-size:20px;
 
     font-size:20px;
 +
    background:#6FAAB8;
 +
    border:3px solid #003567;
 +
    padding:0 30px;
 +
    }
 +
.picture1{
 +
    position:relative;
 +
    }
 +
.sherlock{
 +
    position:absolute;
 +
    top:230px;
 +
    left:150px;
 
     }
 
     }
 
/*defines the father box of the navigation bar*/
 
/*defines the father box of the navigation bar*/
Line 126: Line 130:
 
</head>
 
</head>
 
<body>
 
<body>
 +
<div class="mao"><a href="#"><img src="https://static.igem.org/mediawiki/2017/b/bc/T-SICAU-sidebar_mao.jpg" />  <div class="t"><b>top</b></div></a></div>
 
<div id="huahu">
 
<div id="huahu">
 
<div align="center" class="STYLE1"><img src="https://static.igem.org/mediawiki/2017/f/ff/T-SICAU-EYEZHUAN666.png" width="100%" height="100%" /></div>
 
<div align="center" class="STYLE1"><img src="https://static.igem.org/mediawiki/2017/f/ff/T-SICAU-EYEZHUAN666.png" width="100%" height="100%" /></div>
Line 139: Line 144:
 
         <div class="dropdown-content">
 
         <div class="dropdown-content">
 
<a href="https://2017.igem.org/Team:SiCAU-China/Description">Description</a>  
 
<a href="https://2017.igem.org/Team:SiCAU-China/Description">Description</a>  
<a href="https://2017.igem.org/Team:SiCAU-China/Design">Design</a>
 
 
  <a href="https://2017.igem.org/Team:SiCAU-China/Results">Results</a>  
 
  <a href="https://2017.igem.org/Team:SiCAU-China/Results">Results</a>  
 
                   <a href="https://2017.igem.org/Team:SiCAU-China/Contribution">Contribution</a>   
 
                   <a href="https://2017.igem.org/Team:SiCAU-China/Contribution">Contribution</a>   
Line 161: Line 165:
 
         <div class="dropdown-content">  
 
         <div class="dropdown-content">  
 
<a href="https://2017.igem.org/Team:SiCAU-China/Team">Team</a>  
 
<a href="https://2017.igem.org/Team:SiCAU-China/Team">Team</a>  
                 <a href="https://2017.igem.org/Team:SiCAU-China/Attributions">Attributions </a></div></li>
+
                 <a href="https://2017.igem.org/Team:SiCAU-China/Attributions">Attributions </a>
 +
                <a href="https://2017.igem.org/Team:SiCAU-China/gally">Gallery</a></div></li>
 +
 
 
   
 
   
 
         <li><a href="https://2017.igem.org/Team:SiCAU-China/Collaborations"><div>  
 
         <li><a href="https://2017.igem.org/Team:SiCAU-China/Collaborations"><div>  
 
         <img src="https://static.igem.org/mediawiki/2017/thumb/a/a6/T-SICAU-pipe.jpg/180px-T-SICAU-pipe.jpg.png" alt="Collaborations" class="up-nav-icon" />
 
         <img src="https://static.igem.org/mediawiki/2017/thumb/a/a6/T-SICAU-pipe.jpg/180px-T-SICAU-pipe.jpg.png" alt="Collaborations" class="up-nav-icon" />
 
           Collaborations</div></a>
 
           Collaborations</div></a>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 172: Line 179:
 
<br/>
 
<br/>
 
<div style="clear:both;"></div>
 
<div style="clear:both;"></div>
<h1 align="center" class="STYLE6"><i>Sherlock E.coli</i> : A Sensitive Positive Feedback Detector</h1>
+
<div class="picture1"><img src="https://static.igem.org/mediawiki/2017/e/e0/T-SICAU-overview.jpg" /></div>
 
<br/>
 
<br/>
 
<div class="p-size">
 
<div class="p-size">
Line 179: Line 186:
 
<br/>
 
<br/>
 
<br/>
 
<br/>
<br/>
+
<div class="picture1"><img src="https://static.igem.org/mediawiki/2017/6/63/T-SICAU-home_wiring_diagram.jpg" />
 +
  <div class="sherlock"><img src="https://static.igem.org/mediawiki/2017/0/05/T-SICAU-home_sherlock.jpg" /></div>
 
<br/>
 
<br/>
 
<br/>
 
<br/>
Line 186: Line 194:
  
 
</body>
 
</body>
 +
<script type="text/javascript">
 +
window.onload=
 +
function(){
 +
    var oDiv = document.getElementById("float"),
 +
H = 0,
 +
Y = oDiv
 +
while (Y) {H += Y.offsetTop; Y = Y.offsetParent}
 +
window.onscroll = function()
 +
{
 +
    var s = document.body.scrollTop || document.documentElement.scrollTop
 +
    if(s>H+90) {
 +
        oDiv.style = "position:fixed;top:-90px;width:100%;z-index:100;"
 +
    } else {
 +
        oDiv.style = ""
 +
    }
 +
    }
 +
}
 +
</script>
 
</html>
 
</html>
 +
{{sicau-china footer}}

Latest revision as of 19:47, 1 November 2017

SiCAU-iGEM





      Positive feedback system can be found in everywhere, which exists widely in creatures ranging from Lac operon of prokaryotes to human beings. It has been used to construct various attractive circuits such bistable state, oscillators and other inconceivable systems. In our project this year, the significant performance of sensitivity would be developed in the positive feedback loop established by LuxR/LuxI quorum sensing system. But this loop can be opened up because of its background expression. The AiiA, which can hydrolyze the AHL, together with the Lac operon, will control the background expression. Furthermore, the input defined by user will have a negative correlation to the opening time. Hence, there is a need to establish a model to describe this relation and even realize quantitative determination.