Difference between revisions of "Team:MSU-Michigan/IPTG Induction"

Line 118: Line 118:
 
</div>
 
</div>
  
$('MSU-MichiganAnaerobicInd mtrBGFP').click(function(){
+
var $img = $('MSU-MichiganAnaerobicInd mtrBGFP');
        $("#dialog").dialog();
+
    });
+
  
<div id="inspectelement" style="display: none;">
+
$img.click(function resize(e) { // bind click event to all images
  <img src="https://static.igem.org/mediawiki/2017/5/5a/MSU-MichiganAnaerobicInd_mtrBGFP.png">
+
  $img.css({ // resize the image
</div>
+
    height: '300px',
 +
    width: '300px'
 +
  });
 +
});
  
 
</body>
 
</body>
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 20:28, 24 October 2017

IPTG Induction

IPTG Induction of various strains of Shewanella Oneidnensis.

M5 Media Fluorescence

Control (M5 Media only) for proof of IPTG induction at different concentrations, measured by GFP fluorescence in a 96-well plate.

mtrB Induction Fluorescence

Induction of mtrB gene (no GFP, no mtrB insert) for proof of IPTG induction at different concentrations, measured by GFP fluorescence in a 96-well plate. - Acts as a second control

mtrB_GFP Induction Fluorescence

Induction of mtrB_GFP strain (GFP, no mtrB insert) for proof of IPTG induction at different concentrations, measured by GFP fluorescence in a 96-well plate. This is the highest because resources are not being directed toward the mtrB pathway, which is still removed

mrtB_GFP_mtrB Induction Fluorescence

Induction of mtrB_GFP_mtrB strain (GFP, mtrB insert) for proof of IPTG induction at different concentrations, measured by GFP fluorescence in a 96-well plate.

< h2>mtrB GFP Induction Current

Induction of mtrB GFP measured using a potentiostat under anaerobic conditions in a single cell bioreactor. The sample was induced with 200uM IPTG at 1.98 hours.

var $img = $('MSU-MichiganAnaerobicInd mtrBGFP'); $img.click(function resize(e) { // bind click event to all images $img.css({ // resize the image height: '300px', width: '300px' }); });