Difference between revisions of "Team:DTU-Denmark/test"

Line 65: Line 65:
 
<div class="row flex-center sm-no-flex interlabspace">
 
<div class="row flex-center sm-no-flex interlabspace">
  
<div class=" sm-no-float col-md-4 bbmobile col-sm-12">
+
<div class=" sm-no-float col-md-6 bbmobile col-sm-12">
  
<img src="https://static.igem.org/mediawiki/2019/d/d8/T--DTU-Denmark--commingsoon.png" class="safetyfirstimg"/>
+
<div style="text-align:center">
 +
<button onclick="playPause1Mob()">Play/Pause</button>
 +
<video id="anim1mob" class="anim1front" width="600" height="400" src="https://static.igem.org/mediawiki/2019/4/47/T--DTU-Denmark--anim1.mp4"   style="max-width:100%;margin-right:auto; margin-left:auto;display:flex;
 +
    height:auto;" preload></video>
 +
</div>
 
</div>
 
</div>
  
  
  
<div class="sm-no-float col-md-8">
+
<div class="sm-no-float col-md-7">
  
 
<h2>A World of Biotechnology</h2>
 
<h2>A World of Biotechnology</h2>
Line 83: Line 87:
 
   </div>
 
   </div>
  
<div class=" sm-no-float col-md-4 bbmobileshow col-sm-12 ">
+
<div class=" sm-no-float col-md-5 bbmobileshow col-sm-12 ">
  
<img src="https://static.igem.org/mediawiki/2019/d/d8/T--DTU-Denmark--commingsoon.png" class="safetyfirstimg"/>
+
<div style="text-align:center">
 +
<button onclick="playPause1()">Play/Pause</button>
 +
<video id="anim1" class="anim1front" width="600" height="400" src="https://static.igem.org/mediawiki/2019/4/47/T--DTU-Denmark--anim1.mp4"   style="max-width:100%;margin-right:auto; margin-left:auto;display:flex;
 +
    height:auto;" preload></video>
 +
</div>
 
</div>
 
</div>
  
Line 254: Line 262:
 
var anim3= document.getElementById("anim3");  
 
var anim3= document.getElementById("anim3");  
 
var anim3mob= document.getElementById("anim3mob");  
 
var anim3mob= document.getElementById("anim3mob");  
 +
 +
var anim1= document.getElementById("anim1");
 +
var anim1mob= document.getElementById("anim1mob");
 +
 +
function playPause1() {
 +
  if (anim1.paused)
 +
    anim1.play();
 +
  else
 +
    anim1.pause();
 +
}
 +
function playPause1Mob() {
 +
  if (anim1mob.paused)
 +
    anim1mob.play();
 +
  else
 +
    anim1mob.pause();
 +
}
  
 
function playPause() {  
 
function playPause() {  

Revision as of 22:41, 13 October 2019

A World of Biotechnology

Many everyday products are produced using microorganisms such as fungi. The production of these products is regulated by small DNA sequences called promoters. These are necessary tools to optimize the yield of the desired product and minimize the yield of others.

Promoters

A promoter works as a regulator for gene expression. Think of it as a gear in a car. Some gears make the car go fast, and others lower the speed. This is done by controlling the transcription of a gene, as it determines the strength at which the RNA polymerase can bind.

Our Library

We are creating a library of synthetic fungal promoters that are: predictable, robust, and scalable. These were designed using special software based on sequence conservation. In the design we have included feedback from relevant companies and scientists, meaning that the promoters are useful in both industry and academia.