Difference between revisions of "Team:LambertGA"

 
(43 intermediate revisions by 5 users not shown)
Line 21: Line 21:
 
#content {  
 
#content {  
 
margin: 0px auto;
 
margin: 0px auto;
background-color: #C8A2C8;
+
background-color: white;
 
width: 100%;
 
width: 100%;
 
padding: 0px;
 
padding: 0px;
Line 37: Line 37:
 
p {
 
p {
 
margin: auto;
 
margin: auto;
width: 95%;
+
width: 75%;
 +
color: gray;
 
}
 
}
  
Line 46: Line 47:
 
a {
 
a {
 
opacity: 1.0;
 
opacity: 1.0;
 +
 
}
 
}
 +
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 +
a:hover {
 +
text-decoration: none;
 +
}
 +
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
  
 
a.HeaderLinks {
 
a.HeaderLinks {
height: 100px;
+
height: 50px;
 
position: center;
 
position: center;
 
border: none;
 
border: none;
Line 65: Line 83:
  
 
#MainTitle {
 
#MainTitle {
padding: 60px;
+
padding-top: 85px;
font-size: 60px; }
+
padding-bottom: 0px;
 +
font-size: 60px;
 +
color: dimgray; }
  
  
Line 81: Line 101:
 
header h1{
 
header h1{
 
text-align:center;
 
text-align:center;
 +
color: dimgray;
 +
}
 +
 +
h2{
 +
color: #D49AE6;
 
}
 
}
  
Line 89: Line 114:
 
color: #b8975e;
 
color: #b8975e;
 
width: 100%;
 
width: 100%;
height: 100px;
+
height: 50px;
line-height: 100px;
+
line-height: 50px;
 
background-color: white;
 
background-color: white;
 
margin: auto;
 
margin: auto;
 
text-align:center;
 
text-align:center;
opacity: 0.9;
+
opacity: 0.7;
 
}
 
}
  
Line 120: Line 145:
  
 
#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 128: Line 153:
  
 
#sponsors-bottom a{
 
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 
display: inline-block;
 
display: inline-block;
 
}
 
}
Line 182: Line 209:
 
/* Dropdown Button */
 
/* Dropdown Button */
 
.dropbtn {
 
.dropbtn {
 +
  margin: auto;
 
   position: left;   
 
   position: left;   
 
   height: 100%;
 
   height: 100%;
 +
  width: 100%;
 
   background-color: white;
 
   background-color: white;
 
   color: #D49AE6;
 
   color: #D49AE6;
   padding: 39px;
+
   padding: 14px;
 
   font-size: 20px;
 
   font-size: 20px;
 
   text-align: left;
 
   text-align: left;
Line 201: Line 230:
  
 
/* Dropdown Content (Hidden by Default) */
 
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
+
div.dropdown-content {
 
     display: none;
 
     display: none;
 +
    opacity: 0.0;
 
     position: absolute;
 
     position: absolute;
 
     background-color: #D49AE6;
 
     background-color: #D49AE6;
     min-width: 140px;
+
     min-width: 200px;
 
     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);
Line 211: Line 241:
  
 
/* Links inside the dropdown */
 
/* Links inside the dropdown */
.dropdown-content a {
+
div.dropdown-content a {
     color: black;
+
     color: white;
     padding: 10px 10px;
+
     padding: 0px 10px;
     font-size: 16px;
+
     font-size: 20px;
 
     text-decoration: none;
 
     text-decoration: none;
 
     display: block;
 
     display: block;
 +
    transition: opacity 0.5s ease-in-out;
 
}
 
}
  
Line 223: Line 254:
  
 
/* Show the dropdown menu on hover */
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
+
.dropdown:hover div.dropdown-content {
 
     display: block;
 
     display: block;
 +
    opacity: 1.0;
 
}
 
}
 +
  
 
/* Change the background color of the dropdown button when the dropdown content is shown*/
 
/* Change the background color of the dropdown button when the dropdown content is shown*/
Line 240: Line 273:
 
     display: block;
 
     display: block;
 
     margin: auto;;
 
     margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 
}
 
}
 
</style>
 
</style>
Line 254: Line 291:
 
<header>
 
<header>
 
<div id="headerLinks">
 
<div id="headerLinks">
<!--<a class="HeaderLinks" href="https://2016.igem.org/Team:LambertGA" >Home -->
+
<a href="https://2016.igem.org/Team:LambertGA" class="dropbtn">Home</a><!--
<a href="https://2016.igem.org/Team:LambertGA" class="dropbtn">Home</a>
+
--><li class="dropdown" >
<!--</a><a class="HeaderLinks" href="https://2016.igem.org/Team:LambertGA/Description">Project> -->
+
      <a href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
   </a><li class="dropdown">
+
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Collaborations">Collaborations</a>
 +
    </div>
 +
   </li><!--
 +
--><li class="dropdown">
 
   <a href="https://2016.igem.org/Team:LambertGA/Description" class="dropbtn">Project</a>
 
   <a href="https://2016.igem.org/Team:LambertGA/Description" class="dropbtn">Project</a>
     <div class="dropdown-content">
+
     <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
       <a href="https://2016.igem.org/Team:LambertGA/Description">Description</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Description">Description</a>
       <a href="https://2016.igem.org/Team:LambertGA/Design">Design</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Design">Design</a>
       <a href="https://2016.igem.org/Team:LambertGA/Experiments">Experiments</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Experiments">Experiments</a>
       <a href="https://2016.igem.org/Team:LambertGA/Proof">Proof of Concept</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Proof">Proof of Concept</a>
       <a href="https://2016.igem.org/Team:LambertGA/Demonstrate">Demonstrate</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Results">Results</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Notebook">Notebook</a>
 
     </div>
 
     </div>
   </li>
+
   </li><!--
<!--</a><a class="HeaderLinks" href="https://2016.igem.org/Team:LambertGA/Parts">Parts -->
+
--><li class="dropdown" >
</a><li class="dropdown" >
+
 
       <a href="https://2016.igem.org/Team:LambertGA/Parts" class="dropbtn">Parts</a>
 
       <a href="https://2016.igem.org/Team:LambertGA/Parts" class="dropbtn">Parts</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/Basic_Part">Basic Parts</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;"
       <a href="https://2016.igem.org/Team:LambertGA/Composite_Part">Composite Parts</a>
+
href="https://2016.igem.org/Team:LambertGA/Parts">Parts</a>
       <a href="https://2016.igem.org/Team:LambertGA/Part_Collection">Part Collection</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2016.igem.org/Team:LambertGA/Basic_Part">Basic Parts</a>
 +
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Composite_Part">Composite Parts</a>
 
     </div>
 
     </div>
   </li>
+
   </li><!--
<!--</a><a class="HeaderLinks" href="https://2016.igem.org/Team:LambertGA/Team">Team -->
+
--><a href="https://2016.igem.org/Team:LambertGA/Attributions"class="dropbtn">Attributions</a><!--
</a><li class="dropdown" >
+
--><a  href="https://2016.igem.org/Team:LambertGA/Safety"class="dropbtn">Safety</a><!--
      <a href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
+
--><li class="dropdown" >
      <div class="dropdown-content">
+
      <a href="https://2016.igem.org/Team:LambertGA/Collaborations">Collaborations</a>
+
    </div>
+
  </li>
+
</a>
+
<a  href="https://2016.igem.org/Team:LambertGA/Attributions"class="dropbtn">Attributions</a>
+
<a  href="https://2016.igem.org/Team:LambertGA/Safety"class="dropbtn">Safety</a>
+
<!--</a><a class="HeaderLinks" href="https://2016.igem.org/Team:LambertGA/Human_Practices">Human Practices -->
+
</a><li class="dropdown" >
+
 
       <a href="https://2016.igem.org/Team:LambertGA/Human_Practices" class="dropbtn">Human Practices</a>
 
       <a href="https://2016.igem.org/Team:LambertGA/Human_Practices" class="dropbtn">Human Practices</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/HP/Silver">Silver</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Human_Practices">Human Practices</a>
       <a href="https://2016.igem.org/Team:LambertGA/HP/Gold">Gold</a>
+
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/HP/Silver">Silver</a>
      <a href="https://2016.igem.org/Team:LambertGA/HP/Integrated_Pract">Integrated Practices</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/HP/Gold">Gold</a>
       <a href="https://2016.igem.org/Team:LambertGA/HP/Engagements">Engagements</a>
+
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Integrated_Practices">Integrated Practices</a>
 +
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Engagement">Engagement</a>
 
     </div>
 
     </div>
   </li>
+
   </li><!--
  <li class="dropdown" >
+
--><li class="dropdown" >
       <a class="dropbtn">Awards</a>
+
       <a href="https://2016.igem.org/Team:LambertGA/Hardware" class="dropbtn">Awards</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
       <a href="https://2016.igem.org/Team:LambertGA/Entrepreneurship">Entrepreneurship</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Hardware">Hardware</a>
      <a href="https://2016.igem.org/Team:LambertGA/Hardware">Hardware</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Measurement">Measurement</a>
       <a href="https://2016.igem.org/Team:LambertGA/Software">Software</a>
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Model">Model</a>
      <a href="https://2016.igem.org/Team:LambertGA/Measurement">Measurement</a>
+
       <a href="https://2016.igem.org/Team:LambertGA/Model">Model</a>
+
 
     </div>
 
     </div>
 
   </li>
 
   </li>
</a>
 
  
 
</div>
 
</div>
Line 314: Line 347:
  
 
<div id="mainbanner">
 
<div id="mainbanner">
             <img src="https://static.igem.org/mediawiki/2016/a/a4/T--LambertGA--officialbanner.jpeg" style="width:100%" align="middle">
+
             <img src="https://static.igem.org/mediawiki/2016/e/ef/T--LambertGA--clear_banner.jpg" style="width:100%" align="middle">
 
             </div>
 
             </div>
  
<div class="column full_size" style="background-color:#C8A2C8" >
+
<div class="column full_size" style="background-color:white" >
  
  
Line 324: Line 357:
  
  
<center> <h1 id="MainTitle"><b> SWITCH </b></h1>
+
<center> <img src="https://static.igem.org/mediawiki/2016/a/a4/T--LambertGA--gray_switch.png" style="width:45%; padding-top:80px;" align="middle">
 
   
 
   
<h2> Characterization of Nonlysosomal Proteolysis <h2>
+
<h2> Characterization of Nonlysosomal Proteolysis </h2>
</center>
+
</center>
  
  
 
<div id="banner">
 
<div id="banner">
 +
</div>
 +
<br>
  
 +
<p style="font-size: 20px;">
 +
Micronutrient deficiency is one of the leading causes of death in the world. According to the World Health Organization (WHO), more than 2 billion people - over 30% of the world’s population - suffer from micronutrient deficiencies today. In response, healthcare providers around the world have organized research facilities to diagnose and treat micronutrient deficiency. However, diagnosing these deficiencies has proved to be extremely expensive and, in many cases, very time consuming. To address this growing concern, medical researchers and synthetic biologists are creating simple and inexpensive “biosensors” that serve as handy diagnostic tests to use in the field to visualize micronutrient levels and determine whether the patient and population in general are lacking critical micronutrients in their diet. Despite these benefits, this versatile tool often yields inaccurate results, potentially leading to faulty diagnosis and the endangerment of an entire community.
  
 +
<br>
 +
<br>
 +
With this in mind, the 2016 Lambert iGEM Team has focused primarily on enhancing existing biosensors and aiding in the diagnosis of micronutrient deficiencies throughout the world. We studied protein degradation and devised a “switch” to prevent the overexpression of specific reporters in biosensors in order to fine-tune biosensor accuracy. By using SsrA degradation tags, we characterized ClpXP, a protease involved in non-lysosomal proteolysis in many prokaryotes, to quantify the relative strength of degradation in GFP and purple chromoproteins.
  
 +
</p>
 +
<center>
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2016/e/ef/T--LambertGA--newsilvermedal.jpg">
 +
<br><br>
  
 
+
<h2> Silver Medal </h2><br>
 
+
<h2> Nominated for Best Wiki </h2><br>
 
+
<h2> Nominated for Best Poster </h2><br>
</div>
+
</center>
 
+
 
+
<p>Protein degradation has two main methods: the more well-known lysosomal processes and the newly discovered non-lysosomal mechanisms.  Our 2016 project, SWITCH, is focusing on a specific non-lysosomal mechanism called ClpXP.  The system is composed of two subunits - ClpX, which linearizes the protein marked with a degradation tag, and ClpP, which degrades the protein into component amino acids. We have created an inducible genetic construct to regulate the transcription of ClpXP, giving the ability to characterize the degradation of chromoproteins; we have quantified the data using light reflection from the chromoprotein tsPurple using a prototype lightbox/camera.  The further characterization of protein degradation is necessary for the precision and control necessary for the administration of medicines and the function of biosensors, specifically Georgia Tech’s Zinc biosensor.</p>
+
 
+
<p>The concentration of proteins in a cell is determined by both the amount synthesized and the amount naturally degraded. Thus, protein degradation is a crucial aspect of maintaining intramolecular equilibrium. A class of ATPases known as AAA+ Proteins contains a well-known proteolysis mechanism known as ClpXP in which the ClpX piece unfolds and translocates a tagged protein into a sequestered proteolytic compartment in ClpP. The tagged, linearized polypeptide is then degraded into free amino acids.</p>
+
  
 
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '">
 
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '">
Line 354: Line 394:
 
<div id="space2">
 
<div id="space2">
 
</div>
 
</div>
 +
 
<div id="sponsors-bottom">
 
<div id="sponsors-bottom">
  
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2015/a/a4/Lambert_lhslogo.jpg" class="transparent" style="width:100px;height=130px"></a>
+
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2016/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
<!-- gray logo: https://static.igem.org/mediawiki/2015/6/69/Lambert_lhslogo_gray.jpg-->
+
 
+
<a href="http://www.snapgene.com"> <img src="https://static.igem.org/mediawiki/2015/8/83/Lambert_sglogo.jpg" class="transparent" style="width:200px;height:60px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/d/dc/Lambert_snapgenelogo_gray.jpg-->
+
 
+
<a href="http://www.gatech.edu/"><img src="https://static.igem.org/mediawiki/2015/1/10/Lambert_gtlogo.jpg" class="transparent" style="width:100px;height:100px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/a/a3/Lambert_gtlogo_gray.jpg-->
+
 
+
<a href="http://www.foldscope.com/"><img src="https://static.igem.org/mediawiki/2015/9/90/Lambert_foldscopelogo.jpg" class="transparent" style="width:100px;height 150px"></a>  
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/3/31/Lambert_foldscopelogo_gray.jpg-->
+
 
+
<a href="http://www.chick-fil-a.com/"><img src="https://static.igem.org/mediawiki/2015/c/cb/Lambert_cfalogo.jpg" class="transparent" style="width:200px;height:75px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/c/cf/Lambert_cfalogo_gray.jpg-->
+
 
+
<a href="http://atlantasciencefestival.org/"><img src="https://static.igem.org/mediawiki/2015/8/80/Lambert_asflogo.jpg" class="transparent" style="width:150px;height:100px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/0/05/Lambert_asflogo_gray.jpg-->
+
 
+
<a href="https://www.neb.com/"><img src="https://static.igem.org/mediawiki/2015/e/e4/Lambert_neblogo.jpg" class="transparent" style="width:200px;height:70px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/2/27/Lambert_neblogo_gray.jpg-->
+
 
+
<a href="https://www.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2015/4/46/Lambert_idtlogo.jpg" class="transparent" style="width:200px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/9/9e/Lambert_idtlogo_gray.jpg-->
+
 
+
<a href="http://www.nsf.gov/"><img src="https://static.igem.org/mediawiki/2015/8/86/Lambert_nsflogo.jpg" class="transparent" style="width:150px"></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/1/16/Lambert_nsflogo_gray.jpg-->
+
 
+
<a href="http://www.nextgenerationfocus.org/"><img src="https://static.igem.org/mediawiki/2015/e/e4/Lambert_ngflogo.jpg" class="transparent" ></a>
+
<!-- gray logo: https://static.igem.org/mediawiki/2015/0/08/Lambert_ngflogo_gray.jpg-->
+
 
+
  
 
</div>
 
</div>

Latest revision as of 20:25, 11 November 2016

Characterization of Nonlysosomal Proteolysis


Micronutrient deficiency is one of the leading causes of death in the world. According to the World Health Organization (WHO), more than 2 billion people - over 30% of the world’s population - suffer from micronutrient deficiencies today. In response, healthcare providers around the world have organized research facilities to diagnose and treat micronutrient deficiency. However, diagnosing these deficiencies has proved to be extremely expensive and, in many cases, very time consuming. To address this growing concern, medical researchers and synthetic biologists are creating simple and inexpensive “biosensors” that serve as handy diagnostic tests to use in the field to visualize micronutrient levels and determine whether the patient and population in general are lacking critical micronutrients in their diet. Despite these benefits, this versatile tool often yields inaccurate results, potentially leading to faulty diagnosis and the endangerment of an entire community.

With this in mind, the 2016 Lambert iGEM Team has focused primarily on enhancing existing biosensors and aiding in the diagnosis of micronutrient deficiencies throughout the world. We studied protein degradation and devised a “switch” to prevent the overexpression of specific reporters in biosensors in order to fine-tune biosensor accuracy. By using SsrA degradation tags, we characterized ClpXP, a protease involved in non-lysosomal proteolysis in many prokaryotes, to quantify the relative strength of degradation in GFP and purple chromoproteins.




Silver Medal


Nominated for Best Wiki


Nominated for Best Poster