Amburn Brian (Talk | contribs) |
Amburn Brian (Talk | contribs) |
||
(84 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{MSU-Michigan/W3}} | {{MSU-Michigan/W3}} | ||
<html> | <html> | ||
+ | <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/0/03/Shewanella_demonstration.png'/>").hide().fadeIn()); //show the character | ||
+ | }, function() { | ||
+ | $('#char').remove(); //get rid of it after moving the cursor away from the figure | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <style> | ||
+ | #char { | ||
+ | height:300px; | ||
+ | width:425px; | ||
+ | } | ||
+ | </style> | ||
+ | <!-- | ||
<style> | <style> | ||
* { | * { | ||
Line 27: | Line 46: | ||
/* Left and right column */ | /* Left and right column */ | ||
.column.side { | .column.side { | ||
− | width: | + | width: 20%; |
} | } | ||
/* Middle column */ | /* Middle column */ | ||
.column.middle { | .column.middle { | ||
− | width: | + | width: 60%; |
} | } | ||
Line 53: | Line 72: | ||
width: 100%; | width: 100%; | ||
} | } | ||
+ | } | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | } | ||
+ | body { | ||
+ | } | ||
+ | #char { | ||
+ | height:200px; | ||
+ | width:325px; | ||
} | } | ||
</style> | </style> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="column side"></div> | <div class="column side"></div> | ||
<div class="column middle"> | <div class="column middle"> | ||
+ | --> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="w3-cell-row"> | ||
+ | <div class="w3-col w3-container w3-light-green" style="width:17.5%"></div> | ||
+ | <div class="w3-col w3-container w3-pale-green" style="width:60%"> | ||
<h1>Design</h1> | <h1>Design</h1> | ||
− | <p> | + | |
− | + | <!-- | |
+ | <div class="myDIV"> | ||
+ | --> | ||
+ | <p style="text-align:center"> | ||
+ | <img style="-webkit-user-select: none;background-position: 0px 0px, 10px 10px;background-size: 20px 20px;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);cursor: zoom-in;" src="https://static.igem.org/mediawiki/2017/0/05/MSU-Michigan_bioreactorassembly.png" width="800" height="403"> | ||
</p> | </p> | ||
+ | <body> | ||
+ | <p> Process for simple bioreactor assembly used to measure current produced by <i>Shewanella Oneidensis</i> strains when connected to a potentiostat </p> | ||
− | <p> | + | <p style="text-align:center"> |
− | + | </body> | |
+ | <div class="myDIV"> | ||
+ | <p style="text-align:center"> | ||
+ | <iframe width="600" height="302" src="https://static.igem.org/mediawiki/2017/0/08/T--MSU-Michigan--bioreactorbiofilm.mp4" frameborder="0" allowfullscreen></iframe> | ||
+ | </div> | ||
</p> | </p> | ||
+ | </p> | ||
+ | |||
+ | <h2>Bioreactors</h2> | ||
+ | <div class="w3-cell-row"> | ||
+ | <div class="w3-col w3-container" style="width:17.5%"></div> | ||
+ | <div class="w3-col w3-container" style="width:60%"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/08/T--MSU-Michigan--bioreactordiagram.png" style="width:100%"> | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
+ | <p> | ||
+ | Single chambered bioreactors were designed to be economical and functional. Reactors are run on magnetic stir plates and connected to a lab grade potentiostat. | ||
+ | |||
</p> | </p> | ||
− | + | ||
− | < | + | |
− | < | + | |
− | <div class=" | + | <h2>Plasmid</h2> |
− | < | + | |
+ | <div class="w3-cell-row"> | ||
+ | <div class="w3-col w3-container" style="width:17.5%"></div> | ||
+ | <div class="w3-col w3-container" style="width:60%"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/7b/T--MSU-Michigan--pRL814mtrB.png" style="width:100%"> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <p> | ||
+ | To produce an electric current from Shewanella oneidensis MR-1 in response to chemicals in a sample, the mtrB gene was first removed from the genome (ΔmtrB) then re-introduced to the bacteria in a plasmid vector under an inducible promoter. The first promoter chosen was the well-studied IPTG inducible T7A1 promoter. Next, nine promoter sequences shown to respond to different effector molecules were identified and amplified from the S. oneidensis MR-1 genome with the addition of the restriction enzyme cut sites for AatII and NdeI on either end. | ||
+ | Double digestion of both the vector and promoters using AatII and NdeI removed the T7A1 promoter and produced compatible sticky ends in the new promoter for insertion via ligation. | ||
</p> | </p> | ||
− | < | + | <p> |
+ | The designed constructs were individually transformed into E. coli WM3064, sequenced for confirmation, then conjugated into S. oneidensis MR-1 ∆mtrB. The S. oneidensis were then tested for induction through quantification of GFP fluorescence (marker protein) and current production using a spectrophotometer and bioreactor, respectively. | ||
</p> | </p> | ||
Line 102: | Line 154: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> | ||
+ | {{MSU-Michigan-Footer}} |
Latest revision as of 02:56, 2 November 2017
Design
Process for simple bioreactor assembly used to measure current produced by Shewanella Oneidensis strains when connected to a potentiostat
Bioreactors
Single chambered bioreactors were designed to be economical and functional. Reactors are run on magnetic stir plates and connected to a lab grade potentiostat.
Plasmid
To produce an electric current from Shewanella oneidensis MR-1 in response to chemicals in a sample, the mtrB gene was first removed from the genome (ΔmtrB) then re-introduced to the bacteria in a plasmid vector under an inducible promoter. The first promoter chosen was the well-studied IPTG inducible T7A1 promoter. Next, nine promoter sequences shown to respond to different effector molecules were identified and amplified from the S. oneidensis MR-1 genome with the addition of the restriction enzyme cut sites for AatII and NdeI on either end. Double digestion of both the vector and promoters using AatII and NdeI removed the T7A1 promoter and produced compatible sticky ends in the new promoter for insertion via ligation.
The designed constructs were individually transformed into E. coli WM3064, sequenced for confirmation, then conjugated into S. oneidensis MR-1 ∆mtrB. The S. oneidensis were then tested for induction through quantification of GFP fluorescence (marker protein) and current production using a spectrophotometer and bioreactor, respectively.
Sponsors | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Contact us:
|