Difference between revisions of "Team:LambertGA/Description"

Line 6: Line 6:
  
  
body { background-color: white;}
+
#mainContainer{
 +
    background-color: white;
 +
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: white;
 +
}
  
 +
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
  
 
#content {  
 
#content {  
margin-left: auto;
+
margin: 0px auto;
background-color: #C8A2C8; }
+
background-color: white;
 +
width: 100%;
 +
padding: 0px;
 +
}
  
  
Line 17: Line 30:
  
  
.column full_size {width: 800 px;
+
.column full_size {width: 100%;
 
height: 700px;
 
height: 700px;
 
position: center; }
 
position: center; }
  
  
 +
p {
 +
margin: auto;
 +
width: 50%;
 +
}
  
 
#firstHeading {
 
#firstHeading {
Line 27: Line 44:
 
color: #9D0EC8;}
 
color: #9D0EC8;}
  
 +
a {
 +
opacity: 1.0;
 +
}
 +
 +
a:visited {
 +
color: #D49AE6;
 +
}
  
 
a.HeaderLinks {
 
a.HeaderLinks {
 +
height: 50px;
 
position: center;
 
position: center;
background-color: #D49AE6;
 
 
border: none;
 
border: none;
color: white;
+
color: #D49AE6;  
padding: 10px 20px;  
+
 
text-align: center;
 
text-align: center;
 
text-decoration: none;
 
text-decoration: none;
Line 46: Line 69:
  
 
#MainTitle {
 
#MainTitle {
padding: 30px;
+
padding: 60px;
 
font-size: 60px; }
 
font-size: 60px; }
 
 
#mainContainer{
 
    background-color: white;
 
    width: 100%;
 
}
 
 
 
#main{
 
    width: 100%;
 
    padding: 15px;
 
    background-color: white;
 
}
 
  
  
Line 79: Line 89:
  
 
#headerLinks {
 
#headerLinks {
 +
position: fixed;
 
text-decoration: none;
 
text-decoration: none;
 
color: #b8975e;
 
color: #b8975e;
font-size: 20px;
 
padding: 0 20px;
 
 
width: 100%;
 
width: 100%;
background-color: rgba(255,255,255,0.7);
+
height: 50px;
padding: 15px;
+
line-height: 50px;
position-left: 10px;
+
background-color: white;
 +
margin: auto;
 
text-align:center;
 
text-align:center;
 +
opacity: 0.7;
 
}
 
}
  
  
 
.header{
 
.header{
width: 1000px;
+
width: 100%;
 
padding: 0;
 
padding: 0;
 
margin: 0 auto;
 
margin: 0 auto;
Line 102: Line 113:
 
#text{
 
#text{
 
width: 900px;
 
width: 900px;
     padding: 25px 0px;
+
     padding: 0px;
 
display: block;
 
display: block;
margin: 5px auto;
+
margin: 0px auto;
 
}
 
}
 
  
 
#space{
 
#space{
Line 114: Line 124:
  
 
#sponsors-bottom{
 
#sponsors-bottom{
width: 1000px;
+
width: 100%;
margin: 150px auto 0px auto;
+
margin: 0px auto;
 
text-align: center;
 
text-align: center;
 
display: block;
 
display: block;
Line 122: Line 132:
  
 
#sponsors-bottom a{
 
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 
display: inline-block;
 
display: inline-block;
 
}
 
}
Line 134: Line 146:
 
     opacity: 0.4;
 
     opacity: 0.4;
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 +
transition: opacity 0.5s ease-in-out;
 
}
 
}
  
Line 164: Line 177:
 
display: block;
 
display: block;
 
}
 
}
 
  
 
#globalWrapper{
 
#globalWrapper{
 
background-color: white;
 
background-color: white;
padding: 30px;
+
padding: 0px;
 +
 
  
 
}
 
}
 +
  
 
/* Dropdown Button */
 
/* Dropdown Button */
 
.dropbtn {
 
.dropbtn {
 +
  margin: auto;
 
   position: left;   
 
   position: left;   
   background-color: #D49AE6;
+
  height: 100%;
   color: white;
+
  width: 100%;
   padding: 10px;
+
   background-color: white;
   font-size: 16px;
+
   color: #D49AE6;
 +
   padding: 14px;
 +
   font-size: 20px;
 
   text-align: left;
 
   text-align: left;
 
   border: none;
 
   border: none;
 
   cursor: pointer;
 
   cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 
}
 
}
  
Line 193: Line 211:
 
.dropdown-content {
 
.dropdown-content {
 
     display: none;
 
     display: none;
 +
    opacity: 0.0;
 
     position: absolute;
 
     position: absolute;
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
Line 198: Line 217:
 
     text-align: left;
 
     text-align: left;
 
     box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 
     box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 
}
 
}
  
 
/* Links inside the dropdown */
 
/* Links inside the dropdown */
 
.dropdown-content a {
 
.dropdown-content a {
     color: black;
+
     color: white;
     padding: 10px 10px;
+
    opacity: 0.0;
     font-size: 16px;
+
     padding: 0px 10px;
 +
     font-size: 20px;
 
     text-decoration: none;
 
     text-decoration: none;
 
 
     display: block;
 
     display: block;
}
+
    transition: opacity 0.5s ease-in-out;
 
+
#logo{
+
height: 50px;
+
opacity:0.4;
+
 
}
 
}
  
Line 221: Line 237:
 
.dropdown:hover .dropdown-content {
 
.dropdown:hover .dropdown-content {
 
     display: block;
 
     display: block;
 +
    opacity: 1.0;
 
}
 
}
  
/* Change the background color of the dropdown button when the dropdown content is shown */
+
.dropdown:hover .dropdown-content a {
.dropdown:hover .dropbtn {
+
  opacity: 1.0;
 +
}
 +
 
 +
/* Change the background color of the dropdown button when the dropdown content is shown*/
 +
.dropbtn:hover {
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
 +
    color: white;
 
}
 
}
  
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 
</style>
 
</style>
 +
  
  
Line 303: Line 338:
  
  
<div class="column full_size" style="background-color:#C8A2C8" >
+
<div class="column full_size" style="width:50%; margin:auto;" >
  
  

Revision as of 17:30, 13 October 2016

Description

Inspired by the Georgia Tech Zinc biosensor, the Lambert High School iGEM Team studied protein degradation to enhance the development of modern biosensors. Today, biosensors are complex biological systems that provide a more reliable and affordable alternative to expensive diagnostic tests. However, in many biosensors, the overexpression of one pigment over another can result in inaccurate readings and subsequently faulty diagnosis. To address this issue, the Lambert iGEM Team devised a “switch” - a genetically engineered construct that degrades SsrA-tagged proteins upon induction by IPTG. Ultimately, our main goal was to quantify the relative strength of degradation and subsequently further characterize a known protease system.

In bacterial cells, SsrA is a monocistronic gene that codes for a specialized strand of RNA known as tmRNA; tmRNA is responsible for rescuing ribosomes from abnormally truncated mRNA templates that lack terminator codons.



This process is the SsrA-tagged degradation pathway, whereby tmRNA binds with the ribosome and cotranslationally adds a degradation tag to the defective mRNA strand, hence marking the nascent polypeptide for degradation. (Tao et. al., 2015) In effect, this degradation tag, called the SsrA tag, serves as protein quality control in the cell by preventing the accumulation of aberrant and incomplete proteins. (Keiler et. al., 1996) These tagged proteins are then transported to some protease by a bacterial adaptor. In E. coli cells, SspB is the bacterial adaptor that transports tagged proteins to the ClpXP protease. Because this pathway is the most common form of proteolysis in prokaryotes, we decided to exploit this pathway to control the overexpression of pigments in biosensors.

ClpXP is classified as an ATP dependent protease (ATPase) that harness energy released from ATP hydrolysis to render protein degradation. Moreover, ClpXP is a protein mechanism that is composed of two separate proteins - ClpX and ClpP. ClpX is the protein that unfolds and translocates the tagged protein into a sequestered proteolytic compartment in ClpP; ClpP is the protein that breaks the individual covalent bonds (polypeptide bonds) that exist between the individual amino acids of the primary structure of the protein.



Accordingly, we devised an inducible genetic construct to study how ClpXP degrades SsrA-tagged GFP and chromoproteins. The data was quantified with the help of a device that could capture the strength of the light reflected by the reporter before, during, and after induction. Ultimately, the main goal of our project was to measure the relative strength of degradation of a tagged reporter and consequently further characterize a protease mechanism.