Difference between revisions of "Team:Vanderbilt"

 
(424 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Template:Vanderbilt_Header}}
 
{{Template:Vanderbilt_Header}}
 
{{Template:Vanderbilt_Navbar}}
 
{{Template:Vanderbilt_Navbar}}
 +
{{Template:Vanderbilt_Style}}
 +
 
<html>
 
<html>
  
<script>
+
<style>
var img = 0;
+
var images = new Array("https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png",
+
                      "https://static.igem.org/mediawiki/2015/d/d1/Vanderbilt_2015_dna_strand_2.png",
+
                      "https://static.igem.org/mediawiki/2015/2/2a/Vanderbilt_2015_dna_strand_3.png",
+
                      "https://static.igem.org/mediawiki/2015/f/f4/Vanderbilt_2015_dna_strand_4.png",
+
                      "https://static.igem.org/mediawiki/2015/a/a5/Vanderbilt_2015_dna_strand_5.png",
+
                      "https://static.igem.org/mediawiki/2015/f/f4/Vanderbilt_2015_dna_strand_4.png",
+
                      "https://static.igem.org/mediawiki/2015/2/2a/Vanderbilt_2015_dna_strand_3.png",
+
                      "https://static.igem.org/mediawiki/2015/d/d1/Vanderbilt_2015_dna_strand_2.png",
+
                      "https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png");
+
  
function dna_update() {
+
    p {
    img++;
+
      text-indent: 2.0em;
    if(img == images.length) {
+
     }
        img = 0;
+
     }
+
    document.getElementById("dnaStrand1").src = images[img];
+
    document.getElementById("dnaStrand2").src = images[img];
+
  
    setTimeout(rotate, 3000);  
+
.carousel-inner > .item > img,
};
+
.carousel-inner > .item > a > img {
 +
  width: 100%;
 +
  margin: auto;
 +
}
  
</script>
+
  .carousel {
<div class="row">
+
    max-height: 400px;
 +
    width: 70%;
 +
    overflow: hidden;
 +
    width: 100%;
 +
    margin:auto;
 +
  }
  
<div class="col-lg-2 hidden-sm">
+
  .carousel-img {
<img src="https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png" id="dnaStrand1" onload="dna_update()" alt="dna strand" style="width:100%"></img>
+
      max-height: 400px;
</div>
+
      height: 400px !important;
 +
      width: auto !important;
 +
  }
  
<div class="col-md-8" style="border-left-style: 10px solid green, border-right-style: 10px solid green">
+
   .logo {
   <br>
+
    display: block;
  <br>
+
    max-width:100%;
  <div id="myCarousel" class="carousel slide" data-ride="carousel">
+
    max-height:100%;
    <!-- Indicators -->
+
    margin: 0 auto !important;
    <ol class="carousel-indicators">
+
  }
      <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
      <li data-target="#myCarousel" data-slide-to="1"></li>
+
      <li data-target="#myCarousel" data-slide-to="2"></li>
+
      <li data-target="#myCarousel" data-slide-to="3"></li>
+
    </ol>
+
  
    <!-- Wrapper for slides -->
+
</style>
    <div class="carousel-inner" role="listbox">
+
 
      <div class="item active">
+
<div class="row">
        <img src="https://static.igem.org/mediawiki/2015/5/56/Vanderbilt_temp_carousel_pic.png" alt="Chania" width="460" height="345">
+
  <div class="col-md-10 col-md-offset-1" style="background-color: #000000;">
      </div>
+
    <div class="row">
 +
      <div id="myCarousel" class="carousel container" data-ride="carousel">
  
      <div class="item">
+
        <!-- Wrapper for slides -->
        <img src="https://static.igem.org/mediawiki/2015/5/56/Vanderbilt_temp_carousel_pic.png" alt="Chania" width="460" height="345">
+
        <div class="carousel-inner" role="listbox">
      </div>
+
          <div class="item active carousel-img">
 +
            <img class="carousel-img" src="https://static.igem.org/mediawiki/2015/f/f3/VU15_iGEM_team_photo.jpeg">
 +
          </div>
 +
 
 +
          <div class="item carousel-img">
 +
            <img class="carousel-img" src="https://static.igem.org/mediawiki/2015/b/b2/VU15_RFP_ox_assay_validation.png">
 +
          </div>
 
      
 
      
      <div class="item">
+
          <div class="item carousel-img">
        <img src="https://static.igem.org/mediawiki/2015/5/56/Vanderbilt_temp_carousel_pic.png" alt="Flower" width="460" height="345">
+
            <img class="carousel-img" src="https://static.igem.org/mediawiki/2015/8/8f/VU15_Change_in_Fluorescence_from_Competition.png">
      </div>
+
          </div>
  
      <div class="item">
+
          <div class="item carousel-img">
        <img src="https://static.igem.org/mediawiki/2015/5/56/Vanderbilt_temp_carousel_pic.png" alt="Flower" width="460" height="345">
+
            <img class="carousel-img" src="https://static.igem.org/mediawiki/2015/6/68/VU15_EES_C.jpeg">
       </div>
+
          </div>
     </div>
+
        </div> <!-- /slides -->
 +
 
 +
      <!-- Left and right controls -->
 +
      <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
 +
        <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 +
        <span class="sr-only">Previous</span>
 +
       </a>
 +
      <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
 +
        <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 +
        <span class="sr-only">Next</span>
 +
      </a>
 +
     </div> <!-- /myCarousel -->
 +
  </div> <!-- /row -->
  
    <!-- Left and right controls -->
+
  <div class="row" style="background-color: #52141f ">
    <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
+
    <div class="col-md-6" style="background-color: #52141f ; color: #521418">
      <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
+
      <br>
       <span class="sr-only">Previous</span>
+
       <p>
    </a>
+
        Every sequence of DNA hides a secret. Concealed throughout any genetic construct are mutation hotspots - DNA motifs prone to high rates of mutation. Once a mutation occurs at one of these sites, a mutant may rapidly overtake the population due to evolutionary selective pressure.
    <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
+
      </p>
      <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
+
      <p>
       <span class="sr-only">Next</span>
+
      Our team has compiled decades of research into an algorithm that is able to eliminate these hotspots, reducing the risk of mutation for any gene without altering its function. We have also devised strategies for improving the evolutionary stability of entire genetic circuits, and have created new bacterial strains with their genomes engineered to better resist and repair mutations.
     </a>
+
      </p>
  </div>
+
      <p>
 +
Our foundational advance has the potential to revolutionize the way synthetic biologists optimize their genes, by looking beyond simple codon adaptation to consider the stability, safety, and reliability of DNA parts.</p>
 +
<p> <a href='https://2015.igem.org/Team:Vanderbilt/Project/Background'> <font color="#b92c45"> Join us as we expose the menaces lurking in your DNA. . . </font> </a>
 +
       </p>
 +
     </div> <!-- /col -->
  
  <div class="grid">
+
     <div class="col-md-6" style="background-color: #441114">
     <div class="grid-sizer"></div>
+
       <div class="row">
    <div class="grid-item">
+
        <img class="logo no-shadow" src="https://static.igem.org/mediawiki/2015/5/52/Vanderbilt_2015_igemlogo_visibility.png" />
      <img src="https://static.igem.org/mediawiki/2015/d/de/Vanderbilt_Text_box_background4.jpg" /></div>
+
    <div class="grid-item">
+
       <img src="https://static.igem.org/mediawiki/2015/5/55/Vanderbilt_Sequence.jpg" /></div>
+
    <div class="grid-item">
+
      <img src="https://static.igem.org/mediawiki/2015/f/fd/Vanderbilt_Organism.jpg" /></div>
+
    <div class="grid-item">
+
      <img src="https://static.igem.org/mediawiki/2015/0/08/Vanderbilt_Circuit.jpg" /></div>
+
    <div class="grid-item">
+
      <div class="grid-item grid-item--widthFull grid-textbox-top">
+
        <span class="span-text"> hullo this is paragraph 1 such an amazing paragraph how will spillag work i wonder</span>
+
 
       </div>
 
       </div>
       <div class="grid-item grid-item--widthFull grid-textbox-mid">
+
       <div class="row">
         <span class="span-text"> hullo this is paragraph 2 </span>
+
         <div class="col-sm-4">
      </div>
+
          <a href='https://2015.igem.org/wiki/index.php?title=Team:Vanderbilt/Project/Sequence'>
      <div class="grid-item grid-item--widthFull grid-textbox-bot">
+
          <img class="logo" src=" https://static.igem.org/mediawiki/2015/5/57/VU15_sequence_logo.png"    /> </a>
         <span class="span-text"> hullo this is paragraph 3 </span>
+
        </div>
       </div>
+
        <div class="col-sm-4">
     </div>
+
          <a href='https://2015.igem.org/wiki/index.php?title=Team:Vanderbilt/Project/Circuit'>
   </div>
+
          <img class="logo" src="https://static.igem.org/mediawiki/2015/1/14/VU15_circuit_logo.png" /> </a>
 +
         </div>
 +
        <div class="col-sm-4">
 +
          <a href='https://2015.igem.org/wiki/index.php?title=Team:Vanderbilt/Project/Organism'>
 +
          <img class="logo" src="https://static.igem.org/mediawiki/2015/2/27/VU15_organism_logo.png" /></a>
 +
        </div>
 +
       </div>
 +
      <br>
 +
     </div> <!-- /col -->
 +
   </div> <!-- /row -->
 +
 
 +
</div> <!-- /col -->
 
</div>
 
</div>
  
<div class="col-lg-2 hidden-sm">
+
</html>
<img src="https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png" id="dnaStrand2" onload="dna_update()" style="width:100%"></img>
+
{{Template:Vanderbilt_Footer}}
</div>
+
<html>
</div>
+
 
 
</html>
 
</html>

Latest revision as of 05:47, 21 November 2015

Vanderbilt iGEM 2015


Every sequence of DNA hides a secret. Concealed throughout any genetic construct are mutation hotspots - DNA motifs prone to high rates of mutation. Once a mutation occurs at one of these sites, a mutant may rapidly overtake the population due to evolutionary selective pressure.

Our team has compiled decades of research into an algorithm that is able to eliminate these hotspots, reducing the risk of mutation for any gene without altering its function. We have also devised strategies for improving the evolutionary stability of entire genetic circuits, and have created new bacterial strains with their genomes engineered to better resist and repair mutations.

Our foundational advance has the potential to revolutionize the way synthetic biologists optimize their genes, by looking beyond simple codon adaptation to consider the stability, safety, and reliability of DNA parts.

Join us as we expose the menaces lurking in your DNA. . .