Team:UT-Tokyo/Data/Modeling

From 2011.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:UT-Tokyo/Templates/BeginContent|fullpagename=Team:UT-Tokyo/Data/Modeling subpagename=Project}}
+
{{:Team:UT-Tokyo/Templates/BeginContent|fullpagename=Team:UT-Tokyo/Data/Modeling|subpagename=Modeling}}
=Modeling=
=Modeling=
-
TBD
+
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 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>
+
[[Team:UT-Tokyo/Data/Modeling/Model01|Model1: L-Asp diffusion]]
-
<script type="text/javascript"
+
[[Team:UT-Tokyo/Data/Modeling/Model02|Model2: Chemotaxis]]
-
src="http://www.java.com/js/deployJava.js"></script>
+
-
<script type="text/javascript">
+
-
  /* <![CDATA[ */
+
-
  var attributes = {
+
[[Team:UT-Tokyo/Data/Modeling/Model03|Model3: Entire simulation]]
-
            code: 'http://igem-ut.net/2011/model03_coli_diff_forwiki/applet/model03_coli_diff_forwiki.class',
+
-
            archive: 'http://igem-ut.net/2011/model03_coli_diff_forwiki/applet/model03_coli_diff_forwiki.jar,video.jar,core.jar',
+
-
            width: 220,
+
-
            height: 320,
+
-
          };
+
-
          var parameters = {
+
-
            image: 'http://igem-ut.net/2011/model03_coli_diff_forwiki/applet/loading.gif',
+
-
            centerimage: 'true',
+
-
          };
+
-
          var version = '1.5';
+
-
          deployJava.runApplet(attributes, parameters, version);
+
-
          /* ]]> */
+
[[Team:UT-Tokyo/Data/Modeling/Model04|Model4: Mousetaxis (''E.coli'' attracted to the cursor)]]
-
        </script>
+
 
-
</html>
+
We paid attention to design models so that the outputs are as quantitative as possible.
 +
Many of the parameters are verified through the 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 Demo programs on your browser.
 +
JRE(Java Runtime Environment) has to be installed in your computer in order to run them.

Latest revision as of 01:36, 6 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 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."

Model1: L-Asp diffusion

Model2: Chemotaxis

Model3: Entire simulation

Model4: Mousetaxis (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 the 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 Demo programs on your browser. JRE(Java Runtime Environment) has to be installed in your computer in order to run them.