Team:Toulouse/Project/Spreading

From 2014.igem.org

(Difference between revisions)
Line 82: Line 82:
/* Barre de Menu*/
/* Barre de Menu*/
-
.btHeaderA{  
+
/* Les boutons*/
-
     position : relative;
+
 
-
     z-index:2;
+
a.btHeaderA1{
-
     width: 100%;
+
    color:#000000;
-
height: auto;
+
     position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
     line-height:220px;
 +
     top : 30px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/0/0e/Bt_home_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;   
 +
}
 +
 
 +
a.btHeaderA1:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/9/96/Bt_home_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
}
}
-
.btHeaderB{
+
.btHeaderA2{  
 +
    color:#000000;
     position : absolute;
     position : absolute;
-
     z-index:1;
+
        width: 100px;
-
     width: 100%;
+
        height: 120px;
-
height: auto;
+
     line-height:220px;
 +
     top: 5px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/a/a4/Bt_team_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
}
}
-
.btHeaderC{
+
.btHeaderA2:hover{
-
     z-index:3;
+
     background-image:url(https://static.igem.org/mediawiki/2014/8/84/Bt_team_2.png);
-
     position: relative;
+
     background-position:center top;
-
    top : 45px;
+
     background-size: 100px 100px;
-
     text-align: center;
+
     background-repeat : no-repeat;
-
     width: auto;
+
-
height : auto;
+
-
   
+
}
}
-
.btHeaderA:hover{
+
.btHeaderA3{  
-
     z-index:1;
+
     color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top : 33px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/e/e2/Bt_project_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
}
}
-
.btHeaderB:hover{
+
.btHeaderA3:hover{
-
     top : 0px;
+
     background-image:url(https://static.igem.org/mediawiki/2014/4/42/Bt_project_2.png);
-
     z-index : 3;
+
    background-position:center top;
 +
    background-size: 100px 100px;
 +
     background-repeat : no-repeat;
}
}
-
img.headerbutton{
+
.btHeaderA4{  
-
     max-width : 100px;
+
     color:#000000;
-
     width : 100%;
+
     position : absolute;
-
height : auto;
+
        width: 100px;
 +
        height: 160px;
 +
    line-height:220px;
 +
    top : 2px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/2/27/Bt_human_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
    white-space: nowrap;
}
}
-
img.headerbutton:hover{
+
.btHeaderA4:hover{
-
     max-width : 110px;
+
     background-image:url(https://static.igem.org/mediawiki/2014/e/ee/Bt_human_2.png);
-
     width : 100%;
+
     background-position:center top;
-
height : auto;
+
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
}
}
 +
.btHeaderA5{
 +
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top : 38px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/d/d3/Bt_notebook_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
 +
 +
.btHeaderA5:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/c/c0/Bt_notebook_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
 +
 +
.btHeaderA6{
 +
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top: 30px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/6/6a/Bt_attributions_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;   
 +
}
 +
 +
.btHeaderA6:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/6/66/Bt_attributions_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
 +
 +
 +
/*deroulement du menu*/
#Menu {
#Menu {
     position : absolute;
     position : absolute;
Line 158: Line 238:
     padding: 0;
     padding: 0;
     margin-left: 1em;
     margin-left: 1em;
 +
    left : 25px;
     }
     }
Line 168: Line 249:
.Item:hover .sub-nav {
.Item:hover .sub-nav {
     display: block; /* Affiche cette sous-liste au survol de son conteneur */
     display: block; /* Affiche cette sous-liste au survol de son conteneur */
-
     background-color: transparent;
+
     background-color: transparent;  
-
    top : 163px;
+
     Z-index : 4;  
-
     Z-index : 4;
+
-
    left : 25px;
+
}
}
-
/*Sponsor Home Page*/
+
/*Sponsor (Home Page)*/
#Sponsor{
#Sponsor{
     width : 100%;
     width : 100%;
Line 188: Line 267:
}
}
 +
/* Slider (thanks to flowplayer.org) */
 +
/*************************************/
 +
.scrollable {
 +
/* required settinsg */
 +
position: relative;
 +
overflow :hidden;
 +
    top:250px;
 +
    margin-top: 14px;
 +
    width: 970px;
 +
    height: 400px;
 +
    border: 1px solid #FFFFFF;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    background: #FFFFFF;
 +
    }
 +
   
 +
.scrollable .items {
 +
/* this cannot be too large */
 +
width: 50000px;
 +
position: absolute;
 +
    }
 +
   
 +
.items div {
 +
float: left;
 +
width: 970px;
 +
height: 400px;
 +
    }
 +
   
 +
.prev {
 +
        background: url(https://static.igem.org/mediawiki/2011/8/81/DTU-Denmark2011-slider-prev.png) no-repeat;
 +
        height: 74px;
 +
        width: 74px;
 +
        position: absolute;
 +
            left: -486px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
 +
            top: 450px;
 +
        margin-left: 50%;
 +
        cursor: pointer;
 +
        }
 +
       
 +
.next {
 +
        background: url(https://static.igem.org/mediawiki/2011/5/56/DTU-Denmark2011-slider-next.png) no-repeat;
 +
        height: 74px;
 +
        width: 74px;
 +
        margin-right: 50%;
 +
        position: absolute;
 +
            right: -488px;
 +
            top: 450px;
 +
        cursor: pointer;
 +
        }
 +
       
 +
.disabled {
 +
        visibility: hidden;}
 +
       
/*Main*/
/*Main*/
.Title{
.Title{
Line 207: Line 339:
/*Spreading*/
/*Spreading*/
 +
#Spreading{
 +
    position:relative;
 +
}
 +
.Auxotro {
.Auxotro {
-
     position : relative;
+
     position : absolute;
-
     left:408px;
+
     left:410px;
-
     top: -450px;
+
     top: 30px;
     height : 112px;
     height : 112px;
     width : 135px;
     width : 135px;
Line 216: Line 352:
     border: solid #588CC3;  
     border: solid #588CC3;  
     display : block;
     display : block;
 +
    overflow: hidden
}
}
Line 223: Line 360:
.NSporing{
.NSporing{
-
     position : relative;
+
     position : absolute;
     left:238px;
     left:238px;
-
     top: -478px;
+
     top: 120px;
     height : 110px;
     height : 110px;
     width : 135px;
     width : 135px;
Line 231: Line 368:
     border: solid #54A1B4;
     border: solid #54A1B4;
     display : block;
     display : block;
 +
    overflow: hidden
}
}
Line 238: Line 376:
.Tox{
.Tox{
-
     position : relative;
+
     position : absolute;
     left:579px;
     left:579px;
-
     top: -594px;
+
     top: 120px;
     height : 110px;
     height : 110px;
     width : 135px;
     width : 135px;
Line 246: Line 384:
     border: solid #617F9F;
     border: solid #617F9F;
     display : block;
     display : block;
 +
    overflow: hidden
}
}
Line 251: Line 390:
     border-color:#5B7692;
     border-color:#5B7692;
     }
     }
-
   
+
-
a.spread{
+
#positioncontenu{
-
      
+
     position: relative;
 +
 
}
}
-
 
-
/* Slider (thanks to flowplayer.org) */
 
-
/*************************************/
 
-
.scrollable {
 
-
/* required settinsg */
 
-
position: relative;
 
-
overflow :hidden;
 
-
    top:250px;
 
-
    margin-top: 14px;
 
-
    width: 970px;
 
-
    height: 400px;
 
-
    border: 1px solid #FFFFFF;
 
-
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 
-
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 
-
    background: #FFFFFF;
 
-
    }
 
      
      
-
.scrollable .items {
 
-
/* this cannot be too large */
 
-
width: 50000px;
 
-
position: absolute;
 
-
    }
 
-
   
 
-
.items div {
 
-
float: left;
 
-
width: 970px;
 
-
height: 400px;
 
-
    }
 
-
   
 
-
.prev {
 
-
        background: url(https://static.igem.org/mediawiki/2011/8/81/DTU-Denmark2011-slider-prev.png) no-repeat;
 
-
        height: 74px;
 
-
        width: 74px;
 
-
        position: absolute;
 
-
            left: -486px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
 
-
            top: 450px;
 
-
        margin-left: 50%;
 
-
        cursor: pointer;
 
-
        }
 
-
       
 
-
.next {
 
-
        background: url(https://static.igem.org/mediawiki/2011/5/56/DTU-Denmark2011-slider-next.png) no-repeat;
 
-
        height: 74px;
 
-
        width: 74px;
 
-
        margin-right: 50%;
 
-
        position: absolute;
 
-
            right: -488px;
 
-
            top: 450px;
 
-
        cursor: pointer;
 
-
        }
 
-
       
 
-
.disabled {
 
-
        visibility: hidden;}
 
-
 
</style>
</style>
Line 331: Line 418:
<div id="Menu" style="background-color:transparent;">
<div id="Menu" style="background-color:transparent;">
-
 
     <div class="Item" style="left :5%;">   
     <div class="Item" style="left :5%;">   
-
         <a href="https://2014.igem.org/Team:Toulouse"style="color:#000000">
+
         <a class="btHeaderA1" href="https://2014.igem.org/Team:Toulouse">Home</a>
-
        <div class="btHeaderA" style="top : 30px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/0/0e/Bt_home_1.png"/></div>
+
-
        <div class="btHeaderB" style="top : 30px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/9/96/Bt_home_2.png"/></div>
+
-
        <div class="btHeaderC">Home</div>  
+
         </a>
         </a>
     </div>
     </div>
      
      
     <div class="Item" style="left :15%">  
     <div class="Item" style="left :15%">  
-
         <a href="https://2014.igem.org/Team:Toulouse/Team"style="color:#000000">  
+
         <a class="btHeaderA2" href="https://2014.igem.org/Team:Toulouse/Team">Team</a>
-
        <div class="btHeaderA" style="top:5px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/a/a4/Bt_team_1.png" /></div>
+
         <ul class="Item sub-nav" style="top : 125px;">
-
         <div class="btHeaderB" style="top:5px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/8/84/Bt_team_2.png" /></div>
+
-
        <div class="btHeaderC" align="center">Team</div>
+
-
        </a>
+
-
        <ul class="Item sub-nav">
+
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Team" class="leaf">Our Team</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Team" class="leaf">Our Team</a></li>
             <li class="sub-nav-item" align="left"><a href="https://igem.org/Team.cgi?year=2014&team_name=Toulouse" class="leaf"> Official Team Profile </a></li>
             <li class="sub-nav-item" align="left"><a href="https://igem.org/Team.cgi?year=2014&team_name=Toulouse" class="leaf"> Official Team Profile </a></li>
Line 355: Line 434:
     <div class="Item" style=" left :25%">   
     <div class="Item" style=" left :25%">   
-
         <a href="https://2014.igem.org/Team:Toulouse/Project"style="color:#000000">
+
         <a class="btHeaderA3" href="https://2014.igem.org/Team:Toulouse/Project">Project</a>
-
        <div class="btHeaderA" style="top : 33px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/e/e2/Bt_project_1.png"/></div>
+
         <ul class="Item sub-nav" style="top : 155px;">
-
         <div class="btHeaderB" style="top : 33px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/4/42/Bt_project_2.png"/></div>
+
-
        <div class="btHeaderC" align="center">Project</div>
+
-
        </a>
+
-
        <ul class="Item sub-nav">
+
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Overview" class="leaf">Overview</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Overview" class="leaf">Overview</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Fixation" class="leaf">Fixation</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Fixation" class="leaf">Fixation</a></li>
Line 372: Line 447:
      
      
     <div class="Item" style=" left :35%">   
     <div class="Item" style=" left :35%">   
-
         <a href="https://2014.igem.org/Team:Toulouse/Human_Practice"style="color:#000000">
+
         <a class="btHeaderA4" href="https://2014.igem.org/Team:Toulouse/Human_Practice">Human Practice</a>
-
        <div class="btHeaderA" style="top : 2px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/2/27/Bt_human_1.png"/></div>
+
         <ul class="Item sub-nav" style="top : 124px;">
-
        <div class="btHeaderB" style="top : 2px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/e/ee/Bt_human_2.png"/></div>
+
-
        <div class="btHeaderC" align="center" style="Top : 18px; height:50px;" >Human <br> Practice</div>
+
-
        </a>
+
-
         <ul class="Item sub-nav">
+
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Safety" class="leaf">Safety</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Safety" class="leaf">Safety</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Human_Practice/Ethique" class="leaf">Ethique</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Human_Practice/Ethique" class="leaf">Ethique</a></li>
Line 385: Line 456:
      
      
     <div class="Item" style=" left :45%" >   
     <div class="Item" style=" left :45%" >   
-
         <a href="https://2014.igem.org/Team:Toulouse/Notebook"style="color:#000000">  
+
         <a class="btHeaderA5" href="https://2014.igem.org/Team:Toulouse/Notebook">Notebook</a>
-
        <div class="btHeaderA" style="top : 38px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/d/d3/Bt_notebook_1.png" /></div>
+
         <ul class="Item sub-nav" style="top : 160px;">
-
         <div class="btHeaderB" style="top : 38px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/c/c0/Bt_notebook_2.png" /></div>
+
-
        <div class="btHeaderC" align="center">Notebook</div>
+
-
        </a>
+
-
        <ul class="Item sub-nav">
+
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Calendar" class="leaf">Calendar</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Calendar" class="leaf">Calendar</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols" class="leaf">Protocols</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols" class="leaf">Protocols</a></li>
Line 397: Line 464:
     <div class="Item" style=" left : 55%">  
     <div class="Item" style=" left : 55%">  
-
         <a href="https://2014.igem.org/Team:Toulouse/Attributions"style="color:#000000">  
+
         <a class="btHeaderA6" href="https://2014.igem.org/Team:Toulouse/Attributions">Attributions</a>
-
        <div class="btHeaderA" style="top : 48px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/6/6a/Bt_attributions_1.png"/></div>
+
         <ul class="Item sub-nav" style="top : 152px;">
-
         <div class="btHeaderB" style="top : 48px;"><img class="headerbutton" alt="header buton" src="https://static.igem.org/mediawiki/2014/6/66/Bt_attributions_2.png"/></div>
+
-
        <div class="btHeaderC" align="center">Attributions</div>
+
-
        </a>
+
-
        <ul class="Item sub-nav">
+
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Attributions" class="leaf">Attributions</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Attributions" class="leaf">Attributions</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Sponsors" class="leaf">Sponsors</a></li>
             <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Sponsors" class="leaf">Sponsors</a></li>
Line 413: Line 476:
         </a>
         </a>
     </div>
     </div>
-
 
</div>
</div>
-
 
<!--end navigation menu -->
<!--end navigation menu -->
</table>
</table>
Line 433: Line 494:
<!--Titre-->
<!--Titre-->
-
<div class="Title">Spreading</div>
+
<div class="Title">Spreading</div> <br/>
<div class="Article">
<div class="Article">
<p>
<p>
How can SubtiTree respect the environment ? How do we keep control on Subtitree?  
How can SubtiTree respect the environment ? How do we keep control on Subtitree?  
-
<br/>
+
<br/><br/>
Our engineered bacterium has been designed to be inoculated in a tree and to cure fungal diseases. Understanding the environmental issues resulting from the use of a modified organism in the nature, our team worked on different aspects in order to ensure a safe use of SubtiTree.  
Our engineered bacterium has been designed to be inoculated in a tree and to cure fungal diseases. Understanding the environmental issues resulting from the use of a modified organism in the nature, our team worked on different aspects in order to ensure a safe use of SubtiTree.  
The first objective is to avoid the spreading of our smart bacterium outside of the tree, in other words, to ensure that once SubtiTree is in the tree, it is unable to live anywhere else. Another issue concerns the horizontal transfer of the genetic material between different bacteria.  
The first objective is to avoid the spreading of our smart bacterium outside of the tree, in other words, to ensure that once SubtiTree is in the tree, it is unable to live anywhere else. Another issue concerns the horizontal transfer of the genetic material between different bacteria.  
Line 443: Line 504:
</p>
</p>
</div>
</div>
-
 
+
<br/>
<div id="Spreading">
<div id="Spreading">
-
<center><img alt="schema" style="width:700px; z-index:2;" src="https://static.igem.org/mediawiki/2014/7/74/Spreading.png"></img></center>
+
<center><img alt="schema" style="width:700px; z-index:2; " src="https://static.igem.org/mediawiki/2014/7/74/Spreading.png"></img></center>
<a class="Auxotro" HREF="#Auxotrophy"></a>
<a class="Auxotro" HREF="#Auxotrophy"></a>
<a class="NSporing" HREF="#NonSporing"></a>
<a class="NSporing" HREF="#NonSporing"></a>
Line 451: Line 512:
</div>
</div>
-
 
+
<div id="positioncontenu" >
-
<br/>
+
-
 
+
<div class="Sub_title"><div id="Auxotrophy">Auxotrophy</div></div>
<div class="Sub_title"><div id="Auxotrophy">Auxotrophy</div></div>
<table width="100%"><tr><td bgColor="#097F09" height="1px"></td> </tr></table>
<table width="100%"><tr><td bgColor="#097F09" height="1px"></td> </tr></table>

Revision as of 10:33, 23 July 2014

header background










Spreading

How can SubtiTree respect the environment ? How do we keep control on Subtitree?

Our engineered bacterium has been designed to be inoculated in a tree and to cure fungal diseases. Understanding the environmental issues resulting from the use of a modified organism in the nature, our team worked on different aspects in order to ensure a safe use of SubtiTree. The first objective is to avoid the spreading of our smart bacterium outside of the tree, in other words, to ensure that once SubtiTree is in the tree, it is unable to live anywhere else. Another issue concerns the horizontal transfer of the genetic material between different bacteria. Taking into account these issues, we thinked about three modules.


schema
Auxotrophy

To make the bacterium dependant of the tree, and to avoid its spreading in the environment, it should be preferable to use a strain of B.subtilis which is auxotroph to a particular amino acid. The bacterium should be unable to synthesize one essential amino acid, and should find it in its environment. The glutamine could be a good example since it is widespread in the phloem sap. It is the amino acid which is present in the higher concentration in the phloem sap. If our bacterium is unable to synthesize the glutamine, it will be obliged to take it in its close environment, that is to say the phloem sap. By this way, if the bacterium is in the sap, it can grow normally without any deficiency since it uses the glutamine present in the sap ; but if it escapes from the tree and a fortiori from the sap, it will not be able to survive for a long time. Indeed, glutamine is found in very low quantities in the ground. This system should guarantee that the bacterium develops only in the tree and not elsewhere in the surroundings of the tree.
Auxotroph B.sutbilis strains already exist and are indexed in databases as BGSC (Bacillus Genetic Stock Center), so it is easy to find.


Non-sporing

In order to limit the spreading of our bacterium, we decided to limit its lifespan to only one season. The bacteria should be injected in spring, grow during the summer and finally should be inactivated in fall. Bacillus subtilis is a sporing bacterium : Sporulation enable the microorganism to handle very harsh conditions and to spread tree to tree. Indeed, a spore is a very resistant form that is adapted for unfavourable conditions and for dispersal.
To keep the control on the development of SubtiTree, the strain used should therefore be non-sporing. Thus, after a season of treatment, the sape become less nutritious, the temperature is low and the engineered bacterium cannot survive the following winter.
In addition, deleting all the engineered bacterial community every year put a brake on the evolution due to random mutation = to keep control on the genetic constructions


Toxin-antitoxin system

The goal of this module is to prevent horizontal transfer between bacteria. Indeed, it is necessary to avoid any exchange of genetic material between wild organisms and optimised organisms : it could be dangerous because of mutations, and considering ethics, it seems to be essential to avoid the spreading of synthetic genes.
Considering this issue, we thinked about a system to avoid such transfers : a toxin-antitoxin module. It involves adding two genes to the bacterium : a gene encoding for a toxin (for example tse2) and a gene encoding for the antitoxin (tsi1), placing them in an opposite way on the genome. The large space between them will permit to avoid simultaneous transfers : if the optimised bacterium transfers the gene encoding for the toxin, the probability that the gene encoding for the antitoxin may be transferred simultaneously is really low since they are located far away from each other.
Therefore, if the host bacterium receives the gene encoding for the toxin, it will be unable to survive since it will not have the antitoxin. If it receives the antitoxin only, it will not be useful for the bacterium, and will not affect it a priori.
To sum up, since a simultaneous transfer is dimly probable, the bacterium will either die because of the toxin or live while expressing the antitoxin (useless).

Integrative plasmid ?

All our constructions should be carried by integrative plasmids (pS.., pS.., pS..). Consequently, our different genetic modules would be integrated in the bacterium’s genome. The integration in the genome is more stable as the constructions are less likely to be transferred to other microorganisms. In addition to that, the expression of our genetic modules wouldn’t be dependant on a selective pressure based on an antibiotic resistance (as we can’t inject antibiotic in the tree), allowing a high level of transcription in planta.