Line 1: | Line 1: | ||
{{OUC-China}} | {{OUC-China}} | ||
<html> | <html> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
+ | <meta name="Keywords" content="关键词,关键词"> | ||
+ | <meta name="Description" content="描述"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/index?action=raw&ctype=text/css"> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | <title>index </title> | ||
+ | <style type="text/css"> | ||
+ | .banner-top{ | ||
+ | margin-left: 12%; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 992px){ | ||
+ | .work-content .col-md-4{ | ||
+ | width:25%; | ||
+ | margin-right: 8%; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | #contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
− | <div class=" | + | #globalWrapper, #content { /*-- changes default wiki settings --*/ |
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | /* disable IGEM's style */ | ||
+ | /*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { | ||
+ | border-bottom: none; | ||
+ | padding-top: 0; | ||
+ | padding-bottom: 0; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | #bodyContent p { | ||
+ | font-size: 100%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | #bodyContent li { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | #bodyContent a { | ||
+ | font-size: 100%; | ||
+ | }*/ | ||
+ | h1{border:0;} | ||
+ | #carousel-example-generic{margin-top:-5px;} | ||
+ | .oucBanner{height:240px;background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');margin-top:-20px;} | ||
+ | .oucNav{margin-top:16px;background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);border:0;} | ||
+ | .oucBrand{width:200px;height:50px;background:url(https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png);} | ||
+ | ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="container"> | ||
+ | <nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" | ||
+ | data-target="#example-navbar-collapse"> | ||
+ | <span class="sr-only">切换导航</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand oucBrand" href="#"></a> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="example-navbar-collapse"> | ||
+ | <ul class="nav navbar-nav" id="oucNav"> | ||
+ | <li class="active"><a href="#">Home</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Project">Project</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Basic part</a></li> | ||
+ | <li><a href="#">Composite parts</a></li> | ||
+ | <li><a href="#">Part collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Attribution<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Support</a></li> | ||
+ | <li><a href="#">Collaboration</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li> | ||
+ | <li><a href="#">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Human Practice</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators" style="margin:0 auto"> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="1"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="2"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="3"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="4"></li> | ||
+ | </ol> | ||
− | < | + | <!-- Wrapper for slides --> |
+ | <div class="carousel-inner" role="listbox"> | ||
+ | <div class="item active"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/5c/T--OUC-China--index-5.JPG"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--OUC-China--index-2.JPG"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/2/2a/T--OUC-China--index-1.JPG"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/a/a2/T--OUC-China--index-3.JPG"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/54/T--OUC-China--index-4.JPG"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Controls --> | ||
+ | <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> | ||
+ | <span class="" aria-hidden="true"></span> | ||
+ | <span class="sr-only"></span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ||
+ | <span class="sr-only"></span> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="oucAbstract row"> | ||
+ | <div id="" class="col-md-5"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/0/0c/T--OUC-China--ab-icon1.png" class="img-responsive"> | ||
+ | </div> | ||
+ | <div id="" class="col-md-2"> | ||
+ | <h1 class="text-center">Abstract</h1> | ||
+ | </div> | ||
+ | <div id="" class="col-md-5"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/d/d4/T--OUC-China--ab-icon2.png" class="img-responsive"> | ||
+ | </div> | ||
+ | <br/> | ||
+ | <div class="text-center"> | ||
+ | <p class="text-center">As is known, once forming stem-loops, the oligonucleotides will be more stable than the single-stranded ones. And mRNA with stem-loop at its 3’ or 5’ end often get a longer lifetime than the linear one owe to the stem-loop’s resistance to exonuclease. Our team tend to design a series of stem-loops each followed by the same endonuclease site and are transcribed as one polycistron. Once digested by endonuclease and seperate into several independent fragments, cistrons with different ∆G stem-loops will get different stability, thus influence the amount of expressed proteins. In this way, wecan decouple the expression level of upstream and downstream genes of the same operon by simply designing different stem-loops. Futhermore, with quantitative ∆G of stem-loops, we even can achieve the ratio expression of target proteins. It is a creative regulating method and we attempt to provide a series of standard regulation parts for others.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="oucMovie"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/99/T--OUC-China--movie-1.fw.png"> | ||
+ | </div> | ||
+ | <div class="oucMenu row"> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="#"><img src="https://static.igem.org/mediawiki/2016/4/41/T--OUC-China--menu-icon-1.fw.png" class="img-responsive"><p class="text-center">Purpose</p></a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="#"><img src="https://static.igem.org/mediawiki/2016/1/1d/T--OUC-China--menu-icon-2.fw.png" class="img-responsive"><p class="text-center">Principle</p></a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="#"><img src="https://static.igem.org/mediawiki/2016/0/07/T--OUC-China--menu-icon-3.fw.png" class="img-responsive"><p class="text-center">Potential</p></a> | ||
+ | </div> | ||
+ | <div class="clearfix"></div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="#"><img src="https://static.igem.org/mediawiki/2016/8/8a/T--OUC-China--menu-icon-4.fw.png" class="img-responsive"><p class="text-center">Attrbution</p></a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="https://2016.igem.org/Team:OUC-China/Team"><img src="https://static.igem.org/mediawiki/2016/a/ad/T--OUC-China--menu-icon-5.fw.png" class="img-responsive"><p class="text-center">Team</p></a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="https://2016.igem.org/Team:OUC-China/Human_Practices"><img src="https://static.igem.org/mediawiki/2016/0/04/T--OUC-China--menu-icon-6.fw.png" class="img-responsive"><p class="text-center">Human Practice</p></a> | ||
+ | </div> | ||
+ | <div class="clearfix"></div> | ||
− | + | </div> | |
− | < | + | <div class="oucMenuBottom"> |
− | < | + | <h1 class="text-center">Let’s take a fantastic journey!</h1> |
− | < | + | <a href="#"><p class="text-center">Check in</p></a> |
− | < | + | </div> |
− | < | + | <div class="row"> |
− | </ | + | <div class="oucBanner"> |
− | + | <h3 class="text-center">Cistrons Concerto</h3> | |
− | + | </div> | |
− | </div> | + | <div class="row oucInformation"> |
− | + | <div class="col-md-7"> | |
− | <div class=" | + | <b>About</b> |
− | + | <p>Thanks to:<i><img src="image/ouc-footer-1.fw.png"></i><i><img src="image/ouc-footer-2.fw.png"></i></p> | |
− | < | + | <p>Designed and built by @ Jasmine Chen and @ Zexin Jiao</p> |
− | + | <p>Code licensed under Apache License v2.0</p> | |
− | <p> | + | </div> |
− | + | <div class="col-md-5"> | |
− | < | + | <b>Contact us</b> |
− | + | <p>E-mail: oucigem@163.com</p> | |
− | < | + | <p>Follow us on Facebook@ iGEM OUC<i><img src="image/ouc-footer-3.fw.png"></i></p> |
− | + | <p>Find us on Google Map</p> | |
− | </ | + | <p>We are OUC-iGEM<i><img src="image/ouc-footer-4.fw.png"></i><i><img src="image/ouc-footer-5.fw.png"></i><i><img src="image/ouc-footer-6.fw.png"></i></p> |
− | + | </div> | |
− | < | + | </div> |
− | + | <div class="oucBottom"> | |
− | + | </div> | |
− | < | + | </div> |
− | + | </div> | |
− | < | + | |
− | <p> | + | |
− | + | ||
− | </div> | + | |
− | + | ||
− | + | ||
− | <div class=" | + | |
− | < | + | |
− | <p> | + | |
− | + | ||
− | < | + | |
− | < | + | |
− | < | + | |
− | < | + | |
− | </ | + | |
− | </div> | + | |
− | + | ||
+ | </body> | ||
</html> | </html> |
Revision as of 00:44, 12 October 2016
Abstract
As is known, once forming stem-loops, the oligonucleotides will be more stable than the single-stranded ones. And mRNA with stem-loop at its 3’ or 5’ end often get a longer lifetime than the linear one owe to the stem-loop’s resistance to exonuclease. Our team tend to design a series of stem-loops each followed by the same endonuclease site and are transcribed as one polycistron. Once digested by endonuclease and seperate into several independent fragments, cistrons with different ∆G stem-loops will get different stability, thus influence the amount of expressed proteins. In this way, wecan decouple the expression level of upstream and downstream genes of the same operon by simply designing different stem-loops. Futhermore, with quantitative ∆G of stem-loops, we even can achieve the ratio expression of target proteins. It is a creative regulating method and we attempt to provide a series of standard regulation parts for others.
Let’s take a fantastic journey!
Check in
Cistrons Concerto
Thanks to:
Designed and built by @ Jasmine Chen and @ Zexin Jiao
Code licensed under Apache License v2.0
E-mail: oucigem@163.com
Follow us on Facebook@ iGEM OUC
Find us on Google Map
We are OUC-iGEM