(16 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
margin-left: 12%; | margin-left: 12%; | ||
} | } | ||
+ | |||
+ | #para{ | ||
+ | |||
+ | margin-left:50px; | ||
+ | margin-right:50px; | ||
+ | } | ||
@media (min-width: 992px){ | @media (min-width: 992px){ | ||
Line 60: | Line 66: | ||
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a> | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
− | <li><a | + | <li><a href="https://2016.igem.org/Team:OUC-China/Project">Introduction</a></li> |
<li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li> | <li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li> | ||
<li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li> | <li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li> | ||
Line 77: | Line 83: | ||
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
<li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li> | <li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li> | ||
− | <li><a href="https://2016.igem.org/Team:OUC-China/ | + | <li><a href="https://2016.igem.org/Team:OUC-China/Communicating">Communicating & Improving</a></li> |
− | <li><a href="https://2016.igem.org/Team:OUC-China/ | + | <li><a href="https://2016.igem.org/Team:OUC-China/Investigating">Investigating & Promoting</a></li> |
<li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li> | <li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li> | ||
</ul> | </ul> | ||
Line 107: | Line 113: | ||
</nav> | </nav> | ||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||
− | + | <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/0/0c/T--OUC-China--Software.jpg" class="img-responsive" alt="protocol-banner"></div> | |
− | + | <div> | |
− | + | <br> | |
− | + | <br> | |
− | + | <div class="oucMovie" style="background:url('https://static.igem.org/mediawiki/2016/9/99/T--OUC-China--movie-1.fw.png');width:100%;height:400px;"> | |
− | + | <video src="https://static.igem.org/mediawiki/2016/3/3b/T--OUC-China--software-video.mp4" controls="controls" width="100%" height="400" style="margin:0 auto;"> | |
− | + | your browser does not support the video tag | |
− | + | </video> | |
− | + | </div> | |
− | + | <br> | |
+ | <br> | ||
+ | <div id="para"> | ||
+ | <p>We have developed our own software which provides a database of stem loops. When users upload their own sequence, the software can find out corresponding stem loops and store them into the database. Moreover, when users need proteins expressed in specific quantity, such as inputting the ratio of two different proteins, the software can provide suitable stem loops according to the ratio. The relationship between the quantitative expression of protein and the folding energy is based on our modeling.</p> | ||
+ | <p>With the help of this database, we can regulate the protein expression level more rationally, more precisely and more quickly. We believe that our toolbox will play a part in prokaryotic regulation field.</p> | ||
+ | <p>This database is based on Apache/PHP/MySQL environment. If you want to see our source code and operation guide. Please download this <a href="https://static.igem.org/mediawiki/2016/5/56/Code_%26_Guide.zip">zip</a>.</p> | ||
+ | <p>Here is our software <a href="https://static.igem.org/mediawiki/2016/e/e9/T--OUC-China--handbook.pdf">handbook</a>.</p> | ||
+ | </div> | ||
+ | <br><br><br><br> | ||
+ | </div> | ||
<div class="oucBanner"> | <div class="oucBanner"> | ||
<h3 class="text-center">Cistrons Concerto</h3> | <h3 class="text-center">Cistrons Concerto</h3> | ||
Line 123: | Line 138: | ||
<div class="col-md-1"></div> | <div class="col-md-1"></div> | ||
<div class="col-md-5"> | <div class="col-md-5"> | ||
− | <h3>Thanks</h3 | + | <h3>Thanks:</h3> |
− | + | <p>1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences</p> | |
− | <p | + | <p>2.NEW ENGLAND Biolabs</p> |
− | <p | + | |
</div> | </div> | ||
<div class="col-md-5 Contact"> | <div class="col-md-5 Contact"> | ||
<h3>Contact us:</h3> | <h3>Contact us:</h3> | ||
− | |||
<p><b>E-mail</b>: oucigem@163.com</p> | <p><b>E-mail</b>: oucigem@163.com</p> | ||
<p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p> | <p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p> | ||
Line 140: | Line 153: | ||
</div> | </div> | ||
<div class="oucBottom"> | <div class="oucBottom"> | ||
− | </div> | + | </div> |
</div> | </div> |
Latest revision as of 12:39, 30 November 2016
We have developed our own software which provides a database of stem loops. When users upload their own sequence, the software can find out corresponding stem loops and store them into the database. Moreover, when users need proteins expressed in specific quantity, such as inputting the ratio of two different proteins, the software can provide suitable stem loops according to the ratio. The relationship between the quantitative expression of protein and the folding energy is based on our modeling.
With the help of this database, we can regulate the protein expression level more rationally, more precisely and more quickly. We believe that our toolbox will play a part in prokaryotic regulation field.
This database is based on Apache/PHP/MySQL environment. If you want to see our source code and operation guide. Please download this zip.
Here is our software handbook.
Cistrons Concerto
Thanks:
1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences
2.NEW ENGLAND Biolabs
Contact us:
E-mail: oucigem@163.com
Designed and built by @ Jasmine Chen and @ Zexin Jiao
We are OUC-iGEM