Difference between revisions of "Team:Paris Bettencourt/Proof"

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Paris_Bettencourt}}
+
{{Paris_Bettencourt/Menu}}
 +
{{Paris_Bettencourt/Wiki}}
 +
 
 +
                                            <!-- Code by the 2016 Paris Bettencourt -->
  
 
<html>
 
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 +
<style>
 +
a:hover {
 +
text-decoration : none;
 +
}
  
 +
html {
 +
height : 100%;
 +
}
  
 +
body {
 +
position : relative;
 +
height : 100%;
 +
margin-left : 0;
 +
margin-right : 0;
 +
margin-top : 0;
 +
}
  
 +
#topheader {
 +
position : relative;
 +
margin-top : -80px;
 +
margin-left : 0px;
 +
margin-right : 0;
 +
padding:0;
 +
width : 100%;
 +
height : 400px;
 +
background-image : url("https://static.igem.org/mediawiki/2016/1/10/T--Paris_Bettencourt--Achievements.jpg");
 +
background-size : cover;
 +
}
  
 +
#subheader {
 +
position : relative ;
 +
width : 100%;
 +
height : 100%;
 +
text-align : center;
 +
background-color : rgb(255,255,255);
 +
}
  
 +
#definition {
 +
width : 80%;
 +
vertical-align : middle;
 +
display : inline-block;
 +
line-height : normal;
 +
text-align : center;
 +
position : relative;
 +
margin-top : 0px;
 +
}
  
 +
#project {
 +
font-family: Open Sans, sans-serif;
 +
text-align : center;
 +
font-size : 22px;
 +
vertical-align : middle;
 +
color : rgb(150,149,149);
 +
}
 +
.definition {
 +
position : inline-block;
 +
font-family: Open Sans, sans-serif;
 +
text-align : center;
 +
font-size : 22px;
 +
vertical-align : middle;
 +
color : rgb(150,149,149);
 +
}
  
 +
                .descript2 {
 +
                        width : 60%;
 +
                        margin-left : 0%;
 +
                        font-size : 18px;
 +
                        text-align : center;
 +
                        color : rgb(255,0,99);
 +
                        margin-top : 0px;
 +
                        display : none;
 +
                        vertical-align : middle;
 +
                        line-height : normal;
 +
                        background-color : transparent;
 +
                        z-index : 91;
 +
                }
  
<div class="column full_size">
+
.layout {
 +
display : inline-block;
 +
width : 100%;
 +
height : 100%;
 +
z-index : 90;
 +
vertical-align : middle;
 +
line-height : 300px;
 +
text-align : center;
 +
display: flex;
 +
justify-content: center;
 +
align-items: center;
 +
-webkit-display: flex;
 +
-webkit-justify-content: center;
 +
-webkit-align-items: center;
 +
                        vertical-align : middle;
 +
}
  
 +
                .separation {
 +
                        width: 100%;
 +
                        height : 100px;
 +
                }
 +
 +
/* Panels */
 +
.panel {
 +
    margin: 0 auto;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Open Sans', sans-serif;
 +
}
 +
.panel a {
 +
display: inline-block;
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 +
/* Subpanels */
 +
.narrowimg {/* Subpanels background*/
 +
    /*position:absolute;*/
 +
    z-index:2;
 +
    opacity:0.3;
 +
    filter: alpha(opacity=30);
 +
}
 +
.titlebox {/* Subpanels Title*/
 +
    z-index:1;
 +
    position:relative;
 +
    bottom: 200px;
 +
    background:transparent;
 +
}
 +
 +
.subpanel2 { /* Projects */
 +
    float: left;
 +
    width:250px;
 +
    height:250px;
 +
    font-size:20px;
 +
    text-align:center;
 +
    margin-top:5px;
 +
    margin-bottom:5px;
 +
    margin-right:5px;
 +
    margin-left:5px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
}
 +
.subpanel2:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel2:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
/* pages */
 +
.subpanel4 { /* divide page in 3 */
 +
    float:left;
 +
    width:364px;
 +
    height:492px;
 +
    font-size:22px;
 +
    margin-top:0;
 +
    margin-right:10px;
 +
}
 +
.subpanel6 { /* Pages */
 +
    height:240.5px;
 +
    margin:0;
 +
    margin-bottom:11px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
    background:rgb(255,255,255);
 +
    color:Black;
 +
    text-align:center;
 +
}
 +
.subpanel6:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel6:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
 +
 +
 +
/* Medal BOXES */
 +
.medal_boxes {
 +
margin: 0 auto;
 +
display : inline-block;
 +
}
 +
.medal_box_left {
 +
    float:left;
 +
    width:300px;
 +
    height: 430px; 
 +
    background-color: #CCCC99;
 +
    margin-left:15px;
 +
    margin-right:15px;
 +
    margin-top:15px;
 +
    border-radius: 25px;
 +
}
 +
.medal_box_middle {
 +
    float:left;
 +
    width:300px;
 +
    height: 430px; 
 +
    background-color: #E4D9D9;
 +
    margin-left:15px;
 +
    margin-right:15px;
 +
    margin-top:15px;
 +
    border-radius: 25px;
 +
}
 +
.medal_box_right {
 +
    float:left;
 +
    width:300px;
 +
    height: 430px;     
 +
    background-color: #FFED6F;
 +
    margin-left:15px;
 +
    margin-right:15px;
 +
    margin-top:15px;
 +
    text-align:justify;
 +
    border-radius: 25px;
 +
}
 +
.text {
 +
    padding-top: 10px;
 +
    padding-left: 25px;
 +
    padding-right: 25px;
 +
    text-align:justify;
 +
}
 +
 +
 +
/* Cool checkmarks*/
 +
 +
ul li {margin-bottom: 12px;}
 +
.checkmark li {list-style:none}
 +
.checkmark li:before {
 +
content:"\2714";
 +
font-size:25px;
 +
vertical-align:top;
 +
margin-left: -20px;
 +
}
 +
a{text-decoration: underline;}
 +
 +
</style>
 +
 +
 +
<head></head>
 +
 +
 +
 +
<body>
 +
 +
<div id=topheader></div>
 +
 +
<div id=subheader>
 +
<div id=definition>
 +
<div style="margin-top:20px; margin-bottom:20px"></div>
 +
 +
 +
<h2 class="red">Proof-of-concept - developing fabric-specific bindig domains (Fabric Binding Domains)</h2>
  
 
<p>
 
<p>
iGEM teams are great at making things work! We value teams not only doing an incredible job with theoretical models and experiments, but also in taking the first steps to make their project real.  
+
As our proof-of-concept we show that the Fabric Binding Domains (FBD) that we developed in this project work, by having affinity and specificity for a given type of fabric. <br>
 +
The complete list of FBDs follows. A more broader description of each FBD can be found in their Biobricks' page.
 
</p>
 
</p>
  
 +
<table id=table_style>
 +
  <tr style="background-color:#438CEE">
 +
    <th Colspan="4" style="background-color:#8B1813; color:#FFFFFF; font-size:20px;">Enzymes for Stain Digestion</th>
 +
  </tr>
 +
  <tr style="background-color:#138B3F">
 +
    <th style="background-color:#DDDDDD">BioBrick ID</th>
 +
    <th style="background-color:#DDDDDD">Enzyme name</th>
 +
    <th style="background-color:#DDDDDD">Description</th>
 +
    <th style="background-color:#DDDDDD">Reference</th>
 +
  </tr>
  
<h4> What should we do for our proof of concept? </h4>
+
 
<p>  
+
 
You can assemble a device from BioBricks and show it works. You could build some equipment if you're competing for the hardware award. You can create a working model of your software for the software award. Please note that this not an exhaustive list of activities you can do to fulfill the gold medal criterion. As always, your aim is to impress the judges!
+
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043011">BBa_K2043011</a></td>
 +
    <td>GFP-FBD2</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD2 </td>
 +
    <td style="text-align: justify"</td>
 +
  </tr>
 +
 
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043012">BBa_K2043012</a></td>
 +
    <td>GFP-FBD5</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD5 </td>
 +
    <td style="text-align: justify"></td>
 +
  </tr>
 +
 
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043013">BBa_K2043013</a></td>
 +
    <td>GFP-FBD6</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD6</td>
 +
    <td style="text-align: justify"></td>
 +
  </tr>
 +
 
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043014">BBa_K2043014</a></td>
 +
    <td>GFP-FBD7</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD7 </td>
 +
    <td style="text-align: justify"></td>
 +
  </tr>
 +
 
 +
 
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043016">BBa_K2043016</a></td>
 +
    <td>GFP-FBD9</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD9 </td>
 +
    <td style="text-align: justify"></td>
 +
  </tr>
 +
 
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/Part:BBa_K2043017">BBa_K2043017</a></td>
 +
    <td>GFP-FBD10</td>
 +
    <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD10 </td>
 +
    <td style="text-align: justify"></td>
 +
  </tr>
 +
</table>
 +
 
 +
<p>
 +
The following figure is proof that the FBDs work. Our results show that each FBD has an individual relationship with each of the fabrics, some having affinity to many, other showing specificity to a given fabric.
 
</p>
 
</p>
  
 +
<div id="figurebox">
 +
<img src="https://static.igem.org/mediawiki/2016/f/fe/Paris_Bettencourt-enzyme_heatmaps.jpg" alt="Quercetin strains degradation" style="width:800px;">
 +
<p>
 +
<b>Figure 5: Analysis of FBD-GFP fusion proteins. </b>With this image we show that the GFP activity was not affected by the fusion between the FBDs and the GFP. CBD stands for the +control, cellulose binding domain from the Biobrick registry BBa_K1321357. <br>
 +
Cell extract from strains expressing our fusion proteins was incubated overnight with the fabrics. Afterwards two washes of the fabrics were performed. Water, PBS, BSA 5%, Ethanol 70% and Catechol correspond to the washing solutions we used to remove the non-bound GFP, as well as to test the binding strength of the different peptides. The data displayed corresponds to the values after the final wash, normalised using the values from the first wash. <br>
 +
The intensity of the colour corresponds to the GFP signal measured at that point. <br
 +
Each heatmap corresponds to the results obtained with different fabrics. Results were obtained using the final 96-wells-based assay designed by our Assay team, using untreated, unbleached cotton, linen, silk and wool.
 +
</p>
 
</div>
 
</div>
  
 +
<div style="margin-top:20px; margin-bottom:20px"></div>
  
 +
<div class="panel" >
 +
  <a href="https://2016.igem.org/Team:Paris_Bettencourt/Results" title="Results">
 +
    <div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/d/db/T--Paris_Bettencourt--results_icon.jpg" width="400px" height="300px"/>
 +
      <div class="titlebox">
 +
<center><img src="https://static.igem.org/mediawiki/2016/3/3e/T--Paris_Bettencourt--results_logo.png" style="height:90px;margin-top:-30px;"/></center>
 +
<div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div>
 +
Results
 +
      </div>
 +
    </div>
 +
  </a>
  
 +
  <a href="https://2016.igem.org/Team:Paris_Bettencourt/Medal_Requirements" title="Medal Requirements">
 +
    <div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/b/bb/T--Paris_Bettencourt--medal_icon.jpg" width="400px" height="300px"/>
 +
      <div class="titlebox">
 +
<center><img src="https://static.igem.org/mediawiki/2016/2/2c/T--Paris_Bettencourt--medal_logo.png" style="height:90px;margin-top:-30px;"/></center>
 +
<div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div>
 +
Medal Requirements
 +
      </div>
 +
    </div>
 +
  </a>
 +
 +
  <a href="https://2016.igem.org/Team:Paris_Bettencourt/Parts" title="Parts">
 +
    <div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/0/03/T--Paris_Bettencourt--parts_icon.jpg" width="400px" height="300px"/>
 +
      <div class="titlebox">
 +
<center><img src="https://static.igem.org/mediawiki/2016/3/3a/T--Paris_Bettencourt--biobrick_logo.png" style="height:90px;margin-top:-30px;"/></center>
 +
<div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div>
 +
Parts
 +
      </div>
 +
    </div>
 +
  </a>
 +
 +
  <a href="https://2016.igem.org/Team:Paris_Bettencourt/Interlab_Study" title="Interlab Study">
 +
    <div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
      <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/2/2e/T--Paris_Bettencourt--interlab_icon.jpg" width="400px" height="300px"/>
 +
      <div class="titlebox">
 +
<center><img src="https://static.igem.org/mediawiki/2016/8/85/T--Paris_Bettencourt--interlab_logo.png" style="height:90px;margin-top:-30px;"/></center>
 +
<div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div>
 +
Interlab Study
 +
      </div>
 +
    </div>
 +
  </a>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
 +
</body>
 +
  
 
</html>
 
</html>
 +
{{Paris_Bettencourt/Footer}}

Latest revision as of 00:37, 20 October 2016


Proof-of-concept - developing fabric-specific bindig domains (Fabric Binding Domains)

As our proof-of-concept we show that the Fabric Binding Domains (FBD) that we developed in this project work, by having affinity and specificity for a given type of fabric.
The complete list of FBDs follows. A more broader description of each FBD can be found in their Biobricks' page.

Enzymes for Stain Digestion
BioBrick ID Enzyme name Description Reference
BBa_K2043011 GFP-FBD2 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD2
BBa_K2043012 GFP-FBD5 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD5
BBa_K2043013 GFP-FBD6 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD6
BBa_K2043014 GFP-FBD7 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD7
BBa_K2043016 GFP-FBD9 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD9
BBa_K2043017 GFP-FBD10 GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD10

The following figure is proof that the FBDs work. Our results show that each FBD has an individual relationship with each of the fabrics, some having affinity to many, other showing specificity to a given fabric.

Quercetin strains degradation

Figure 5: Analysis of FBD-GFP fusion proteins. With this image we show that the GFP activity was not affected by the fusion between the FBDs and the GFP. CBD stands for the +control, cellulose binding domain from the Biobrick registry BBa_K1321357.
Cell extract from strains expressing our fusion proteins was incubated overnight with the fabrics. Afterwards two washes of the fabrics were performed. Water, PBS, BSA 5%, Ethanol 70% and Catechol correspond to the washing solutions we used to remove the non-bound GFP, as well as to test the binding strength of the different peptides. The data displayed corresponds to the values after the final wash, normalised using the values from the first wash.
The intensity of the colour corresponds to the GFP signal measured at that point.

Centre for Research and Interdisciplinarity (CRI)
Faculty of Medicine Cochin Port-Royal, South wing, 2nd floor
Paris Descartes University
24, rue du Faubourg Saint Jacques
75014 Paris, France
+33 1 44 41 25 22/25
igem2016parisbettencourt@gmail.com
2016.igem.org