Line 53: | Line 53: | ||
<ul class="submenu"> | <ul class="submenu"> | ||
<li class="menu_item" style="color:#000000">The definition</li> | <li class="menu_item" style="color:#000000">The definition</li> | ||
− | <li class="menu_item" style="color:#000000">Why do | + | <li class="menu_item" style="color:#000000">Why do we choose this model?</li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 59: | Line 59: | ||
<li class="menu_item" id="model" style="color:#1A7799"><a href="#">Overview</a> | <li class="menu_item" id="model" style="color:#1A7799"><a href="#">Overview</a> | ||
<ul class="submenu" > | <ul class="submenu" > | ||
− | <li class="menu_item" style="color:#000000">Our programming | + | <li class="menu_item" style="color:#000000">Our programming choices</li> |
<li class="menu_item" style="color:#000000"></i>Creation of the environment and the agents</li> | <li class="menu_item" style="color:#000000"></i>Creation of the environment and the agents</li> | ||
<li class="menu_item" style="color:#000000">Initialization</li> | <li class="menu_item" style="color:#000000">Initialization</li> | ||
Line 101: | Line 101: | ||
<p align="justify">To answer this question, we decided to create a model in order to see : | <p align="justify">To answer this question, we decided to create a model in order to see : | ||
<ul> | <ul> | ||
− | <li>how many bacteria will be able to live on the lab bench</li> | + | <li><b>how many bacteria will be able to live on the lab bench</b></li> |
− | <li>if the bacteria will be able to maintain their plasmid lost</li> | + | <li><b>if the bacteria will be able to maintain their plasmid lost</b></li> |
</ul> | </ul> | ||
</p> | </p> | ||
− | <p align="justify">To present our work, we will explain our model in different parts. First, we will explain what type of models we have chosen and why. Then, we will describe its initialization | + | <p align="justify">To present our work, we will explain our model in different parts. First, we will explain what type of models we have chosen and why. Then, we will describe how we have created our model and explain its initialization. After, we will explain the equation that we have chosen to modeliz the bacteria growth and the plasmid lost. Finally, we will make an assessment of our model, explain how we have validated it and give our perspectives for this project.</p> |
− | + | ||
</div> | </div> | ||
Line 121: | Line 120: | ||
<div class="column full_size"> | <div class="column full_size"> | ||
− | < | + | <h2>1. The multi-agent model</h2> |
+ | <h3>The definition</h3> | ||
+ | |||
+ | In informatics, the muti-agent system aims to represent intelligent agents which interact between them in a specific environment. In our case, our agents are bacteria where are dispersed in a corner of the laboratory. They move, growth and are able to do cell division. Some of them have a recombinant plasmid which give them a antibiotic resistance. | ||
+ | Our model helps us to know if our bacteria is able to survive on this specific environment and if they can maintain their plasmid in specific conditions. <br> | ||
+ | This model is interesting to use because it modelizes how act the agents in the environment and how interact the environment with the agents. | ||
+ | |||
<p align="justify"> | <p align="justify"> | ||
+ | |||
+ | </p> | ||
</div> | </div> |
Revision as of 15:57, 22 September 2016
All iGEM projects work with modified organisms. When we work with those organisms, the question of confinement is essential to prevent their propogation out of the lab. Even if each team thinks about the best tool to answer this question, our team has decided to think about the worst situations. To answer this question, we decided to create a model in order to see :
To present our work, we will explain our model in different parts. First, we will explain what type of models we have chosen and why. Then, we will describe how we have created our model and explain its initialization. After, we will explain the equation that we have chosen to modeliz the bacteria growth and the plasmid lost. Finally, we will make an assessment of our model, explain how we have validated it and give our perspectives for this project.
What happen when a bacteria population escape from our tubes ?
1. The multi-agent model
The definition
In informatics, the muti-agent system aims to represent intelligent agents which interact between them in a specific environment. In our case, our agents are bacteria where are dispersed in a corner of the laboratory. They move, growth and are able to do cell division. Some of them have a recombinant plasmid which give them a antibiotic resistance.
Our model helps us to know if our bacteria is able to survive on this specific environment and if they can maintain their plasmid in specific conditions.
This model is interesting to use because it modelizes how act the agents in the environment and how interact the environment with the agents.