Team:CityU HK/collaboration

From 2014.igem.org

(Difference between revisions)
Line 40: Line 40:
                       margin-right: auto }
                       margin-right: auto }
-
table {
+
.fig {
     border: none;
     border: none;
     margin-left: 22%;
     margin-left: 22%;
Line 46: Line 46:
}
}
-
th {vertical-align: top;
+
.fig th {vertical-align: top;
     width: 12%;
     width: 12%;
}
}
-
td {vertical-align: top;
+
.fig td {vertical-align: top;
     text-align: justify;
     text-align: justify;
     font-size: 16px;
     font-size: 16px;
     color: #333333;
     color: #333333;
}
}
 +
 +
#parameter td, #parameter th {
 +
        border: 2px solid #bdc3c7;
 +
        padding: 5px 5px 5px 5px;
 +
        }
 +
#parameter h2 {color:#444;}
 +
#parameter p { color: #000;}
</style>
</style>
Line 76: Line 83:
<br><img class="display" src=""/><br>
<br><img class="display" src=""/><br>
-
<table>
+
<table class="fig">
   <tr>
   <tr>
     <th>Fig. 1 </th>
     <th>Fig. 1 </th>
Line 85: Line 92:
<p>The table below presents the Vmax and Km of both enzyme systems.</p>
<p>The table below presents the Vmax and Km of both enzyme systems.</p>
 +
 +
<table id="parameter">
 +
  <tr>
 +
      <td></td>
 +
      <td><h2>Nitrogenase (30 °C)</h2></td>
 +
      <td><h2>Hydrogenase (80 °C)</h2></td>
 +
  </tr>
 +
  <tr>
 +
      <td><h2>Vmax</h2></td>
 +
      <td><p>0.0175 nmol CH4/ nmol MoFe protein /sec</p></td>
 +
      <td><p>5.28x10-6 nmol H+/ nmol hydrogenase/ sec</p></td>
 +
  </tr>
 +
  <tr>
 +
      <td><h2>Km </h2></td>
 +
      <td><p>16 mM HCO3</p></td>
 +
      <td><p>0.037 mM H2</p></td>
 +
  </tr>
 +
</table>
<p>Based on the parameters provided, we compared the two enzyme kinetic systems using Matlab simulation.</p><br>
<p>Based on the parameters provided, we compared the two enzyme kinetic systems using Matlab simulation.</p><br>
Line 95: Line 120:
<br><img class="display" src=""/><br>
<br><img class="display" src=""/><br>
-
<table>
+
<table class="fig">
   <tr>
   <tr>
     <th>Fig. 2 </th>
     <th>Fig. 2 </th>
Line 103: Line 128:
<br><img class="display" src=""/><br>
<br><img class="display" src=""/><br>
-
<table>
+
<table class="fig">
   <tr>
   <tr>
     <th>Fig. 3 </th>
     <th>Fig. 3 </th>

Revision as of 14:35, 17 October 2014

Bootstrap 101 Template

CUHK : Computer simulation of the “Nitrogenase System”

This year, the CityU HK iGEM team collaborate with the CUHK iGEM team.


How did we help the CUHK iGEM team?


We met the CUHK iGEM team in early October 2014. At the meeting, each party presented our projects and we were impressed with each other’s project goals. Following our discussion, the CityU team agreed to collaborate with the CUHK iGEM team to perform computer simulation/modelling of the “Nitrogenase System” that the CUHK team was working on. We succeeded in producing a modelling system for their Nitrogenase project.


The Model

The computer simulation works on two enzyme kinetic systems as shown below.



Fig. 1 Two Enzyme Kinetic Systems. (a) System I-a single one. (b) System II-combination of two kinetic systems.

The table below presents the Vmax and Km of both enzyme systems.

Nitrogenase (30 °C)

Hydrogenase (80 °C)

Vmax

0.0175 nmol CH4/ nmol MoFe protein /sec

5.28x10-6 nmol H+/ nmol hydrogenase/ sec

Km

16 mM HCO3

0.037 mM H2

Based on the parameters provided, we compared the two enzyme kinetic systems using Matlab simulation.


Equations



Results

A comparison of the two systems using Matlab simulation is shown in Fig. 2. The difference between the product output of the two systems are provided by the data in Fig.4 and Fig.5.



Fig. 2 Matlab code. Input: V1max, K1m and A10 are the initial parameter settings of the system I. V2max, K2m are those of system II. t represents the time.


Fig. 3 A. Relationship between substrate [A] and product [C]. B. Relationship between substrate [A] and difference between [C3] and [C1] .

Acknowledgement

The modelling was performed by Dr. Zhu Yuan of the Department of Biology and Chemistry, City University of Hong Kong.

Bootstrap 101 Template