Team:UT-Tokyo/Data/Modeling

From 2011.igem.org

(Difference between revisions)
m
Line 2: Line 2:
=Modeling=
=Modeling=
 +
The Modeling page is composed of four sections: one about the entire system, two aimed at computing parameters used in the entire system model, and an additional program just for fun.
 +
The entire program is a simulation of the whole system and divided into three parts.
 +
The first supporting program is concerning L-Asp diffusion, and the second concerning chemotaxis.
 +
The additional program is "E.coli attracted to the cursor."
-
<html>
+
We paid attention to design models so that the outputs are as quantitative as possible.
 +
Many of the parameters are verified through reference to prior studies or our own experiments.
 +
The fact that the entire system program operates as we intend suggests that the system we have designed is reasonable and realistic.
 +
 +
You can run these programs on your browser.
 +
JRE(Java Runtime Environment) has to be installed in your computer in order to run them.
 +
 +
<html>
<script type="text/javascript"
<script type="text/javascript"
src="http://www.java.com/js/deployJava.js"></script>
src="http://www.java.com/js/deployJava.js"></script>

Revision as of 13:16, 5 October 2011

Modeling

The Modeling page is composed of four sections: one about the entire system, two aimed at computing parameters used in the entire system model, and an additional program just for fun. The entire program is a simulation of the whole system and divided into three parts. The first supporting program is concerning L-Asp diffusion, and the second concerning chemotaxis. The additional program is "E.coli attracted to the cursor."

We paid attention to design models so that the outputs are as quantitative as possible. Many of the parameters are verified through reference to prior studies or our own experiments.

The fact that the entire system program operates as we intend suggests that the system we have designed is reasonable and realistic.

You can run these programs on your browser. JRE(Java Runtime Environment) has to be installed in your computer in order to run them.