Difference between revisions of "Team:LambertGA"

 
(33 intermediate revisions by 4 users not shown)
Line 37: Line 37:
 
p {
 
p {
 
margin: auto;
 
margin: auto;
width: 50%;
+
width: 75%;
 +
color: gray;
 
}
 
}
  
Line 46: Line 47:
 
a {
 
a {
 
opacity: 1.0;
 
opacity: 1.0;
 +
 
}
 
}
  
Line 51: Line 53:
 
color: #D49AE6;
 
color: #D49AE6;
 
}
 
}
 +
 +
a:hover {
 +
text-decoration: none;
 +
}
 +
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
  
 
a.HeaderLinks {
 
a.HeaderLinks {
Line 69: Line 83:
  
 
#MainTitle {
 
#MainTitle {
padding: 60px;
+
padding-top: 85px;
font-size: 60px; }
+
padding-bottom: 0px;
 +
font-size: 60px;
 +
color: dimgray; }
  
  
Line 85: Line 101:
 
header h1{
 
header h1{
 
text-align:center;
 
text-align:center;
 +
color: dimgray;
 +
}
 +
 +
h2{
 +
color: #D49AE6;
 
}
 
}
  
Line 95: Line 116:
 
height: 50px;
 
height: 50px;
 
line-height: 50px;
 
line-height: 50px;
background-color: lavender;
+
background-color: white;
 
margin: auto;
 
margin: auto;
 
text-align:center;
 
text-align:center;
opacity: 0.9;
+
opacity: 0.7;
 
}
 
}
  
Line 192: Line 213:
 
   height: 100%;
 
   height: 100%;
 
   width: 100%;
 
   width: 100%;
   background-color: lavender;
+
   background-color: white;
 
   color: #D49AE6;
 
   color: #D49AE6;
 
   padding: 14px;
 
   padding: 14px;
Line 209: Line 230:
  
 
/* Dropdown Content (Hidden by Default) */
 
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
+
div.dropdown-content {
 
     display: none;
 
     display: none;
 
     opacity: 0.0;
 
     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);
    transition: opacity 0.5s ease-in-out;
 
 
}
 
}
  
 
/* Links inside the dropdown */
 
/* Links inside the dropdown */
.dropdown-content a {
+
div.dropdown-content a {
 
     color: white;
 
     color: white;
    opacity: 0.0;
 
 
     padding: 0px 10px;
 
     padding: 0px 10px;
 
     font-size: 20px;
 
     font-size: 20px;
Line 235: 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;
 
     opacity: 1.0;
 
}
 
}
  
.dropdown:hover .dropdown-content a {
 
  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 275: Line 291:
 
<header>
 
<header>
 
<div id="headerLinks">
 
<div id="headerLinks">
<img src="https://static.igem.org/mediawiki/2016/9/9e/T--LambertGA--longhorn_iGEM_logo.png" id="logo">
 
 
<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 href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
 +
      <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">
 
--><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 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>
       <a href="https://2016.igem.org/Team:LambertGA/Notebook">Notebook</a>
+
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
Line 292: Line 313:
 
       <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;"  
    </div>
+
href="https://2016.igem.org/Team:LambertGA/Basic_Part">Basic Parts</a>
  </li><!--
+
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Composite_Part">Composite Parts</a>
--><li class="dropdown" >
+
      <a href="https://2016.igem.org/Team:LambertGA/Team" class="dropbtn">Team</a>
+
       <div class="dropdown-content">
+
      <a href="https://2016.igem.org/Team:LambertGA/Collaborations">Collaborations</a>
+
 
     </div>
 
     </div>
 
   </li><!--
 
   </li><!--
Line 308: Line 325:
 
       <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 href="https://2016.igem.org/Team:LambertGA/Awards" 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>
Line 331: 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>
  
Line 341: 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.
  
 
 
 
 
 
</div>
 
 
 
<p style="font-size: 20px;">The concentration of proteins in a cell is determined by both the amount synthesized and the amount degraded. Thus, protein degradation is a crucial aspect of maintaining intramolecular equilibrium. A class of ATPases known as AAA+ Proteins involves a well-known proteolysis mechanism known as ClpXP in which ClpX unfolds and translocates a tagged protein into a sequestered proteolytic compartment in ClpP. 
 
 
<br>
 
<br>
 
<br>
 
<br>
We devised an inducible genetic construct in which ClpXP will degrade a chromoprotein upon induction. The data will be gathered using a device that can quantify the color of the light reflected by the chromoprotein before and after induction. This will ultimately allow us to measure the relative strength of degradation and further characterize a well-known proteolysis mechanism. Our characterization of ClpXP will serve as a precursor for controlled protein delivery in medicines and subsequently a switch for biosensors.
+
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>
 
</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>
 +
</center>
  
 
<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 374: 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