Team:Glasgow/test
From 2011.igem.org
(Difference between revisions)
Chris Wood (Talk | contribs) |
Chris Wood (Talk | contribs) |
||
Line 107: | Line 107: | ||
} | } | ||
else if ($('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/7/7c/Productselection02.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/6/61/Product1BL.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/c/ce/Product1GL.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/2/24/Product1RL.png')) | else if ($('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/7/7c/Productselection02.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/6/61/Product1BL.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/c/ce/Product1GL.png') || $('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/2/24/Product1RL.png')) | ||
+ | { | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'); | ||
+ | } | ||
+ | }); | ||
+ | $("#switchdevice").hover(function() { | ||
+ | if ($('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png')) | ||
+ | { | ||
+ | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png'); | ||
+ | } | ||
+ | }, | ||
+ | function(){ | ||
+ | if ($('#mainpic').attr('src') == ('https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png')) | ||
{ | { | ||
$('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'); | $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'); | ||
Line 213: | Line 225: | ||
left:312px; | left:312px; | ||
top:138px; | top:138px; | ||
+ | z-index:2; | ||
+ | ;} | ||
+ | #switchdevice { | ||
+ | width:115px; | ||
+ | height:80px; | ||
+ | position:absolute; | ||
+ | left:315px; | ||
+ | top:200px; | ||
z-index:2; | z-index:2; | ||
;} | ;} | ||
Line 249: | Line 269: | ||
</div> | </div> | ||
<div id="switch"> | <div id="switch"> | ||
+ | </div> | ||
+ | <div id="switchdevice"> | ||
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:15, 19 September 2011
System Design
The system we have designed for iGEM 2011 takes advantage of the modular nature of synthetic biology and combines relatively few parts to create a complex and highly regulated system of gene expression. This diagram shows how the biobricks we intend to create can be organised to allow for the bio-photo-lithography process.
Mousing over the highlighted devices will display the biobrick constructs we have designed to perform the device functions. Clicking the Pattern Formation, Product Selection or the Structure Fixation tab will highlight the devices used for the selected stage.