Difference between revisions of "Team:NTNU Trondheim/Model"

(Introduction and new headers)
Line 25: Line 25:
 
<p style="font-size=120%;">
 
<p style="font-size=120%;">
 
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.  
 
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.  
 +
</p>
  
 +
<p style="font-size=120%;">
 
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 <a href"https://github.com/torhaugl/NTNU_Trondheim">github</a>.
 
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 <a href"https://github.com/torhaugl/NTNU_Trondheim">github</a>.
 
</p>
 
</p>

Revision as of 18:44, 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