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

Line 54: Line 54:
 
}
 
}
 
</style>
 
</style>
 
+
<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>
  
 
<div class="column side"></div>
 
<div class="column side"></div>
Line 69: Line 80:
 
</div>
 
</div>
 
<p style="text-align:center">
 
<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="900" height="451">
+
<img class="myDIV" 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="900" height="451">
  
 
<body>
 
<body>

Revision as of 20:17, 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

Demonstration of functioning bioreactor, exhibiting biofilm formation, which is characteristic of Shewanella

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