Difference between revisions of "Team:OUC-China"
Line 3: | Line 3: | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | ||
<link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/OUC-clearwiki.css?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2015.igem.org/Team:OUC-China/css/OUC-clearwiki.css?action=raw&ctype=text/css"> | ||
− | <style> | + | |
− | + | <!DOCTYPE html> | |
− | + | <head> | |
− | + | <title>Team: OUC-China</title> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | <link href="WikiResources/RawPages/bootstrap.min.css" rel="stylesheet" /> | |
− | } | + | <link href="WikiResources/RawPages/bootstrap.theme.oucigem.css" rel="stylesheet" /> |
− | + | <script src="WikiResources/RawPages/jquery-2.1.4.min.js"></script> | |
− | + | <script src="WikiResources/RawPages/bootstrap.min.js"></script> | |
− | + | <script src="WikiResources/RawPages/jquery.bootstrap.min.js"></script> | |
− | + | </head> | |
− | + | <body> | |
− | + | <div class="jumbotron jumbotron-dark jumbotron-title"> | |
− | + | <div class="ouc-page-header" style="padding:0"></div> | |
− | + | <script> | |
− | </style> | + | $.ajax({ |
+ | url: 'navigator.html', | ||
+ | type: 'GET', | ||
+ | dataType: 'html', | ||
+ | error: function (request, status, error) { | ||
+ | $('.ouc-page-header').html('<h1 class="text-light text-center">Something wrong when we tried to get the navigator, refreashing please.</h1>'); | ||
+ | }, | ||
+ | success: function (data, status) { | ||
+ | $('.ouc-page-header').html(data); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | <img class="ouc-team-logo" src="WikiResources/Images/Team_Logo.png" /> | ||
+ | <h2 class="ouc-team-project-label text-center">Platform for Electonmagnetic Control</h2> | ||
+ | </div> | ||
+ | <h3 class="text-center"> | ||
+ | HOW DOES IT <span class="text-significant">WORK?</span> | ||
+ | <span style="width:230px;margin:5px auto" class="text-underline bg-primary"></span> | ||
+ | </h3> | ||
+ | <p class="text-muted text-center center-block" style="width:50%"> | ||
+ | This summer we are trying to design a platform for remote regular of gene expression by electromagnetic signal. | ||
+ | </p> | ||
+ | <div class="container"> | ||
+ | <div class="col-sm-4 ouc-thumb-gallery"> | ||
+ | <img src="WikiResources/Images/ThumbGallery_01.png" /> | ||
+ | <h3 class="text-muted text-center">STEP 1</h3> | ||
+ | <p class="text-muted text-center">The platform is mainly constructed by magnetic receiver and regulator.</p> | ||
+ | </div> | ||
+ | <div class="col-sm-4 ouc-thumb-gallery"> | ||
+ | <img src="WikiResources/Images/ThumbGallery_02.png" /> | ||
+ | <h3 class="text-muted text-center">STEP 2</h3> | ||
+ | <p class="text-muted text-center">Induced by electromagnetic fidle, magnetic receiver would be heated.</p> | ||
+ | </div> | ||
+ | <div class="col-sm-4 ouc-thumb-gallery"> | ||
+ | <img src="WikiResources/Images/ThumbGallery_03.png" /> | ||
+ | <h3 class="text-muted text-center">STEP 3</h3> | ||
+ | <p class="text-muted text-center">In response to change in temprature, thermosensitive regulator would activate GFP expression.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="jumbotron"> | ||
+ | <div class="container"> | ||
+ | <div class="col-sm-8"> | ||
+ | <h2 class="text-left-band">Magnetic Receiver</h2> | ||
+ | <p class="text-muted small"> | ||
+ | For magnetic receiver, we choose ferritin, the iron-storage protein in organisms, which could synthesis terric***core in its hollow protein shell. | ||
+ | When exposed to electromagnetic field, the ferritin oxihydroxide core would be heated. | ||
+ | </p> | ||
+ | <a class="btn btn-lg btn-primary">More details</a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <img class="ouc-thumb-image" src="WikiResources/Images/ThumbGallery_04.png" /> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="jumbotron jumbotron-light"> | ||
+ | <div class="container"> | ||
+ | <div class="col-sm-4"> | ||
+ | <img class="ouc-thumb-image" src="WikiResources/Images/ThumbGallery_05.png" /> | ||
+ | </div> | ||
+ | <div class="col-sm-8"> | ||
+ | <h2 class="text-right-band text-right">Thermosensitive Regulator</h2> | ||
+ | <p class="text-muted small text-right"> | ||
+ | For thermosensitive regulator, we choose RNA thermosensitive and constructed a thermosensitive T7 RNA polymerase. | ||
+ | RNA thermometer is a structured RNA which could expose RBS only when heated. | ||
+ | The thermosensitive T7 RNA polymerase is a normal T7 RNA polymerase at the selected locus of which was inserted by a temprature-sensitive intein, which could self-splice at specific temperature. | ||
+ | </p> | ||
+ | <a class="btn btn-lg btn-primary pull-right">More details</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="bg-primary ouc-page-footer"> | ||
+ | <p class="text-center text-light">Follow us on facebook @IGEM_OUC</p> | ||
+ | <p class="text-center text-light">Mailto: oucigem@163.com</p> | ||
+ | <img class="center-block" style="margin:50px auto 20px auto" src="WikiResources/Images/Sponsor.png" /> | ||
+ | </div> | ||
+ | </body> |
Revision as of 13:10, 2 September 2015
Platform for Electonmagnetic Control
HOW DOES IT WORK?
This summer we are trying to design a platform for remote regular of gene expression by electromagnetic signal.
STEP 1
The platform is mainly constructed by magnetic receiver and regulator.
STEP 2
Induced by electromagnetic fidle, magnetic receiver would be heated.
STEP 3
In response to change in temprature, thermosensitive regulator would activate GFP expression.
Magnetic Receiver
For magnetic receiver, we choose ferritin, the iron-storage protein in organisms, which could synthesis terric***core in its hollow protein shell. When exposed to electromagnetic field, the ferritin oxihydroxide core would be heated.
More detailsThermosensitive Regulator
For thermosensitive regulator, we choose RNA thermosensitive and constructed a thermosensitive T7 RNA polymerase. RNA thermometer is a structured RNA which could expose RBS only when heated. The thermosensitive T7 RNA polymerase is a normal T7 RNA polymerase at the selected locus of which was inserted by a temprature-sensitive intein, which could self-splice at specific temperature.
More details