Line 69: | Line 69: | ||
/*character for gfp maturation*/ | /*character for gfp maturation*/ | ||
+ | <div class="clear"></div> | ||
+ | <div class="column side"></div> | ||
+ | <div class="column middle"> | ||
+ | |||
+ | <h1>GFP Fluorescence Measurement Study</h1> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>MSU iGEM character demo</title> | ||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js"> //allow your page to use jQuery | ||
+ | </script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('.myDIV').hover( //when you hover over the figure | ||
+ | function() { | ||
+ | $(this).append($("<img id='char' src='https://static.igem.org/mediawiki/2017/thumb/4/41/MSU-Michigan_fluorescenestdcurvedscrptn.png/800px-MSU-Michigan_fluorescenestdcurvedscrptn.png' />").hide().fadeIn()); //show the character | ||
+ | }, function() { | ||
+ | $('#char').remove(); //get rid of it after moving the cursor away from the figure | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <!-- | ||
+ | /*character for 0 hour graph*/ | ||
+ | --> | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
Line 80: | Line 108: | ||
</script> | </script> | ||
− | + | ||
− | + | ||
− | + | ||
<style> | <style> | ||
Line 105: | Line 131: | ||
} | } | ||
#char0 { | #char0 { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
height:150px; | height:150px; | ||
width:300px; | width:300px; | ||
} | } | ||
</style> | </style> | ||
+ | <body> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | |||
+ | <div class="column middle"> | ||
+ | <div class="myDIV" style="position:left"> | ||
+ | <img class="two" src='https://static.igem.org/mediawiki/2017/a/ab/MSU-Michigan_GFP_maturation_gfp%2C_gfpmtrb.png' /> | ||
+ | </div> | ||
+ | |||
+ | <div class="myDIV0" style="position:left"> | ||
+ | <img class="two" src='https://static.igem.org/mediawiki/2017/2/2a/MSU-Michigan_gfphour0.png' /> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column side"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 22:57, 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*/