Team:INSA Toulouse/contenu/project/modelling

From 2013.igem.org

(Difference between revisions)
Line 34: Line 34:
   .spantitle{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px;}
   .spantitle{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px;}
-
   .list{float:left; width:225px; margin:0 15px 50px 0;}
+
  .spantitle2{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:14px;}
 +
 
 +
   .list{float:left; width:680px; margin:0 15px 25px 0;}
   .list ul{color:#5a6060; font-family:'Open Sans'; font-size:14px;}
   .list ul{color:#5a6060; font-family:'Open Sans'; font-size:14px;}
 +
 +
  .list ol{color:#5a6060; font-family:'Open Sans'; font-size:14px;}
   .list .arrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);}
   .list .arrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);}
Line 43: Line 47:
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
 +
 +
  .imgcontentleft{margin: 0 0 45px 0; border: 1px solid #e5e6e6;float:left; }
 +
 +
  .imgcontentright{margin: 0 0 45px 0; border: 1px solid #e5e6e6;float:right; }
   .tablecontent{
   .tablecontent{
Line 73: Line 81:
   <h1 class="title1">Modelling</h1>
   <h1 class="title1">Modelling</h1>
-
<h2 class="title2"> Carry Diffusion </h2>
+
<h2 class="title2"> AHL diffusion in LB agar medium</h2>
   
   
-
   <p class="texte"> In order to make a modelling of the carry diffusion, we use the strain CV026 of <i>Chromobacterium violaceum</i> that produce violacein when receive AHL</p>
+
   <p class="texte">To build a binary full adder our system must be able to communicate if necessary a carry. We chose to use a molecule, 3-oxohexanoyl-homoserine lactone (AHL). The AHL is a messenger in our system.<br><br>
 +
Different systems can be devised to implement the expression and diffusion of the AHL.<br><br>
 +
The system of Figure 1 operates as follows:<br>
 +
A petri dish containing colonies, which are equidistant from each other. The lights provide information on addition to perform, and the expression and the diffusion of AHL from one colony to another allows the carry propagation.<br><br>
 +
This system is quite simple but nevertheless raises a certain number of problems:
 +
</p>
    
    
 +
<div class="list">
 +
<ol><li>A colony does produce enough AHL to induce diffusion of the message?
 +
</li><li>Colonies have to be inoculated all at once or progressively during the calculation?
 +
</li><li>) What is the ideal distance between the colonies? How to avoid excessive diffusion of the AHL, for example from a colony n to colony n +2 rather than a colony n +1?
 +
</li>
 +
</ol>
 +
</div>
 +
<div class="clear"></div>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/9/94/AHL_on_medium-700px.gif" class="imgcontent"/>
 +
 +
 +
 +
 +
 +
<h3 class="title3">Production of AHL</h3>
 +
 +
  <p class="texte">To overcome the problem of the amount of AHL required for rapid diffusion of the messenger, we can well imagine a system in which liquid precultures may be deposited. So we get a higher cell density and a greater production of AHL.
 +
</p>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/5/51/Well_AHL-700px.gif" class="imgcontent"/>
 +
 +
 +
 +
 +
<h3 class="title3">Inoculation of cultures</h3>
 +
 +
  <p class="texte">The gradual inoculation of wells during the addition allows, first, to the AHL to diffuse into the medium, and second, not to fall in cell death.
 +
</p>
 +
 +
 +
 +
<h3 class="title3">The ideal distance between well</h3>
 +
 +
  <p class="texte">In order to find the ideal distance between two colonies we have searched a model which allow us to know: how does AHL diffuse into the medium and how many time the diffusion need to pass one colony to another.
 +
</p>
 +
 +
  <p class="texte"><span class="spantitle2">One dimension model: </span></br>
 +
To overcome the problem of the amount of AHL required for rapid diffusion of the messenger, we can well imagine a system in which liquid precultures may be deposited. So we get a higher cell density and a greater production of AHL.
 +
</p>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/2/26/Carry1_-_340px.png" class="imgcontentleft"/>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/b/b2/Carry2_-_340px.png" class="imgcontentright"/>
 +
 +
<img style="width:400px" src="https://static.igem.org/mediawiki/2013/e/e3/Carry3.png" class="imgcontent"/>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/5/51/Well_AHL-700px.gif" class="imgcontent"/>
 +
 +
<img src="https://static.igem.org/mediawiki/2013/5/51/Well_AHL-700px.gif" class="imgcontent"/>
 +
 +
 +
 +
 +
 +
 +
</div>
</div>

Revision as of 10:21, 26 September 2013

logo


Modelling

AHL diffusion in LB agar medium

To build a binary full adder our system must be able to communicate if necessary a carry. We chose to use a molecule, 3-oxohexanoyl-homoserine lactone (AHL). The AHL is a messenger in our system.

Different systems can be devised to implement the expression and diffusion of the AHL.

The system of Figure 1 operates as follows:
A petri dish containing colonies, which are equidistant from each other. The lights provide information on addition to perform, and the expression and the diffusion of AHL from one colony to another allows the carry propagation.

This system is quite simple but nevertheless raises a certain number of problems:

  1. A colony does produce enough AHL to induce diffusion of the message?
  2. Colonies have to be inoculated all at once or progressively during the calculation?
  3. ) What is the ideal distance between the colonies? How to avoid excessive diffusion of the AHL, for example from a colony n to colony n +2 rather than a colony n +1?

Production of AHL

To overcome the problem of the amount of AHL required for rapid diffusion of the messenger, we can well imagine a system in which liquid precultures may be deposited. So we get a higher cell density and a greater production of AHL.

Inoculation of cultures

The gradual inoculation of wells during the addition allows, first, to the AHL to diffuse into the medium, and second, not to fall in cell death.

The ideal distance between well

In order to find the ideal distance between two colonies we have searched a model which allow us to know: how does AHL diffuse into the medium and how many time the diffusion need to pass one colony to another.

One dimension model:
To overcome the problem of the amount of AHL required for rapid diffusion of the messenger, we can well imagine a system in which liquid precultures may be deposited. So we get a higher cell density and a greater production of AHL.