Team:Grenoble/Modeling/Introduction

From 2012.igem.org

(Difference between revisions)
m
 
(55 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Grenoble/Templates/Modeling}}
{{:Team:Grenoble/Templates/Modeling}}
-
<!--<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<body id="Modeling">
<body id="Modeling">
<div id="cadre">
<div id="cadre">
<section>
<section>
-
<div class="demo">Démonstration
 
-
<div class="to_hide" style="display:none;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla magna risus, dapibus non mollis in, mollis non nulla. Maecenas non lorem lacus. Vivamus non odio odio. In pharetra est justo, adipiscing porttitor lectus. Nunc facilisis placerat ipsum sed mattis. Vestibulum vitae lectus vitae urna ullamcorper molestie sed vitae felis. Nam ac nisi auctor arcu placerat lobortis eu non tellus. In eget diam lorem, quis placerat sem. Nulla in consectetur justo. In aliquam hendrerit diam in venenatis. Integer tellus dui, porttitor in faucibus eu, convallis at nulla. Curabitur vitae quam nunc, in vestibulum orci.</div></div>
 
-
Blablablaeuauaeuiuiteruietsnaiueuiqe
 
-
</section>
 
-
</div>
 
-
</body>
 
-
</html>-->
 
-
<html>
+
<section>
-
<head>
+
<h1>Overview</h1>
-
<script type="text/javascript">
+
To model the system, we divided it into <a href="https://2012.igem.org/Team:Grenoble/Biology/Introduction#scheme">three modules</a>:
-
// Méthode pour changer la visiblité d'une balise dont l'ID est passée en paramètre
+
</br>
-
function toggleVisibility(tagId) {
+
</br>
-
if (!document.getElementById) {
+
<div style="margin-left: 30px;">
-
msg = 'Votre navigateur est trop ancien pour profiter de votre visite\n';
+
<a href="https://2012.igem.org/Team:Grenoble/Modeling/Signaling" style="font-size: 1.2em;"><img src="https://static.igem.org/mediawiki/2012/4/49/1_mod.png" alt="" />Signaling module </a>
-
msg += 'Veuillez le mettre à jour ou vous en procurer un autre';
+
</br>
-
return false;
+
</br>
-
}
+
In this part we used a deterministic model to determine the sensitivity of the sensor. This analysis enabled us to know that the amplification module is required for the incoming signal to drive the subsequent modules.
-
var tagToToggle;
+
-
try { // On tente de récupérer la balise cible dont on doit changer la visibilité
+
-
tagToToggle = document.getElementById(tagId);
+
-
} catch (e) { // Si échec de la récupération de la balise cible
+
-
alert('Je n\'ai pas pu trouver la balise cible');
+
-
}
+
-
try { // Seulement pour les non IE
+
-
if (tagToToggle.style.display == 'none') {
+
-
tagToToggle.style.display = 'inline';
+
-
} else {
+
-
tagToToggle.style.display = 'none';
+
-
}
+
-
} catch (e) {
+
-
}
+
-
// Pour IE
+
-
if (tagToToggle.style.visibility == 'hidden') {
+
-
tagToToggle.style.visibility = 'visible';
+
-
} else {
+
-
tagToToggle.style.visibility = 'hidden';
+
-
}
+
-
}
+
-
</script>
+
-
</head>
+
-
<body>
+
-
<div>
+
-
<a href="javascript:toggleVisibility('texte1')">
+
-
Changer la visibilité du texte 1
+
-
</a>
+
</div>
</div>
-
<div id="texte1" style="visibility: hidden; display: none;">
+
<br/>
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
<div style="margin-left: 30px;">
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
<a href="https://2012.igem.org/Team:Grenoble/Modeling/Amplification" style="font-size: 1.2em;"><img src="https://static.igem.org/mediawiki/2012/1/1e/2_mod.png" alt="" />Internal amplification module</a>
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
</br>
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
</br>
 +
We first used deterministic model to evaluate the sensitivity of the amplification loop and determine the response time. A steady state analysis was performed to understand how the system works.
</div>
</div>
-
<div>
+
<br/>
-
<a href="javascript:toggleVisibility('texte2')">
+
<div style="margin-left: 30px;">
-
Changer la visibilité du texte 2
+
<a href="https://2012.igem.org/Team:Grenoble/Modeling/Amplification/Quorum" style="font-size: 1.2em;"><img src="https://static.igem.org/mediawiki/2012/5/57/3_mod.png" alt="" />External amplification and communication</a>
-
</a>
+
</br>
 +
</br>
 +
Then, we studied the communication between the bacteria to evaluate the time collective response time of a bacterial population as a whole.
 +
</br>
 +
</br>
 +
Because we know that the production of protein is not always turned on or turned off, this can lead to false positives/negatives. We also evaluated the false positives rate of our sensor using a stochastic model.
</div>
</div>
-
<div id="texte2" style="visibility: hidden; display: none;">
+
</br>
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
</section>
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
+
</div>
</div>
-
<div>
 
-
<a href="javascript:toggleVisibility('texte3')">
 
-
Changer la visibilité du texte 3
 
-
</a>
 
-
</div>
 
-
<div id="texte3" style="visibility: hidden; display: none;">
 
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
 
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
 
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
 
-
Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test, Texte test,
 
-
</div>
 
-
 
</body>
</body>
</html>
</html>
{{:Team:Grenoble/script}}
{{:Team:Grenoble/script}}
{{:Team:Grenoble/menu}}
{{:Team:Grenoble/menu}}

Latest revision as of 02:54, 27 September 2012

iGEM Grenoble 2012

Project

Overview

To model the system, we divided it into three modules:

Signaling module

In this part we used a deterministic model to determine the sensitivity of the sensor. This analysis enabled us to know that the amplification module is required for the incoming signal to drive the subsequent modules.

Internal amplification module

We first used deterministic model to evaluate the sensitivity of the amplification loop and determine the response time. A steady state analysis was performed to understand how the system works.

External amplification and communication

Then, we studied the communication between the bacteria to evaluate the time collective response time of a bacterial population as a whole.

Because we know that the production of protein is not always turned on or turned off, this can lead to false positives/negatives. We also evaluated the false positives rate of our sensor using a stochastic model.