Location: Wolf, Heinrich, 2000 @ 087a6c678180 / wolf_heinrich_2000.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:15:43+12:00
Desc:
committing version01 of wolf_heinrich_2000
Permanent Source URI:
https://models.physiomeproject.org/workspace/wolf_heinrich_2000/rawfile/087a6c6781800601aa7027cd171c62491307325a/wolf_heinrich_2000.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  wolf_heinrich_model_2000.xml

CREATED :  8th April 2001

LAST MODIFIED : 9th April 2003

AUTHOR :  Catherine Lloyd
          Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.0 Specification released on
10th August 2001, and the 16/01/2002 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of Wolf and Heinrich's 2000 model of the effect of cellular interaction on glycolytic oscillations in yeast.

CHANGES:  
  19/07/2002 - CML - Added more metadata.
  09/04/2003 - AAC - Added publication date information.  
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:pathway_editor="http://www.physiome.com/pathway_editor/1.0#" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="wolf_heinrich_2000_version01" name="wolf_heinrich_2000_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Effect of Cellular Interaction on Glycolytic Oscillations in Yeast</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This is the original unchecked version of the model imported from the previous
            CellML model repository, 24-Jan-2006.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
Glycolytic oscillations are a well studied example of rhythmic behaviour on a cellular level.  They occur in a diverse array of cells including muscle, heart and pancreatic beta-cells, however the oscillations have been studied most extensively in yeast cells.  Theoretical models based on experimental observations have tried to accurately define the underlying oscillatory mechanism.
</para>

<para>
In 2000, Jana Wolf and Reinhart Heinrich published a mathematical model describing the effect of cellular interaction on glycolytic oscillations in yeast (see <xref linkend="fig_reaction_diagram"/> below).  Unlike earlier models of glycolytic oscillations which are restricted to single cells, Wolf and Heinrich consider the effects of intercellular interaction on glycolytic oscillations.  Cells often communicate by exchanging metabolic intermediates via the external medium.  
</para>

<para>
The model they present in their paper is a detailed model for anaerobic energy metabolism in yeast cells.  The model includes the main steps of anaerobic glycolysis and the production of ethanol and glycerol.  Transmembrane diffusion of acetaldehyde is included since it is hypothesized that this metabolite mediates the intercellular interaction.
</para>

<para>
The complete original paper reference is cited below:
</para>

<para>
<ulink url="http://www.biochemj.org/bj/345/bj3450321.htm">Effect of cellular interaction on glycolytic oscillations in yeast: a theoretical investigation</ulink>, Jana Wolf and Reinhart Heinrich, 2000, <ulink url="http://www.biochemj.org/">
            <emphasis>Biochemical Journal</emphasis>
          </ulink>, 345, 321-334.  (The <ulink url="http://www.biochemj.org/bj/345/0321/3450321.pdf">PDF</ulink> and <ulink url="http://www.biochemj.org/bj/345/0321/bj3450321.htm">full text</ulink> versions of the article are available on the Biochemical Journal website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=10702114&amp;dopt=Abstract">PubMed ID: 10702114</ulink>
</para>

<para>
The raw CellML description of the model can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>.
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>schematic diagram</title>
    </objectinfo>
    <imagedata fileref="wolf_heinrich_2000.png"/>
  </imageobject>
</mediaobject>
<caption>The scheme shows the main reactions of anaerobic glycolysis in yeast, in addition to transmembrane transport of glucose and the coupling substance (S4,ex).  For further explanation of the symbols used, see the text.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
  
  <!--
    We start the model definition with a definition of some named
    sets of units for use throughout the model.
  -->
  
  <units name="minute">
    <unit units="second" multiplier="60.0"/>
  </units>
  
  <units name="millimolar">
    <unit units="mole" prefix="milli"/>
    <unit units="litre" exponent="-1"/>
  </units>

  <units name="flux">
    <unit units="millimolar"/>
    <unit units="minute" exponent="-1"/>
  </units>

  <units name="first_order_rate_constant">
    <unit units="minute" exponent="-1"/>
  </units>
  
  <units name="second_order_rate_constant">
    <unit units="millimolar" exponent="-1"/>
    <unit units="minute" exponent="-1"/>
  </units>
  
  <component name="environment">
    <variable units="minute" public_interface="out" name="time"/>
  </component>

  <component cmeta:id="S1" name="S1">
    
    <variable units="millimolar" public_interface="out" name="S1"/>
    <variable units="flux" public_interface="in" name="Jo"/>
    <variable units="flux" public_interface="in" name="delta_S1_rxn1"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>S1</ci>
        </apply>
        <apply>
          <plus/>
          <ci>Jo</ci>
          <ci>delta_S1_rxn1</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S2" name="S2">
    
    <variable units="millimolar" public_interface="out" name="S2"/>
    <variable units="flux" public_interface="in" name="delta_S2_rxn1"/>
    <variable units="flux" public_interface="in" name="delta_S2_rxn2"/>
    <variable units="flux" public_interface="in" name="delta_S2_rxn6"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>S2</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_S2_rxn1</ci>
          <ci>delta_S2_rxn2</ci>
          <ci>delta_S2_rxn6</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S3" name="S3">
    
    <variable units="millimolar" public_interface="out" name="S3"/>
    <variable units="flux" public_interface="in" name="delta_S3_rxn2"/>
    <variable units="flux" public_interface="in" name="delta_S3_rxn3"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>S3</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_S3_rxn2</ci>
          <ci>delta_S3_rxn3</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S4" name="S4">
    
    <variable units="millimolar" public_interface="out" name="S4"/>
    <variable units="flux" public_interface="in" name="delta_S4_rxn3"/>
    <variable units="flux" public_interface="in" name="delta_S4_rxn4"/>
    <variable units="flux" public_interface="in" name="J"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>S4</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_S4_rxn3</ci>
          <ci>delta_S4_rxn4</ci>
          <ci>J</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S4_ex" name="S4_ex">
    
    <variable units="millimolar" public_interface="out" name="S4_ex"/>
    <variable units="dimensionless" name="psi" initial_value="0.1"/>
    <variable units="flux" public_interface="in" name="delta_S4_ex_rxn7"/>
    <variable units="flux" public_interface="in" name="J"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>S4_ex</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <times/>
            <ci> psi </ci>
            <ci> J </ci>
          </apply>
          <ci>delta_S4_ex_rxn7</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="A3" name="A3">
    
    <variable units="millimolar" public_interface="out" name="A3"/>
    <variable units="flux" public_interface="in" name="delta_A3_rxn1"/>
    <variable units="flux" public_interface="in" name="delta_A3_rxn3"/>
    <variable units="flux" public_interface="in" name="delta_A3_rxn5"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>A3</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_A3_rxn1</ci>
          <ci>delta_A3_rxn3</ci>
          <ci>delta_A3_rxn5</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="A" name="A">
    
    <variable units="millimolar" name="A" initial_value="4.0"/>
    <variable units="millimolar" public_interface="out" name="A2"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>A</ci>
        <apply>
          <plus/>
          <ci> A2 </ci>
          <ci> A3 </ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="N2" name="N2">
    
    <variable units="millimolar" public_interface="out" name="N2"/>
    <variable units="flux" public_interface="in" name="delta_N2_rxn2"/>
    <variable units="flux" public_interface="in" name="delta_N2_rxn4"/>
    <variable units="flux" public_interface="in" name="delta_N2_rxn6"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>N2</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_N2_rxn2</ci>
          <ci>delta_N2_rxn4</ci>
          <ci>delta_N2_rxn6</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="N" name="N">
    
    <variable units="millimolar" name="N" initial_value="1.0"/>
    <variable units="millimolar" public_interface="out" name="N1"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="minute" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>N</ci>
        <apply>
          <plus/>
          <ci> N1 </ci>
          <ci> N2 </ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="reaction_1">
    <variable units="millimolar" public_interface="in" name="S1"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="millimolar" public_interface="in" name="S2"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    <variable units="millimolar" name="K_I" initial_value="0.52"/>
    <variable units="second_order_rate_constant" name="k_1" initial_value="100.0"/>
    <variable units="dimensionless" name="q" initial_value="4.0"/>
    <variable units="dimensionless" name="f_A3"/>
    <variable units="flux" public_interface="out" name="delta_S1_rxn1"/>
    <variable units="flux" public_interface="out" name="delta_A3_rxn1"/>
    <variable units="flux" public_interface="out" name="delta_S2_rxn1"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S1">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S1_rxn1" role="reactant"/>
      </variable_ref>
      <variable_ref variable="A3">
        <role stoichiometry="2" direction="forward" delta_variable="delta_A3_rxn1" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S2">
        <role stoichiometry="2" direction="forward" delta_variable="delta_S2_rxn1" role="product"/>
      </variable_ref> 
      <variable_ref variable="A2">
        <role direction="forward" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_1 </ci>
                <ci> S1 </ci>
                <ci> A3 </ci>
                <ci> f_A3 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci> f_A3 </ci>
        <apply>
          <power/>
          <apply>
            <plus/>
            <cn cellml:units="dimensionless"> 1.0 </cn>
            <apply>
              <power/>
              <apply>
                <divide/>
                <ci> A3 </ci>
                <ci> K_I </ci>
              </apply>
              <ci> q </ci>
            </apply> 
          </apply>
          <cn cellml:units="dimensionless"> -1.0 </cn>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="reaction_2">
    <variable units="millimolar" public_interface="in" name="S2"/>
    <variable units="millimolar" public_interface="in" name="N1"/>
    <variable units="millimolar" public_interface="in" name="S3"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="second_order_rate_constant" name="k_2" initial_value="6.0"/>
    <variable units="flux" public_interface="out" name="delta_S2_rxn2"/>
    <variable units="flux" public_interface="out" name="delta_S3_rxn2"/>
    <variable units="flux" public_interface="out" name="delta_N2_rxn2"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S2_rxn2" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N1">
        <role direction="forward" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S3_rxn2" role="product"/>
      </variable_ref>
      <variable_ref variable="N2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_N2_rxn2" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_2 </ci>
                <ci> S2 </ci>
                <ci> N1 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_3">
    <variable units="millimolar" public_interface="in" name="S3"/>
    <variable units="millimolar" public_interface="in" name="S4"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="second_order_rate_constant" name="k_3" initial_value="16.0"/>
    <variable units="flux" public_interface="out" name="delta_S3_rxn3"/>
    <variable units="flux" public_interface="out" name="delta_S4_rxn3"/>
    <variable units="flux" public_interface="out" name="delta_A3_rxn3"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S3_rxn3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="A2">
        <role direction="forward" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S4">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S4_rxn3" role="product"/>
      </variable_ref>
      <variable_ref variable="A3">
        <role stoichiometry="2" direction="forward" delta_variable="delta_A3_rxn3" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_3 </ci>
                <ci> S3  </ci>
                <ci> A2  </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_4">
    <variable units="millimolar" public_interface="in" name="S4"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="millimolar" public_interface="in" name="N1"/>
    <variable units="second_order_rate_constant" name="k_4" initial_value="100.0"/>
    <variable units="flux" public_interface="out" name="delta_S4_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_N2_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_S5_rxn4"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S4">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S4_rxn4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_N2_rxn4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N1">
        <role direction="forward" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_4 </ci>
                <ci> S4 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_5">
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    <variable units="first_order_rate_constant" name="k_5" initial_value="1.28"/>
    <variable units="flux" public_interface="out" name="delta_A3_rxn5"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="A3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_A3_rxn5" role="reactant"/>
      </variable_ref>
      <variable_ref variable="A2">
        <role direction="forward" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_5 </ci>
                <ci> A3 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component> 
  
  <component name="reaction_6">
    <variable units="millimolar" public_interface="in" name="S2"/>
    <variable units="millimolar" public_interface="in" name="N1"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="second_order_rate_constant" name="k_6" initial_value="12.0"/>
    <variable units="flux" public_interface="out" name="delta_S2_rxn6"/>
    <variable units="flux" public_interface="out" name="delta_N2_rxn6"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S2_rxn6" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_N2_rxn6" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N1">
        <role direction="forward" role="product"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k_6 </ci>
                <ci> S2 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_7">
    <variable units="millimolar" public_interface="in" name="S4_ex"/>
    <variable units="first_order_rate_constant" name="k" initial_value="1.3"/>
    <variable units="flux" public_interface="out" name="delta_S4_ex_rxn7"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S4_ex">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S4_ex_rxn7" role="reactant"/>
      </variable_ref>
      <variable_ref variable="r">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci> r </ci>
              <apply>
                <times/>
                <ci> k </ci>
                <ci> S4_ex </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="glucose_influx_rate">
    <variable units="flux" public_interface="out" name="Jo" initial_value="3.0"/>
  </component>
  
  <component name="S4_flux_rate_across_the_plasma_membrane">
    <variable units="flux" public_interface="out" name="J"/>
    
    <variable units="first_order_rate_constant" name="k" initial_value="13.0"/>
    
    <variable units="millimolar" public_interface="in" name="S4_ex"/>
    <variable units="millimolar" public_interface="in" name="S4"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="J_calculation">
        <eq/>
        <ci> J </ci>
        <apply>
          <times/>
          <ci> k </ci>
          <apply>
            <minus/>
            <ci> S4 </ci>
            <ci> S4_ex </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <connection>
    <map_components component_2="environment" component_1="S1"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S2"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S3"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S4"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S4_ex"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="A"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="A3"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
 
  <connection>
    <map_components component_2="environment" component_1="N"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="N2"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="glucose_influx_rate" component_1="S1"/>
    <map_variables variable_2="Jo" variable_1="Jo"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_1" component_1="S1"/>
    <map_variables variable_2="S1" variable_1="S1"/>
    <map_variables variable_2="delta_S1_rxn1" variable_1="delta_S1_rxn1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_1" component_1="S2"/>
    <map_variables variable_2="S2" variable_1="S2"/>
    <map_variables variable_2="delta_S2_rxn1" variable_1="delta_S2_rxn1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_2" component_1="S2"/>
    <map_variables variable_2="S2" variable_1="S2"/>
    <map_variables variable_2="delta_S2_rxn2" variable_1="delta_S2_rxn2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_6" component_1="S2"/>
    <map_variables variable_2="S2" variable_1="S2"/>
    <map_variables variable_2="delta_S2_rxn6" variable_1="delta_S2_rxn6"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_2" component_1="S3"/>
    <map_variables variable_2="S3" variable_1="S3"/>
    <map_variables variable_2="delta_S3_rxn2" variable_1="delta_S3_rxn2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" component_1="S3"/>
    <map_variables variable_2="S3" variable_1="S3"/>
    <map_variables variable_2="delta_S3_rxn3" variable_1="delta_S3_rxn3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" component_1="S4"/>
    <map_variables variable_2="S4" variable_1="S4"/>
    <map_variables variable_2="delta_S4_rxn3" variable_1="delta_S4_rxn3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_4" component_1="S4"/>
    <map_variables variable_2="S4" variable_1="S4"/>
    <map_variables variable_2="delta_S4_rxn4" variable_1="delta_S4_rxn4"/>
  </connection>
  
  <connection>
    <map_components component_2="S4_flux_rate_across_the_plasma_membrane" component_1="S4"/>
    <map_variables variable_2="J" variable_1="J"/>
    <map_variables variable_2="S4" variable_1="S4"/>
  </connection>
  
  <connection>
    <map_components component_2="S4_flux_rate_across_the_plasma_membrane" component_1="S4_ex"/>
    <map_variables variable_2="J" variable_1="J"/>
    <map_variables variable_2="S4_ex" variable_1="S4_ex"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_7" component_1="S4_ex"/>
    <map_variables variable_2="S4_ex" variable_1="S4_ex"/>
    <map_variables variable_2="delta_S4_ex_rxn7" variable_1="delta_S4_ex_rxn7"/>
  </connection> 
  
  <connection>
    <map_components component_2="reaction_1" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_5" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_1" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="delta_A3_rxn1" variable_1="delta_A3_rxn1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="delta_A3_rxn3" variable_1="delta_A3_rxn3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_5" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="delta_A3_rxn5" variable_1="delta_A3_rxn5"/>
  </connection>
  
  <connection>
    <map_components component_2="A3" component_1="A"/>
    <map_variables variable_2="A3" variable_1="A3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_2" component_1="N"/>
    <map_variables variable_2="N1" variable_1="N1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_4" component_1="N"/>
    <map_variables variable_2="N1" variable_1="N1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_6" component_1="N"/>
    <map_variables variable_2="N1" variable_1="N1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_2" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="delta_N2_rxn2" variable_1="delta_N2_rxn2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_4" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="delta_N2_rxn4" variable_1="delta_N2_rxn4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_6" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="delta_N2_rxn6" variable_1="delta_N2_rxn6"/>
  </connection>
  
  <connection>
    <map_components component_2="N2" component_1="N"/>
    <map_variables variable_2="N2" variable_1="N2"/>
  </connection>
  


<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#6fc97016-a933-4dd7-90ba-38c8019bca39">
    <rdf:li rdf:resource="rdf:#d735a0a5-9ed9-4c64-9c31-f6149b5a7071"/>
    <rdf:li rdf:resource="rdf:#92938af7-72e5-4d9b-a881-25bccae5658a"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#9288938a-29fc-4486-a071-fa3cc3f79d31">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2470d80-2130-4d04-af75-14d70ba3ddd2">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="#S4_ex">
    <dcterms:alternative>
          coupling substance in the external solution
        </dcterms:alternative>
    <dc:title>S4_ex</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#A">
    <dcterms:alternative>
          sum of the concentrations of ATP and ADP
        </dcterms:alternative>
    <dc:title>A</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#79333817-7d1a-4dc4-8c8c-6969af1bc341">
    <dc:subject rdf:resource="rdf:#aedd00d6-ea09-4609-901a-4669143bc9ce"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d735a0a5-9ed9-4c64-9c31-f6149b5a7071">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f8ff9b28-592a-4e96-a798-34bd3ec33670"/>
  </rdf:Description>
  <rdf:Description rdf:about="#N">
    <dcterms:alternative>
          sum of the concentrations of NAD+ and NADH
        </dcterms:alternative>
    <dc:title>N</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a83cc69a-35b7-477d-a384-153c75ac0acb">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fa210cd4-3ffa-4f08-ae80-2b81aa4f95b7">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cb089d10-213a-4c1c-ad6a-1273117683a1">
    <vCard:Given>Reinhart</vCard:Given>
    <vCard:Family>Heinrich</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="#S4">
    <dcterms:alternative>
          pool of cytosolic pyruvate and acetaldehyde
        </dcterms:alternative>
    <dc:title>S4</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#N2">
    <dcterms:alternative>NADH</dcterms:alternative>
    <dc:title>N2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#S1">
    <dcterms:alternative>glucose</dcterms:alternative>
    <dc:title>S1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#S2">
    <dcterms:alternative>
          pool of glyceraldehyde 3-phosphate and dihydroxyacetone phosphate
        </dcterms:alternative>
    <dc:title>S2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#S3">
    <dcterms:alternative>1,3-bisphosphoglycerate</dcterms:alternative>
    <dc:title>S3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#71afcc08-4d38-4ae7-b396-e5a253593328">
    <dcterms:W3CDTF>2003-04-09</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#98a9c917-234b-4089-911c-72eab49a8aa5">
    <vCard:N rdf:resource="rdf:#d2470d80-2130-4d04-af75-14d70ba3ddd2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#90269331-f229-48b9-b132-977b4002c3e6">
    <dcterms:W3CDTF>2000-01-15</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a4146cb8-5f2f-4fe6-bcb3-003325951bf3">
    <dcterms:W3CDTF>2002-04-08</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <cmeta:modification rdf:resource="rdf:#302b1970-37dc-4f5d-b6f8-d09b5808287b"/>
    <cmeta:modification rdf:resource="rdf:#5aee55e8-386c-4509-8562-ed8d8ab3bb9d"/>
    <dcterms:created rdf:resource="rdf:#a4146cb8-5f2f-4fe6-bcb3-003325951bf3"/>
    <dc:creator rdf:resource="rdf:#77fbcac5-c015-4304-a6d9-f0762fc75d06"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aedd00d6-ea09-4609-901a-4669143bc9ce">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>metabolism</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f8ff9b28-592a-4e96-a798-34bd3ec33670">
    <vCard:Given>Jana</vCard:Given>
    <vCard:Family>Wolf</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#302b1970-37dc-4f5d-b6f8-d09b5808287b">
    <dcterms:modified rdf:resource="rdf:#71afcc08-4d38-4ae7-b396-e5a253593328"/>
    <rdf:value>
          Added publication date information.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#79cf80d7-6deb-480a-8676-570b87107a3f"/>
  </rdf:Description>
  <rdf:Description rdf:about="#A3">
    <dcterms:alternative>ATP</dcterms:alternative>
    <dc:title>A3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#08f537c7-fd8e-49cd-8619-bb5cadf38d47">
    <bqs:Pubmed_id>10702114</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#d8d673c6-b1d7-4a30-a075-52cccf1ee5ed"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d8d673c6-b1d7-4a30-a075-52cccf1ee5ed">
    <dc:creator rdf:resource="rdf:#6fc97016-a933-4dd7-90ba-38c8019bca39"/>
    <dc:title>
            Effect of cellular interaction on glycolytic oscillations in yeast:              a theoretical investigation
          </dc:title>
    <bqs:volume>345</bqs:volume>
    <bqs:first_page>321</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#31994701-7761-424c-bdd4-88072786ee31"/>
    <dcterms:issued rdf:resource="rdf:#90269331-f229-48b9-b132-977b4002c3e6"/>
    <bqs:last_page>334</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#436decbe-e7de-41b8-9eed-7e6d66105916">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2363bde5-1872-4a27-9d8a-afea34e21199">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5aee55e8-386c-4509-8562-ed8d8ab3bb9d">
    <dcterms:modified rdf:resource="rdf:#6c46df53-79fa-4dad-958e-1a2a481ac4b8"/>
    <rdf:value>
          Added more metadata.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#98a9c917-234b-4089-911c-72eab49a8aa5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#77fbcac5-c015-4304-a6d9-f0762fc75d06">
    <vCard:ORG rdf:resource="rdf:#9288938a-29fc-4486-a071-fa3cc3f79d31"/>
    <vCard:EMAIL rdf:resource="rdf:#fa210cd4-3ffa-4f08-ae80-2b81aa4f95b7"/>
    <vCard:N rdf:resource="rdf:#2363bde5-1872-4a27-9d8a-afea34e21199"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#79cf80d7-6deb-480a-8676-570b87107a3f">
    <vCard:N rdf:resource="rdf:#436decbe-e7de-41b8-9eed-7e6d66105916"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#92938af7-72e5-4d9b-a881-25bccae5658a">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#cb089d10-213a-4c1c-ad6a-1273117683a1"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6c46df53-79fa-4dad-958e-1a2a481ac4b8">
    <dcterms:W3CDTF>2002-07-19</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#31994701-7761-424c-bdd4-88072786ee31">
    <dc:title>Biochemical Journal</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#wolf_heinrich_2000_version01">
    <dc:title>A dynamic model of glycolytic oscillations in yeast</dc:title>
    <cmeta:bio_entity>yeast</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#3266978f-a97e-4398-b209-240eef89d09b"/>
    <bqs:reference rdf:resource="rdf:#08f537c7-fd8e-49cd-8619-bb5cadf38d47"/>
    <bqs:reference rdf:resource="rdf:#79333817-7d1a-4dc4-8c8c-6969af1bc341"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3266978f-a97e-4398-b209-240eef89d09b">
    <dc:creator rdf:resource="rdf:#a83cc69a-35b7-477d-a384-153c75ac0acb"/>
    <rdf:value>
          This is the CellML description of Wolf and Heinrich's 2000 
          mathematical model of the effect of glycolytic oscillations in yeast.
        </rdf:value>
  </rdf:Description>
</rdf:RDF>
</model>