Difference between revisions of "Team:MSU-Michigan/Design"

Line 60: Line 60:
 
$('.myDIV').hover( //when you hover over the figure
 
$('.myDIV').hover( //when you hover over the figure
 
function() {
 
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
+
$(this).append($("<img id='char' src='https://static.igem.org/mediawiki/2017/0/03/Shewanella_demonstration.png' />").hide().fadeIn()); //show the character
 
}, function() {
 
}, function() {
 
$('#char').remove(); //get rid of it after moving the cursor away from the figure
 
$('#char').remove(); //get rid of it after moving the cursor away from the figure
Line 88: Line 88:
 
<iframe width="854" height="480" src="https://www.youtube.com/embed/q-iG3EE9Fc0" frameborder="0" allowfullscreen></iframe>
 
<iframe width="854" height="480" src="https://www.youtube.com/embed/q-iG3EE9Fc0" frameborder="0" allowfullscreen></iframe>
 
</p>
 
</p>
Demonstration of functioning bioreactor, exhibiting biofilm formation, which is characteristic of <i>Shewanella</i>
+
 
 
</body>
 
</body>
 
</p>
 
</p>

Revision as of 20:26, 15 October 2017

Design

Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.

This page is different to the "Applied Design Award" page. Please see the Applied Design page for more information on how to compete for that award.

Process for simple bioreactor assembly used to measure current produced by Shewanella Oneidensis strains when connected to a potentiostat

What should this page contain?
  • Explanation of the engineering principles your team used in your design
  • Discussion of the design iterations your team went through
  • Experimental plan to test your designs