Difference between revisions of "Team:LambertGA/Design"

(Prototype team page)
 
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{LambertGA}}
 
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
 +
#sideMenu { display:none; }
  
 +
a:hover {
 +
text-decoration: none;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
#mainContainer{
<h3>★  ALERT! </h3>
+
    background-color: white;
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes"> design special prize</a>. </p>
+
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: white;
 +
}
  
 +
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
 +
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
 +
 +
div {
 +
color: gray;
 +
}
 +
 +
#content {
 +
margin: 0px auto;
 +
background-color: white;
 +
width: 100%;
 +
padding: 0px;
 +
}
 +
 +
 +
.logo_2016 {display:none;}
 +
 +
 +
.column full_size {width: 100%;
 +
height: 700px;
 +
position: center; }
 +
 +
 +
p {
 +
margin: auto;
 +
width: 75%;
 +
color: gray;
 +
}
 +
 +
#firstHeading {
 +
font-size: 16px;
 +
color: #9D0EC8;}
 +
 +
a {
 +
opacity: 1.0;
 +
}
 +
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 +
a.HeaderLinks {
 +
height: 50px;
 +
position: center;
 +
border: none;
 +
color: #D49AE6;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 16px;
 +
}
 +
 +
 +
#top_title {
 +
background-color: white;
 +
}
 +
 +
 +
#MainTitle {
 +
padding-top: 50px;
 +
padding-bottom: 10px;
 +
font-size: 45px;
 +
color: dimgray; }
 +
 +
 +
.firstHeading{
 +
    display: none;
 +
}
 +
 +
 +
body{
 +
font-size:15px;
 +
}
 +
 +
 +
header h1{
 +
text-align:center;
 +
color: dimgray;
 +
}
 +
 +
h2{
 +
color: #D49AE6;
 +
}
 +
 +
 +
#headerLinks {
 +
position: fixed;
 +
text-decoration: none;
 +
color: #b8975e;
 +
width: 100%;
 +
height: 50px;
 +
line-height: 50px;
 +
background-color: white;
 +
margin: auto;
 +
text-align:center;
 +
opacity: 0.7;
 +
}
 +
 +
 +
.header{
 +
width: 100%;
 +
padding: 0;
 +
margin: 0 auto;
 +
top: 0px;
 +
background-color: rgba(255,255,255,0.0);
 +
}
 +
 +
 +
#text{
 +
width: 900px;
 +
    padding: 0px;
 +
display: block;
 +
margin: 0px auto;
 +
}
 +
 +
#space{
 +
height:50px;
 +
}
 +
 +
 +
#sponsors-bottom{
 +
width: 100%;
 +
margin: 0px auto;
 +
text-align: center;
 +
display: block;
 +
}
 +
 +
 +
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 +
display: inline-block;
 +
}
 +
 +
 +
#space2{
 +
height:100px;
 +
}
 +
 +
 +
img.transparent {
 +
    opacity: 0.4;
 +
    filter: alpha(opacity=40); /* For IE8 and earlier */
 +
transition: opacity 0.5s ease-in-out;
 +
}
 +
 +
 +
img.transparent:hover {
 +
    opacity: 1.0;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 +
 +
.img-right{
 +
width: 50%;
 +
float: right;
 +
}
 +
 +
 +
.img-left{
 +
width: 50%;
 +
float: left;
 +
}
 +
 +
 +
.display-block{
 +
width: 100%;
 +
margin: 0 auto;
 +
}
 +
 +
 +
.display-block img{
 +
display: block;
 +
}
 +
 +
#globalWrapper{
 +
background-color: white;
 +
padding: 0px;
 +
 +
 +
}
 +
 +
 +
/* Dropdown Button */
 +
.dropbtn {
 +
  margin: auto;
 +
  position: left; 
 +
  height: 100%;
 +
  width: 100%;
 +
  background-color: white;
 +
  color: #D49AE6;
 +
  padding: 14px;
 +
  font-size: 20px;
 +
  text-align: left;
 +
  border: none;
 +
  cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 +
}
 +
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    opacity: 0.0;
 +
    position: absolute;
 +
    background-color: #D49AE6;
 +
    min-width: 200px;
 +
    text-align: left;
 +
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color: white;
 +
    opacity: 0.0;
 +
    padding: 0px 10px;
 +
    font-size: 20px;
 +
    text-decoration: none;
 +
    display: block;
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #D49AE6}
 +
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    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*/
 +
.dropbtn:hover {
 +
    background-color: #D49AE6;
 +
    color: white;
 +
}
 +
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 +
</style>
 +
 +
 +
 +
 +
 +
 +
 +
</head>
 +
 +
<body>
 +
 +
 +
 +
<header>
 +
<div id="headerLinks">
 +
<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">
 +
  <a href="https://2016.igem.org/Team:LambertGA/Description" class="dropbtn">Project</a>
 +
    <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" 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/Design">Design</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" 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/Proof">Proof of Concept</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>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2016.igem.org/Team:LambertGA/Parts" class="dropbtn">Parts</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Parts">Parts</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>
 +
  </li><!--
 +
--><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><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2016.igem.org/Team:LambertGA/Human_Practices" class="dropbtn">Human Practices</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Human_Practices">Human Practices</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" 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/HP/Gold">Gold</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>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2016.igem.org/Team:LambertGA/Hardware" class="dropbtn">Awards</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" 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 class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2016.igem.org/Team:LambertGA/Model">Model</a>
 +
    </div>
 +
  </li>
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
 
 
</div>
 
</div>
 +
 +
</header>
  
  
Line 16: Line 358:
  
  
<p>
+
<script type="text/javascript"></script>
By talking about your design work on this page, there is one medal criterion that you can attempt to meet, and one award that you can apply for. If your team is going for a gold medal by building a functional prototype, you should tell us what you did on this page.
+
</p>
+
  
 +
<br>
  
<p>This is a prize for the team that has developed a synthetic biology product to solve a real world problem in the most elegant way. The students will have considered how well the product addresses the problem versus other potential solutions, how the product integrates or disrupts other products and processes, and how its lifecycle can more broadly impact our lives and environments in positive and negative ways.</p>
+
<center> <h1 id="MainTitle"><b> Design </b></h1>
 +
<img src="https://static.igem.org/mediawiki/2016/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"> </center>
  
<p>
+
<section>
If you are working on art and design as your main project, please join the art and design track. If you are integrating art and design into the core of your main project, please apply for the award by completing this page.
+
<div class="container">
</p>
+
<div class="row">
 +
<div class="column full_size" style="width:75%;margin:auto;">
  
  
<p>Teams who want to focus on art and design should be in the art and design special track. If you want to have a sub-project in this area, you should compete for this award.</p>
+
<br>
 +
 
 +
To further characterize ClpXP, we created an inducible genetic circuit in which ClpXP will degrade the desired protein. We designed two reporter systems with 3 levels of degradation tags. <br>
 +
<br>
 +
 
 +
 
 +
<br>
 +
 
 +
<div class="center">
 +
<img style="width:600px align="center" src="https://static.igem.org/mediawiki/2016/e/e7/T--LambertGA--construct_animation.gif">
 
</div>
 
</div>
  
 +
<br>
  
  
 +
<br>
 +
<br>
  
 +
Before induction, the LacI gene will produce lac inhibitor molecules that will bind to the pR11 (pLac1) site and inhibit it from promoting ClpXP and the CI. This system allows tsPurple to be significantly expressed in the <i>E. coli</i> cells. Upon induction of IPTG, IPTG molecules will bind to the LacI repressor, which thereby allows pR11 to promote ClpXP and the CI. The CI will repress the p-lambda-r promoter to ensure that no additional Lac molecules are being produced. Once expressed, ClpXP will proceed to degrade the chromoprotein, tsPurple.
 +
 +
<br>
 +
<br>
 +
 +
With this in mind, we assembled six constructs - three with the GFP chromoprotein and three with tsPurple. The three GFP constructs served as our baseline constructs as we can compare the success of failure of the tsPurple constructs; the built  GFP constructs work to ensure that our circuit can feasibly deliver results. In each set - the separate GFP and tsPurple constructs- the first construct serves as our control due to the lack of degradation tags on the reporters. In the second construct, the reporters are associated with the DAS degron; and in the third construct, the reporters were tagged with the LAA degron. According to the biobrick registry, LAA,  is a much stronger degradation tag than DAS; consequently, we expect to see a greater degree of degradation (significantly lighter color of purple) in the constructs with the LAA tag than the constructs with the DAS tag and no degradation tags.
 +
 +
<br>
 +
<br>
 +
 +
Moreover, we have assembled constructs in two different knockout strains:
 +
<br><br>   
 +
<OL TYPE="a">
 +
<LI><u>Keio ClpX Knockout:</u> In this strain, ClpX will be knocked out and ClpP will be allowed to function. ClpX is responsible for de-linearizing the target protein into its primary structure and then translocating it into a proteolytic cavity in ClpP. Since ClpX will not be expressed, the chromoprotein will not be de-linearized and hence prevent ClpP from degrading the primary structure of the protein. With this in mind, we expect our plates to remain purple in the Keio ClpX Knockout strain.
 +
<br><br>
 +
<LI><u>Keio ClpP Knockout:</u> In this strain, ClpP will be knocked out and ClpX will be allowed to function. ClpP is responsible for degrading the primary structure of the protein itself; it does this by breaking the individual covalent bonds (polypeptide bonds) that exist between the amino acids in the polypeptide chain. Since ClpP will not be expressed, the chromoprotein will not be degraded into individual amino acids. However, despite this, the chromoprotein will still be degraded partially because it will be de-linearized by ClpX. In other words, although the protein will still be in its primary structure, it will still lack the hydrogen bonds, hydrophobic interactions, ionic bonds, disulfide bridges, and R-Group interactions that exist in its tertiary (or in some cases, quaternary) structure; consequently, that will limit the chromoprotein’s ability to express its pigments. With this in mind, we expect our plates to have a smaller number of purple cells present in the Keio ClpP Knockout strain.
 +
</OL>
 +
<br>
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</section>
 +
 +
<br>
 +
<center><i> GFP Construct Chart </i></center>
 +
<br>
 +
<div class="center">
 +
<img align="center" src="https://static.igem.org/mediawiki/2016/0/02/T--LambertGA--Resultsgfpchart.jpg">
 +
</div>
 +
<br><br>
 +
<center><i> TS Purple Chart </i></center>
 +
<br>
 +
<div class="center">
 +
<img align="center" src="https://static.igem.org/mediawiki/2016/c/cc/T--LambertGA--PartsTSPurple.jpg">
 +
</div>
 +
 +
 +
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '">
 +
 +
<!--<h2>2015 Lambert iGEM</h2>-->
 +
                <div id="officialLogo">
 +
 +
                </div>
 +
            </footer>
 +
<div id="space2">
 +
</div>
 +
 +
<div id="sponsors-bottom">
 +
 +
<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>
 +
 +
</div>
  
 
</html>
 
</html>

Latest revision as of 03:28, 20 October 2016


Design


To further characterize ClpXP, we created an inducible genetic circuit in which ClpXP will degrade the desired protein. We designed two reporter systems with 3 levels of degradation tags.





Before induction, the LacI gene will produce lac inhibitor molecules that will bind to the pR11 (pLac1) site and inhibit it from promoting ClpXP and the CI. This system allows tsPurple to be significantly expressed in the E. coli cells. Upon induction of IPTG, IPTG molecules will bind to the LacI repressor, which thereby allows pR11 to promote ClpXP and the CI. The CI will repress the p-lambda-r promoter to ensure that no additional Lac molecules are being produced. Once expressed, ClpXP will proceed to degrade the chromoprotein, tsPurple.

With this in mind, we assembled six constructs - three with the GFP chromoprotein and three with tsPurple. The three GFP constructs served as our baseline constructs as we can compare the success of failure of the tsPurple constructs; the built GFP constructs work to ensure that our circuit can feasibly deliver results. In each set - the separate GFP and tsPurple constructs- the first construct serves as our control due to the lack of degradation tags on the reporters. In the second construct, the reporters are associated with the DAS degron; and in the third construct, the reporters were tagged with the LAA degron. According to the biobrick registry, LAA, is a much stronger degradation tag than DAS; consequently, we expect to see a greater degree of degradation (significantly lighter color of purple) in the constructs with the LAA tag than the constructs with the DAS tag and no degradation tags.

Moreover, we have assembled constructs in two different knockout strains:

  1. Keio ClpX Knockout: In this strain, ClpX will be knocked out and ClpP will be allowed to function. ClpX is responsible for de-linearizing the target protein into its primary structure and then translocating it into a proteolytic cavity in ClpP. Since ClpX will not be expressed, the chromoprotein will not be de-linearized and hence prevent ClpP from degrading the primary structure of the protein. With this in mind, we expect our plates to remain purple in the Keio ClpX Knockout strain.

  2. Keio ClpP Knockout: In this strain, ClpP will be knocked out and ClpX will be allowed to function. ClpP is responsible for degrading the primary structure of the protein itself; it does this by breaking the individual covalent bonds (polypeptide bonds) that exist between the amino acids in the polypeptide chain. Since ClpP will not be expressed, the chromoprotein will not be degraded into individual amino acids. However, despite this, the chromoprotein will still be degraded partially because it will be de-linearized by ClpX. In other words, although the protein will still be in its primary structure, it will still lack the hydrogen bonds, hydrophobic interactions, ionic bonds, disulfide bridges, and R-Group interactions that exist in its tertiary (or in some cases, quaternary) structure; consequently, that will limit the chromoprotein’s ability to express its pigments. With this in mind, we expect our plates to have a smaller number of purple cells present in the Keio ClpP Knockout strain.


GFP Construct Chart



TS Purple Chart