Difference between revisions of "Team:Virginia"

Line 70: Line 70:
 
width:568px;
 
width:568px;
 
z-index:5;
 
z-index:5;
 +
transition:opacity 500ms;
 +
}
 +
 +
#backgroundpicture img{
 +
height:289px;
 +
width:568px;
 
}
 
}
  
Line 264: Line 270:
 
<div id="introvideo">
 
<div id="introvideo">
 
<div id="backgroundtitle"><h1>AN INTRODUCTION TO OUR PROJECT</h1></div>
 
<div id="backgroundtitle"><h1>AN INTRODUCTION TO OUR PROJECT</h1></div>
<div id="backgroundpicture"></div>
+
<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">
 
<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">
Line 334: Line 340:
 
document.getElementById("vid1").onplaying = function() {
 
document.getElementById("vid1").onplaying = function() {
 
document.getElementById("backgroundtitle").style.opacity = "0";
 
document.getElementById("backgroundtitle").style.opacity = "0";
 +
document.getElementById("backgroundpicture").style.opacity = "0";
 
}
 
}
  
Line 339: Line 346:
 
function myHandler(e) {
 
function myHandler(e) {
 
document.getElementById("backgroundtitle").style.opacity = "0.9";
 
document.getElementById("backgroundtitle").style.opacity = "0.9";
 +
document.getElementById("backgroundpicture").style.opacity = "1";
 
}
 
}
  

Revision as of 18:17, 10 August 2016

LEU-LOCK

AN INTRODUCTION TO OUR PROJECT

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 →