Difference between revisions of "Team:RDFZ-China/Model"

Line 34: Line 34:
 
header .site-nav ul li ul { top: auto; left: 0; display: none; width: auto; height: auto; }
 
header .site-nav ul li ul { top: auto; left: 0; display: none; width: auto; height: auto; }
 
header .site-nav ul li ul li { position: static; transform: none; }
 
header .site-nav ul li ul li { position: static; transform: none; }
p{text-align:justify;word-wrap: break-word4}
+
p{text-align:justify;word-wrap: break-word;font-size: 20px;}
 +
ol li{text-align: justify;font-size:20px;}
 
.title { position: relative; z-index: 1;text-align: center;margin:0 100px 0 100px; }
 
.title { position: relative; z-index: 1;text-align: center;margin:0 100px 0 100px; }
.title-content{background-position: center;text-align: center;text-align: center;}
+
.title-content{background-position: center;text-align: center;text-align: center;font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}
 
.m { width: 30%;margin: 0 auto;}
 
.m { width: 30%;margin: 0 auto;}
.fb {width:100%;margin: 0px 0 0 0;}
+
.fb {width:100%;margin: 0px 0 -50px 0;position :relative;}
footer{height:220px;background-image:-moz-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%); background-image: -webkit-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%); background-image: -ms-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);margin:0 100px 0 100px}
+
footer{height:220px;background-image:-moz-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%); background-image: -webkit-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%); background-image: -ms-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);margin:0 100px 0px 100px}
 
.x ul{list-style: none;}
 
.x ul{list-style: none;}
 
.x li{display: block; margin: 0 1.2em;}
 
.x li{display: block; margin: 0 1.2em;}
Line 65: Line 66:
 
}
 
}
 
     </style>
 
     </style>
</head>
 
<html>
 
<head>
 
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
 
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
    <meta charset="UTF-8">
 
    <title>RDFZ-China</title>
 
    <link href="sub.css" rel="stylesheet" type="text/css">
 
 
</head>
 
</head>
 
<body>
 
<body>
Line 136: Line 128:
 
                 <hr class="line">
 
                 <hr class="line">
 
                 <p>Our cellular model develops on the characterization on srfA, comA and sfp gene expression pathway as well as trying to predict the final productivity of surfactin over time. The main tool wo used to build our model is Matlab,sponsored by Mathworks. To be more specific, we use Simbiology which is a plugin toolbox that specifically designed for computational system biology. By writing deterministic differential equations of reaction inside the cell, we can easily create the pathway that resemble real-life situations. </p>
 
                 <p>Our cellular model develops on the characterization on srfA, comA and sfp gene expression pathway as well as trying to predict the final productivity of surfactin over time. The main tool wo used to build our model is Matlab,sponsored by Mathworks. To be more specific, we use Simbiology which is a plugin toolbox that specifically designed for computational system biology. By writing deterministic differential equations of reaction inside the cell, we can easily create the pathway that resemble real-life situations. </p>
                <p>Hello world</p>
 
 
                 <h1>The signalling cascade</h1>
 
                 <h1>The signalling cascade</h1>
 
                 <hr class="line">
 
                 <hr class="line">
                 <p>To start with characterization of our gene pathway, our model has been assumed to act as a standard three-component regulation pathway.
+
                 <p>To start with characterization of our gene pathway, our model has been assumed to act as a standard three-component regulation pathway. This type of modelling is well established in the past(Chen, He and Church.1999)(Ingalls, Brian, 2012)
               
+
 
                 </p>
 
                 </p>
 +
                <p>In our model, we assumed the biochemical reaction take place in sequence as shown below:</p>
 +
                <ol>
 +
                <li>srfA, comA and sfp are transcripedt and translated simultaneously.</li>
 +
                <li>srfA activator,which is coded by comA, helps in transciption of srfA which codes for the synthesis of surfactin synthethase</li>
 +
                <li>PPTase, which is coded by sfp, helps in activation of surfactin synthethase, making it become holo synthethase which will produce surfactin by binding with the amino acids.</li>
 +
                </ol>
 +
                <img src="https://static.igem.org/mediawiki/2017/1/1b/Rdfz_model_pathway.jpeg">
 
             </div>
 
             </div>
 
         </section>
 
         </section>

Revision as of 23:33, 25 October 2017

RDFZ-China

Introduction


Our cellular model develops on the characterization on srfA, comA and sfp gene expression pathway as well as trying to predict the final productivity of surfactin over time. The main tool wo used to build our model is Matlab,sponsored by Mathworks. To be more specific, we use Simbiology which is a plugin toolbox that specifically designed for computational system biology. By writing deterministic differential equations of reaction inside the cell, we can easily create the pathway that resemble real-life situations.

The signalling cascade


To start with characterization of our gene pathway, our model has been assumed to act as a standard three-component regulation pathway. This type of modelling is well established in the past(Chen, He and Church.1999)(Ingalls, Brian, 2012)

In our model, we assumed the biochemical reaction take place in sequence as shown below:

  1. srfA, comA and sfp are transcripedt and translated simultaneously.
  2. srfA activator,which is coded by comA, helps in transciption of srfA which codes for the synthesis of surfactin synthethase
  3. PPTase, which is coded by sfp, helps in activation of surfactin synthethase, making it become holo synthethase which will produce surfactin by binding with the amino acids.