Team:SDU-Denmark/test
From 2013.igem.org
(Difference between revisions)
Heidi.Wille (Talk | contribs) |
Heidi.Wille (Talk | contribs) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{:Team:SDU-Denmark/core/ | + | {{:Team:SDU-Denmark/core/header2| }} |
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#box1').hover(function(){ | $('#box1').hover(function(){ | ||
- | $(".cover", this).stop().animate({top: | + | var smallTop = $('#box1').height() - $(".cover", this).height() -10 +"px"; |
+ | $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160}); | ||
}, function() { | }, function() { | ||
$(".cover", this).stop().animate({top:'405px'},{queue:false,duration:160}); | $(".cover", this).stop().animate({top:'405px'},{queue:false,duration:160}); | ||
}); | }); | ||
$('#box2').hover(function(){ | $('#box2').hover(function(){ | ||
- | $(".cover", this).stop().animate({top: | + | var smallTop = $('#box2').height() - $(".cover", this).height() -10 +"px"; |
+ | $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160}); | ||
}, function() { | }, function() { | ||
$(".cover", this).stop().animate({top:'405px'},{queue:false,duration:160}); | $(".cover", this).stop().animate({top:'405px'},{queue:false,duration:160}); | ||
Line 28: | Line 30: | ||
</p><p class="onBlack"> | </p><p class="onBlack"> | ||
Our project aims to make a common bacteria able to produce natural rubber while grown under controlled conditions. | Our project aims to make a common bacteria able to produce natural rubber while grown under controlled conditions. | ||
- | Natural rubber is composed of | + | Natural rubber is composed of molecules, each consisting of the substance IPP linked together like a chain. The common bacteria that we use already possesses the ability to produce the IPP, but it lacks the enzyme to connect the IPP links together into a chain. |
- | + | Through this project we introduce the enzyme that the rubber tree has for connecting the links, into the bacteria. Furthermore we manipulate the bacteria into producing more of the IPP links. | |
</p> | </p> | ||
</div> | </div> | ||
Line 39: | Line 41: | ||
<h2 class="onBlack">Status as of 6th of august 2013</h2> | <h2 class="onBlack">Status as of 6th of august 2013</h2> | ||
<p class="onBlackIntro"> | <p class="onBlackIntro"> | ||
- | Not much free time, but our summer | + | Not much free time, but our summer has definitely been exciting so far... |
</p> | </p> | ||
<p class="onBlack"> | <p class="onBlack"> | ||
- | Currently we have finished two subprojects. We have cloned two genes, | + | Currently we have finished two subprojects. We have cloned two genes, <i>dxs</i> from another bacteria and IspG, into the <i>E. coli</i>. These genes are the limiting steps in the synthesis of IPP and are introduced into the bacteria to optimise the IPP production. Furthermore we have sequenced the <i>dxs</i> gene of <i>E. coli</i> in order to improve a preexisting biobrick. |
</p> | </p> | ||
</div> | </div> | ||
Line 49: | Line 51: | ||
</div> | </div> | ||
</html> | </html> | ||
- | {{:Team:SDU-Denmark/core/ | + | {{:Team:SDU-Denmark/core/footer2}} |
Latest revision as of 10:37, 29 September 2013