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

Line 46: Line 46:
 
.footer-logo{width:25%;margin:25px 0 0 100px}
 
.footer-logo{width:25%;margin:25px 0 0 100px}
 
.igem{;width:20%;margin:15px 10px 0 100px}
 
.igem{;width:20%;margin:15px 10px 0 100px}
.line{ border: 0;
+
.line{   height: 30px;
     height: 0; /* Firefox... */
+
    border-style: solid;
     box-shadow: 0 0 10px 1px black;}
+
     border-color: black;
.line:after{  
+
     border-width: 1px 0 0 0;
content: "\00a0"; }
+
    border-radius: 20px;}
 +
.line:before{  
 +
display: block;
 +
    content: "";
 +
    height: 30px;
 +
    margin-top: -31px;
 +
    border-style: solid;
 +
    border-color: black;
 +
    border-width: 0 0 1px 0;
 +
    border-radius: 20px;
 +
}
 
     </style>
 
     </style>
 
</head>
 
</head>

Revision as of 23:20, 23 October 2017

RDFZ-China

The Signalling Cascade


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.