Team:SJTU-BioX-Shanghai/Modeling

From 2014.igem.org

(Difference between revisions)
Line 9: Line 9:
</style>
</style>
<div class="content">
<div class="content">
-
<div class="overview">
+
<article class="post__article">
-
  <h2>Aims</h2><hr />
+
-
  <ol><li>Flexbox is a new layout mode in CSS3 that is designed for the more sophisticated needs of the modern web. </li><li>This article will describe the newly-stablized Flexbox syntax in technical detail.</li> <li>Browser support is going to grow quickly, so you’ll be ahead of the game when support is wide enough for Flexbox to be practical. </li><li>Read on if you want to know what it does and how it works!</li></ol>
+
-
  <h2>Background</h2><hr />
+
-
  <p>Authors have long been using tables, floats, inline-blocks, and other CSS properties to lay out their site content. However, none of these tools were designed for the complex webpages and webapps we are making nowadays. Simple things like vertical centering require work. Complex things like flexible grid layouts are so hard that it’s considered ambitious to roll your own, hence the success of CSS grid frameworks. Still, if so many projects needs to do these things, why can’t it just be easy? Flexbox aims to change all that.
+
-
  </p>
+
-
  <h2>Results</h2><hr />
+
-
  <p>Though Flexbox makes it trivial to create layouts that would have been difficult or impossible in the past, it takes some time to get used to the Flexbox way of doing things. New terminology and new abstractions can be a barrier to using Flexbox, so let’s discuss them up-front.</p>
+
-
  </div>
+
-
  <article class="post__article">
+
<h1 id="modelingandsimulation">Modeling and Simulation</h1>
<h1 id="modelingandsimulation">Modeling and Simulation</h1>

Revision as of 16:09, 12 October 2014

Modeling and Simulation

Part I Single Cell

Our project is about the system involving various enzymes, mostly the series enzymes, combining into certain area. This area can be more efficient when it comes to synthesizing or degrading chemicals. So the first question is, whether this system can be so useful when distributing multiple similar areas in a single cell.

Four Types of Distribution

Type 1:
The position of enzyme is distributed randomly in the cell membrane.
Type 2:
The polymerization of certain enzymes, based on MembRing, is distributed randomly inside the cell.
Type 3:
The position of enzyme is distributed randomly inside the cell.
Type 4:
The polymerization of certain enzymes, based on MembRing, is distributed randomly inside the cell.

Hypothesis of Simulation

  1. Metabolism
    [图片一]
    Enzymes: E0, E1,E2
    Substrates:S0,S1,S2,S3
  2. Initial Distribution of Substrates
    All substrates are randomly distributed OUTSIDE the cell in all four simulations.
  3. Movement of Substrates
    The motion of molecules is random, including the rate and orientation.
  4. Catalytic reaction
    The time period of reaction is neglected. When the type of chemical match the type of enzyme, distance is less than threshold, then the enzyme reaction is recognized and recorded.
  5. Other Hypothesis
    Other physical and chemical parameters are under the scaling rule. The whole modeling combined with periodic boundary condition(PBC) to show the real performance of substrates and enzyme system.

Results:

Type 1
Type 2
Type 3
Type 4