Difference between revisions of "Team:Vanderbilt/Parts/Part Collection"

 
(10 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>
<style>
 
.btn {
 
  -webkit-border-radius: 0 !important;
 
    -moz-border-radius: 0 !important;
 
          border-radius: 0 !important;
 
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>
 
  
 
<div id="breadcrumb_container" class="container" style="position:fixed; top:88px; z-index:2;">
 
<div id="breadcrumb_container" class="container" style="position:fixed; top:88px; z-index:2;">
Line 34: Line 11:
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Part_Collection" class="btn btn-default chosen">Part Collection</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Part_Collection" class="btn btn-default chosen">Part Collection</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Optimized_RFPs" class="btn btn-default">Optimized RFPs</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Optimized_RFPs" class="btn btn-default">Optimized RFPs</a>
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Visualizing_Evolution" class="btn btn-default">Visualizing Evolution</a>
+
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Stable_Circuits" class="btn btn-default">Stable Circuits</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Repair_Enzymes" class="btn btn-default">Repair Enzymes</a>
 
             <a href="https://2015.igem.org/Team:Vanderbilt/Parts/Repair_Enzymes" class="btn btn-default">Repair Enzymes</a>
 
         </div>
 
         </div>
Line 44: Line 21:
 
</script>
 
</script>
  
 
+
<div class="row">
<style>
+
<div class="col-md-10 col-md-offset-1" style="background-color: ##52141f ; height: 100%;">
 
+
<p><h2> Mutation-Optimized Part Collection </h2>  
html, body {
+
  height: 100%;
+
  background-color: #3e0812;
+
}
+
 
+
body {
+
  position: relative;
+
  height: 100%;
+
}
+
 
+
.footer {
+
  position: absolute;
+
  bottom: 0;
+
  width: 100%;
+
  /* Set the fixed height of the footer here */
+
  background-color: #3e0812;
+
  left: 0;
+
}
+
 
+
.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;
+
}
+
 
+
</style>
+
 
+
<div class="row" style="height: 100%; min-height: 100%;">
+
<div class="col-md-10 col-md-offset-1" style="background-color: #44111a; height: 100%;">
+
  <p><h2> Mutation-Optimized Part Collection </h2>  
+
 
<p> To help spread the use of our specially designed mutation-resistant genes, we generated a new part collection that contains optimized variants of ten of the most commonly used parts on the entire Registry of Standard Biological Parts. These part sequences were generated by performing an overall optimization, reducing the number of hotspots for multiple types of mutation by synonymous substitutions. The part numbers and their corresponding genes are listed below: </p>
 
<p> To help spread the use of our specially designed mutation-resistant genes, we generated a new part collection that contains optimized variants of ten of the most commonly used parts on the entire Registry of Standard Biological Parts. These part sequences were generated by performing an overall optimization, reducing the number of hotspots for multiple types of mutation by synonymous substitutions. The part numbers and their corresponding genes are listed below: </p>
+
<br>
 
<p>K1673401 Holin (Mutation Optimized)
 
<p>K1673401 Holin (Mutation Optimized)
<p>K1673402 Endolysin (Mutation Optimized)
+
<p> K1673402 Endolysin (Mutation Optimized)
<p>K1673403 AHL Autoinducer Synthetase (Mutation Optimized)
+
<p> K1673403 AHL Autoinducer Synthetase (Mutation Optimized)
<p>K1673404 cl Repressor (Mutation Optimized)
+
<p> K1673404 cl Repressor (Mutation Optimized)
<p>K1673405 luxR Repressor/Activator (Mutation Optimized)
+
<p> K1673405 luxR Repressor/Activator (Mutation Optimized)
 
<p>K1673406 lasR Activator (Mutation Optimized)
 
<p>K1673406 lasR Activator (Mutation Optimized)
 
<p>K1673407 Tetracycline Repressor (Mutation Optimized)
 
<p>K1673407 Tetracycline Repressor (Mutation Optimized)
<p>K1673408 LacI Repressor (Mutation Optimized)
+
<p> K1673408 LacI Repressor (Mutation Optimized)
 
<p>K1673409 Chloramphenicol Acetyltransferase (Mutation Optimized)
 
<p>K1673409 Chloramphenicol Acetyltransferase (Mutation Optimized)
<p>K1673410 GFP (Mutation Optimized)
+
<p> K1673410 GFP (Mutation Optimized)
<p>K1673411 Laccase (Mutation Optimized)
+
<p> K1673411 Laccase (Mutation Optimized)
 
</p>   
 
</p>   
  
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
</html>
 +
{{Template:Vanderbilt_Footer}}
 +
<html>
 +
  
 
</html>
 
</html>

Latest revision as of 03:34, 21 November 2015

Vanderbilt iGEM 2015

Mutation-Optimized Part Collection

To help spread the use of our specially designed mutation-resistant genes, we generated a new part collection that contains optimized variants of ten of the most commonly used parts on the entire Registry of Standard Biological Parts. These part sequences were generated by performing an overall optimization, reducing the number of hotspots for multiple types of mutation by synonymous substitutions. The part numbers and their corresponding genes are listed below:


K1673401 Holin (Mutation Optimized)

K1673402 Endolysin (Mutation Optimized)

K1673403 AHL Autoinducer Synthetase (Mutation Optimized)

K1673404 cl Repressor (Mutation Optimized)

K1673405 luxR Repressor/Activator (Mutation Optimized)

K1673406 lasR Activator (Mutation Optimized)

K1673407 Tetracycline Repressor (Mutation Optimized)

K1673408 LacI Repressor (Mutation Optimized)

K1673409 Chloramphenicol Acetyltransferase (Mutation Optimized)

K1673410 GFP (Mutation Optimized)

K1673411 Laccase (Mutation Optimized)