Difference between revisions of "Team:OUC-China"
ShuiqingWang (Talk | contribs) (Blanked the page) |
ShuiqingWang (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
+ | <html lang="zh-CN"> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <!-- 使IE用最高模式渲染页面 --> | ||
+ | <meta name="renderer" content="webkit"> | ||
+ | <!-- 极速模式 --> | ||
+ | <title>Team:OUC-China</title> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/bootstrap-theme?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/bootstrap?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/nav?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/index?action=raw&ctype=text/css"> | ||
+ | <script src="https://2015.igem.org/Team:OUC-China/js/jquery-1.11.1.min?action=raw&ctype=text/js"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:OUC-China/js/bootstrap?action=raw&ctype=text/js"></script> | ||
+ | <style> | ||
+ | .banner-top{ | ||
+ | margin-left: 12%; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <header class="header"> | ||
+ | <nav class="navbar navbar-default"> | ||
+ | <div class="container"> | ||
+ | <span class="menu"> Menu</span> | ||
+ | <div class="banner-top"> | ||
+ | <ul class="nav banner-nav"> | ||
+ | <li><a href="index.html">HOME</a></li> | ||
+ | <li class="dropdown1"><a class="down-scroll" href="#">PROJECT</a> | ||
+ | <ul class="dropdown2"> | ||
+ | <li><a href="#">Overview</a></li> | ||
+ | <li><a href="#">Magnetic Receiver</a></li> | ||
+ | <li><a href="#">Thermosensitive Regulator</a></li> | ||
+ | <li><a href="#">Captor</a></li> | ||
+ | <li><a href="#">Results</a></li> | ||
+ | <li><a href="#">Parts</a></li> | ||
+ | <li><a href="#">Achievements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown1"><a href="#">INTERLAB</a> | ||
+ | </li> | ||
+ | <li class="dropdown1"><a class="down-scroll" href="#">MODELING</a> | ||
+ | <ul class="dropdown2"> | ||
+ | <li><a href="#">Overview</a></li> | ||
+ | <li><a href="#">Magnetic Receiver</a></li> | ||
+ | <li><a href="#">Heating</a></li> | ||
+ | <li><a href="#">Thermosensitive Regulator</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown1"><a class="down-scroll" href="">HUMAN PRACTISE</a> | ||
+ | <ul class="dropdown2"> | ||
+ | <li><a href="#">Overview</a></li> | ||
+ | <li><a href="#">Safety</a></li> | ||
+ | <li><a href="#">Education</a></li> | ||
+ | <li><a href="#">Transportation</a></li> | ||
+ | <li><a href="#">Communication</a></li> | ||
+ | <li><a href="#">Guide of Logo Design</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown1"><a class="down-scroll" href="">NOTE BOOK</a> | ||
+ | <ul class="dropdown2"> | ||
+ | <li><a href="#">Lab Journal</a></li> | ||
+ | <li><a href="#">Protocol</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown1"><a class="down-scroll" href="">TEAM</a> | ||
+ | <ul class="dropdown2"> | ||
+ | <li><a href="#">Member</a></li> | ||
+ | <li><a href="#">Attribution</a></li> | ||
+ | <li><a href="#">Collaboration</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <script> | ||
+ | $("span.menu").click(function() { | ||
+ | $(" ul.nav").slideToggle("slow", function() {}); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <div class="clearfix"> </div> | ||
+ | </div> | ||
+ | <!-- /.container-fluid --> | ||
+ | </nav> | ||
+ | </header> | ||
+ | <div class="banner-container"> | ||
+ | <div class="banner-content"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/4/4b/OUC-China-Team_Logo.png" alt="" class="img-responsive center-block"> | ||
+ | <h2>Platform for Electromagnetic Control</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="container-fluid how-work"> | ||
+ | <div class="container"> | ||
+ | <div class="work-header"> | ||
+ | <h2 class="text-uppercase"> | ||
+ | how does it <span>work ?</span> | ||
+ | </h2> | ||
+ | <p> | ||
+ | This summer we designed Magthermo coli——a platform for remote regulation of gene expression by electromagnetic signal. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="row work-content"> | ||
+ | <div class="col-md-4"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/e1/OUC-China-home_receiver_regulator1.png" alt="" class="img-responsive"> | ||
+ | <h3 class="text-uppercase text-center">step 1</h3> | ||
+ | <p>Our Magthermocoli contains 2 core components: <B>magnetic receiver & thermosensitive regulator.</B></p> | ||
+ | </div> | ||
+ | <div class="col-md-4"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/e7/OUC-China-home_receiver_regulator2.png" alt="" class="img-responsive"> | ||
+ | <h3 class="text-uppercase text-center">step 2</h3> | ||
+ | <p> | ||
+ | Induced by electromagnetic field,magnetic receiver would be heated, thus raise the ambient temperature. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="col-md-4"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6d/OUC-China_home_receiver_regulator3.png" alt="" class="img-responsive"> | ||
+ | <h3 class="text-uppercase text-center">step 3</h3> | ||
+ | <p> | ||
+ | In response to the change of temperature, thermosensitive regulator would initiate GFP (or RFP) expression. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="container-fluid index-details1 index-details"> | ||
+ | <div class="container"> | ||
+ | <h3 class="text-center index-headline">Magnetic <span>Receiver</span></h3> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6"> | ||
+ | <div class="caption"> | ||
+ | <p> | ||
+ | For magnetic receiver,we chose <B>Ferritin</B>, the iron-storage protein in organisms, which could synthesizeferric oxihydroxide core in its hollow protein shell. When exposed to electromagnetic field, the ferric oxihydroxide core would be heated, raising the ambient temperature. | ||
+ | </p> | ||
+ | <p> | ||
+ | In this session, we explored measurement techniques for the valuation of magnetism、biomineralization and Protein concentration per cell. | ||
+ | </p> | ||
+ | <p><a href="#" class="btn btn-primary" role="button">More details</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/d3/OUC-China-home_frritin.png" alt="" class="img-responsive"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="container-fluid index-details2 index-details"> | ||
+ | <div class="container"> | ||
+ | <h3 class="text-center index-headline index-headline2">Thermosensitive <span>Regulator</span></h3> | ||
+ | <p class="text-center">For thermosensitive regulator,we chose <B>RNA thermometer</B> and designed a <B>thermosensitive T7 RNA polymerase.</B> </p> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/cf/OUC-China-home_RNA.png" alt="" class="img-responsive"> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <div class="caption"> | ||
+ | <p> | ||
+ | <B>RNA thermometer</B> is a structured RNA which could expose RBS only at appropriate temperature. In this session, we explored the measurement method to identify the efficiency of thermosensitive regulator under heat stress. | ||
+ | </p> | ||
+ | <p><a href="#" class="btn btn-primary" role="button">More details</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6"> | ||
+ | <div class="caption"> | ||
+ | <p> | ||
+ | <B>Thermosensitive T7 RNA polymerase</B> is a normal T7 RNA polymerase at whose selected locus was inserted by a temperature-sensitive intein, which could self-splice at specific temperature. | ||
+ | </p> | ||
+ | <p><a href="#" class="btn btn-primary" role="button">More details</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9e/OUC-China-home_T7.png" alt="" class="img-responsive"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <footer> | ||
+ | <div class="container"> | ||
+ | <address class="center-block"> | ||
+ | Follow us on Faceboo@ <a href="#">iGEM OUC</a> | ||
+ | <br>mail to: <a href="mailto:#">oucigem@163.com</a> | ||
+ | </address> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/53/OUC-China-Sponsor.png" alt="" class="footer-img"> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
+ | |||
+ | </html> |
Revision as of 17:11, 15 September 2015
<!DOCTYPE html>
how does it work ?
This summer we designed Magthermo coli——a platform for remote regulation of gene expression by electromagnetic signal.
step 1
Our Magthermocoli contains 2 core components: magnetic receiver & thermosensitive regulator.
step 2
Induced by electromagnetic field,magnetic receiver would be heated, thus raise the ambient temperature.
step 3
In response to the change of temperature, thermosensitive regulator would initiate GFP (or RFP) expression.
Magnetic Receiver
Thermosensitive Regulator
For thermosensitive regulator,we chose RNA thermometer and designed a thermosensitive T7 RNA polymerase.