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

(Created page with "{{NCKU_Tainan/header}} {{NCKU_Tainan/navbar}} {{NCKU_Tainan/style}} <html> <head> <link rel="stylesheet" href="https://2018.igem.org/Template:NCKU_Tainan/css/kineti...")
 
 
(43 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 107: Line 110:
 
                                 <div id="method">
 
                                 <div id="method">
 
                                     <h3>Method of our Modeling</h3>
 
                                     <h3>Method of our Modeling</h3>
                                     <p>We choose the simbiology in matlab to develop our model.  
+
                                     <p class="pcontent">We choose the simbiology in matlab to develop our model.  
 
                                         <a class="link" href="https://www.mathworks.com/products/simbiology.html">SimBiology</a> provides an app and programmatic tools to model, simulate,  
 
                                         <a class="link" href="https://www.mathworks.com/products/simbiology.html">SimBiology</a> provides an app and programmatic tools to model, simulate,  
 
                                         and analyze dynamic systems which can easily applied on systems biology.
 
                                         and analyze dynamic systems which can easily applied on systems biology.
Line 115: Line 118:
 
                                     <h3>Pathway of our project</h3>
 
                                     <h3>Pathway of our project</h3>
 
                                     <div class="row">
 
                                     <div class="row">
                                         <img class="col-6" id="easypathway" src="https://static.igem.org/mediawiki/2018/f/f8/T--NCKU_Tainan--model_easypathway.png">
+
                                         <img class="col-6" id="easypathway" src="https://static.igem.org/mediawiki/2018/a/a5/T--NCKU_Tainan--kinetic_law_easypathway.png">
 
                                         <div class="col-6" id="part">
 
                                         <div class="col-6" id="part">
 
                                             <p class="pcontent"><a class="link" href="#parta">Part A:CO2 uptake model</a></p>
 
                                             <p class="pcontent"><a class="link" href="#parta">Part A:CO2 uptake model</a></p>
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〗^(-6radius while the depth of membrane was 4*〖10〗^(-9)</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.  
 
                                             D is the diffusion coefficient or diffusivity
 
                                             D is the diffusion coefficient or diffusivity
 
                                         </p>
 
                                         </p>
                                         <p class="pcontent">After CO2 diffused into cell, it will have a reversible reaction.</p>
+
                                         <p class="pcontent">After CO<sub>2</sub> diffused into cell, it will have a reversible reaction.</p>
 
                                         <p class="pcontent">$${CO_2 + H_2O \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} H^+ + HCO_3^-}$$</p>
 
                                         <p class="pcontent">$${CO_2 + H_2O \underset{k_{-1}}{\stackrel{k_1}{\rightleftharpoons}} H^+ + HCO_3^-}$$</p>
 
                                         <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="partfig1.jpg">
+
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/9/9f/T--NCKU_Tainan--kinetic_law_fig1.jpg">
                                             <p class="pcontent">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.
 
                                         </p>   
 
                                         </p>   
                                         <table width="100%">
+
                                         <div class="card card-body">
                                             <tr>
+
                                             <table>
                                                 <th colspan="1">Equation</th>
+
                                                 <tr>
                                                <th colspan="1">Enzyme</th>
+
                                                    <th colspan="1">Equation</th>
                                                <th colspan="1">Kinetic law</th>                                                         
+
                                                    <th colspan="1">Enzyme</th>
                                            </tr>
+
                                                    <th colspan="1">Kinetic law</th>                                                         
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${Xylose \rightarrow Xylulose}$$
+
                                                <tr>
                                                    $${Xylulose + ATP \rightarrow X5P}$$
+
                                                    <td colspan="1">$${Xylose \rightarrow Xylulose}$$
                                                    $${X5P \rightarrow Ru5P}$$
+
                                                        $${Xylulose + ATP \rightarrow X5P}$$
                                                </td>
+
                                                        $${X5P \rightarrow Ru5P}$$
                                                <td colspan="1">xylose isomerase</td>                                                 
+
                                                    </td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">xylose isomerase</td>                                                 
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${Ru5P \xrightarrow{PRK} + RuBP}$$</td>
+
                                                <tr>
                                                <td colspan="1">Phosphoribulokinase</td>
+
                                                    <td colspan="1">$${Ru5P \xrightarrow{PRK} + RuBP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">Phosphoribulokinase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${RuBP + CO_2 \xrightarrow{RuBisCo} + 3PG}$$</td>
+
                                                <tr>
                                                <td colspan="1">Ribulose-1,5-bisphosphate carboxylase/ oxygenase</td>
+
                                                    <td colspan="1">$${RuBP + CO_2 \xrightarrow{Rubisco} + 3PG}$$</td>
                                                <td colspan="1">Ping-Pong-Bi-Bi</td>
+
                                                    <td colspan="1">Ribulose-1,5-bisphosphate carboxylase/ oxygenase</td>
                                            </tr>
+
                                                    <td colspan="1">Ping-Pong-Bi-Bi</td>
                                        </table>
+
                                                </tr>
 +
                                            </table>
 +
                                        </div>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
                                             <img class="twoimg contentimg" src="fig2.png">
+
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/5/51/T--NCKU_Tainan--kinetic_law_fig2.png">
                                             <p class="pcontent">Fig. 2 CO2-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>
                                         <table width="100%">
+
                                         <div class="card card-body">
                                             <tr>
+
                                             <table>
                                                 <th colspan="1">Equation</th>
+
                                                 <tr>
                                                <th colspan="1">Enzyme</th>
+
                                                    <th colspan="1">Equation</th>
                                                <th colspan="1">Kinetic law</th>                                                         
+
                                                    <th colspan="1">Enzyme</th>
                                            </tr>
+
                                                    <th colspan="1">Kinetic law</th>                                                         
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${X5P + R5P \rightarrow S7P + GAP}$$</td>
+
                                                <tr>
                                                <td colspan="1">transketolase</td>
+
                                                    <td colspan="1">$${X5P + R5P \rightarrow S7P + GAP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">transketolase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${S7P + GAP \rightarrow F6P + E4P}$$</td>
+
                                                <tr>
                                                <td colspan="1">transaldolase</td>
+
                                                    <td colspan="1">$${S7P + GAP \rightarrow F6P + E4P}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">transaldolase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${E4P + X5P \rightarrow F6P + GAP}$$</td>
+
                                                <tr>
                                                <td colspan="1">transaldolase</td>
+
                                                    <td colspan="1">$${E4P + X5P \rightarrow F6P + GAP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">transaldolase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${FBP \rightarrow GAP}$$</td>
+
                                                <tr>
                                                <td colspan="1">fructose-bisphosphate aldolase</td>
+
                                                    <td colspan="1">$${FBP \rightarrow GAP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">fructose-bisphosphate aldolase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${DHAP \rightarrow GAP}$$</td>
+
                                                <tr>
                                                <td colspan="1">triose-phosphate isomerase</td>
+
                                                    <td colspan="1">$${DHAP \rightarrow GAP}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">triose-phosphate isomerase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${F6P + ATP \rightarrow FBP + ADP}$$</td>
+
                                                <tr>
                                                <td colspan="1">6-phosphofructokinase</td>
+
                                                    <td colspan="1">$${F6P + ATP \rightarrow FBP + ADP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">6-phosphofructokinase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${F6P \rightarrow GAP}$$</td>
+
                                                <tr>
                                                <td colspan="1">glucose-6-phosphate isomerase</td>
+
                                                    <td colspan="1">$${F6P \rightarrow GAP}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">glucose-6-phosphate isomerase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${G6P + NADP^+ \rightarrow 6PG + NAPDH}$$</td>
+
                                                <tr>
                                                <td colspan="1">6-phosphogluconolactonase</td>
+
                                                    <td colspan="1">$${G6P + NADP^+ \rightarrow 6PG + NAPDH}$$</td>
                                                <td colspan="1">Ping-Pong-Bi-Bi</td>
+
                                                    <td colspan="1">6-phosphogluconolactonase</td>
                                            </tr>
+
                                                    <td colspan="1">Ping-Pong-Bi-Bi</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${6PG + NADP^+ \rightarrow Ru5P + NAPDH}$$</td>
+
                                                <tr>
                                                <td colspan="1">phosphogluconate dehydrogenase (NADP+-dependent, decarboxylating)</td>
+
                                                    <td colspan="1">$${6PG + NADP^+ \rightarrow Ru5P + NAPDH}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">phosphogluconate dehydrogenase (NADP+-dependent, decarboxylating)</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1" rowspan="2">$${GAP + NADP^+ + ADP \rightarrow 3PGA + NAPDH + ATP}$$</td>
+
                                                <tr>
                                                <td colspan="1">glyceraldehyde-3-phosphate dehydrogenase (NADP+)</td>
+
                                                    <td colspan="1" rowspan="2">$${GAP + NADP^+ + ADP \rightarrow 3PGA + NAPDH + ATP}$$</td>
                                                <td colspan="1" rowspan="2">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">glyceraldehyde-3-phosphate dehydrogenase (NADP+)</td>
                                            </tr>
+
                                                    <td colspan="1" rowspan="2">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">phosphoglycerate kinase</td>
+
                                                <tr>
                                            </tr>
+
                                                    <td colspan="1">phosphoglycerate kinase</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1" rowspan="2">$${3PGA \rightarrow PEP}$$</td>
+
                                                <tr>
                                                <td colspan="1">phosphoglycerate mutase</td>
+
                                                    <td colspan="1" rowspan="2">$${3PGA \rightarrow PEP}$$</td>
                                                <td colspan="1" rowspan="2">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">phosphoglycerate mutase</td>
                                            </tr>
+
                                                    <td colspan="1" rowspan="2">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">phosphopyruvate hydratase</td>
+
                                                <tr>
                                            </tr>
+
                                                    <td colspan="1">phosphopyruvate hydratase</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${PEP \rightarrow PYR}$$</td>
+
                                                <tr>
                                                <td colspan="1">pyruvate kinase</td>
+
                                                    <td colspan="1">$${PEP \rightarrow PYR}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">pyruvate kinase</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                        </table>
+
                                                </tr>
 +
                                            </table>
 +
                                        </div>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
                                             <img class="twoimg contentimg" src="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="pcontent">Fig. 3 Original metabolism model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 3. Original metabolism model diagram of simbiology</p>
 
                                         </div>  
 
                                         </div>  
                                     </div>  
+
                                        <div class="row">
 +
                                            <a class="btn col-md-12" data-toggle="collapse" href="#original" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">
 +
                                                See more result in original pathway
 +
                                                <i class="fa fa-arrow-down fa-10" aria-hidden="true"></i>
 +
                                            </a>
 +
                                        </div>   
 +
                                        <div class="collapse multi-collapse" id="original">
 +
                                            <div class="card card-body">
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                </div>
 +
                                                <div class="row">
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </div>
 +
                                                    </div>
 +
                                                    <div class="col-6">
 +
                                                        <div id="centerimg">
 +
                                                            <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>
 +
                                                        </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>
                                         <table width="100%">
+
                                         <div class="card card-body">
                                             <tr>
+
                                             <table>
                                                 <th colspan="1">Equation</th>
+
                                                 <tr>
                                                <th colspan="1">Enzyme</th>
+
                                                    <th colspan="1">Equation</th>
                                                <th colspan="1">Kinetic law</th>                                                         
+
                                                    <th colspan="1">Enzyme</th>
                                            </tr>
+
                                                    <th colspan="1">Kinetic law</th>                                                         
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${PEP + HCO_3^- + NAD^+ \rightarrow OAA + NADH}$$</td>
+
                                                <tr>
                                                <td colspan="1">PEP carboxylase</td>
+
                                                    <td colspan="1">$${PEP + HCO_3^- + NAD^+ \rightarrow OAA + NADH}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">PEP carboxylase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${AcCoA \rightarrow CIT}$$</td>
+
                                                <tr>
                                                <td colspan="1">citrate synthase</td>
+
                                                    <td colspan="1">$${AcCoA \rightarrow CIT}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">citrate synthase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${cIT \rightarrow ICIT}$$</td>
+
                                                <tr>
                                                <td colspan="1">aconitate hydratase</td>
+
                                                    <td colspan="1">$${cIT \rightarrow ICIT}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">aconitate hydratase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${ICIT + NADP^+ \rightarrow AKG + NADPH + CO_2}$$</td>
+
                                                <tr>
                                                <td colspan="1">isocitrate dehydrogenase</td>
+
                                                    <td colspan="1">$${ICIT + NADP^+ \rightarrow AKG + NADPH + CO_2}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">isocitrate dehydrogenase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${AKG + NAD^+ \rightarrow SUCCoA + NADH + CO_2}$$</td>
+
                                                <tr>
                                                <td colspan="1">dihydrolipoyllysine-residue succinyltransferase</td>
+
                                                    <td colspan="1">$${AKG + NAD^+ \rightarrow SUCCoA + NADH + CO_2}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">dihydrolipoyllysine-residue succinyltransferase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${SUCCoA + ADP \rightarrow SUCC + ATP}$$</td>
+
                                                <tr>
                                                <td colspan="1">succinate-CoA ligase (ADP-forming)</td>
+
                                                    <td colspan="1">$${SUCCoA + ADP \rightarrow SUCC + ATP}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">succinate-CoA ligase (ADP-forming)</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${SUCC + FAD \rightarrow FUM + FADH_2}$$</td>
+
                                                <tr>
                                                <td colspan="1">succinate dehydrogenase</td>
+
                                                    <td colspan="1">$${SUCC + FAD \rightarrow FUM + FADH_2}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">succinate dehydrogenase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${FUM \rightarrow MAL}$$</td>
+
                                                <tr>
                                                <td colspan="1">fumarate hydratase</td>
+
                                                    <td colspan="1">$${FUM \rightarrow MAL}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">fumarate hydratase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${MAL + NAD^+ \rightarrow OAA + NADH}$$</td>
+
                                                <tr>
                                                <td colspan="1">malate dehydrogenase</td>
+
                                                    <td colspan="1">$${MAL + NAD^+ \rightarrow OAA + NADH}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">malate dehydrogenase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${OAA \rightarrow CIT}$$</td>
+
                                                <tr>
                                                <td colspan="1">citrate synthase</td>
+
                                                    <td colspan="1">$${OAA \rightarrow CIT}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">citrate synthase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${PYR \rightarrow NADH + AcCoA + CO_2}$$</td>
+
                                                <tr>
                                                <td colspan="1">pyruvate dehydrogenase complex</td>
+
                                                    <td colspan="1">$${PYR \rightarrow NADH + AcCoA + CO_2}$$</td>
                                                <td colspan="1">Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">pyruvate dehydrogenase complex</td>
                                            </tr>
+
                                                    <td colspan="1">Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${ICIT \rightarrow GOX}$$</td>
+
                                                <tr>
                                                <td colspan="1">isocitrate lyase</td>
+
                                                    <td colspan="1">$${ICIT \rightarrow GOX}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">isocitrate lyase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${GOX \rightarrow MAL}$$</td>
+
                                                <tr>
                                                <td colspan="1">malate synthase</td>
+
                                                    <td colspan="1">$${GOX \rightarrow MAL}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">malate synthase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                            <tr>
+
                                                </tr>
                                                <td colspan="1">$${ICIT \rightarrow SUCC + GOX}$$</td>
+
                                                <tr>
                                                <td colspan="1">isocitrate lyase</td>
+
                                                    <td colspan="1">$${ICIT \rightarrow SUCC + GOX}$$</td>
                                                <td colspan="1">Reversible Henri-Michaelis-Menten</td>
+
                                                    <td colspan="1">isocitrate lyase</td>
                                            </tr>
+
                                                    <td colspan="1">Reversible Henri-Michaelis-Menten</td>
                                        </table>
+
                                                </tr>
 +
                                            </table>
 +
                                        </div>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
                                             <img class="twoimg contentimg" src="fig4.png">
+
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/4/41/T--NCKU_Tainan--kinetic_law_fig4.png">
                                             <p class="pcontent">Fig. 4 TCA cycle model diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 18. TCA cycle model diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                     </div>
 
                                     </div>
Line 364: Line 481:
 
                                         </p>
 
                                         </p>
 
                                         <div id="centerimg">
 
                                         <div id="centerimg">
                                             <img class="twoimg contentimg" src="fig5.png">
+
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/a/aa/T--NCKU_Tainan--kinetic_law_fig5.png">
                                             <p class="pcontent">Fig. 5 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="fig6.png">
+
                                             <img class="twoimg contentimg" src="https://static.igem.org/mediawiki/2018/e/e6/T--NCKU_Tainan--kinetic_law_fig6.png">
                                             <p class="pcontent">Fig. 6 whole xylose metabolisml diagram of simbiology</p>
+
                                             <p class="pcenter">Fig 20. whole xylose metabolism diagram of simbiology</p>
 
                                         </div>
 
                                         </div>
 
                                     </div>
 
                                     </div>
Line 375: 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</p>
+
                                         <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>
                                        <p>$${d[CO_2] \over dt} = {-V_{max} \times [CO_2] \over Km + [CO_2]}$$</p>
 
                                        <p>$${GAP + E^+ \rightleftharpoons C \xrightarrow{k_f} DHAP}$$</p>
 
                                        <p>$${a \underset{k}{\stackrel{k_f}{\rightleftharpoons}} c}$$</p>
 
 
                                     </ol>
 
                                     </ol>
 
                                 </div>
 
                                 </div>
Line 420: 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.)