Line 2: | Line 2: | ||
{{MSU-Michigan/W3}} | {{MSU-Michigan/W3}} | ||
<html> | <html> | ||
+ | <style> | ||
+ | * { | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | body { | ||
+ | margin: 0; | ||
+ | } | ||
+ | /* Style the header */ | ||
+ | .header { | ||
+ | padding: 50px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* Create three unequal columns that floats next to each other */ | ||
+ | .column { | ||
+ | float: left; | ||
+ | padding: 10px; | ||
+ | /* Should be removed. Only for demonstration */ | ||
+ | } | ||
+ | |||
+ | /* Left and right column */ | ||
+ | .column.side { | ||
+ | width: 10%; | ||
+ | } | ||
+ | |||
+ | /* Middle column */ | ||
+ | .column.middle { | ||
+ | width: 80%; | ||
+ | } | ||
+ | |||
+ | /* Clear floats after the columns */ | ||
+ | .row:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | /* Style the footer */ | ||
+ | .footer { | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ | ||
+ | @media (max-width: 300px) { | ||
+ | .column.side, .column.middle { | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js"> //allow your page to use jQuery | ||
+ | </script> | ||
<div class="w3-cell-row"> | <div class="w3-cell-row"> | ||
<div class="w3-col w3-container" style="width:17.5%"></div> | <div class="w3-col w3-container" style="width:17.5%"></div> | ||
Line 14: | Line 67: | ||
<br> | <br> | ||
<p>MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression. Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions. Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than GFP expression. MSU-iGEM’s simplistic bioreactors utilizing Arduino boards are a model example of a system that can quantitatively measure protein expression via current increase in a more versatile way than using tools for measuring GFP fluorescence.</p> | <p>MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression. Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions. Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than GFP expression. MSU-iGEM’s simplistic bioreactors utilizing Arduino boards are a model example of a system that can quantitatively measure protein expression via current increase in a more versatile way than using tools for measuring GFP fluorescence.</p> | ||
+ | |||
+ | /*character for gfp maturation*/ | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('.myDIV0').hover( //when you hover over the figure | ||
+ | function() { | ||
+ | $(this).append($("<img id='char0' src='https://static.igem.org/mediawiki/2017/thumb/c/c8/MSU-Michigan_gfp_maturation_description.png/800px-MSU-Michigan_gfp_maturation_description.png' />").hide().fadeIn()); //show the character | ||
+ | }, function() { | ||
+ | $('#char0').remove(); //get rid of it after moving the cursor away from the figure | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<ul> | <ul> | ||
− | < | + | <"> |
</ul> | </ul> | ||
<ul> | <ul> | ||
Line 22: | Line 87: | ||
<img src="https://static.igem.org/mediawiki/2017/5/5e/MSU-Michigan_current_gfp%2Cgfpmtrb.png"> | <img src="https://static.igem.org/mediawiki/2017/5/5e/MSU-Michigan_current_gfp%2Cgfpmtrb.png"> | ||
</ul> | </ul> | ||
+ | <style> | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | img.one { | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | img.two { | ||
+ | height: 60%; | ||
+ | width: 60%; | ||
+ | } | ||
+ | body { | ||
+ | } | ||
+ | #char { | ||
+ | height:150px; | ||
+ | width:200px; | ||
+ | } | ||
+ | #char0 { | ||
+ | height:150px; | ||
+ | width:300px; | ||
+ | } | ||
+ | #char2 { | ||
+ | height:150px; | ||
+ | width:300px; | ||
+ | } | ||
+ | #char4 { | ||
+ | height:150px; | ||
+ | width:300px; | ||
+ | } | ||
+ | #char6 { | ||
+ | height:150px; | ||
+ | width:300px; | ||
+ | } | ||
+ | </style> | ||
</html> | </html> |
Revision as of 22:45, 31 October 2017
Measurement
Using Current for Protein Expression
MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression. Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions. Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than GFP expression. MSU-iGEM’s simplistic bioreactors utilizing Arduino boards are a model example of a system that can quantitatively measure protein expression via current increase in a more versatile way than using tools for measuring GFP fluorescence.
/*character for gfp maturation*/-
<">