(Added images) |
m (Centering) |
||
Line 38: | Line 38: | ||
<p style="font-size=120%;"> | <p style="font-size=120%;"> | ||
− | < | + | <center> |
<img src="https://static.igem.org/mediawiki/2018/0/07/T--NTNU_Trondheim--dcdt.gif"> | <img src="https://static.igem.org/mediawiki/2018/0/07/T--NTNU_Trondheim--dcdt.gif"> | ||
Line 54: | Line 54: | ||
<img src="https://static.igem.org/mediawiki/2018/9/94/T--NTNU_Trondheim--Q%2B.gif"> | <img src="https://static.igem.org/mediawiki/2018/9/94/T--NTNU_Trondheim--Q%2B.gif"> | ||
− | </ | + | </center> |
</p> | </p> | ||
Line 64: | Line 64: | ||
− | < | + | <center> |
<img src="https://static.igem.org/mediawiki/2018/6/66/T--NTNU_Trondheim--refill_count.png"> | <img src="https://static.igem.org/mediawiki/2018/6/66/T--NTNU_Trondheim--refill_count.png"> | ||
<img src="https://static.igem.org/mediawiki/2018/d/d5/T--NTNU_Trondheim--refill_eps.png"> | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--NTNU_Trondheim--refill_eps.png"> | ||
− | </ | + | </center> |
</p> | </p> | ||
Revision as of 19:30, 26 August 2018
Introduction
Bacteria produce insignificant amount of biofilm when they are alone. When bacterias are grouped up however, they produce a biofilm at a much higher rate per bacteria than they did alone. This is attributed to the quorom sensing molecule(QSM). When the bacteria senses a high concentration of QSM it starts producing biofilm at a much higher rate than when it is low.
We have produced a computational model inspired by Fozard et al. 2012 article, "Inhibition of quorom sensing in a computational biofilm simulation". We use a 3 dimensional grid of boxes, which contain information about bacteria and concentrations of molecules. By setting up a number of differential equations, one can from an initial state of bacteria and concentrations learn how they evolve over time. In our project we are interested in finding how many bacteria is activated by the quorom sensing molecules and how the biofilm is produced. The code is available on github.
Theory
Results and Discussion