Difference between revisions of "Team:Vanderbilt/Project/Achievements"

 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Template:Vanderbilt_Header}}
 
{{Template:Vanderbilt_Header}}
 +
{{Template:Vanderbilt_Navbar}}
 +
{{Template:Vanderbilt_Style}}
 +
 
<html>
 
<html>
 +
 
<style>
 
<style>
.btn {
+
  .fit {
  -webkit-border-radius: 0 !important;
+
    display:block;
    -moz-border-radius: 0 !important;
+
     width: 80%;
          border-radius: 0 !important;
+
     margin: 0 auto;
background-color: #3e0812;
+
  }
color: #9e515e;
+
}
+
a:link {
+
     text-decoration: none;
+
color: #9e515e;
+
}
+
a:visited {
+
     text-decoration: none;
+
color: #9e515e;
+
}
+
.chosen {
+
background-color: #220006;
+
color: #3e0812;
+
}
+
 
+
 
</style>
 
</style>
  
Line 35: Line 24:
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Project/Achievements" class="btn btn-default chosen">Achievements</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Project/Achievements" class="btn btn-default chosen">Achievements</a>
 
         </div>
 
         </div>
</div>
+
</div> <!-- /row -->
</div>
+
</div> <!-- /breadcrumb_container -->
 
+
</html>
+
{{Template:Vanderbilt_Navbar}}
+
<html>
+
  
 +
<!-- adjust the text in the big space to match the page content -->
 
<script>
 
<script>
 
document.getElementById("header_text").innerHTML = "Achievements";
 
document.getElementById("header_text").innerHTML = "Achievements";
 
</script>
 
</script>
  
 
+
<div class="row">
<style>
+
   <div class="col-md-10 col-md-offset-1" style="background-color: #44111a; height: 100%;">
 
+
   <h2>Sequence</h2>
html, body {
+
   <div class='row'>
   height: 100%;
+
    <div class="col-md-9">
  background-color: #3e0812;
+
      <ul>
}
+
        <li>Invented an innovative software tool for minimizing any gene’s susceptibility to mutation</li>
 
+
        <li>Validated rapid spread of mutants in a genetically modified population by mathematical and empirical techniques</li>
body {
+
        <li>Experimentally validated decreased mutation in optimized sequences with</li>
  position: relative;
+
        <ul>
  height: 100%;
+
          <li>Multiple mutagen types (UV radiation, oxidation)</li>
}
+
          <li>Multiple quantification protocols (Alkaline gel, plasmid conformation, PCR inhibition)</li>
 
+
        </ul>
.footer {
+
        <li>Established high expression of optimized sequences</li>
  position: absolute;
+
        <li>Modeling and computational strategies for further improvements and expansion of software</li>
  bottom: 0;
+
        <li>Investigated potential for nanopore sequencing to become next-generation of ultra high-throughput DNA damage detection</li>
  width: 100%;
+
      </ul>
  /* Set the fixed height of the footer here */
+
    </div>
  background-color: #3e0812;
+
     <div class="col-md-3">
  left: 0;
+
      <img class="no-shadow fit" src="https://static.igem.org/mediawiki/2015/5/57/VU15_sequence_logo.png" />
}
+
     </div>
 
+
.row-height {
+
  display: table;
+
  table-layout: fixed;
+
  height: 100%;
+
  width: 100%;
+
}
+
 
+
@keyframes dnaFadeInOut {
+
  0%  {opacity:1;}
+
  17%  {opacity:1;}
+
  25%  {opacity:0;}
+
  92%  {opacity:0;}
+
  100% {opacity:1;}
+
}
+
 
+
@-o-keyframes dnaFadeInOut {
+
  0%  {opacity:1;}
+
  17%  {opacity:1;}
+
  25%  {opacity:0;}
+
  92%  {opacity:0;}
+
  100% {opacity:1;}
+
}
+
@-moz-keyframes dnaFadeInOut {
+
  0%  {opacity:1;}
+
  17%  {opacity:1;}
+
  25%  {opacity:0;}
+
  92%  {opacity:0;}
+
  100% {opacity:1;}
+
}
+
@-webkit-keyframes dnaFadeInOut {
+
  0%  {opacity:1;}
+
  17%  {opacity:1;}
+
  25%  {opacity:0;}
+
  92%  {opacity:0;}
+
  100% {opacity:1;}
+
}
+
 
+
.dnaStrand img:nth-of-type(1) {
+
  -webkit-animation-delay: 6s;
+
  -moz-animation-delay: 6s;
+
  -o-animation-delay: 6s;
+
  animation-delay: 6s;
+
}
+
.dnaStrand img:nth-of-type(2) {
+
  -webkit-animation-delay: 4s;
+
  -moz-animation-delay: 4s;
+
  -o-animation-delay: 4s;
+
  animation-delay: 4s;
+
}
+
.dnaStrand img:nth-of-type(3) {
+
  -webkit-animation-delay: 2s;
+
  -moz-animation-delay: 2s;
+
  -o-animation-delay: 2s;
+
  animation-delay: 2s;
+
}
+
.dnaStrand img:nth-of-type(4) {
+
  -webkit-animation-delay: 0;
+
  -moz-animation-delay: 0;
+
  -o-animation-delay: 0;
+
  animation-delay: 0;
+
}
+
 
+
.dnaStrand {
+
  position: relative;
+
  width: 100%;
+
  height: 100%;
+
}
+
 
+
.dnaStrand img {
+
  position: absolute;
+
  height: 95%;
+
  width: 95%;
+
  vertical-align: top;
+
}
+
 
+
.dnaStrand img {
+
  -webkit-animation-name: dnaFadeInOut;
+
  -webkit-animation-timing-function: ease-in-out;
+
  -webkit-animation-iteration-count: infinite;
+
  -webkit-animation-duration: 8s;
+
 
+
  -moz-animation-name: dnaFadeInOut;
+
  -moz-animation-timing-function: ease-in-out;
+
  -moz-animation-iteration-count: infinite;
+
  -moz-animation-duration: 8s;
+
 
+
  -o-animation-name: dnaFadeInOut;
+
  -o-animation-timing-function: ease-in-out;
+
  -o-animation-iteration-count: infinite;
+
  -o-animation-duration: 8s;
+
 
+
  animation-name: dnaFadeInOut;
+
  animation-timing-function: ease-in-out;
+
  animation-iteration-count: infinite;
+
  animation-duration: 8s;
+
}
+
 
+
 
+
.grid {
+
  background-color: #5f212c;
+
}
+
 
+
/* clear fix */
+
.grid:after {
+
  content: '';
+
  display: block;
+
  clear: both;
+
}
+
 
+
/* ---- .element-item ---- */
+
 
+
/* 6 columns, percentage width */
+
.grid-item,
+
.grid-sizer {
+
  width: 16.666%;
+
  margin: 0px;
+
}
+
 
+
.grid-item {
+
  float: left;
+
  background: #0D8;
+
  border: 10px solid #44111a;
+
  width: 33.333%;
+
  margin: 0px;
+
  text-align: center;
+
}
+
 
+
.grid-item--widthFull { width:100%; }
+
 
+
.grid-item img {
+
  display: block;
+
  max-width: 100%;
+
  margin: 0px;
+
}
+
 
+
.grid-textbox-top {
+
  border-left: 0px;
+
  border-top: 0px;
+
  border-right: 0px;
+
  border-bottom: 5px solid #44111a;
+
  line-height: 100%;
+
   vertical-align: middle;
+
}
+
 
+
.grid-textbox-mid {
+
   border-right: 0px;
+
  border-left: 0px;
+
  border-top: 5px solid #44111a;
+
  border-bottom: 5px solid #44111a;
+
  line-height: 100%;
+
  vertical-align: middle;
+
}
+
 
+
.grid-textbox-bot {
+
  border-right: 0px;
+
  border-left: 0px;
+
  border-top: 5px solid #44111a;
+
  border-bottom: 0px;
+
  line-height: 100%;
+
  vertical-align: middle;
+
}
+
 
+
  .carousel-inner > .item > img,
+
  .carousel-inner > .item > a > img {
+
      width: 100%;
+
      margin: auto;
+
  }
+
 
+
</style>
+
 
+
<div class="row" style="height: 100%; min-height: 100%;">
+
<div class="row-height">
+
<div class="col-lg-1 hidden-sm" style="height:100%" id="dnaStrand1">
+
  <br>
+
  <div class="dnaStrand" alt="dna strand">
+
     <img src="https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png"/>
+
    <img src="https://static.igem.org/mediawiki/2015/d/d1/Vanderbilt_2015_dna_strand_2.png"/>
+
    <img src="https://static.igem.org/mediawiki/2015/2/2a/Vanderbilt_2015_dna_strand_3.png"/>
+
     <img src="https://static.igem.org/mediawiki/2015/f/f4/Vanderbilt_2015_dna_strand_4.png"/>
+
 
   </div>
 
   </div>
   <br>
+
   <h2> Circuit </h2>
</div>
+
  <div class='row'>
 
+
    <div class="col-md-9">
<div class="col-md-10" style="background-color: #220006; height: 100%;">
+
       <ul>
 
+
        <li>Introduced quantitative metric of expected evolutionary stability and computationally modeled simple circuits</li>
<div class="row" style="height: 100%; min-height: 100%;">
+
        <li>Invented software tool to analyze circuit designs, calculate stability, and suggest modifications to improvements </li>
<div class="row-height">
+
        <li>Developed software for minimizing sequence homology between synthesized genes</li>
  <p><font color="595959">
+
      <li>Designed assay for quantifying the effect of lowering homology on rates of unwanted recombination</li>
<h2>Sequence</h2>
+
        <li>Constructed optimized circuit to demonstrate improved stability with VERT technique</li>
<img src="https://static.igem.org/mediawiki/2015/5/57/VU15_sequence_logo.png" width="200px" />
+
        <li>Validated bidirectional promoter for use with an antibiotic system to select against promoter mutation</li>
<ul>
+
       </ul>
<li>Invented an innovative software tool for minimizing any gene’s susceptibility to mutation</li>
+
    </div>
<li>Validated rapid spread of mutants in a genetically modified population by mathematical and empirical techniques</li>
+
    <div class="col-md-3">
<li>Experimentally validated decreased mutation in optimized sequences with</li>
+
      <img class="no-shadow fit" src="https://static.igem.org/mediawiki/2015/1/14/VU15_circuit_logo.png" style="width:70%;"/>
<ul><li>Multiple mutagen types (UV radiation, oxidation)</li>
+
     </div>
<li>Multiple quantification protocols (Alkaline gel, plasmid conformation, PCR inhibition)</li></ul>
+
<li>Established high expression of optimized sequences</li>
+
<li>Modeling and computational strategies for further improvements and expansion of software</li>
+
<li>Investigated potential for nanopore sequencing to become next-generation of ultra high-throughput DNA damage detection</li>
+
</il></ul>
+
<h2> Organism </h2>
+
       <img src="https://static.igem.org/mediawiki/2015/2/27/VU15_organism_logo.png" width="200px" />
+
<ul>
+
<li>Introduced quantitative metric of expected evolutionary stability and computationally modeled simple circuits</li>
+
<li>Invented software tool to analyze circuit designs, calculate stability, and suggest modifications to improvements </li>
+
<li>Developed assays for measuring decreased recombination with homology-minimization software</li>
+
<li>Constructed optimized circuit to demonstrate improved stability with VERT technique</li>
+
<li>Validated bidirectional promoter for use with system to select against promoter mutation
+
</li></ul>
+
<h2> Circuit </h2>
+
       <img src="https://static.igem.org/mediawiki/2015/1/14/VU15_circuit_logo.png" width="200px" />
+
<ul>
+
<li>Cloned five exogenous DNA repair enzymes </li>
+
<li>Incorporated KIKO vector for genomic integration and simultaneous knock-out</li>
+
<li>Designed “Incorruptible Cell” that commits suicide instead of passing on mutations
+
</li></ul>
+
</font>
+
</p> 
+
</div>
+
</div>
+
 
+
<!-- footer -->
+
<div class="row" style="height: 100%; min-height: 100%;">
+
<div class="row-height">
+
<div class="row" style="margin: 0; border: 0; width: 100%; background-color: #3e0812;">
+
  <div class="col-lg-2" style="height:100%">
+
    <h3><font color="#7e1d2e">Team</font></h3>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Team/About"><font color="#9e515e">About</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Team/Members"><font color="#9e515e">Members</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Team/Attributes"><font color="#9e515e">Attributes</font></a>
+
     <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Team/Sponsors"><font color="#9e515e">Sponsors</font></a>
+
    <br>
+
 
   </div>
 
   </div>
   <div class="col-lg-2" style="height:100%">
+
   <h2> Organism </h2>
    <h3><font color="#7e1d2e">Project</font></h3>
+
  <div class='row'>
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Background"><font color="#9e515e">Background</font></a>
+
  <div class="col-md-9">
     <br>
+
     <ul>
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Sequence"><font color="#9e515e">Sequence</font></a>
+
      <li>Verified modeling predictions about population growth with simulated mutant cells</li>
    <br>
+
      <li> Calculated the selective pressure against transgene expression by comparing experimental data with the Price equation</li>
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Circuit"><font color="#9e515e">Circuit</font></a>
+
      <li>Cloned five exogenous DNA repair enzymes </li>
    <br>
+
      <li>Incorporated KIKO vector for genomic integration and simultaneous knock-out</li>
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Organism"><font color="#9e515e">Organism</font></a>
+
      <li>Designed “Incorruptible Cell” that commits suicide instead of passing on mutations</li>
    <br>
+
     </ul>
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Nanopore"><font color="#9e515e">Nanopore</font></a>
+
     <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Project/Achievements"><font color="#9e515e">Achievements</font></a>
+
    <br>
+
 
   </div>
 
   </div>
   <div class="col-lg-2" style="height:100%">
+
   <div class="col-md-3">
     <h3><font color="#7e1d2e">Parts</font></h3>
+
     <img class="no-shadow fit" src="https://static.igem.org/mediawiki/2015/2/27/VU15_organism_logo.png" style="width:60%;"/>
 
+
      <br>
    <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Part_Collection"><font color="#9e515e">Part Collection</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Optimized_RFPs"><font color="#9e515e">Optimized RFPs</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Visualizing_Evolution"><font color="#9e515e">Visualizing Evolution</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Repair Enzymes"><font color="#9e515e">Repair Enzymes</font></a>
+
    <br>
+
  </div>
+
  <div class="col-lg-2" style="height:100%">
+
    <h3><font color="#7e1d2e">Notebook</font></h3>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Notebook/May"><font color="#9e515e">May</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Notebook/June"><font color="#9e515e">June</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Notebook/July"><font color="#9e515e">July</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Notebook/August"><font color="#9e515e">August</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Notebook/September"><font color="#9e515e">September</font></a>
+
    <br>
+
  </div>
+
  <div class="col-lg-2" style="height:100%">
+
    <h3><font color="#7e1d2e">Practices</font></h3>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Practices/Safety"><font color="#9e515e">Safety</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Practices/Collaborations"><font color="#9e515e">Collaborations</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Practices/Real_World_Applications"><font color="#9e515e">Applications</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Practices/Interlab"><font color="#9e515e">Interlab</font></a>
+
    <br>
+
  </div>
+
  <div class="col-lg-2" style="height:100%">
+
    <h3><font color="#7e1d2e">Software</font></h3>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Software/Development"><font color="#9e515e">Development</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Software/User_Guide"><font color="#9e515e">User Guide</font></a>
+
    <br>
+
    <a href="https://2015.igem.org/Team:Vanderbilt/Software/Stats"><font color="#9e515e">Statistics</font></a>
+
    <br>
+
 
   </div>
 
   </div>
  <br>
 
  <br>
 
 
</div>
 
</div>
  <br>
 
 
</div>
 
</div>
 
</div>
 
</div>
<!-- /footer -->
 
  
</div>
+
</html>
 
+
{{Template:Vanderbilt_Footer}}
<div class="col-lg-1 hidden-sm" style="height:100%;" id="dnaStrand2">
+
<html>
  <br>
+
  <div class="dnaStrand" alt="dna strand">
+
  <img src="https://static.igem.org/mediawiki/2015/a/a6/Vanderbilt_2015_dna_strand_1.png"/>
+
  <img src="https://static.igem.org/mediawiki/2015/d/d1/Vanderbilt_2015_dna_strand_2.png"/>
+
  <img src="https://static.igem.org/mediawiki/2015/2/2a/Vanderbilt_2015_dna_strand_3.png"/>
+
  <img src="https://static.igem.org/mediawiki/2015/f/f4/Vanderbilt_2015_dna_strand_4.png"/>
+
  </div>
+
</div>
+
 
+
</div>
+
</div>
+
  
 
</html>
 
</html>

Latest revision as of 03:57, 26 November 2015

Vanderbilt iGEM 2015

Sequence

  • Invented an innovative software tool for minimizing any gene’s susceptibility to mutation
  • Validated rapid spread of mutants in a genetically modified population by mathematical and empirical techniques
  • Experimentally validated decreased mutation in optimized sequences with
    • Multiple mutagen types (UV radiation, oxidation)
    • Multiple quantification protocols (Alkaline gel, plasmid conformation, PCR inhibition)
  • Established high expression of optimized sequences
  • Modeling and computational strategies for further improvements and expansion of software
  • Investigated potential for nanopore sequencing to become next-generation of ultra high-throughput DNA damage detection

Circuit

  • Introduced quantitative metric of expected evolutionary stability and computationally modeled simple circuits
  • Invented software tool to analyze circuit designs, calculate stability, and suggest modifications to improvements
  • Developed software for minimizing sequence homology between synthesized genes
  • Designed assay for quantifying the effect of lowering homology on rates of unwanted recombination
  • Constructed optimized circuit to demonstrate improved stability with VERT technique
  • Validated bidirectional promoter for use with an antibiotic system to select against promoter mutation

Organism

  • Verified modeling predictions about population growth with simulated mutant cells
  • Calculated the selective pressure against transgene expression by comparing experimental data with the Price equation
  • Cloned five exogenous DNA repair enzymes
  • Incorporated KIKO vector for genomic integration and simultaneous knock-out
  • Designed “Incorruptible Cell” that commits suicide instead of passing on mutations