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

(Prototype team page)
 
 
(79 intermediate revisions by 6 users 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-right : 0;
 +
margin-top : 0;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
#topheader {
<h3>★  ALERT! </h3>
+
position : relative;
<p>This page is used by the judges to evaluate your team for the<a href="https://2016.igem.org/Judging/Medals"> improve a previous part or project gold medal criterion</a>. </p>
+
margin-top : -120px;
<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>
+
margin-right : 0;
</div>
+
padding:0;
 +
width : 100%;
 +
height : 600px;
 +
background-image : url("https://static.igem.org/mediawiki/2016/0/04/Paris_Bettencourt-background_grapes.jpg");
 +
background-size : cover;
 +
}
  
 +
#subheader {
 +
position : relative ;
 +
width : 100%;
 +
height : 100%;
 +
text-align : center;
 +
background-color : rgb(255,255,255);
 +
}
  
<div class="column full_size">
+
#definition {
 +
width : 80%;
 +
vertical-align : middle;
 +
display : inline-block;
 +
line-height : normal;
 +
text-align : center;
 +
position : relative;
 +
margin-top : 0px;
 +
}
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
#project {
 +
font-family: Open Sans, sans-serif;
 +
text-align : center;
 +
font-size : 22px;
 +
vertical-align : middle;
 +
color : rgb(150,149,149);
 +
}
 +
.definition {
 +
position : relative;
 +
font-family: Open Sans, sans-serif;
 +
text-align : center;
 +
font-size : 18px;
 +
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;
 +
                }
  
<h5>What should this page contain?</h5>
+
.layout {
<ul>
+
width : 100%;
<li> A clear and concise description of your project.</li>
+
height : 100%;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
z-index : 90;
<li>References and sources to document your research.</li>
+
vertical-align : middle;
<li>Use illustrations and other visual resources to explain your project.</li>
+
line-height : 300px;
</ul>
+
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;
 +
                }
 +
#video {
 +
vertical-align : middle;
 +
text-align : center;
 +
padding-top : 50px;
 +
}
  
</div>
+
/* 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;
 +
}
  
<div class="column full_size" >
+
/* 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;
 +
}
  
<h5>Advice on writing your Project Description</h5>
+
.subpanel2 { /* Projects */
 +
    float: left;
 +
    width:150px;
 +
    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);
 +
}
  
<p>
 
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
 
</p>
 
  
<p>
 
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
 
</p>
 
  
</div>
 
  
  
<div class="column half_size" >
 
  
<h5>References</h5>
 
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
 
  
 +
</style>
 +
<head>
 +
 +
</head>
 +
<body>
 +
<div id=topheader>
 +
<div id=video >
 +
<video width="800" height="450" controls>
 +
  <source src="https://static.igem.org/mediawiki/2016/9/98/Paris_Bettencourt-video.mp4" type="video/mp4">
 +
Your browser does not support the video tag.
 +
</video>
 
</div>
 
</div>
 +
</div>
 +
<div id=subheader>
  
 +
<div style="margin-top:20px; margin-bottom:20px">
 +
<div class="panel" >
 +
<a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Assay" title="Assay">
 +
<div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/b/b9/Paris_Bettencourt-Assay_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/e/e8/Paris_Bettencourt-Logo_Assay.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Assay
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Microbiology" title="Microbiology">
 +
<div id="dspanel" class="subpanel2">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/e/e0/Paris_Bettencourt-Microbiology_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/f/f8/Paris_Bettencourt-Logo_Microbiology.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Microbiology
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Enzyme" title="Enzyme">
 +
<div id="tcpanel" class="subpanel2">
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/d/d0/Paris_Bettencourt-Enzyme_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/9/9d/Paris_Bettencourt-Logo_Enzyme.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
  Enzyme
 +
  </div>
 +
</div>
 +
      </a>
 +
      <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Binding" title="Binding domains">
 +
<div id="thpanel" class="subpanel2">     
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/6/68/Paris_Bettencourt-Binding_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/4/44/Paris_Bettencourt-Logo_Binding.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:20px;"><hr></div>
 +
    Binding
 +
  </div>
 +
</div>
 +
      </a>
 +
    <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Indigo" title="Indigo">
 +
<div id="thpanel" class="subpanel2">     
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/7/75/Paris_Bettencourt-Indigo_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/f/f0/Paris_Bettencourt-Logo_Indigo.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:10px;"><hr></div>
 +
    Indigo
 +
  </div>
 +
</div>
 +
      </a>
 +
<a href="https://2016.igem.org/Team:Paris_Bettencourt/Model" title="Model">
 +
<div id="thpanel" class="subpanel2">     
 +
  <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/9/96/Paris_Bettencourt-Model_Button2.png" width="150px" height="250px"/>
 +
  <div class="titlebox">
 +
    <center><img src="https://static.igem.org/mediawiki/2016/2/21/Paris_Bettencourt-Model_Icon.png" style="height:60px;"/></center>
 +
    <div style="width:60%;margin-left:20%;margin-bottom:10px;"><hr></div>
 +
    Model
 +
  </div>
 +
</div>
 +
      </a>
 +
</div>
 +
</div>
 +
<div id=definition>
 +
<h2 class="red">Short Summary: What We Did</h2>
 +
<p class=text style="font-size: 17px;">
  
<div class="column half_size" >
+
<br>In this project we <a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Enzyme">produced synthetic enzymes</a> to remove red wine stains from fabric. These enzymes are designed to replace perchloroethylene (PERC), a toxic solvent used in dry cleaning that will soon be banned in France.<br>
<h5>Inspiration</h5>
+
 
<p>See how other teams have described and presented their projects: </p>
+
<br><a href="https://2016.igem.org/Team:Paris_Bettencourt/Integrated_Practices">We listened to people</a> who will use our product, conducting face-to-face interviews with every single dry cleaner in Paris. From this came a plan for a realistic product, a stain fighting enzymatic pretreatment compatible with existing cleaning technologies and workflows.<br>
 +
 
 +
<br><a href="https://2016.igem.org/Team:Paris_Bettencourt/Project/Microbiology">We isolated microbes</a> capable of degrading red wine from a library of 186 strains taken from vineyard soil samples collected around the world with the help of our fellow iGEMers. The most effective microbes were submitted for whole genome resequencing, then analyzed to produce a short list of candidate stain-fighting enzymes.<br>
 +
 
 +
<br><a href = "https://2016.igem.org/Team:Paris_Bettencourt/Model">We modeled enzymatic activity at the fabric surface</a> and determined that activity could be substantially improved if the enzymes had a moderate binding affinity for the fabric itself. This effectively increases the enzyme concentration at the fabric surface and reduces the quantity of enzymes lost through diffusion into the medium.<br>
 +
 
 +
<br><a href = "https://2016.igem.org/Team:Paris_Bettencourt/Project/Binding">We identified short peptides</a> with affinity to cotton, linen, wool, polyester and silk using the method of phage display. The resulting Fabric Binding Domains (FBDs) were quantitatively characterized using ELISA, to determine peptides with optimal affinity as determined by our model.<br>
 +
 
 +
<br><a href = "https://2016.igem.org/Team:Paris_Bettencourt/Project/Assay">We developed a high-throughput assay</a> to quantify stain removal on real cloth. Laser-cut fabric samples are sealed to 96-well microplates and imaged on flat-bed scanners. We coded custom image analysis software to identify each circular fabric sample and measure the stain intensity. <br>
 +
 
 +
<br><a href = "https://2016.igem.org/Team:Paris_Bettencourt/Parts">We constructed new BioBricks</a>, fusions of our most promising fabric binding domains to our favorite wine-degrading enzymes. The resulting proteins were expressed, purified and characterized both in vitro (in solution) and in situ (on real stained fabric).<br>
 +
 
 +
<br> We hope these pages convince you that our project is mature, thoroughly documented and effective. We believe that product is ready solve one small problem that real people have every day. <br>
 +
 
 +
 
 +
</p>
  
<ul>
 
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
 
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
 
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
 
</ul>
 
 
</div>
 
</div>
 +
    <div class=separation>          </div>
  
 +
<div style="clear: both;"></div>
 +
  
 +
</div>
  
 +
              </div>
 +
              </div>
 +
</body>
 +
 +
 +
<!--
 +
BUTTON.. unimportant for now
 +
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
 +
UPLOAD FILES
 +
</div>
 +
-->
 
</html>
 
</html>
 +
{{Paris_Bettencourt/Footer}}

Latest revision as of 10:59, 1 December 2016


Short Summary: What We Did


In this project we produced synthetic enzymes to remove red wine stains from fabric. These enzymes are designed to replace perchloroethylene (PERC), a toxic solvent used in dry cleaning that will soon be banned in France.

We listened to people who will use our product, conducting face-to-face interviews with every single dry cleaner in Paris. From this came a plan for a realistic product, a stain fighting enzymatic pretreatment compatible with existing cleaning technologies and workflows.

We isolated microbes capable of degrading red wine from a library of 186 strains taken from vineyard soil samples collected around the world with the help of our fellow iGEMers. The most effective microbes were submitted for whole genome resequencing, then analyzed to produce a short list of candidate stain-fighting enzymes.

We modeled enzymatic activity at the fabric surface and determined that activity could be substantially improved if the enzymes had a moderate binding affinity for the fabric itself. This effectively increases the enzyme concentration at the fabric surface and reduces the quantity of enzymes lost through diffusion into the medium.

We identified short peptides with affinity to cotton, linen, wool, polyester and silk using the method of phage display. The resulting Fabric Binding Domains (FBDs) were quantitatively characterized using ELISA, to determine peptides with optimal affinity as determined by our model.

We developed a high-throughput assay to quantify stain removal on real cloth. Laser-cut fabric samples are sealed to 96-well microplates and imaged on flat-bed scanners. We coded custom image analysis software to identify each circular fabric sample and measure the stain intensity.

We constructed new BioBricks, fusions of our most promising fabric binding domains to our favorite wine-degrading enzymes. The resulting proteins were expressed, purified and characterized both in vitro (in solution) and in situ (on real stained fabric).

We hope these pages convince you that our project is mature, thoroughly documented and effective. We believe that product is ready solve one small problem that real people have every day.

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