Difference between revisions of "Team:SDU-Denmark/Tour10"
(Created page with "{{:Team:SDU-Denmark/core/header| }} <html> </html> {{:Team:SDU-Denmark/core/footer}}") |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('#box1').hover(function(){ | ||
+ | var smallTop = $('#box1').height() - $(".cover", this).height() -10 +"px"; | ||
+ | $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160}); | ||
+ | }, function() { | ||
+ | $(".cover", this).stop().animate({top:'465px'},{queue:false,duration:160}); | ||
+ | }); | ||
+ | $('#box2').hover(function(){ | ||
+ | var smallTop = $('#box2').height() - $(".cover", this).height() -10 +"px"; | ||
+ | $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160}); | ||
+ | }, function() { | ||
+ | $(".cover", this).stop().animate({top:'465px'},{queue:false,duration:160}); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <div class="expandedContent"> | ||
+ | <div class="boxgrid contentBorder boxgridMedium" id="box1"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/a/a3/2014SDUforside10.png"> | ||
+ | <a class="cover boxcaption" style="top: 465px" href="https://2014.igem.org/Team:SDU-Denmark/Tour55"> | ||
+ | <h2 class="onBlack">Antibody</h2> | ||
+ | <p class="onBlackIntro"> | ||
+ | Click to visit Mamma’s Burgers! | ||
+ | </p> | ||
+ | <p class="onBlack"> | ||
+ | People tend to fear bacteria and oppose genetic modification, and thus synthetic biology. Our attempt at a novel outreach approach will teach the audience facts about bacteria, DNA and GMO in a fun and participatory way.<br><br> | ||
+ | |||
+ | At the burger joint, Mamma's Burgers, crazy things might happen but it sure will be educational! | ||
+ | <br><br> | ||
+ | </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div class="boxgrid contentBorder boxgridBig" id="box2" style="margin-left:8px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/b/bf/2014SDUforside9.png"> | ||
+ | <a class="cover boxcaption" style="top: 465px" href="https://2014.igem.org/Team:SDU-Denmark/Tour10"> | ||
+ | <h2 class="onBlack">The Untapped Food Resource of the Century</h2> | ||
+ | <p class="onBlackIntro"> | ||
+ | Edible coli is a proposal for a sustainable food source. | ||
+ | </p> | ||
+ | <p class="onBlack"> | ||
+ | A modified strain of the bacteria <i>Escherichia coli</i> will provide the optimal quantities of nutrition a human needs, by degrading otherwise non-degradable material for the human body. <br><br> | ||
+ | First step is the production of a nutritional protein, the OneProt, and the biosynthesis of essential fatty acids – additionally, it will carry the appealing touch of lemon flavor. Then the Nutrition Generator, a custom designed, innovative and revolutionary cultivation tank will ensure an on-going amplification of the Edible coli products, easy to handle and drain from.<br><br> | ||
+ | Could the world live off of microorganisms? | ||
+ | </p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="EndFloatBlock"></div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </html> | ||
</html> | </html> | ||
{{:Team:SDU-Denmark/core/footer}} | {{:Team:SDU-Denmark/core/footer}} |
Revision as of 19:08, 19 May 2015
</html>