Location: Huang, Ferrell, 1996 @ ba56d5eb35db / huang_ferrell_1996.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-07-22 10:40:37+12:00
Desc:
Added xul and clickable SVG to session
Permanent Source URI:
http://models.cellml.org/workspace/huang_ferrell_1996/rawfile/ba56d5eb35db439be2abb919c678d9360826195a/huang_ferrell_1996.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 10/19/2007 at 1:20:11 at PM using:

COR (0.9.31.769)
Copyright 2002-2007 Dr Alan Garny
http://COR.physiol.ox.ac.uk/ - COR@physiol.ox.ac.uk

CellML 1.0 was used to generate this cellular model
http://www.CellML.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="huang_ferrell_1996_version03" name="huang_ferrell_1996_version03">
  <documentation xmlns="http://cellml.org/tmp-documentation">
    <article>
      <articleinfo>
        <title>The Mitogen-Activated Protein Kinase (MAPK) Cascade</title>
        <author>
          <firstname>James</firstname>
          <surname>Lawson</surname>
          <affiliation>
            <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
          </affiliation>
        </author>
      </articleinfo>
      <section id="sec_status">
        <title>Model Status</title>
        <para>
            This model has been rebuilt using the differential rate equations that Ferrel et al. use in their paper to describe the signalling pathway. This model is able to reproduce precisely the same output as that given by running the Mathematica description of the model (provided by the author) using the Mathematica NDSolve integration algorithm. This version of the model runs in both PCEnv (0.2+) and COR.
          </para>
      </section>
      <sect1 id="sec_structure">
        <title>Model Structure</title>
        <para>
The mitogen-activated protein kinase (MAPK) cascade is a series of three protein kinases.  Although the biological responses associated with this signalling pathway are diverse, the structure of the MAPK cascade is highly conserved between organisms (see the figure below).  The cascade relays signals from the plasma membrane to targets in the cytoplasm and nucleus, often with the affect of amplifying the signal.
</para>
        <para>
This model is based on Chi-Ying Huang and James Ferrell's mathematical model of the MAPK cascade, which they describe as a series of phosphorylation and dephosphorylation reactions (1996).  Ordinary differential equations (ODEs) describe sequential phosphorylation by kinases and dephosphorylation by phosphatases.  The ODEs are derived from the general description of enzymatic reactions based on Michaelis-Menten kinetics.
</para>
        <para>
The complete original paper reference is cited below:
</para>
        <para>
Ultrasensitivity in the mitogen-activated protein cascade, Chi-Ying F. Huang and James E. Ferrell, Jr., 1996, <emphasis>Proc. Natl. Acad. Sci. USA</emphasis>
, 93, 10078-10083. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=8816754&amp;dopt=Abstract">PubMed ID: 8816754</ulink>
        </para>
        
        <informalfigure float="0" id="fig_pathway_diagram">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>the conventional rendering of the MAPK cascade</title>
              </objectinfo>
              <imagedata fileref="huang_ferrell_1996.png"/>
            </imageobject>
          </mediaobject>
          <caption>A rendering of the MAPK cascade. Species are represented by rounded rectangles, and reactions by arrows.  The action of a catalyst on a reaction is represented by dashed lines.</caption>
        </informalfigure>
        <para>
In CellML, models are thought of as connected networks of discrete components. These components may correspond to physiologically separated regions or chemically distinct objects, or may be useful modelling abstractions. The CellML rendering of the MAPK cascade model is shown in  the second figure below (the different shapes in the diagram are explained in the notation guide).  The action of a catalyst on a reaction is represented by dashed lines.  
</para>
        <informalfigure float="0" id="fig_cellml_rendering">
          <mediaobject>
            <imageobject>
              <objectinfo>
                <title>the cellml rendering of the MAPK cascade</title>
              </objectinfo>
              <imagedata fileref="huang_ferrell_1996b.png"/>
            </imageobject>
          </mediaobject>
          <caption>The CellML rendering of the MAPK cascade.  The action of a catalyst on a reaction is demonstrated by dashed lines.</caption>
        </informalfigure>
      </sect1>
    </article>
  </documentation>
   <units name="micromolar">
      <unit prefix="micro" units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <units name="first_order_rate_constant_units">
      <unit exponent="-1" units="second"/>
   </units>
   <units name="second_order_rate_constant_units">
      <unit exponent="-1" units="micromolar"/>
      <unit exponent="-1" units="second"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
   </component>
   <component name="total_concs">
      <variable initial_value="0.003" name="mostot" public_interface="out" units="micromolar"/>
      <variable cmeta:id="total_concs_e1tot" initial_value="0.0003" name="e1tot" public_interface="out" units="micromolar"/>
      <variable cmeta:id="total_concs_e2tot" initial_value="0.0003" name="e2tot" public_interface="out" units="micromolar"/>
      <variable initial_value="1.2" name="mektot" public_interface="out" units="micromolar"/>
      <variable initial_value="0.0003" name="mekpasetot" public_interface="out" units="micromolar"/>
      <variable initial_value="1.2" name="mapktot" public_interface="out" units="micromolar"/>
      <variable initial_value="0.12" name="mapkpasetot" public_interface="out" units="micromolar"/>
   </component>
   <component name="rate_constants">
      <variable initial_value="1000" name="a1" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a2" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a3" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a4" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a5" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a6" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a7" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a8" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a9" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="1000" name="a10" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d1" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d2" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d3" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d4" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d5" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d6" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d7" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d8" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d9" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="d10" public_interface="out" units="second_order_rate_constant_units"/>
      <variable initial_value="150" name="k1" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k2" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k3" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k4" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k5" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k6" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k7" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k8" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k9" public_interface="out" units="first_order_rate_constant_units"/>
      <variable initial_value="150" name="k10" public_interface="out" units="first_order_rate_constant_units"/>
   </component>
   <component name="mos">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0.003" name="mos" public_interface="out" units="micromolar"/>
      <variable name="mostot" public_interface="in" units="micromolar"/>
      <variable name="a1" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <variable name="mose1" public_interface="in" units="micromolar"/>
      <variable name="mosstare2" public_interface="in" units="micromolar"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="e1tot" public_interface="in" units="micromolar"/>
      <variable name="d1" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k2" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekmosstar" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mos</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <times/>
                  <apply>
                     <minus/>
                     <ci>a1</ci>
                  </apply>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <ci>mostot</ci>
                                 <ci>mosstar</ci>
                              </apply>
                              <ci>mose1</ci>
                           </apply>
                           <ci>mosstare2</ci>
                        </apply>
                        <ci>mekmosstar</ci>
                     </apply>
                     <ci>mekstarmosstar</ci>
                  </apply>
                  <apply>
                     <minus/>
                     <ci>e1tot</ci>
                     <ci>mose1</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>d1</ci>
                  <ci>mose1</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k2</ci>
                  <ci>mosstare2</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mose1">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mose1" public_interface="out" units="micromolar"/>
      <variable name="a1" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mostot" public_interface="in" units="micromolar"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <variable name="mosstare2" public_interface="in" units="micromolar"/>
      <variable name="mekmosstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="e1tot" public_interface="in" units="micromolar"/>
      <variable name="d1" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k1" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mose1</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a1</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <ci>mostot</ci>
                                 <ci>mosstar</ci>
                              </apply>
                              <ci>mose1</ci>
                           </apply>
                           <ci>mosstare2</ci>
                        </apply>
                        <ci>mekmosstar</ci>
                     </apply>
                     <ci>mekstarmosstar</ci>
                  </apply>
                  <apply>
                     <minus/>
                     <ci>e1tot</ci>
                     <ci>mose1</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d1</ci>
                     <ci>k1</ci>
                  </apply>
                  <ci>mose1</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mosstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mosstar" public_interface="out" units="micromolar"/>
      <variable name="a2" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="e2tot" public_interface="in" units="micromolar"/>
      <variable name="mosstare2" public_interface="in" units="micromolar"/>
      <variable name="d2" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k1" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mose1" public_interface="in" units="micromolar"/>
      <variable name="k3" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="d3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekmosstar" public_interface="in" units="micromolar"/>
      <variable name="a3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mektot" public_interface="in" units="micromolar"/>
      <variable name="mekstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="k5" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="d5" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="a5" public_interface="in" units="second_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mosstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <apply>
                     <minus/>
                     <apply>
                        <plus/>
                        <apply>
                           <times/>
                           <apply>
                              <minus/>
                              <ci>a2</ci>
                           </apply>
                           <ci>mosstar</ci>
                           <apply>
                              <minus/>
                              <ci>e2tot</ci>
                              <ci>mosstare2</ci>
                           </apply>
                        </apply>
                        <apply>
                           <times/>
                           <ci>d2</ci>
                           <ci>mosstare2</ci>
                        </apply>
                        <apply>
                           <times/>
                           <ci>k1</ci>
                           <ci>mose1</ci>
                        </apply>
                        <apply>
                           <times/>
                           <apply>
                              <plus/>
                              <ci>k3</ci>
                              <ci>d3</ci>
                           </apply>
                           <ci>mekmosstar</ci>
                        </apply>
                     </apply>
                     <apply>
                        <times/>
                        <ci>a3</ci>
                        <ci>mosstar</ci>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <apply>
                                       <minus/>
                                       <apply>
                                          <minus/>
                                          <apply>
                                             <minus/>
                                             <apply>
                                                <minus/>
                                                <ci>mektot</ci>
                                                <ci>mekstar</ci>
                                             </apply>
                                             <ci>mekstarstar</ci>
                                          </apply>
                                          <ci>mekstarmekpase</ci>
                                       </apply>
                                       <ci>mekstarstarmekpase</ci>
                                    </apply>
                                    <ci>mekmosstar</ci>
                                 </apply>
                                 <ci>mekstarmosstar</ci>
                              </apply>
                              <ci>mapkmekstarstar</ci>
                           </apply>
                           <ci>mapkstarmekstarstar</ci>
                        </apply>
                     </apply>
                  </apply>
                  <apply>
                     <times/>
                     <apply>
                        <plus/>
                        <ci>k5</ci>
                        <ci>d5</ci>
                     </apply>
                     <ci>mekstarmosstar</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>a5</ci>
                  <ci>mekstar</ci>
                  <ci>mosstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mosstare2">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mosstare2" public_interface="out" units="micromolar"/>
      <variable name="a2" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <variable name="e2tot" public_interface="in" units="micromolar"/>
      <variable name="d2" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k2" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mosstare2</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a2</ci>
                  <ci>mosstar</ci>
                  <apply>
                     <minus/>
                     <ci>e2tot</ci>
                     <ci>mosstare2</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d2</ci>
                     <ci>k2</ci>
                  </apply>
                  <ci>mosstare2</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mek">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="1.2" name="mek" public_interface="out" units="micromolar"/>
      <variable name="a3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mektot" public_interface="in" units="micromolar"/>
      <variable name="mekstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekmosstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <variable name="d3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k4" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mek</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <times/>
                  <apply>
                     <minus/>
                     <ci>a3</ci>
                  </apply>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <apply>
                                       <minus/>
                                       <apply>
                                          <minus/>
                                          <ci>mektot</ci>
                                          <ci>mekstar</ci>
                                       </apply>
                                       <ci>mekstarstar</ci>
                                    </apply>
                                    <ci>mekstarmekpase</ci>
                                 </apply>
                                 <ci>mekstarstarmekpase</ci>
                              </apply>
                              <ci>mekmosstar</ci>
                           </apply>
                           <ci>mekstarmosstar</ci>
                        </apply>
                        <ci>mapkmekstarstar</ci>
                     </apply>
                     <ci>mapkstarmekstarstar</ci>
                  </apply>
                  <ci>mosstar</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>d3</ci>
                  <ci>mekmosstar</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k4</ci>
                  <ci>mekstarmekpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekmosstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mekmosstar" public_interface="out" units="micromolar"/>
      <variable name="a3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mektot" public_interface="in" units="micromolar"/>
      <variable name="mekstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <variable name="d3" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k3" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekmosstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a3</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <apply>
                                       <minus/>
                                       <apply>
                                          <minus/>
                                          <ci>mektot</ci>
                                          <ci>mekstar</ci>
                                       </apply>
                                       <ci>mekstarstar</ci>
                                    </apply>
                                    <ci>mekstarmekpase</ci>
                                 </apply>
                                 <ci>mekstarstarmekpase</ci>
                              </apply>
                              <ci>mekmosstar</ci>
                           </apply>
                           <ci>mekstarmosstar</ci>
                        </apply>
                        <ci>mapkmekstarstar</ci>
                     </apply>
                     <ci>mapkstarmekstarstar</ci>
                  </apply>
                  <ci>mosstar</ci>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d3</ci>
                     <ci>k3</ci>
                  </apply>
                  <ci>mekmosstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mekstar" public_interface="out" units="micromolar"/>
      <variable name="a4" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekpasetot" public_interface="in" units="micromolar"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="d4" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k3" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekmosstar" public_interface="in" units="micromolar"/>
      <variable name="k6" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="d5" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="a5" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <apply>
                     <times/>
                     <apply>
                        <minus/>
                        <ci>a4</ci>
                     </apply>
                     <ci>mekstar</ci>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <ci>mekpasetot</ci>
                           <ci>mekstarmekpase</ci>
                        </apply>
                        <ci>mekstarstarmekpase</ci>
                     </apply>
                  </apply>
                  <apply>
                     <times/>
                     <ci>d4</ci>
                     <ci>mekstarmekpase</ci>
                  </apply>
                  <apply>
                     <times/>
                     <ci>k3</ci>
                     <ci>mekmosstar</ci>
                  </apply>
                  <apply>
                     <times/>
                     <ci>k6</ci>
                     <ci>mekstarstarmekpase</ci>
                  </apply>
                  <apply>
                     <times/>
                     <ci>d5</ci>
                     <ci>mekstarmosstar</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>a5</ci>
                  <ci>mekstar</ci>
                  <ci>mosstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekstarmekpase">
      <variable initial_value="0" name="mekstarmekpase" public_interface="out" units="micromolar"/>
      <variable name="time" public_interface="in" units="second"/>
      <variable name="a4" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="d4" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k4" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekstar" public_interface="in" units="micromolar"/>
      <variable name="mekpasetot" public_interface="in" units="micromolar"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekstarmekpase</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a4</ci>
                  <ci>mekstar</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>mekpasetot</ci>
                        <ci>mekstarmekpase</ci>
                     </apply>
                     <ci>mekstarstarmekpase</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d4</ci>
                     <ci>k4</ci>
                  </apply>
                  <ci>mekstarmekpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekstarmosstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mekstarmosstar" public_interface="out" units="micromolar"/>
      <variable name="a5" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="d5" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k5" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekstar" public_interface="in" units="micromolar"/>
      <variable name="mosstar" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekstarmosstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a5</ci>
                  <ci>mekstar</ci>
                  <ci>mosstar</ci>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d5</ci>
                     <ci>k5</ci>
                  </apply>
                  <ci>mekstarmosstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekstarstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mekstarstar" public_interface="out" units="micromolar"/>
      <variable name="k5" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mekstarmosstar" public_interface="in" units="micromolar"/>
      <variable name="a6" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekpasetot" public_interface="in" units="micromolar"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="d6" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekstarstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="a7" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapktot" public_interface="in" units="micromolar"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="d7" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k7" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="d9" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k9" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="a9" public_interface="in" units="second_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekstarstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <apply>
                     <minus/>
                     <apply>
                        <plus/>
                        <apply>
                           <minus/>
                           <apply>
                              <times/>
                              <ci>k5</ci>
                              <ci>mekstarmosstar</ci>
                           </apply>
                           <apply>
                              <times/>
                              <ci>a6</ci>
                              <ci>mekstarstar</ci>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <ci>mekpasetot</ci>
                                    <ci>mekstarmekpase</ci>
                                 </apply>
                                 <ci>mekstarstarmekpase</ci>
                              </apply>
                           </apply>
                        </apply>
                        <apply>
                           <times/>
                           <ci>d6</ci>
                           <ci>mekstarstarmekpase</ci>
                        </apply>
                     </apply>
                     <apply>
                        <times/>
                        <ci>a7</ci>
                        <ci>mekstarstar</ci>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <apply>
                                       <minus/>
                                       <apply>
                                          <minus/>
                                          <ci>mapktot</ci>
                                          <ci>mapkstar</ci>
                                       </apply>
                                       <ci>mapkstarstar</ci>
                                    </apply>
                                    <ci>mapkstarmapkpase</ci>
                                 </apply>
                                 <ci>mapkstarstarmapkpase</ci>
                              </apply>
                              <ci>mapkmekstarstar</ci>
                           </apply>
                           <ci>mapkstarmekstarstar</ci>
                        </apply>
                     </apply>
                  </apply>
                  <apply>
                     <times/>
                     <apply>
                        <plus/>
                        <ci>d7</ci>
                        <ci>k7</ci>
                     </apply>
                     <ci>mapkmekstarstar</ci>
                  </apply>
                  <apply>
                     <times/>
                     <apply>
                        <plus/>
                        <ci>d9</ci>
                        <ci>k9</ci>
                     </apply>
                     <ci>mapkstarmekstarstar</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>a9</ci>
                  <ci>mapkstar</ci>
                  <ci>mekstarstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mekstarstarmekpase">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mekstarstarmekpase" public_interface="out" units="micromolar"/>
      <variable name="a6" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekpasetot" public_interface="in" units="micromolar"/>
      <variable name="mekstarmekpase" public_interface="in" units="micromolar"/>
      <variable name="d6" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k6" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mekstarstarmekpase</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a6</ci>
                  <ci>mekstarstar</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>mekpasetot</ci>
                        <ci>mekstarmekpase</ci>
                     </apply>
                     <ci>mekstarstarmekpase</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d6</ci>
                     <ci>k6</ci>
                  </apply>
                  <ci>mekstarstarmekpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapk">
      <variable name="time" public_interface="in" units="second"/>
      <variable cmeta:id="mapk_mapk" initial_value="1.2" name="mapk" public_interface="out" units="micromolar"/>
      <variable name="a7" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapktot" public_interface="in" units="micromolar"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="d7" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k8" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapk</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <times/>
                  <apply>
                     <minus/>
                     <ci>a7</ci>
                  </apply>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <ci>mapktot</ci>
                                    <ci>mapkstar</ci>
                                 </apply>
                                 <ci>mapkstarstar</ci>
                              </apply>
                              <ci>mapkstarmapkpase</ci>
                           </apply>
                           <ci>mapkstarstarmapkpase</ci>
                        </apply>
                        <ci>mapkmekstarstar</ci>
                     </apply>
                     <ci>mapkstarmekstarstar</ci>
                  </apply>
                  <ci>mekstarstar</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>d7</ci>
                  <ci>mapkmekstarstar</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k8</ci>
                  <ci>mapkstarmapkpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkmekstarstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mapkmekstarstar" public_interface="out" units="micromolar"/>
      <variable name="mapktot" public_interface="in" units="micromolar"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="d7" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k7" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="a7" public_interface="in" units="second_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkmekstarstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a7</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <apply>
                                    <minus/>
                                    <ci>mapktot</ci>
                                    <ci>mapkstar</ci>
                                 </apply>
                                 <ci>mapkstarstar</ci>
                              </apply>
                              <ci>mapkstarmapkpase</ci>
                           </apply>
                           <ci>mapkstarstarmapkpase</ci>
                        </apply>
                        <ci>mapkmekstarstar</ci>
                     </apply>
                     <ci>mapkstarmekstarstar</ci>
                  </apply>
                  <ci>mekstarstar</ci>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d7</ci>
                     <ci>k7</ci>
                  </apply>
                  <ci>mapkmekstarstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable cmeta:id="mapkstar_mapkstar" initial_value="0" name="mapkstar" public_interface="out" units="micromolar"/>
      <variable name="k7" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mapkmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="a8" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapkpasetot" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="d8" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="a9" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="d9" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <variable name="k10" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkstar</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <minus/>
                  <apply>
                     <plus/>
                     <apply>
                        <minus/>
                        <apply>
                           <times/>
                           <ci>k7</ci>
                           <ci>mapkmekstarstar</ci>
                        </apply>
                        <apply>
                           <times/>
                           <ci>a8</ci>
                           <ci>mapkstar</ci>
                           <apply>
                              <minus/>
                              <apply>
                                 <minus/>
                                 <ci>mapkpasetot</ci>
                                 <ci>mapkstarmapkpase</ci>
                              </apply>
                              <ci>mapkstarstarmapkpase</ci>
                           </apply>
                        </apply>
                     </apply>
                     <apply>
                        <times/>
                        <ci>d8</ci>
                        <ci>mapkstarmapkpase</ci>
                     </apply>
                  </apply>
                  <apply>
                     <times/>
                     <ci>a9</ci>
                     <ci>mapkstar</ci>
                     <ci>mekstarstar</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>d9</ci>
                  <ci>mapkstarmekstarstar</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k10</ci>
                  <ci>mapkstarstarmapkpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkstarmekstarstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mapkstarmekstarstar" public_interface="out" units="micromolar"/>
      <variable name="a9" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="d9" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k9" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkstarmekstarstar</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a9</ci>
                  <ci>mapkstar</ci>
                  <ci>mekstarstar</ci>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d9</ci>
                     <ci>k9</ci>
                  </apply>
                  <ci>mapkstarmekstarstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkstarstar">
      <variable name="time" public_interface="in" units="second"/>
      <variable cmeta:id="mapkstarstar_mapkstarstar" initial_value="0" name="mapkstarstar" public_interface="out" units="micromolar"/>
      <variable name="a10" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapkpasetot" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="d10" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k9" public_interface="in" units="first_order_rate_constant_units"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mekstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmekstarstar" public_interface="in" units="micromolar"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkstarstar</ci>
            </apply>
            <apply>
               <plus/>
               <apply>
                  <times/>
                  <apply>
                     <minus/>
                     <ci>a10</ci>
                  </apply>
                  <ci>mapkstarstar</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>mapkpasetot</ci>
                        <ci>mapkstarmapkpase</ci>
                     </apply>
                     <ci>mapkstarstarmapkpase</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>d10</ci>
                  <ci>mapkstarstarmapkpase</ci>
               </apply>
               <apply>
                  <times/>
                  <ci>k9</ci>
                  <ci>mapkstarmekstarstar</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkstarmapkpase">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mapkstarmapkpase" public_interface="out" units="micromolar"/>
      <variable name="a8" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapkstar" public_interface="in" units="micromolar"/>
      <variable name="mapkpasetot" public_interface="in" units="micromolar"/>
      <variable name="mapkstarstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="d8" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k8" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkstarmapkpase</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a8</ci>
                  <ci>mapkstar</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>mapkpasetot</ci>
                        <ci>mapkstarmapkpase</ci>
                     </apply>
                     <ci>mapkstarstarmapkpase</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d8</ci>
                     <ci>k8</ci>
                  </apply>
                  <ci>mapkstarmapkpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="mapkstarstarmapkpase">
      <variable name="time" public_interface="in" units="second"/>
      <variable initial_value="0" name="mapkstarstarmapkpase" public_interface="out" units="micromolar"/>
      <variable name="a10" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="mapkstarstar" public_interface="in" units="micromolar"/>
      <variable name="mapkpasetot" public_interface="in" units="micromolar"/>
      <variable name="mapkstarmapkpase" public_interface="in" units="micromolar"/>
      <variable name="d10" public_interface="in" units="second_order_rate_constant_units"/>
      <variable name="k10" public_interface="in" units="first_order_rate_constant_units"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>mapkstarstarmapkpase</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>a10</ci>
                  <ci>mapkstarstar</ci>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>mapkpasetot</ci>
                        <ci>mapkstarmapkpase</ci>
                     </apply>
                     <ci>mapkstarstarmapkpase</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <apply>
                     <plus/>
                     <ci>d10</ci>
                     <ci>k10</ci>
                  </apply>
                  <ci>mapkstarstarmapkpase</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="environment" component_2="mos"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mos"/>
      <map_variables variable_1="a1" variable_2="a1"/>
      <map_variables variable_1="d1" variable_2="d1"/>
      <map_variables variable_1="k2" variable_2="k2"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mos"/>
      <map_variables variable_1="mostot" variable_2="mostot"/>
      <map_variables variable_1="e1tot" variable_2="e1tot"/>
   </connection>
   <connection>
      <map_components component_1="mosstar" component_2="mos"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="mose1" component_2="mos"/>
      <map_variables variable_1="mose1" variable_2="mose1"/>
   </connection>
   <connection>
      <map_components component_1="mosstare2" component_2="mos"/>
      <map_variables variable_1="mosstare2" variable_2="mosstare2"/>
   </connection>
   <connection>
      <map_components component_1="mekmosstar" component_2="mos"/>
      <map_variables variable_1="mekmosstar" variable_2="mekmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mos"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mose1"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mose1"/>
      <map_variables variable_1="a1" variable_2="a1"/>
      <map_variables variable_1="d1" variable_2="d1"/>
      <map_variables variable_1="k1" variable_2="k1"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mose1"/>
      <map_variables variable_1="mostot" variable_2="mostot"/>
      <map_variables variable_1="e1tot" variable_2="e1tot"/>
   </connection>
   <connection>
      <map_components component_1="mosstar" component_2="mose1"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
      <map_variables variable_1="mose1" variable_2="mose1"/>
   </connection>
   <connection>
      <map_components component_1="mosstare2" component_2="mose1"/>
      <map_variables variable_1="mosstare2" variable_2="mosstare2"/>
   </connection>
   <connection>
      <map_components component_1="mekmosstar" component_2="mose1"/>
      <map_variables variable_1="mekmosstar" variable_2="mekmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mose1"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mosstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mosstar"/>
      <map_variables variable_1="a2" variable_2="a2"/>
      <map_variables variable_1="d2" variable_2="d2"/>
      <map_variables variable_1="k1" variable_2="k1"/>
      <map_variables variable_1="a3" variable_2="a3"/>
      <map_variables variable_1="d3" variable_2="d3"/>
      <map_variables variable_1="k3" variable_2="k3"/>
      <map_variables variable_1="a5" variable_2="a5"/>
      <map_variables variable_1="d5" variable_2="d5"/>
      <map_variables variable_1="k5" variable_2="k5"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mosstar"/>
      <map_variables variable_1="mektot" variable_2="mektot"/>
      <map_variables variable_1="e2tot" variable_2="e2tot"/>
   </connection>
   <connection>
      <map_components component_1="mosstare2" component_2="mosstar"/>
      <map_variables variable_1="mosstare2" variable_2="mosstare2"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekmosstar" component_2="mosstar"/>
      <map_variables variable_1="mekmosstar" variable_2="mekmosstar"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstar" component_2="mosstar"/>
      <map_variables variable_1="mekstar" variable_2="mekstar"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstar" component_2="mosstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmekpase" component_2="mosstar"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mosstar"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mosstar"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkmekstarstar" component_2="mosstar"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mosstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mosstare2"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mosstare2"/>
      <map_variables variable_1="a2" variable_2="a2"/>
      <map_variables variable_1="d2" variable_2="d2"/>
      <map_variables variable_1="k2" variable_2="k2"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mosstare2"/>
      <map_variables variable_1="e2tot" variable_2="e2tot"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mek"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mek"/>
      <map_variables variable_1="a3" variable_2="a3"/>
      <map_variables variable_1="d3" variable_2="d3"/>
      <map_variables variable_1="k4" variable_2="k4"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mek"/>
      <map_variables variable_1="mektot" variable_2="mektot"/>
   </connection>
   <connection>
      <map_components component_1="mekstar" component_2="mek"/>
      <map_variables variable_1="mekstar" variable_2="mekstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstar" component_2="mek"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmekpase" component_2="mek"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mek"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mek"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mekmosstar" component_2="mek"/>
      <map_variables variable_1="mekmosstar" variable_2="mekmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mek"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkmekstarstar" component_2="mek"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mosstar" component_2="mek"/>
      <map_variables variable_1="mosstar" variable_2="mosstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekmosstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekmosstar"/>
      <map_variables variable_1="a3" variable_2="a3"/>
      <map_variables variable_1="d3" variable_2="d3"/>
      <map_variables variable_1="k3" variable_2="k3"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mekmosstar"/>
      <map_variables variable_1="mektot" variable_2="mektot"/>
   </connection>
   <connection>
      <map_components component_1="mekstar" component_2="mekmosstar"/>
      <map_variables variable_1="mekstar" variable_2="mekstar"/>
      <map_variables variable_1="mekmosstar" variable_2="mekmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstar" component_2="mekmosstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmekpase" component_2="mekmosstar"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mekmosstar"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mekmosstar"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkmekstarstar" component_2="mekmosstar"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mekmosstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekstar"/>
      <map_variables variable_1="a4" variable_2="a4"/>
      <map_variables variable_1="d4" variable_2="d4"/>
      <map_variables variable_1="k3" variable_2="k3"/>
      <map_variables variable_1="a5" variable_2="a5"/>
      <map_variables variable_1="d5" variable_2="d5"/>
      <map_variables variable_1="k6" variable_2="k6"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mekstar"/>
      <map_variables variable_1="mekpasetot" variable_2="mekpasetot"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmekpase" component_2="mekstar"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
      <map_variables variable_1="mekstar" variable_2="mekstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mekstar"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mekstar"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
      <map_variables variable_1="mekstar" variable_2="mekstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekstarmekpase"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekstarmekpase"/>
      <map_variables variable_1="a4" variable_2="a4"/>
      <map_variables variable_1="d4" variable_2="d4"/>
      <map_variables variable_1="k4" variable_2="k4"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mekstarmekpase"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mekstarmekpase"/>
      <map_variables variable_1="mekpasetot" variable_2="mekpasetot"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekstarmosstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekstarmosstar"/>
      <map_variables variable_1="a5" variable_2="a5"/>
      <map_variables variable_1="d5" variable_2="d5"/>
      <map_variables variable_1="k5" variable_2="k5"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekstarstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekstarstar"/>
      <map_variables variable_1="a6" variable_2="a6"/>
      <map_variables variable_1="d6" variable_2="d6"/>
      <map_variables variable_1="k5" variable_2="k5"/>
      <map_variables variable_1="a7" variable_2="a7"/>
      <map_variables variable_1="d7" variable_2="d7"/>
      <map_variables variable_1="k7" variable_2="k7"/>
      <map_variables variable_1="a9" variable_2="a9"/>
      <map_variables variable_1="d9" variable_2="d9"/>
      <map_variables variable_1="k9" variable_2="k9"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mekstarstar"/>
      <map_variables variable_1="mekpasetot" variable_2="mekpasetot"/>
      <map_variables variable_1="mapktot" variable_2="mapktot"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmosstar" component_2="mekstarstar"/>
      <map_variables variable_1="mekstarmosstar" variable_2="mekstarmosstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarmekpase" component_2="mekstarstar"/>
      <map_variables variable_1="mekstarmekpase" variable_2="mekstarmekpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstarmekpase" component_2="mekstarstar"/>
      <map_variables variable_1="mekstarstarmekpase" variable_2="mekstarstarmekpase"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstar" component_2="mekstarstar"/>
      <map_variables variable_1="mapkstarstar" variable_2="mapkstarstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmapkpase" component_2="mekstarstar"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mekstarstar"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkmekstarstar" component_2="mekstarstar"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mekstarstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mekstarstarmekpase"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mekstarstarmekpase"/>
      <map_variables variable_1="a6" variable_2="a6"/>
      <map_variables variable_1="d6" variable_2="d6"/>
      <map_variables variable_1="k6" variable_2="k6"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mekstarstarmekpase"/>
      <map_variables variable_1="mekpasetot" variable_2="mekpasetot"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapk"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapk"/>
      <map_variables variable_1="a7" variable_2="a7"/>
      <map_variables variable_1="d7" variable_2="d7"/>
      <map_variables variable_1="k8" variable_2="k8"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapk"/>
      <map_variables variable_1="mapktot" variable_2="mapktot"/>
   </connection>
   <connection>
      <map_components component_1="mapkstar" component_2="mapk"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstar" component_2="mapk"/>
      <map_variables variable_1="mapkstarstar" variable_2="mapkstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmapkpase" component_2="mapk"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mapk"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkmekstarstar" component_2="mapk"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mapk"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstar" component_2="mapk"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkmekstarstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkmekstarstar"/>
      <map_variables variable_1="a7" variable_2="a7"/>
      <map_variables variable_1="d7" variable_2="d7"/>
      <map_variables variable_1="k7" variable_2="k7"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapktot" variable_2="mapktot"/>
   </connection>
   <connection>
      <map_components component_1="mapkstar" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
      <map_variables variable_1="mapkmekstarstar" variable_2="mapkmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstar" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapkstarstar" variable_2="mapkstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmapkpase" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mapkmekstarstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkstar"/>
      <map_variables variable_1="a8" variable_2="a8"/>
      <map_variables variable_1="d8" variable_2="d8"/>
      <map_variables variable_1="k7" variable_2="k7"/>
      <map_variables variable_1="a9" variable_2="a9"/>
      <map_variables variable_1="d9" variable_2="d9"/>
      <map_variables variable_1="k10" variable_2="k10"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapkstar"/>
      <map_variables variable_1="mapkpasetot" variable_2="mapkpasetot"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmapkpase" component_2="mapkstar"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mapkstar"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mekstarstar" component_2="mapkstar"/>
      <map_variables variable_1="mekstarstar" variable_2="mekstarstar"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mapkstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkstarmekstarstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkstarmekstarstar"/>
      <map_variables variable_1="a9" variable_2="a9"/>
      <map_variables variable_1="d9" variable_2="d9"/>
      <map_variables variable_1="k9" variable_2="k9"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkstarstar"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkstarstar"/>
      <map_variables variable_1="a10" variable_2="a10"/>
      <map_variables variable_1="d10" variable_2="d10"/>
      <map_variables variable_1="k9" variable_2="k9"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapkstarstar"/>
      <map_variables variable_1="mapkpasetot" variable_2="mapkpasetot"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmapkpase" component_2="mapkstarstar"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mapkstarstar"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
      <map_variables variable_1="mapkstarstar" variable_2="mapkstarstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstar" component_2="mapkstarstar"/>
      <map_variables variable_1="mapkstar" variable_2="mapkstar"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarmekstarstar" component_2="mapkstarstar"/>
      <map_variables variable_1="mapkstarmekstarstar" variable_2="mapkstarmekstarstar"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkstarmapkpase"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkstarmapkpase"/>
      <map_variables variable_1="a8" variable_2="a8"/>
      <map_variables variable_1="d8" variable_2="d8"/>
      <map_variables variable_1="k8" variable_2="k8"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapkstarmapkpase"/>
      <map_variables variable_1="mapkpasetot" variable_2="mapkpasetot"/>
   </connection>
   <connection>
      <map_components component_1="mapkstarstarmapkpase" component_2="mapkstarmapkpase"/>
      <map_variables variable_1="mapkstarstarmapkpase" variable_2="mapkstarstarmapkpase"/>
      <map_variables variable_1="mapkstarmapkpase" variable_2="mapkstarmapkpase"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="mapkstarstarmapkpase"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="rate_constants" component_2="mapkstarstarmapkpase"/>
      <map_variables variable_1="a10" variable_2="a10"/>
      <map_variables variable_1="d10" variable_2="d10"/>
      <map_variables variable_1="k10" variable_2="k10"/>
   </connection>
   <connection>
      <map_components component_1="total_concs" component_2="mapkstarstarmapkpase"/>
      <map_variables variable_1="mapkpasetot" variable_2="mapkpasetot"/>
   </connection>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Seq rdf:about="rdf:#ef00dcc4-c52a-4e49-9057-4bdb28449511">
    <rdf:li rdf:resource="rdf:#46ec263c-232b-478f-995c-01b3cad9d64e"/>
    <rdf:li rdf:resource="rdf:#d1dc2030-927e-48a2-a013-42097805c8c4"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#$kTb8B3">
    <ns7:boundIntervals xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$lTb8B3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c23bb72a-b1bf-47b6-8636-c4384836a318">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#1e174ba1-743c-4961-95ae-d7418a0a5ddb"/>
    <rdf:value>This model has been rebuilt using the differential rate equations that Ferrel et al. use in their paper to describe the signalling pathway. This model is able to reproduce precisely the same output as that given by running the Mathematica description of the model (provided by the author) using the Mathematica NDSolve integration algorithm. This version of the model runs in both PCEnv (0.2+) and COR.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$lTb8B3">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$mTb8B3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$bO+A32">
    <ns7:boundIntervals xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$cO+A32"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0f81eb8c-2689-4cf8-a828-bc30fcf61472">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#ef00dcc4-c52a-4e49-9057-4bdb28449511"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Ultrasensitivity in the mitogen-activated protein kinase cascade</dc:title>
    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">93</bqs:volume>
    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">10078</bqs:first_page>
    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#4eb9b3cb-c12d-4d39-9988-b7b642d19e63"/>
    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#c73626e7-974d-480b-b586-a291dc05dfe4"/>
    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">10083</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$cO+A32">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="rdf:#$dO+A32"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#637ad8b3-7ce7-483e-be64-dc95bdbe27a0">
    <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#473fea7a-80ce-454e-a4e2-8bb586a9218d"/>
    <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#ee59eb01-05d9-42ad-81a5-6cd5371622e4"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#623009bf-22e1-45f9-83b5-0f09430df845"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#69007e81-e20b-468d-aafe-4bccd40fa4c6">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Ferrell</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">E</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d1dc2030-927e-48a2-a013-42097805c8c4">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#69007e81-e20b-468d-aafe-4bccd40fa4c6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1e174ba1-743c-4961-95ae-d7418a0a5ddb">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="#huang_ferrell_1996_version01">
    <ns7:simulation xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$bO+A32"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c73626e7-974d-480b-b586-a291dc05dfe4">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">1996-09-17 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#272c060e-6c7d-47fd-b4d3-5327e5a84e8b">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$mTb8B3">
    <ns7:endingValue xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">50</ns7:endingValue>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4eb9b3cb-c12d-4d39-9988-b7b642d19e63">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Proceedings of the National Academy of Science, USA</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#46ec263c-232b-478f-995c-01b3cad9d64e">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#e19fa5c9-a1d3-42b5-9fe1-5351bf0a29c7"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ee59eb01-05d9-42ad-81a5-6cd5371622e4">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>j.lawson@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e2a58b07-3179-4c7b-9f29-c00bfc41bc1c">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2007-10-23T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#473fea7a-80ce-454e-a4e2-8bb586a9218d">
    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">The University of Auckland</vCard:Orgname>
    <vCard:Orgunit xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#c23bb72a-b1bf-47b6-8636-c4384836a318"/>
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#e2a58b07-3179-4c7b-9f29-c00bfc41bc1c"/>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#637ad8b3-7ce7-483e-be64-dc95bdbe27a0"/>
  </rdf:Description>
  <rdf:Description rdf:about="#huang_ferrell_1996_version03">
    <ns7:simulation xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#" rdf:resource="rdf:#$kTb8B3"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#30a16edb-8d1a-4ad6-8a07-4b6916098fad"/>
<bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource">
  <dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>
      <rdf:Bag>
        <rdf:li>mapk</rdf:li>
        <rdf:li>signal transduction</rdf:li>
        <rdf:li>Oocyte</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </dc:subject>
</bqs:reference>
    <cmeta:comment rdf:resource="rdf:#d2d37965-019d-4866-a97b-0df1f237a7d3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#623009bf-22e1-45f9-83b5-0f09430df845">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lawson</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Richard</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2d37965-019d-4866-a97b-0df1f237a7d3">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#272c060e-6c7d-47fd-b4d3-5327e5a84e8b"/>
    <rdf:value>This is the CellML description of Huang and Ferrell's mathematical model of the mitogen-activated protein kinase (MAPK) cascade (1996). This signalling pathway involves a series of three, highly conserved protein kinases which are associated with a diverse array of biological responses.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e19fa5c9-a1d3-42b5-9fe1-5351bf0a29c7">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Chi-Ying</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Huang</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">F</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#30a16edb-8d1a-4ad6-8a07-4b6916098fad">
    <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#">8816754</bqs:Pubmed_id>
    <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#0f81eb8c-2689-4cf8-a828-bc30fcf61472"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#$dO+A32">
    <ns7:endingValue xmlns:ns7="http://www.cellml.org/metadata/simulation/1.0#">100</ns7:endingValue>
  </rdf:Description>
</rdf:RDF>
</model>