Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
+ | <html><title>GBC-Home</title> | ||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | ||
Line 17: | Line 15: | ||
================================================== --> | ================================================== --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | ||
− | <!-- | + | <!-- js --> |
− | < | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/jquery.js&action=raw&ctype=text/javascript"></script> |
− | < | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/bootstrap.js&action=raw&ctype=text/javascript"></script> |
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/ | + | <!-- js popover --> |
− | + | ||
− | + | ||
− | + | ||
− | <!-- js | + | |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function () { $("[data-toggle='popover']").popover(); }); | $(function () { $("[data-toggle='popover']").popover(); }); | ||
</script> | </script> | ||
+ | <!-- js menu --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
− | $('.top-nav ul li span').hover(function(){ | + | $('.top-nav ul li span').hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');}); |
− | + | $('.top-nav ul li').mouseover(function(){$(this).children('div').stop().slideDown().parent().siblings().children('div').stop().slideUp();}); | |
− | },function(){ | + | $('.top-nav ul li span').mouseleave(function(){$(this).siblings('div').stop().slideUp()}); |
− | $(this).removeClass('hover'); | + | |
− | }); | + | |
− | $('.top-nav ul li').mouseover(function(){ | + | |
− | + | ||
− | }); | + | |
− | $('.top-nav ul li span').mouseleave(function(){ | + | |
− | + | ||
$('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | $('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | ||
− | }) | + | }) |
+ | |||
</script> | </script> | ||
+ | <!-- js cathead --> | ||
<script> | <script> | ||
function changeface() | function changeface() | ||
Line 1,397: | Line 1,387: | ||
} | } | ||
.text-primary { | .text-primary { | ||
− | + | color: #337ab7; | |
− | color: # | + | |
} | } | ||
a.text-primary:hover { | a.text-primary:hover { | ||
− | color:# | + | <!-- color: #286090; --> |
} | } | ||
.text-success { | .text-success { | ||
Line 1,432: | Line 1,421: | ||
} | } | ||
a.bg-primary:hover { | a.bg-primary:hover { | ||
− | background-color:# | + | <!-- background-color: #286090; --> |
} | } | ||
Line 3,148: | Line 3,137: | ||
.btn-primary.active, | .btn-primary.active, | ||
.open > .dropdown-toggle.btn-primary { | .open > .dropdown-toggle.btn-primary { | ||
− | + | color: black; | |
− | + | ||
− | + | ||
border-color:none; | border-color:none; | ||
} | } | ||
Line 4,832: | Line 4,819: | ||
.label-primary[href]:hover, | .label-primary[href]:hover, | ||
.label-primary[href]:focus { | .label-primary[href]:focus { | ||
− | background-color: # | + | <!-- background-color: #286090; --> |
} | } | ||
.label-success { | .label-success { | ||
Line 6,752: | Line 6,739: | ||
} | } | ||
− | h1 { font-family: Delius; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height:80%; } h3 { font-family: Delius; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height:110%; } p { font-family: Delius; font-size: | + | h1 { font-family: Delius; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height:80%; } h3 { font-family: Delius; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height:110%; } p { font-family: Delius; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700;line-height:110%; } blockquote { font-family: Delius; font-size: 29px; font-style: normal; font-variant: normal; font-weight: 700; line-height:110%; } pre { font-family: Delius; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 500; line-height:110%; } |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h4, { | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h4, { | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
Line 6,761: | Line 6,748: | ||
} | } | ||
− | |||
− | |||
− | |||
/* navigator */ | /* navigator */ | ||
/* the entire div */ | /* the entire div */ | ||
Line 6,857: | Line 6,841: | ||
left:-83px; | left:-83px; | ||
top:-30px; | top:-30px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
/* link style */ | /* link style */ | ||
Line 6,872: | Line 6,849: | ||
/* submenu link style */ | /* submenu link style */ | ||
.top-nav ul li div span:hover{ | .top-nav ul li div span:hover{ | ||
− | background: | + | background:transparent; |
− | + | ||
} | } | ||
Line 6,879: | Line 6,855: | ||
.top-nav ul li div a:hover{ | .top-nav ul li div a:hover{ | ||
color:rgb(88,73,63); | color:rgb(88,73,63); | ||
− | background:rgb( | + | background:rgb(118,191,141); |
} | } | ||
/* special */ | /* special */ | ||
Line 6,920: | Line 6,896: | ||
width:950px; | width:950px; | ||
background:rgba(125, 63, 152, 0.4); | background:rgba(125, 63, 152, 0.4); | ||
− | min-height: | + | min-height:8000px; |
} | } | ||
Line 6,975: | Line 6,951: | ||
top:-9px; | top:-9px; | ||
z-index:10; | z-index:10; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#menuhead{ | #menuhead{ | ||
Line 7,051: | Line 6,978: | ||
top:-42px; | top:-42px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
<!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | <!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | ||
Line 7,110: | Line 7,014: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | |
− | + | <a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a> | |
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a> | ||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a> | ||
<img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,117: | Line 7,023: | ||
</li> | </li> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="https://2018.igem.org/Team:GreatBay_China/Parts"><span>Parts</span></a> |
<div> | <div> | ||
Line 7,160: | Line 7,066: | ||
</div> | </div> | ||
</li> | </li> | ||
− | <li | + | <li> |
<a href="https://2018.igem.org/Team:GreatBay_China/Safety"><span>Safety</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China/Safety"><span>Safety</span></a> | ||
<div> | <div> | ||
</div> | </div> | ||
</li> | </li> | ||
− | <li> | + | <li id="active"> |
<a href="https://2018.igem.org/Team:GreatBay_China/Model"><span>Model</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China/Model"><span>Model</span></a> | ||
</li> | </li> | ||
<div> | <div> | ||
</div> | </div> | ||
− | <li> | + | <li > |
<a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | ||
</li> | </li> | ||
Line 7,190: | Line 7,096: | ||
<div class="container"> | <div class="container"> | ||
<div class="footer"> | <div class="footer"> | ||
− | + | <br> | |
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
Line 7,234: | Line 7,140: | ||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="header | + | <div class="header"> |
<img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | <img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="row" style="margin:30px"> | |
− | < | + | <span style="height:250px"></span> |
− | + | ||
− | + | </br> | |
− | + | </br> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | <div class="row" style=" | + | <div class="row"> |
− | + | <span style="height:250px"></span> | |
− | < | + | <div class="jumbotron"> |
− | + | <h2 style="color:white;">Models</h2> | |
− | < | + | <h4 style="color:white;"> |
− | + | <button style="color:white;"type="button" class="btn btn-primary" title="Timshel" | |
− | + | data-container="body" data-toggle="popover" data-placement="top" | |
− | + | data-content="I mean... I haven't finished this yet."> | |
− | </ | + | We |
− | + | </button> built an ODE kinetics framework to model the mutualistic co-culture system of E.coli and S.cerevisiae we intended to use in our project, taking into account substrate utilization, product inhibitions and product formation involved in two species’ interactions. By recording the growth of the two engineered strains in co-culture and performing parameter sensitivity analyses, we were able to better interpret the behavior of the system. | |
− | + | In addition, we have also devised a model to analyze the relationship between E.coli’s geraniol production level and the copy number of the plasmid containing the two key enzymes for production, GES and GPPS, under the stabilization of different transcription activator-like effectors stabilized promoters(TALEsp) from our promoter library, so as to choose the desired combination for optimal geraniol production. The model can also be applied to choosing TALEsp for other situations involving tuning expressions of genes or maximizing down-stream production stabilized by TALEsp.</h4> | |
− | + | </div> | |
− | </ | + | </div> |
+ | |||
+ | <div class="row" style="margin-left:50px"> | ||
+ | <embed width="800" height="5000" src="https://static.igem.org/mediawiki/2018/b/bf/T--GreatBay_China--embed.pdf" /> | ||
+ | </div> | ||
− | + | </div> | |
− | + | <br><br><br><br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
Line 7,304: | Line 7,192: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | ||
− | + | ||
</html> | </html> |