Difference between revisions of "Team:Lambert GA"

 
(310 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
<style>
+
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><style>
+
html{
 +
font-family: 'La', sans-serif;
 +
}
 +
 
 
#sideMenu { display:none; }
 
#sideMenu { display:none; }
  
 +
a:hover {
 +
text-decoration: none;
 +
}
  
 
#mainContainer{
 
#mainContainer{
    background-color: white;
+
background-color: #7A7A79;
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 15: Line 21:
 
margin: auto;
 
margin: auto;
 
     padding: 0px;
 
     padding: 0px;
    background-color: white;
 
 
}
 
}
  
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
+
body { margin: 0px; padding: 0px; width: 100%;}
  
#content {
+
a.drplink {
margin: 0px auto;
+
color:white;
background-color: white;
+
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
 
 +
 
 +
div {
 +
color: white;
 +
}
 +
 
 +
 
 +
#content {  
 +
margin: 0px;
 +
margin-top: -5px;
 +
background-color: #7A7A79;
 
width: 100%;
 
width: 100%;
 
padding: 0px;
 
padding: 0px;
 +
font-family: 'Roboto', sans-serif;
 
}
 
}
  
Line 48: Line 68:
 
a {
 
a {
 
opacity: 1.0;
 
opacity: 1.0;
 
 
}
 
}
  
Line 54: Line 73:
 
color: #D49AE6;
 
color: #D49AE6;
 
}
 
}
 
a:hover {
 
text-decoration: none;
 
}
 
 
a.drplink {
 
color:white;
 
}
 
a.drplink:hover {
 
color:dimgray;
 
}
 
 
  
 
a.HeaderLinks {
 
a.HeaderLinks {
Line 71: Line 78:
 
position: center;
 
position: center;
 
border: none;
 
border: none;
color: #D49AE6;
+
color: #D49AE6;  
 
text-align: center;
 
text-align: center;
 
text-decoration: none;
 
text-decoration: none;
Line 84: Line 91:
  
 
#MainTitle {
 
#MainTitle {
padding-top: 85px;
+
padding-top: 50px;
padding-bottom: 0px;
+
padding-bottom: 20px;
font-size: 60px;
+
font-size: 45px;
color: dimgray; }
+
color: #D49AE6; }
  
  
Line 99: Line 106:
 
}
 
}
  
h1{
+
 
 +
header h1{
 
text-align:center;
 
text-align:center;
color: #FFB59E;
+
color: dimgray;
 
}
 
}
  
h2{
+
h2 {
color: #FFB59E;
+
color: #D49AE6;
 +
text-align:center;
 +
hspace="20";
 
}
 
}
  
Line 112: Line 122:
 
position: fixed;
 
position: fixed;
 
text-decoration: none;
 
text-decoration: none;
color: #b8975e;
+
color: #42413C;
 
width: 100%;
 
width: 100%;
 
height: 50px;
 
height: 50px;
 
line-height: 50px;
 
line-height: 50px;
background-color: white;
+
background-color: #555554;
margin: auto;
+
margin-top: 0px;
 
text-align:center;
 
text-align:center;
 
opacity: 0.9;
 
opacity: 0.9;
Line 162: Line 172:
 
height:100px;
 
height:100px;
 
}
 
}
 
  
 
.transparency {
 
.transparency {
Line 174: Line 183:
 
.transparency:hover {
 
.transparency:hover {
 
     opacity: 1;
 
     opacity: 1;
    filter: alpha(opacity=100);
+
filter: alpha(opacity=100);
 
     width = 100px;
 
     width = 100px;
 
-webkit-backface-visibility: hidden;
 
-webkit-backface-visibility: hidden;
 
}
 
}
 
  
  
Line 218: Line 226:
 
   height: 100%;
 
   height: 100%;
 
   width: 100%;
 
   width: 100%;
  background-color: white;
 
 
   color: #D49AE6;
 
   color: #D49AE6;
 
   padding: 14px;
 
   padding: 14px;
Line 260: Line 267:
  
 
/* Change color of dropdown links on hover */
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #F9FF83;
+
.dropdown-content a:hover {background-color: #D49AE6;
 
color: #4A555C;}
 
color: #4A555C;}
  
Line 275: Line 282:
 
/* 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*/
 
.dropbtn:hover {
 
.dropbtn:hover {
     background-color: #F9FF83;
+
     background-color: #D49AE6;
 
     color:  #4A555C;
 
     color:  #4A555C;
 
}
 
}
Line 292: Line 299:
 
}
 
}
 
#imgcircle{
 
#imgcircle{
border-radius: 100%;
+
border-radius: 100px;
margin-left: 200px;
+
margin-left: 150px;
 +
margin-bottom:100px;
 
height: 200px;
 
height: 200px;
 
align: left;
 
align: left;
 +
}
 +
.block1 {
 +
background-color: #FFFFFF;
 +
}
 +
.block2 {
 +
background-color: #7A7A79;
 +
}
 +
.button {
 +
    background-color: #000000; /* Green */
 +
    border: none;
 +
    color: white;
 +
    padding: 16px 32px;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    display: inline-block;
 +
    font-size: 16px;
 +
    margin: 4px 2px;
 +
    -webkit-transition-duration: 0.4s; /* Safari */
 +
    transition-duration: 0.4s;
 +
    cursor: pointer;
 +
    font-family: 'Roboto', sans-serif;
 +
}
 +
 +
.button1 {
 +
    background-color: white;
 +
    color: #7A7A79;
 +
    border: 2px solid #7A7A79;
 +
}
 +
 +
.button1:hover {
 +
    background-color: #7A7A79;
 +
    color: white;
 +
}
 +
.button2 {
 +
    background-color: #7A7A79;
 +
    color: white;
 +
    border: 2px solid #FFFFFF;
 +
    float: right;
 +
}
 +
 +
.button2:hover {
 +
    background-color: white;
 +
    color: #7A7A79;
 +
}
 +
 +
table {
 +
    border-collapse: collapse;
 +
    width: 70%;
 +
}
 +
 +
td, th {
 +
    border: 2px solid #D49AE6;
 +
    text-align: left;
 +
    padding: 8px;
 +
}
 +
 +
tr:nth-child(even) {
 +
    background-color: #dddddd;
 
}
 
}
 
</style>
 
</style>
 +
  
  
Line 326: Line 393:
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 
        
 
        
Line 336: Line 401:
 
   </li><!--
 
   </li><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part_Collection">Part Collection</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;"
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;"
href="https://2017.igem.org/Team:Lambert_GA/Parts">Parts</a>
+
href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
+
href="https://2017.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
+
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
     <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
+
     </div>
 
   </li><!--
 
   </li><!--
 
--><!--
 
--><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 
--><li class="dropdown" >
 
--><li class="dropdown" >
       <a href="https://2017.igem.org/Team:Lambert_GA/Human_Practices" class="dropbtn">Human Practices</a>
+
       <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver" class="dropbtn">Human Practices</a>
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Integrated_Practices">Integrated Practices</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 
     </div>
 
     </div>
Line 361: Line 423:
 
       <div class="dropdown-content">
 
       <div class="dropdown-content">
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 
       <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Plant">Plant</a>
 
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 
     </div>
 
     </div>
 
   </li>
 
   </li>
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
+
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">Judging Form</a>
 
</div>
 
</div>
  
 
</header>
 
</header>
  
 
+
<br><br>
 
<div id="mainbanner">
 
<div id="mainbanner">
             <img src="https://static.igem.org/mediawiki/2017/0/04/T--Lambert_GA--clear_banner.jpg" style="width:100%" align="middle">
+
             <img src="https://static.igem.org/mediawiki/2017/2/26/Lambertigem2017logorevised.png" style="width:69%" align="middle">
 
             </div>
 
             </div>
  
<div class="column full_size" style="background-color:white" >
+
<div class="column full_size" style="background-color:#7A7A79" >
  
  
Line 386: Line 445:
  
  
<center> <img src="https://static.igem.org/mediawiki/2017/b/bd/T--Lambert_GA--gray_switch.png" style="width:45%; padding-top:80px;" align="middle">
+
<center> <h2 class="maint"> Characterizing Non-Lysosomal Inducible Protein Degradation </h2></center>
<h2> Characterization of Nonlysosomal Proteolysis </h2>
+
 
<br><h3 style = "color: gray;" >Inspiration</h3>
+
 
 +
 
 +
<br><br>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/5/5d/T--Lambert_GA--PurpleisPurple.jpeg" style="width:400px;">
 +
<br>
 +
<i style="font-size: 14px; color: white;">
 +
TinselPurple samples under varying levels of IPTG induction in the Chrome-Q base ready for imaging
 +
</i>
 +
 
 
</center>
 
</center>
 +
<br><br>
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">
 +
Scientists around the world struggle with questions regarding chromoprotein expression, specifically in regards to their use in biosensors.  Biosensors are often seen as low-cost alternatives to expensive detection equipment for underfunded labs and field work.  Lambert iGEM was inspired to address the problem of quantifying chromoprotein expression through development of a 3-D printed original device: Chrome-Q, software app, and verification with a chromoprotein genetic circuit. Additionally, samples were prepared with the 3-D Fuge (which was modified from Prakash Lab’s Paperfuge) to investigate the viability of using a low-cost centrifuge to process cells for visualization.<br>
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">
 +
Quantifying color relies on measures of Red, Green, Blue (RGB) values and evaluating them in a color space known as Hue, Saturation and Value (HSV). Another consideration for color quantification is standardization of environmental light.  To achieve this a device, the Chrome-Q, was developed to create a standardized environment for capturing images using Android and Apple mobile device cameras.  Self-developed android software evaluates the RGB images resulting in HSV values.  These HSV values can be normalized for cell density through subsequent serial dilutions of the cultures and plating to count Colony Forming Units (CFU).<br><br>
 +
</p>
  
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/c/cb/T--Lambert_GA--HSVModel.png" style="width:400px;">
 +
<img src="https://static.igem.org/mediawiki/2017/c/c6/T--Lambert_GA--ColonyCountHome.jpeg" style="height:300px;"><br>
 +
<br>
 +
<i style="font-size: 14px; color: white;">Left: The HSL (hue, saturation and value) that the Chrome-Q measures
 +
<br>
 +
Right: Chromoproteins under four different levels of IPTG induction plated to determine CFU's
 +
</i>
 +
<br><br>
 +
</center>
  
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">
 +
Throughout the development of the Chrome-Q, engineering design principles were implemented.  Feedback and resulting changes were implemented into the next iteration.  Five different prototypes led to the final development of two designs optimized for both Android and Apple mobile devices.  The Android software was written in C#.  The Chrome-Q stl files and software are available on the hardware page are open source.  <br>
 +
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">The device and software were then used to quantify data of ATUM’s Protein Paintbox proteins TinselPurple, ScroogeOrange and VirginiaViolet under varying levels of IPTG induction. An assembled genetic circuit of: Promoter- R0040, Ribosomal Binding Site B0034, and Tinsel purple (Tspurple)- (BBa_K1033906) (Uppsala 2013) was constructed to use in conjunction with a Protease mechanism of ClpXP.  ClpXP is a protein complex comprised of two parts.  ClpX recognizes an SsrA tag sequence at the end of a protein linearizes the tagged protein and brings it to ClpP.  ClpP is an ATPase and cleaves the primary peptide bonds resulting in degradation of the original protein into individual amino acids.  This demonstrated the potential usefulness of the 3-D fuge and Chrome-Q system as a replacement for fluorescent plate readers and centrifuges.<br>
 +
</p>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/5/5e/T--Lambert_GA--PrettyWellPlate3.jpeg" style="width:400px;">
 +
<br>
 +
<i style="font-size: 14px; color: white;"> The full base of the Chrome-Q system with different dilutions of chromoproteins in the well plate
 +
</i>
 +
<br><br>
 +
</center>
 +
 +
<p style="font-size: 20px; color: white; text-indent: 50px;">
 +
 +
<br>
 +
<br>
 +
</p>
 +
<div class="block1">
 +
<br><br>
 +
<div class="img-left">
 +
<img id="imgcircle" src="https://static.igem.org/mediawiki/2017/5/51/T--Lambert_GA--naturegroupphoto.jpeg">
  
<div id="banner">
 
 
</div>
 
</div>
 +
<h2 style="margin-left: -300px; color: #7A7A79;"> Who We Are </h2><p style=" margin-left=300px; color: #7A7A79;">  We are comprised of 14 high school students from Suwanee, Georgia in the 10th, 11th, and 12th grades. We are an after-school/before-school club that meets simply for the love of synthetic biology.
 +
</p><a style="text-decoration: none;" href="https://2017.igem.org/Team:Lambert_GA/Team"><button class="button button1">Find Out More</button></a>
 +
<br><br><br>
  
<br><br> <p style="font-size: 20px;">
+
<div class="block2">
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>
 +
<div class="img-right">
 +
<img id="imgcircle" style="-webkit-transform: rotate(-90deg);" src="https://static.igem.org/mediawiki/2017/5/5d/T--Lambert_GA--PurpleisPurple.jpeg">
  
 +
</div>
 +
<div align="right" ><h2 class="smallt" style="color: #FFFFFF; margin-left: -91px;"> Our Project</h2></div>
 +
<p style=" margin-left=300px;color: white;"> As an underfunded lab, our project aimed to reduce costs of lab work. While characterizing non-lysosomal inducible protein degradation, we developed the Chrome-Q to quantify the degradation of protein.
 +
</p><a style="text-decoration: none;" href="https://2017.igem.org/Team:Lambert_GA/Description"><button class="button button2">Find Out More</button></a><br><br><br><br><br></div>
 +
 +
<div class="block1">
 +
<br><br>
 +
<div class="img-left">
 +
<img id="imgcircle" src="https://static.igem.org/mediawiki/2017/2/26/Maker_Faire.jpg">
 +
 +
</div>
 +
<h2 style="margin=auto; margin-left=700px; color: #7A7A79;"> Human Practices </h2><p style=" margin-left=300px; color: #7A7A79;">  This past year, we have performed a variety of human practices, to educate the public about synthetic biology, as well as our project, through multiple outreach events.
 +
</p><a style="text-decoration: none;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver"><button class="button button1">Find Out More</button></a>
 +
<br><br><br>
 +
 +
<div class="block2">
 +
<br><br>
 +
<br><br>
 +
<h2 style="color:#F19B45;"> Bronze </h2>
 
<br>
 
<br>
 +
<center>
 +
<table>
 +
  <tr>
 +
    <th width="20%">Requirements</th>
 +
    <th width="20%">Checklist</th>
 +
    <th width="60%">Explanation</th>
 +
  </tr>
 +
  <tr>
 +
    <td>Register and Attend</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td>Yes</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Deliverable</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/b/bb/Lambertigemcheckmark.jpg" style="width:45px;"></td>
 +
    <td>Yes</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Attributions</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td>Yes, click <a href="https://2017.igem.org/Team:Lambert_GA/Attributions">HERE</a> for more information.</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Interlab Study</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/b/bb/Lambertigemcheckmark.jpg" style="width:45px;"></td>
 +
    <td>Yes, click <a href="https://2017.igem.org/Team:Lambert_GA/InterLab">HERE</a> for more information.</td>
 +
  </tr>
 +
</table>
 +
</center>
 +
 +
 +
<br><br>
 +
<h2 style="color:#c0c0c0;"> Silver </h2>
 
<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.
+
<center>
 +
<table>
 +
  <tr>
 +
    <th width="20%">Requirements</th>
 +
    <th width="20%">Checklist</th>
 +
    <th width="60%">Explanation</th>
 +
  </tr>
 +
  <tr>
 +
    <td>Validated Part</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td>TsPurple and TsPurple with LAA degradation tag. <br> Click <a href="https://2017.igem.org/Team:Lambert_GA/Part_Collection">
 +
HERE</a> for more information regarding Lambert iGEM's parts.</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Collaboration</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/b/bb/Lambertigemcheckmark.jpg" style="width:45px;"></td>
 +
    <td>Emory iGEM, UGA iGEM and TAS Taipei iGEM. <br> Click <a href="https://2017.igem.org/Team:Lambert_GA/Collaborations">HERE</a>
 +
for more information regarding Lambert iGEM's collaborations with other teams.</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Human Practices</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td>Open House, Maker Faire, Survey, Ethics conferences. <br> Click <a href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">HERE</a> for more information on Lambert iGEM's human practices.</td>
 +
  </tr>
 +
</table>
 +
</center>
  
</p>
+
<br><br>
<div id="block">
+
<h2 style="color:#FFD700;"> Gold </h2>
<img id="imgcircle" src="https://www.nasa.gov/sites/default/files/thumbnails/image/hubble_friday_05132016.jpg">
+
<br>
<p style=" margin-left=425px;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dolor sit amet quam sodales bibendum at ut tellus. Ut quis congue turpis, a semper ex. Praesent laoreet condimentum odio vitae bibendum. Proin rutrum vulputate felis, vitae volutpat nisi scelerisque egetAliquam quis urna nisi. Curabitur id consectetur nulla, posuere malesuada orci. Donec rhoncus, nunc ac viverra ultricies, neque velit pulvinar ex, at efficitur enim arcu et leo. Ut hendrerit at dui a ornare. Integer fringilla purus in hendrerit molestie. Nunc diam ex, lacinia vitae eleifend ac, feugiat non dolor.
+
<center>
 +
<table>
 +
  <tr>
 +
    <th width="20%">Requirements</th>
 +
    <th width="20%">Checklist</th>
 +
    <th width="60%">Explanation</th>
 +
  </tr>
 +
  <tr>
 +
    <td>Integrated Human Practices</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td><ul><li>Developed low cost solution for quantifying chromoprotein data </li>
 +
<li> Developed protocols to use a 3-D printed centrifuge for processing cells </li>
 +
<li> Gave feedback on 3-D fuge to Dr. Saad Bhamla of Georgia Institute of technology and Prakash Lab of Stanford. </li>
 +
<li> Donated blankets and supplies to impoverished families in Lambert iGEM's surrounding area. </li></ul>
 +
Click <a href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">HERE</a> for more information on Lambert iGEM's integrated human practices.
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Improve BioBrick Part</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/b/bb/Lambertigemcheckmark.jpg" style="width:45px;"></td>
 +
    <td>The part this year's team improved upon is: <a href="http://parts.igem.org/Part:BBa_K1911001">BBa_K1911001</a> created by last year's Lambert iGEM team. The updated part this year is: <a href="http://parts.igem.org/wiki/index.php/Part:BBa_K1911001" style="color:#D49AE6;"> BBa_KK1911001: pLac-ClpXP-CI</a>, as we improved the characterization of last year's part. <br>
 +
Click <a href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">HERE</a> for more information on Lambert iGEM's BioBrick Improvement of their project.
 +
</td>
 +
  </tr>
 +
<tr>
 +
    <td>Model</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/c/c6/Lambertigemcheckmarkgray.png" style="width:45px;"></td>
 +
    <td><ul><li>Developed a working Chrome-Q and software app to quantify chromoprotein data</li>
 +
<li> Used a 3-D printed centrifuge to process cells and demonstrate viability in field work and underfunded labs.</li>
 +
<li> Developed designs for printing Chrome-Q device for both Android and Apple mobile devices.</li>
 +
<li> Developed protocols for obtaining and normalizing data.</li>
 +
<li> Developed protocols for sterilizing the Chrome-Q, base and 3-D fuge.</li></ul>
 +
Click <a href="https://2017.igem.org/Team:Lambert_GA/Model">HERE</a> for more information on Lambert iGEM's model in their project.
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Demonstration of Work</td>
 +
    <td><img src="https://static.igem.org/mediawiki/2017/b/bb/Lambertigemcheckmark.jpg" style="width:45px;"></td>
 +
    <td><ul><li>Developed a working Chrome-Q to quantify chromoprotein data in inducible genetic circuits.</li>
 +
<li> Developed a protocol in order to test construct at varying levels of IPTG and quantify data. </li>
 +
<li> Developed a software app to accurately analyze chromoprotein data from Chrome-Q.
 +
</ul>
 +
Click <a href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">HERE</a> for information on Lambert iGEM's demonstration of their project.
  
Morbi iaculis nibh a tortor dictum, pellentesque rhoncus urna euismod. Curabitur sapien elit, ultrices ut dignissim quis, mollis ac dui. Donec vel dolor elit. Duis quis convallis leo, sed tristique urna. Donec id malesuada enim. Pellentesque nec eleifend orci. Suspendisse dictum porttitor congue. Sed rhoncus sapien quis sagittis sollicitudin. Praesent a nisi odio. Curabitur non nulla eu turpis consectetur tincidunt. Ut id tincidunt sem. Nulla iaculis sed risus vel faucibus. Proin pellentesque tellus turpis, eu tincidunt purus lacinia quis.
+
<h2 class="smallt" style="color: #FFFFFF;"> Medal Criteria</h2>
  
Etiam lacinia iaculis ante, tristique pulvinar nibh congue eu. Morbi non viverra magna. Vivamus felis nisi, rhoncus at tempus ut, fringilla vel turpis. Aliquam et nunc vestibulum, tempor arcu eget, venenatis est. Curabitur porttitor neque eget nibh ornare finibus. Integer convallis commodo consectetur. Vivamus vehicula risus et quam lobortis iaculis. Nullam ac pellentesque nulla. Mauris vulputate porta mollis.</p>
+
</td>
<img id="imgcircle" src="https://www.nasa.gov/sites/default/files/thumbnails/image/hubble_friday_05132016.jpg">
+
  </tr>
 +
</table>
 +
</center>
 +
<br><br><br>
 +
<h2 class="smallt" style="color: #FFFFFF;"> Award</h2>
 +
<br><br>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/f/f2/Bronze.png"style="width:10%">
 +
<br><br><br>
 +
<p style="color:white"> Bronze Medal</p>
 +
</center>
 
</div>
 
</div>
  
<div class="button_click" onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
+
 
 +
<div class="button_click" style="background-color: #7A7A79" onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
  
 
<!--<h2>2015 Lambert iGEM</h2>-->
 
<!--<h2>2015 Lambert iGEM</h2>-->
Line 426: Line 666:
 
<div id="sponsors-bottom">
 
<div id="sponsors-bottom">
  
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/8/8f/T--Lambert_GA--longhorn_iGEM_logo.png" style="height:100px;padding:20px;" class="transparency"></a>
+
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a>
  
 
</div>
 
</div>

Latest revision as of 01:21, 14 December 2017



Characterizing Non-Lysosomal Inducible Protein Degradation




TinselPurple samples under varying levels of IPTG induction in the Chrome-Q base ready for imaging


Scientists around the world struggle with questions regarding chromoprotein expression, specifically in regards to their use in biosensors. Biosensors are often seen as low-cost alternatives to expensive detection equipment for underfunded labs and field work. Lambert iGEM was inspired to address the problem of quantifying chromoprotein expression through development of a 3-D printed original device: Chrome-Q, software app, and verification with a chromoprotein genetic circuit. Additionally, samples were prepared with the 3-D Fuge (which was modified from Prakash Lab’s Paperfuge) to investigate the viability of using a low-cost centrifuge to process cells for visualization.

Quantifying color relies on measures of Red, Green, Blue (RGB) values and evaluating them in a color space known as Hue, Saturation and Value (HSV). Another consideration for color quantification is standardization of environmental light. To achieve this a device, the Chrome-Q, was developed to create a standardized environment for capturing images using Android and Apple mobile device cameras. Self-developed android software evaluates the RGB images resulting in HSV values. These HSV values can be normalized for cell density through subsequent serial dilutions of the cultures and plating to count Colony Forming Units (CFU).



Left: The HSL (hue, saturation and value) that the Chrome-Q measures
Right: Chromoproteins under four different levels of IPTG induction plated to determine CFU's


Throughout the development of the Chrome-Q, engineering design principles were implemented. Feedback and resulting changes were implemented into the next iteration. Five different prototypes led to the final development of two designs optimized for both Android and Apple mobile devices. The Android software was written in C#. The Chrome-Q stl files and software are available on the hardware page are open source.

The device and software were then used to quantify data of ATUM’s Protein Paintbox proteins TinselPurple, ScroogeOrange and VirginiaViolet under varying levels of IPTG induction. An assembled genetic circuit of: Promoter- R0040, Ribosomal Binding Site B0034, and Tinsel purple (Tspurple)- (BBa_K1033906) (Uppsala 2013) was constructed to use in conjunction with a Protease mechanism of ClpXP. ClpXP is a protein complex comprised of two parts. ClpX recognizes an SsrA tag sequence at the end of a protein linearizes the tagged protein and brings it to ClpP. ClpP is an ATPase and cleaves the primary peptide bonds resulting in degradation of the original protein into individual amino acids. This demonstrated the potential usefulness of the 3-D fuge and Chrome-Q system as a replacement for fluorescent plate readers and centrifuges.


The full base of the Chrome-Q system with different dilutions of chromoproteins in the well plate





Who We Are

We are comprised of 14 high school students from Suwanee, Georgia in the 10th, 11th, and 12th grades. We are an after-school/before-school club that meets simply for the love of synthetic biology.






Our Project

As an underfunded lab, our project aimed to reduce costs of lab work. While characterizing non-lysosomal inducible protein degradation, we developed the Chrome-Q to quantify the degradation of protein.








Human Practices

This past year, we have performed a variety of human practices, to educate the public about synthetic biology, as well as our project, through multiple outreach events.








Bronze


Requirements Checklist Explanation
Register and Attend Yes
Deliverable Yes
Attributions Yes, click HERE for more information.
Interlab Study Yes, click HERE for more information.


Silver


Requirements Checklist Explanation
Validated Part TsPurple and TsPurple with LAA degradation tag.
Click HERE for more information regarding Lambert iGEM's parts.
Collaboration Emory iGEM, UGA iGEM and TAS Taipei iGEM.
Click HERE for more information regarding Lambert iGEM's collaborations with other teams.
Human Practices Open House, Maker Faire, Survey, Ethics conferences.
Click HERE for more information on Lambert iGEM's human practices.


Gold


Requirements Checklist Explanation
Integrated Human Practices
  • Developed low cost solution for quantifying chromoprotein data
  • Developed protocols to use a 3-D printed centrifuge for processing cells
  • Gave feedback on 3-D fuge to Dr. Saad Bhamla of Georgia Institute of technology and Prakash Lab of Stanford.
  • Donated blankets and supplies to impoverished families in Lambert iGEM's surrounding area.
Click HERE for more information on Lambert iGEM's integrated human practices.
Improve BioBrick Part The part this year's team improved upon is: BBa_K1911001 created by last year's Lambert iGEM team. The updated part this year is: BBa_KK1911001: pLac-ClpXP-CI, as we improved the characterization of last year's part.
Click HERE for more information on Lambert iGEM's BioBrick Improvement of their project.
Model
  • Developed a working Chrome-Q and software app to quantify chromoprotein data
  • Used a 3-D printed centrifuge to process cells and demonstrate viability in field work and underfunded labs.
  • Developed designs for printing Chrome-Q device for both Android and Apple mobile devices.
  • Developed protocols for obtaining and normalizing data.
  • Developed protocols for sterilizing the Chrome-Q, base and 3-D fuge.
Click HERE for more information on Lambert iGEM's model in their project.
Demonstration of Work
  • Developed a working Chrome-Q to quantify chromoprotein data in inducible genetic circuits.
  • Developed a protocol in order to test construct at varying levels of IPTG and quantify data.
  • Developed a software app to accurately analyze chromoprotein data from Chrome-Q.
Click HERE for information on Lambert iGEM's demonstration of their project.

Medal Criteria




Award






Bronze Medal