Difference between revisions of "Team:Virginia"

Line 44: Line 44:
 
width:569px;
 
width:569px;
 
margin:10px auto;
 
margin:10px auto;
}
 
 
#backgroundtitle {
 
position:absolute;
 
height:290px;
 
width:569px;
 
text-align:center;
 
background-color:white;
 
opacity:0.9;
 
transition:opacity 500ms;
 
z-index:10;
 
}
 
 
#backgroundtitle h1 {
 
font-size:70px;
 
font-family:Lato, sans-serif;
 
color:#66b3ff;
 
line-height:65px;
 
margin-top:-20px;
 
}
 
 
#backgroundpicture {
 
position:absolute;
 
height:289px;
 
width:568px;
 
z-index:5;
 
transition:opacity 500ms;
 
}
 
 
#backgroundpicture img{
 
height:289px;
 
width:568px;
 
 
}
 
}
  
Line 269: Line 237:
 
<div id="introvideobkg">
 
<div id="introvideobkg">
 
<div id="introvideo">
 
<div id="introvideo">
<div id="backgroundtitle"><h1 id="bh1">AN INTRODUCTION TO OUR PROJECT</h1></div>
+
<video id="vid1" width="569px" height="320px" controls preload="none" poster="https://static.igem.org/mediawiki/2016/e/e5/T--Virginia--vidposter.jpeg">
<div id="backgroundpicture"><img src="https://static.igem.org/mediawiki/2016/a/af/T--Virginia--homevidpic.jpeg"/></div>
+
<video id="vid1" width="569px" height="320px" controls preload="none">
+
 
<source src="https://static.igem.org/mediawiki/2016/1/13/T--Virginia--Biocontainmentvideo.mp4" type="video/mp4">
 
<source src="https://static.igem.org/mediawiki/2016/1/13/T--Virginia--Biocontainmentvideo.mp4" type="video/mp4">
 
</video>
 
</video>
Line 337: Line 303:
 
document.getElementById("homepagefadein2").style.opacity = "0";
 
document.getElementById("homepagefadein2").style.opacity = "0";
 
}
 
}
 
document.getElementById("vid1").onplaying = function() {
 
document.getElementById("backgroundtitle").style.opacity = "0";
 
document.getElementById("backgroundpicture").style.opacity = "0";
 
setTimeout(function(){
 
document.getElementById("backgroundtitle").style.zIndex = "-1";
 
document.getElementById("backgroundpicture").style.zIndex = "-1";
 
},500);
 
}
 
 
document.getElementById("vid1").addEventListener('ended',myHandler,false);
 
function myHandler(e) {
 
document.getElementById("backgroundtitle").style.opacity = "0.9";
 
document.getElementById("backgroundpicture").style.opacity = "1";
 
document.getElementById("backgroundtitle").style.zIndex = "10";
 
document.getElementById("backgroundpicture").style.zIndex = "5";
 
}
 
 
///////////////////////////////////////////////If internet explorer is the browser////////////////////////////////////////////////
 
function GetIEVersion() {
 
var sAgent = window.navigator.userAgent;
 
var Idx = sAgent.indexOf("MSIE");
 
 
// If IE, return version number.
 
if (Idx > 0)
 
return parseInt(sAgent.substring(Idx+ 5, sAgent.indexOf(".", Idx)));
 
 
// If IE 11 then look for Updated user agent string.
 
else if (!!navigator.userAgent.match(/Trident\/7\./))
 
return 11;
 
else
 
return 0; //It is not IE
 
}
 
 
if (GetIEVersion() > 0) {
 
/////////////////If internet explorer/////////////////
 
document.getElementById("backgroundtitle").style.height = "100%";
 
document.getElementById("backgroundpicture").style.display = "none";
 
document.getElementById("bh1").style.fontSize = "65px";
 
}
 
 
//else
 
///////////If not internet explorer/////////////////
 
 
  
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 14:02, 12 August 2016

LEU-LOCK

Want to learn more about synthetic biology? Click here.

WHO ARE WE?

We are a team of undergraduate students from the University of Virginia with a shared interest in synthetic biology. We hail from five different states, and our majors include biology, biochemistry, chemical engineering, biomedical engineering, neuroscience, statistics, and nanomedicine engineering.

More about the team →

THE PROJECT

Leu-Lock

We set out to design a novel biocontainment mechanism based upon the modification of the leucyl tRNA synthetase enzyme. Our system causes the biocontained organism to be dependent upon a synthetic form of leucine for survival - hence the title of our project. To implement the system in E. coli, CRISPR Cas9 was used to knockout the native E. coli tRNA synthetase gene, and the modified synthetase gene was inserted into the bacterial cells.

Project Overview →