Difference between revisions of "Team:NCKU Tainan/Kinetic Law"

 
(32 intermediate revisions by 5 users not shown)
Line 6: Line 6:
 
     <body data-spy="scroll" data-target=".navbar-example">
 
     <body data-spy="scroll" data-target=".navbar-example">
 
         <div class="container content">
 
         <div class="container content">
        <h1 class="head">Kinetic law</h1>
+
            <div class="headstyle">
 +
                <h1 class="head">Kinetic law</h1>
 +
            </div>
 +
            <div class="righttitle">
 +
                <h6 class="subtitle">Calculation and Derivation</h6>
 +
            </div>
 
             <div class="navbar-example">
 
             <div class="navbar-example">
 
                 <div class="row">
 
                 <div class="row">
Line 14: Line 19:
 
                             <a class="list-group-item list-group-item-action" href="#method">Method</a>
 
                             <a class="list-group-item list-group-item-action" href="#method">Method</a>
 
                             <a class="list-group-item list-group-item-action" href="#pathway">Pathway</a>
 
                             <a class="list-group-item list-group-item-action" href="#pathway">Pathway</a>
                            <a class="list-group-item list-group-item-action" href="#CO2_uptake">CO<sub>2</sub> uptake</a>
 
                            <a class="list-group-item list-group-item-action" href="#CO2_metabolism">CO<sub>2</sub> metabolism</a>
 
 
                             <a class="list-group-item list-group-item-action" href="#CO2_vs_xylose">Analysis</a>
 
                             <a class="list-group-item list-group-item-action" href="#CO2_vs_xylose">Analysis</a>
 
                             <a class="list-group-item list-group-item-action" href="#result">Result</a>
 
                             <a class="list-group-item list-group-item-action" href="#result">Result</a>
                             <a class="list-group-item list-group-item-action" href="#reference">Reference</a>
+
                             <a class="list-group-item list-group-item-action" href="#reference">References</a>
 
                             <a class="list-group-item list-group-item-action" href="#"><i class="fa fa-arrow-up fa-1x" aria-hidden="true"></i></a>
 
                             <a class="list-group-item list-group-item-action" href="#"><i class="fa fa-arrow-up fa-1x" aria-hidden="true"></i></a>
 
                         </div>
 
                         </div>
Line 45: Line 48:
 
                                         <p class="pcontent">$${Kf = {[C]^c[D]^d \over [A]^a[B]^b}}$$</p>
 
                                         <p class="pcontent">$${Kf = {[C]^c[D]^d \over [A]^a[B]^b}}$$</p>
 
                                         <p class="pcontent">$${Kr = {[A]^a[B]^b \over [C]^c[D]^d}}$$</p>
 
                                         <p class="pcontent">$${Kr = {[A]^a[B]^b \over [C]^c[D]^d}}$$</p>
                                         <p class="pcontent">Where Kf is forward rate of equilibrium,  Kr is reverse rate of equilibrium</p>
+
                                         <p class="pcontent">Where K<sub>f</sub> is forward rate of equilibrium,  K<sub>r</sub> is reverse rate of equilibrium</p>
 
                                         <li id="henri_michaelis_menten">Henri-Michaelis-Menten</li>
 
                                         <li id="henri_michaelis_menten">Henri-Michaelis-Menten</li>
 
                                         <p class="pcontent">In 1913, Michaelis and Menten studied the invertase system and found some behavioral patterns of enzyme-matrix reaction.  
 
                                         <p class="pcontent">In 1913, Michaelis and Menten studied the invertase system and found some behavioral patterns of enzyme-matrix reaction.  
Line 58: Line 61:
 
                                         <p class="pcontent">A. The Henri-Michaelis-Menten kinetic law is expressed as follows: </p>
 
                                         <p class="pcontent">A. The Henri-Michaelis-Menten kinetic law is expressed as follows: </p>
 
                                         <p class="pcontent">$${E + S \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} ES \xrightarrow{k_2} E + P}$$</p>
 
                                         <p class="pcontent">$${E + S \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} ES \xrightarrow{k_2} E + P}$$</p>
                                         <p class="pcontent">The Enzyme(E) forms a Complex (ES) with the Substrate (S) and modifies it to the Product (P).  
+
                                         <p class="pcontent">The Enzyme (E) forms a Complex (ES) with the Substrate (S) and modifies it to the Product (P).  
 
                                             The Product is then released and the Enzyme is free to perform another modification.  
 
                                             The Product is then released and the Enzyme is free to perform another modification.  
 
                                             This process is described by the ODE system.
 
                                             This process is described by the ODE system.
Line 65: Line 68:
 
                                             Michaelis and Menten considered a quasi equilibrium between E and the ES-Complex to simplify the system.
 
                                             Michaelis and Menten considered a quasi equilibrium between E and the ES-Complex to simplify the system.
 
                                         </p>
 
                                         </p>
                                         <p class="pcontent">$${{dS \over dt} = -k_1E \cdot S + k_{-1}ES}$$</p>
+
                                         <p class="pcontent">$${{d[S] \over dt} = -k_1[E] \cdot [S]+ k_{-1}[ES]}$$</p>
                                         <p class="pcontent">$${{dES \over dt} = k_1E \cdot S - (k_{-1} + k_2)ES}$$</p>
+
                                         <p class="pcontent">$${{d[ES]\over dt} = k_1[E] \cdot [S] - (k_{-1} + k_2)[ES]}$$</p>
                                         <p class="pcontent">$${{dE \over dt} = k_1E \cdot S - (k_{-1} + k_2)ES}$$</p>
+
                                         <p class="pcontent">$${{d[E] \over dt} = k_1[E] \cdot [S] - (k_{-1} + k_2)[ES]}$$</p>
                                         <p class="pcontent">$${{dP \over dt} = k_2ES}$$</p>
+
                                         <p class="pcontent">$${{d[P] \over dt} = k_2[ES]}$$</p>
                                         <p class="pcontent">After derivation $${v = {-ds \over dt} = {dP \over dt}}$$</p>
+
                                         <p class="pcontent">After derivation $${v = {-ds \over dt} = {d[P] \over dt}}$$</p>
                                         <p class="pcontent">where Vm represents the maximum rate achieved by the system,  
+
                                         <p class="pcontent">where V<sub>m</sub> represents the maximum rate achieved by the system,  
                                             and the Km is the substrate concentration at which the reaction rate is half of Vm.
+
                                             and the Km is the substrate concentration at which the reaction rate is half of V<sub>m</sub>.
 
                                         </p>
 
                                         </p>
                                         <p class="pcontent">The constants vmax and Km can be looked up at the public data base BRENDA.  
+
                                         <p class="pcontent">The constants v<sub>max</sub> and Km can be looked up at the public data base BRENDA.  
                                             The rate konstant k2 describes how many substrate molecules are transformed into product molecules per second and active site,  
+
                                             The rate konstant k<sub>2</sub> describes how many substrate molecules are transformed into product molecules per second and active site,  
 
                                             it is thus called turnover number.
 
                                             it is thus called turnover number.
 
                                         </p>
 
                                         </p>
                                         <p class="pcontent">$${Vmax = k_2 \cdot E_{total} = k_{cat} \cdot E_{total}}$$</p>
+
                                         <p class="pcontent">$${Vmax = k_2 \cdot [E_{total}] = k_{cat} \cdot [E_{total}]}$$</p>
 
                                         <p class="pcontent">B. A more realistic description of a enzymatic reactions than pure Michaelis Menten Kinetics  
 
                                         <p class="pcontent">B. A more realistic description of a enzymatic reactions than pure Michaelis Menten Kinetics  
 
                                             is given by considering the product forming reaction step as reversible.
 
                                             is given by considering the product forming reaction step as reversible.
 
                                         </p>
 
                                         </p>
 
                                         <p class="pcontent">$${E + S \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} ES \xrightarrow{k_2} E + P}$$</p>
 
                                         <p class="pcontent">$${E + S \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} ES \xrightarrow{k_2} E + P}$$</p>
                                         <p class="pcontent">The Enzyme(E) forms a Complex (ES) with the Substrate (S) and modifies it to the Product (P).  
+
                                         <p class="pcontent">The Enzyme (E) forms a Complex (ES) with the Substrate (S) and modifies it to the Product (P).  
 
                                             In the reversible Michaelis-Menten reaction the Product can bind the enzyme again and react back to the substrate.  
 
                                             In the reversible Michaelis-Menten reaction the Product can bind the enzyme again and react back to the substrate.  
 
                                             This process is described by the ODE system.
 
                                             This process is described by the ODE system.
 
                                         </p>
 
                                         </p>
                                         <p class="pcontent">$${{dS \over dt} = -k_1E \cdot S + k_{-1}ES}$$</p>
+
                                         <p class="pcontent">$${{d[S] \over dt} = -k_1[E] \cdot [S] + k_{-1}[ES]}$$</p>
                                         <p class="pcontent">$${{dES \over dt} = k_1E \cdot S + k_{-2}E \cdot P - (k_{-1} + k_2)ES}$$</p>
+
                                         <p class="pcontent">$${{d[ES] \over dt} = k_1[E] \cdot [S] + k_{-2}[E] \cdot [P] - (k_{-1} + k_2)[ES]}$$</p>
                                         <p class="pcontent">$${{dE \over dt} = k_1E \cdot S - k_{-2}E \cdot P - (k_{-1} + k_2)ES}$$</p>
+
                                         <p class="pcontent">$${{d[E] \over dt} = k_1[E] \cdot [S] - k_{-2}[E] \cdot [P] - (k_{-1} + k_2)[ES]}$$</p>
                                         <p class="pcontent">$${v = {dP \over dt} = k_2ES - k_{-2}E \cdot P = v_f - v_b}$$</p>
+
                                         <p class="pcontent">$${v = {d[P] \over dt} = k_2[ES] - k_{-2}[E]\cdot [P] = v_f - v_b}$$</p>
                                         <p class="pcontent">After derivation $${v = {-ds \over dt} = {dP \over dt}}$$</p>
+
                                         <p class="pcontent">After derivation $${v = {-ds \over dt} = {d[P] \over dt}}$$</p>
                                         <p class="pcontent">Finally we use Vfmax=k2⋅Etotal and V<sub>b</sub>max=k<sub>−1</sub>⋅Etotal to get the common form for the reversible Michaelis Menten equation</p>
+
                                         <p class="pcontent">Finally we use V<sub>fmax</sub> = k<sub>2</sub>⋅E<sub>total</sub> and V<sub>bmax</sub> = k<sub>−1</sub>⋅E<sub>total</sub> to get the common form for the reversible Michaelis Menten equation</p>
 
                                         <p class="pcontent">$${v = {v^{max}_f S/K_{m,1} - v^{max}_b P/K_{m,2} \over (1 + S/K_{m,1} + P/K_{m,1})}}$$</p>
 
                                         <p class="pcontent">$${v = {v^{max}_f S/K_{m,1} - v^{max}_b P/K_{m,2} \over (1 + S/K_{m,1} + P/K_{m,1})}}$$</p>
                                         <p class="pcontent">Where Vf is the forward rate and the Vb is backwared rate while $${K_{m,1} = {K_{-1} + K_2 \over K_1}}$$ or represents as KS,  
+
                                         <p class="pcontent">Where V<sub>f</sub> is the forward rate and the Vb is backwared rate while $${K_{m,1} = {K_{-1} + K_2 \over K_1}}$$ or represents as K<sub>S</sub>,  
                                             and $${K_{m,2} = {K_{-1} + K_2 \over K_{-2}}}$$ or represent as KP.</p>
+
                                             and $${K_{m,2} = {K_{-1} + K_2 \over K_{-2}}}$$ or represent as K<sub>P</sub>.</p>
 
                                         <li id="ping_pong_bi_bi">Ping-Pong-Bi-Bi</li>
 
                                         <li id="ping_pong_bi_bi">Ping-Pong-Bi-Bi</li>
 
                                         <p class="pcontent">For Ping-Pong-Bi-Bi, it is a double displacement reactions.  
 
                                         <p class="pcontent">For Ping-Pong-Bi-Bi, it is a double displacement reactions.  
 
                                             Hence, there is more than one matrix in the reaction,  
 
                                             Hence, there is more than one matrix in the reaction,  
 
                                             and there may be several products for multi-matrix reactions in most of enzyme reactions.  
 
                                             and there may be several products for multi-matrix reactions in most of enzyme reactions.  
                                             For example, S1 + S2 &rarr; P1 +P2. Binding of A and B are the different enzyme forms, E and F respectively.  
+
                                             For example, S1 + S2 &rarr; P1 + P2. Binding of A and B are the different enzyme forms, E and F respectively.  
 
                                             The double matrix reaction can still be applied to the Henri-Michaelis-Menten formula,  
 
                                             The double matrix reaction can still be applied to the Henri-Michaelis-Menten formula,  
 
                                             but the Km of the two matrices should be determined separately.  
 
                                             but the Km of the two matrices should be determined separately.  
Line 127: Line 130:
 
                                         <p class="pcontent">CO<sub>2</sub> diffuse into cell can use Fick’s law.</p>
 
                                         <p class="pcontent">CO<sub>2</sub> diffuse into cell can use Fick’s law.</p>
 
                                         <p class="pcontent">$${[CO_2]_{air} \rightarrow [CO_2]_{uptake}}$$</p>
 
                                         <p class="pcontent">$${[CO_2]_{air} \rightarrow [CO_2]_{uptake}}$$</p>
                                         <p class="pcontent">Assume E coli was a sphere with 10<sup>-6</sup> radius while the depth of membrane was 4*10<sup>-9</sup></p>
+
                                         <p class="pcontent">Assume <i>E. coli</i> was a sphere with 10<sup>-6</sup> radius while the depth of membrane was 4*10<sup>-9</sup></p>
 
                                         <p class="pcontent">$${J = {-D{dφ \over dx}}}$$</p>
 
                                         <p class="pcontent">$${J = {-D{dφ \over dx}}}$$</p>
 
                                         <p class="pcontent">J is the "diffusion flux," of which the dimension is amount of substance per unit area per unit time.  
 
                                         <p class="pcontent">J is the "diffusion flux," of which the dimension is amount of substance per unit area per unit time.  
Line 136: Line 139:
 
                                         <p class="pcontent">That’s what CA catalyze the reversible interconversion of CO<sub>2</sub> and HCO<sub>3</sub><sup>-</sup>.  
 
                                         <p class="pcontent">That’s what CA catalyze the reversible interconversion of CO<sub>2</sub> and HCO<sub>3</sub><sup>-</sup>.  
 
                                                 Although some CAs prefer the direction of CO<sub>2</sub> hydration,  
 
                                                 Although some CAs prefer the direction of CO<sub>2</sub> hydration,  
                                                 the carboxysomal CAs in cyanobacteria and some chemoautotrophic bacteria favor the direction of HCO<sub>3</sub><sup></sup> dehydration.  
+
                                                 the carboxysomal CAs in cyanobacteria and some chemoautotrophic bacteria favor the direction of HCO<sub>3</sub><sup>-</sup> dehydration.  
 
                                                 The result of model and our experiments showed that CA improve amount of CO2 uptake and CO2 utilization.
 
                                                 The result of model and our experiments showed that CA improve amount of CO2 uptake and CO2 utilization.
 
                                         </p>
 
                                         </p>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/9/9f/T--NCKU_Tainan--kinetic_law_fig1.jpg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/9/9f/T--NCKU_Tainan--kinetic_law_fig1.jpg">
                                             <p class="pcenter">Fig. 1 CO<sub>2</sub> uptake model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 1. CO<sub>2</sub> uptake model diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                     </div>
 
                                     </div>
 
                                     <div id="partb">
 
                                     <div id="partb">
 
                                         <h4>Part B : (Xylose – PRK – Rubisco model)</h4>
 
                                         <h4>Part B : (Xylose – PRK – Rubisco model)</h4>
                                         <p class="pcontent">We clone our genes into <i>E.coli</i> to make it fix the carbon dioxide.  
+
                                         <p class="pcontent">We clone our genes into <i>E. coli</i> to make it fix the carbon dioxide.  
 
                                             The genes include PRK, Rubisco. On the other hand,  
 
                                             The genes include PRK, Rubisco. On the other hand,  
 
                                             we also want to produce the higher value product in our project.
 
                                             we also want to produce the higher value product in our project.
Line 171: Line 174:
 
                                                 </tr>
 
                                                 </tr>
 
                                                 <tr>
 
                                                 <tr>
                                                     <td colspan="1">$${RuBP + CO_2 \xrightarrow{RuBisCo} + 3PG}$$</td>
+
                                                     <td colspan="1">$${RuBP + CO_2 \xrightarrow{Rubisco} + 3PG}$$</td>
 
                                                     <td colspan="1">Ribulose-1,5-bisphosphate carboxylase/ oxygenase</td>
 
                                                     <td colspan="1">Ribulose-1,5-bisphosphate carboxylase/ oxygenase</td>
 
                                                     <td colspan="1">Ping-Pong-Bi-Bi</td>
 
                                                     <td colspan="1">Ping-Pong-Bi-Bi</td>
Line 179: Line 182:
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/5/51/T--NCKU_Tainan--kinetic_law_fig2.png">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/5/51/T--NCKU_Tainan--kinetic_law_fig2.png">
                                             <p class="pcenter">Fig. 2 CO<sub>2</sub>-utilization bypass model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 2. CO<sub>2</sub>-utilization bypass model diagram of simbiology</p>
 
                                         </div>   
 
                                         </div>   
 
                                     </div>
 
                                     </div>
 
                                     <div id="partc">
 
                                     <div id="partc">
 
                                         <h4>Part C : (Original metabolism model)</h4>
 
                                         <h4>Part C : (Original metabolism model)</h4>
                                         <p class="pcontent">It’s a original pathway which xylose is consumed by <i>E.coli</i>. Basically,  
+
                                         <p class="pcontent">It’s a original pathway which xylose is consumed by <i>E. coli</i>. Basically,  
                                             <i>E.coli</i> will comsume the xylose and then produce the temporary production, pyruvate.
+
                                             <i>E. coli</i> will comsume the xylose and then produce the temporary production, pyruvate.
 
                                         </p>
 
                                         </p>
 
                                         <div class="card card-body">
 
                                         <div class="card card-body">
Line 263: Line 266:
 
                                         </div>
 
                                         </div>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/8/83/T--NCKU_Tainan--kinetic_law_fig3.png">
+
                                             <img class="twoimg contentimg" style="position:relative;" src="https://static.igem.org/mediawiki/2018/8/83/T--NCKU_Tainan--kinetic_law_fig3.png">
                                             <p class="pcenter">Fig. 3 Original metabolism model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 3. Original metabolism model diagram of simbiology</p>
 
                                         </div>  
 
                                         </div>  
 
                                         <div class="row">
 
                                         <div class="row">
Line 277: Line 280:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/xylose_pyruvate.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/d/de/T--NCKU_Tainan--kinetic_law_xylose_pyruvate.png">
                                                             <p class="pcenter">Fig. 4 Xylose and pyruvate result of original pathway</p>
+
                                                             <p class="pcenter">Fig 4. Xylose and pyruvate result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/X5P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/7/7b/T--NCKU_Tainan--kinetic_law_X5P.png">
                                                             <p class="pcenter">Fig. 5 X5P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 5. X5P result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 291: Line 294:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/Ru5P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/5/50/T--NCKU_Tainan--kinetic_law_Ru5P.png">
                                                             <p class="pcenter">Fig. 6 Ru5P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 6. Ru5P result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/3PGA.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/4/4e/T--NCKU_Tainan--kinetic_law_3PGA.png">
                                                             <p class="pcenter">Fig. 7 3PGA result of original pathway</p>
+
                                                             <p class="pcenter">Fig 7. 3PGA result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 305: Line 308:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/R5P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/a/ad/T--NCKU_Tainan--kinetic_law_R5P.png">
                                                             <p class="pcenter">Fig. 8 R5P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 8. R5P result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/GAP.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/d/df/T--NCKU_Tainan--kinetic_law_GAP.png">
                                                             <p class="pcenter">Fig. 9 GAP result of original pathway</p>
+
                                                             <p class="pcenter">Fig 9. GAP result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 319: Line 322:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/S7P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/2/22/T--NCKU_Tainan--kinetic_law_S7P.png">
                                                             <p class="pcenter">Fig. 10 S7P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 10. S7P result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/F6P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/f/fa/T--NCKU_Tainan--kinetic_law_F6P.png">
                                                             <p class="pcenter">Fig. 11 F6P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 11. F6P result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 333: Line 336:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/E4P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/7/7c/T--NCKU_Tainan--kinetic_law_E4P.png">
                                                             <p class="pcenter">Fig. 12 E4P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 12. E4P result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/FBP.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/b/b8/T--NCKU_Tainan--kinetic_law_FBP.png">
                                                             <p class="pcenter">Fig. 13 FBP result of original pathway</p>
+
                                                             <p class="pcenter">Fig 13. FBP result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 347: Line 350:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/DHAP.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/4/44/T--NCKU_Tainan--kinetic_law_DHAP.png">
                                                             <p class="pcenter">Fig. 14 DHAP result of original pathway</p>
+
                                                             <p class="pcenter">Fig 14. DHAP result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/G6P.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/b/bf/T--NCKU_Tainan--kinetic_law_G6P.png">
                                                             <p class="pcenter">Fig. 15 G6P result of original pathway</p>
+
                                                             <p class="pcenter">Fig 15. G6P result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 361: Line 364:
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/6PG.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/b/be/T--NCKU_Tainan--kinetic_law_6PG.png">
                                                             <p class="pcenter">Fig. 16 6PG result of original pathway</p>
+
                                                             <p class="pcenter">Fig 16. 6PG result of original pathway</p>
 
                                                         </div>
 
                                                         </div>
 
                                                     </div>
 
                                                     </div>
 
                                                     <div class="col-6">
 
                                                     <div class="col-6">
 
                                                         <div id="centerimg">
 
                                                         <div id="centerimg">
                                                             <img class="twocontentimg" src="original_pathway_picture/PEP.png">
+
                                                             <img class="twocontentimg" src="https://static.igem.org/mediawiki/2018/b/ba/T--NCKU_Tainan--kinetic_law_PEP.png">
                                                             <p class="pcenter">Fig. 17 PEP result of original pathway</p>
+
                                                             <p class="pcenter">Fig 17. PEP result of original pathway</p>
 
                                                         </div>  
 
                                                         </div>  
 
                                                     </div>
 
                                                     </div>
Line 374: Line 377:
 
                                             </div>
 
                                             </div>
 
                                         </div>
 
                                         </div>
                                     </div>  
+
                                     </div>
 
                                     <div id="partd">
 
                                     <div id="partd">
 
                                         <h4>Part D : (TCA cycle model)</h4>   
 
                                         <h4>Part D : (TCA cycle model)</h4>   
 
                                         <p class="pcontent">In Tricarboxylic acid cycle (TCA cycle),  
 
                                         <p class="pcontent">In Tricarboxylic acid cycle (TCA cycle),  
 
                                             we can get final production in this cycle. The two carbons of Acetyl CoA are decomposed into carbon dioxide to produce energy,  
 
                                             we can get final production in this cycle. The two carbons of Acetyl CoA are decomposed into carbon dioxide to produce energy,  
                                             form ATP or GTP, and reduce NADH and FADH2,  
+
                                             form ATP or GTP, and reduce NADH and FADH<sub>2</sub>,  
 
                                             and then provide the energy needed for the reaction in the organism.
 
                                             and then provide the energy needed for the reaction in the organism.
 
                                         </p>
 
                                         </p>
Line 463: Line 466:
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/4/41/T--NCKU_Tainan--kinetic_law_fig4.png">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/4/41/T--NCKU_Tainan--kinetic_law_fig4.png">
                                             <p class="pcenter">Fig. 18 TCA cycle model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 18. TCA cycle model diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                     </div>
 
                                     </div>
Line 479: Line 482:
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/a/aa/T--NCKU_Tainan--kinetic_law_fig5.png">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/a/aa/T--NCKU_Tainan--kinetic_law_fig5.png">
                                             <p class="pcenter">Fig. 19 TCA cycle model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 19. TCA cycle model diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/e/e6/T--NCKU_Tainan--kinetic_law_fig6.png">
 
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/e/e6/T--NCKU_Tainan--kinetic_law_fig6.png">
                                             <p class="pcenter">Fig. 20 whole xylose metabolisml diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 20. whole xylose metabolism diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                     </div>
 
                                     </div>
Line 489: Line 492:
  
 
                                 <div id="reference">
 
                                 <div id="reference">
                                     <h3>Reference</h3>
+
                                     <h3>References</h3>
 
                                     <ol>
 
                                     <ol>
 
                                         <li class="smallp">Michaelis Menten Kinetics in bio – physic wiki, web : http://www.bio-physics.at/wiki/index.php?title=Michaelis_Menten_Kinetics</li>
 
                                         <li class="smallp">Michaelis Menten Kinetics in bio – physic wiki, web : http://www.bio-physics.at/wiki/index.php?title=Michaelis_Menten_Kinetics</li>
 
                                         <li class="smallp">citric acid cycle from Brenda, web : https://www.brenda-enzymes.org/pathway_index.php?ecno=&brenda_ligand_id=Alpha-ketoglutarate&organism=Escherichia+coli&pathway=citric_acid_cycle&site=pathway</li>
 
                                         <li class="smallp">citric acid cycle from Brenda, web : https://www.brenda-enzymes.org/pathway_index.php?ecno=&brenda_ligand_id=Alpha-ketoglutarate&organism=Escherichia+coli&pathway=citric_acid_cycle&site=pathway</li>
                                         <li class="smallp">Uwe Sauer, Bernhard J. E. The PEP—pyruvate—oxaloacetate node as the switch point for carbon flux distribution in bacteria. FEMS Microbiology Reviews, Volume 29, Issue 4, 1 September 2005, Pages 765–794.</li>
+
                                         <li class="smallp">U. Sauer, J. E. Bernhard, The PEP—pyruvate—oxaloacetate node as the switch point for carbon flux distribution in bacteria. FEMS Microbiology Reviews, Volume 29, Issue 4, 1 September 2005, Pages 765–794.</li>
                                         <li class="smallp">Mugihito O, Hideaki S, Yukihiro T, Noriko M, Tatsuya S, Masahiro O, Ayaaki I, and Kenji S. Kinetic modeling and sensitivity analysis of xylose metabolism in Lactococcus lactis IO-1. Journal of Bioscience and Bioengineering VOL. 108 No. 5, 376–384, 2009.</li>
+
                                         <li class="smallp">O. Mugihito, S. Hideaki, T. Yukihiro , M Noriko, S. Tatsuya, O. Masahiro, I. Ayaaki, S. Kenji, Kinetic modeling and sensitivity analysis of xylose metabolism in Lactococcus lactis IO-1. Journal of Bioscience and Bioengineering VOL. 108 No. 5, 376–384, 2009.</li>
                                         <li class="smallp">Akira W., Keisuke N., Tomohiro H., Ryohei S. & Toshio I. Reaction mechanism of phosphoribulokinase from a cyanobacterium, Synechococcus PCC7942. Photosynthesis Research 56: 27–33, 1998</li>
+
                                         <li class="smallp"> W. Akira, N. Keisuke, H. Tomohiro, S. Ryohei, Reaction mechanism of phosphoribulokinase from a cyanobacterium, Synechococcus PCC7942. Photosynthesis Research 56: 27–33, 1998</li>
                                         <li class="smallp">Guillaume G. B., Tcherkez, Graham D. Farquhar, and T. John Andrews. Despite slow catalysis and confused substrate specificity, all ribulose bisphosphate carboxylases may be nearly perfectly optimized Proc Natl Acad Sci U S A. 2006 May 9; 103(19): 7246–7251.</li>
+
                                         <li class="smallp">G. B. Guillaume, D. F. Graham, T. J. Andrews, Despite slow catalysis and confused substrate specificity, all ribulose bisphosphate carboxylases may be nearly perfectly optimized Proc Natl Acad Sci U S A. 2006 May 9; 103(19): 7246–7251.</li>
                                         <li class="smallp">Yun L. and Keith A. M. Determination of Apparent Km Values for Ribulose 1,5- Bisphosphate Carboxylase/Oxygenase (Rubisco) Activase Using the Spectrophotometric Assay of Rubisco Activity. Plant Physiol. (1991) 95, 604-609</li>
+
                                         <li class="smallp"> L. Yun, A. M. Keith, Determination of Apparent Km Values for Ribulose 1,5- Bisphosphate Carboxylase/Oxygenase (Rubisco) Activase Using the Spectrophotometric Assay of Rubisco Activity. Plant Physiol. (1991) 95, 604-609</li>
                                         <li class="smallp">Rong-guang Z, C. Evalena A., Alexei S., Tatiana S., Elena E., Steven B., Cheryl H. A., Aled M. E., Andrzej J., and Sherry L. M. Structure of Escherichia coli Ribose-5-Phosphate Isomerase: A Ubiquitous Enzyme of the Pentose Phosphate Pathway and the Calvin Cycle Structure, Vol. 11, 31–42, January, 200</li>
+
                                         <li class="smallp">Rong-guang Z, C. Evalena A., Alexei S., Tatiana S., Elena E., Steven B., Cheryl H. A., Aled M. E., Andrzej J., and Sherry L. M. Structure of <i>Escherichia Coli</i> Ribose-5-Phosphate Isomerase: A Ubiquitous Enzyme of the Pentose Phosphate Pathway and the Calvin Cycle Structure, Vol. 11, 31–42, January, 200</li>
 
                                         <li class="smallp">Inês L., Joana F., Christine C., Sandra M., Nuno S., Nilanjan R., Anabela C., and Joana T. Ribose 5-Phosphate Isomerase B Knockdown Compromises Trypanosoma brucei Bloodstream Form Infectivity PLoS Negl Trop Dis. 2015 Jan; 9(1): e3430.</li>
 
                                         <li class="smallp">Inês L., Joana F., Christine C., Sandra M., Nuno S., Nilanjan R., Anabela C., and Joana T. Ribose 5-Phosphate Isomerase B Knockdown Compromises Trypanosoma brucei Bloodstream Form Infectivity PLoS Negl Trop Dis. 2015 Jan; 9(1): e3430.</li>
 
                                         <li class="smallp">Singh2006 TCA mtu model1. SBML2LATEX. Web : http: //www.ra.cs.uni-tuebingen.de/software/SBML2LaTeX</li>
 
                                         <li class="smallp">Singh2006 TCA mtu model1. SBML2LATEX. Web : http: //www.ra.cs.uni-tuebingen.de/software/SBML2LaTeX</li>
                                         <li class="smallp">Jun Shen, Modeling the glutamate–glutamine neurotransmitter cycle, Front. Neuroenergetics, 28 January 2013</li>
+
                                         <li class="smallp">J. Shen, Modeling the glutamate–glutamine neurotransmitter cycle, Front. Neuroenergetics, 28 January 2013</li>
                                         <li class="smallp">Xueyang Feng and Huimin Zhao, Investigating xylose metabolism in recombinant Saccharomyces cerevisiae via 13C metabolic flux analysis, Microb Cell Fact. 2013; 12: 114.</li>
+
                                         <li class="smallp">X. Feng, H. Zhao, Investigating xylose metabolism in recombinant Saccharomyces cerevisiae via 13C metabolic flux analysis, Microb Cell Fact. 2013; 12: 114.</li>
                                         <li class="smallp">David Runquist, Bärbel Hahn-Hägerdal and Maurizio Bettiga, Increased expression of the oxidative pentose phosphate pathway and gluconeogenesis in anaerobically growing xylose-utilizing Saccharomyces cerevisiae, Microbial Cell Factories 2009, 8:49</li>
+
                                         <li class="smallp">D. Runquist, M. Bettiga, Increased expression of the oxidative pentose phosphate pathway and gluconeogenesis in anaerobically growing xylose-utilizing Saccharomyces cerevisiae, Microbial Cell Factories 2009, 8:49</li>
 
                                         <li class="smallp">Kalle Hult rev 2005, 2007 Linda Fransson Department of Biotechnology KTH, Stockholm, Enzyme kinetics, An investigation of the enzyme glucose-6- phosphate isomerase</li>
 
                                         <li class="smallp">Kalle Hult rev 2005, 2007 Linda Fransson Department of Biotechnology KTH, Stockholm, Enzyme kinetics, An investigation of the enzyme glucose-6- phosphate isomerase</li>
 
                                         <li class="smallp">Model name: “Mosca2012 - Central Carbon Metabolism Regulated by AKT”, SBML2LATEX. Web : http: //www.ra.cs.uni-tuebingen.de/software/SBML2LaTeX</li>
 
                                         <li class="smallp">Model name: “Mosca2012 - Central Carbon Metabolism Regulated by AKT”, SBML2LATEX. Web : http: //www.ra.cs.uni-tuebingen.de/software/SBML2LaTeX</li>
                                         <li class="smallp">Ettore M., Roberta A., Carlo M., Annamaria B., Gianfranco C. and Luciano M., Computational modeling of the metabolic states regulated by the kinase Akt, Front. Physiol., 21 November 2012</li>
+
                                         <li class="smallp">M. Ettore, A. Roberta, M. Carlo, B. Annamaria, C. Gianfranco, M. Luciano, Computational modeling of the metabolic states regulated by the kinase Akt, Front. Physiol., 21 November 2012</li>
                                         <li class="smallp">Jacqueline E. G., Christopher P. L., Maciek R. A., Comprehensive analysis of glucose and xylose metabolism in Escherichia coli under aerobic and anaerobic conditions by 13C metabolic flux analysis, Metabolic Engineering Volume 39, January 2017, Pages 9-18</li>
+
                                         <li class="smallp">E. G. Jacqueline, P. L. Christopher, R. A. Maciek, Comprehensive analysis of glucose and xylose metabolism in <i>Escherichia Coli</i> under aerobic and anaerobic conditions by 13C metabolic flux analysis, Metabolic Engineering Volume 39, January 2017, Pages 9-18</li>
                                         <li class="smallp">N. Nuray Ulusu, Cihangir Şengezer, Kinetic mechanism and some properties of glucose-6- phosphate dehydrogenase from sheep brain cortex, Türk Biyokimya Dergisi [Turkish Journal of Biochemistry–Turk J Biochem] 2012; 37 (4) ; 340–347</li>
+
                                         <li class="smallp">N. N. Ulusu, C. Şengezer, Kinetic mechanism and some properties of glucose-6- phosphate dehydrogenase from sheep brain cortex, Türk Biyokimya Dergisi [Turkish Journal of Biochemistry–Turk J Biochem] 2012; 37 (4) ; 340–347</li>
                                         <li class="smallp">Stefania H., Katy M., Carlo C., Morena M., and Franco D., 6-Phosphogluconate Dehydrogenase Mechanism EVIDENCE FOR ALLOSTERIC MODULATION BY SUBSTRATE, J Biol Chem. 2010 Jul 9; 285(28): 21366–21371.</li>
+
                                         <li class="smallp">H. Stefania, M. Katy, C. Carlo, M. Morena, D. Franco, 6-Phosphogluconate Dehydrogenase Mechanism EVIDENCE FOR ALLOSTERIC MODULATION BY SUBSTRATE, J Biol Chem. 2010 Jul 9; 285(28): 21366–21371.</li>
                                         <li class="smallp">K. Nielsen, P.G. Sørensen, F. Hynne, H.-G. Busse, Sustained oscillations in glycolysis: an experimental and theoretical study of chaotic and complex periodic behavior and of quenching of simple oscillations, Biophysical Chemistry 72 (1998) 49–62</li>
+
                                         <li class="smallp">K. Nielsen, P.G. Sørensen, F. Hynne, H. G. Busse, Sustained oscillations in glycolysis: an experimental and theoretical study of chaotic and complex periodic behavior and of quenching of simple oscillations, Biophysical Chemistry 72 (1998) 49–62</li>
 
                                         <li class="smallp">UniProtKB - A0RV30 from web : https://www.uniprot.org/uniprot/A0RV30</li>
 
                                         <li class="smallp">UniProtKB - A0RV30 from web : https://www.uniprot.org/uniprot/A0RV30</li>
 
                                     </ol>
 
                                     </ol>
Line 531: Line 534:
 
               }
 
               }
 
             } else {
 
             } else {
               if ($(this).scrollTop() >= 90) {
+
               if ($(this).scrollTop() >= 500) {
 
                 var position = $("#sidelist").position();
 
                 var position = $("#sidelist").position();
 
                 if(position == undefined){}
 
                 if(position == undefined){}

Latest revision as of 01:46, 18 October 2018

Kinetic law

Calculation and Derivation
Follow us

Contact us

igem.ncku.tainan@gmail.com
No.1, Daxue Rd., East Dist., Tainan City 701, Taiwan (R.O.C.)