Location: Wolf, Passarge, Somsen, Snoep, Heinrich, Westerhoff, 2000 @ 29648d07cb4a / wolf_passarge_somsen_snoep_heinrich_westerhoff_2000.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:21:31+12:00
Desc:
committing version01 of wolf_passarge_somsen_snoep_heinrich_westerhoff_2000
Permanent Source URI:
http://models.cellml.org/workspace/wolf_passarge_somsen_snoep_heinrich_westerhoff_2000/rawfile/29648d07cb4aebb85f31ac21e76c777423b141ec/wolf_passarge_somsen_snoep_heinrich_westerhoff_2000.cellml

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

CREATED :  4th 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 et al's 2000 model of the intracellular and intercellular dynamics in yeast glycolytic oscillations.

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_passarge_somsen_snoep_heinrich_westerhoff_2000_version01" name="wolf_passarge_somsen_snoep_heinrich_westerhoff_2000_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Yeast Glycolytic Oscillations</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>
Under certain well-defined conditions, a population of yeast cells exhibits glycolytic oscillations that synchronise through intercellular acetaldehyde.  This implies that the dynamic phenomenon of the oscillation propagates within and between cells.  Several theories to explain the mechanisms underlying these oscillations have been suggested, including the idea that the frequency of the oscillations is dependent on several molecular processes, especially glucose transport across the plasma membrane.  Due to the highly integrated nature of metabolism it is difficult to study metabolites or even metabolic pathways in isolation.  They are part of a much larger metabolic network.
</para>

<para>
In 2000, Jana Wolf, Jutta Passarge, Oscar J.G. Somsen, Jacky L. Snoep, Reinhart Heinrich and Hans V. Westerhoff published a kinetic model describing the transduction of intracellular and intercellular dynamics in yeast glycolytic oscillations (see <xref linkend="fig_reaction_diagram"/> below).  
</para>

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

<para>
<ulink url="http://www.biophysj.org/cgi/content/abstract/78/3/1145">Transduction of Intracellular and Intercellular Dynamics in Yeast Glycolytic Oscillations</ulink>, Jana Wolf, Jutta Passarge, Oscar J.G. Somsen, Jacky L. Snoep, Reinhart Heinrich and Hans V. Westerhoff, 2000, <ulink url="http://www.biophysj.org/">
            <emphasis>Biophysical Journal</emphasis>
          </ulink>, 78, 1145-1153.  (The <ulink url="http://www.biophysj.org/cgi/reprint/78/3/1145.pdf">PDF</ulink> and <ulink url="http://www.biophysj.org/cgi/content/full/78/3/1145">full text</ulink> versions of the article are available on the Biophysical Journal website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=10692304&amp;dopt=Abstract">PubMed ID: 10692304</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_passarge_2000.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic representation of the model.  The nine variable model includes all shown metabolites as variables where S1 represents glucose, S2 represents fructose-1,6-bisphosphate, S3 represents the triphopshate pool, S4 represents 3-phosphoglycerate, S5 represents pyruvate, S6 represents intracellular acetaldehyde, S6,ex represents extracellular acetaldehyde, A2 is ADP, A3 is ATP, N1 is NAD<superscript>+</superscript> and N2 is NADH.</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="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>
        </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="flux" public_interface="in" name="delta_S3_rxn8"/>
    <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>
          <ci>delta_S3_rxn8</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="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>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S5" name="S5">
    
    <variable units="millimolar" public_interface="out" name="S5"/>
    <variable units="flux" public_interface="in" name="delta_S5_rxn4"/>
    <variable units="flux" public_interface="in" name="delta_S5_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>S5</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_S5_rxn4</ci>
          <ci>delta_S5_rxn5</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S6" name="S6">
    
    <variable units="millimolar" public_interface="out" name="S6"/>
    <variable units="flux" public_interface="in" name="delta_S6_rxn5"/>
    <variable units="flux" public_interface="in" name="delta_S6_rxn6"/>
    <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>S6</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_S6_rxn5</ci>
          <ci>delta_S6_rxn6</ci>
          <ci>J</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="S6_ex" name="S6_ex">
    
    <variable units="millimolar" public_interface="out" name="S6_ex"/>
    <variable units="dimensionless" name="psi" initial_value="0.1"/>
    <variable units="flux" public_interface="in" name="delta_S6_ex_rxn9"/>
    <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>S6_ex</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <times/>
            <ci> psi </ci>
            <ci> J </ci>
          </apply>
          <ci>delta_S6_ex_rxn9</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_rxn4"/>
    <variable units="flux" public_interface="in" name="delta_A3_rxn7"/>
    <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_rxn4</ci>
          <ci>delta_A3_rxn7</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_rxn3"/>
    <variable units="flux" public_interface="in" name="delta_N2_rxn6"/>
    <variable units="flux" public_interface="in" name="delta_N2_rxn8"/>
    <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_rxn3</ci>
          <ci>delta_N2_rxn6</ci>
          <ci>delta_N2_rxn8</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component 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="1.0"/>
    <variable units="second_order_rate_constant" name="k_1" initial_value="550.0"/>
    <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="1" 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>
                <apply>
                  <power/>
                  <apply>
                    <plus/>
                    <cn cellml:units="dimensionless"> 1.0 </cn>
                    <apply>
                      <power/>
                      <apply>
                        <divide/>
                        <ci> A3 </ci>
                        <ci> K_i </ci>
                      </apply>
                      <cn cellml:units="dimensionless"> 4.0 </cn>
                    </apply> 
                  </apply>
                  <cn cellml:units="dimensionless"> -1.0 </cn>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_2">
    <variable units="millimolar" public_interface="in" name="S2"/>
    <variable units="millimolar" public_interface="in" name="S3"/>
    <variable units="first_order_rate_constant" name="k_2" initial_value="9.8"/>
    <variable units="flux" public_interface="out" name="delta_S2_rxn2"/>
    <variable units="flux" public_interface="out" name="delta_S3_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="S3">
        <role stoichiometry="2" direction="forward" delta_variable="delta_S3_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>
              </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="N1"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="second_order_rate_constant" name="k_GAPDH_plus" initial_value="323.8"/>
    <variable units="second_order_rate_constant" name="k_GAPDH_minus" initial_value="57823.1"/>
    <variable units="second_order_rate_constant" name="k_PGK_plus" initial_value="76411.1"/>
    <variable units="second_order_rate_constant" name="k_PGK_minus" initial_value="23.7"/>
    <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_N2_rxn3"/>
    <variable units="flux" public_interface="out" name="delta_A3_rxn3"/>
    <variable units="flux" name="r"/>
    <reaction reversible="yes">
      <variable_ref variable="S3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S3_rxn3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N1">
        <role direction="forward" 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="N2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_N2_rxn3" role="product"/>
      </variable_ref>
      <variable_ref variable="A3">
        <role stoichiometry="1" 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>
                <divide/>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci> k_GAPDH_plus </ci>
                    <ci> k_PGK_plus </ci>
                    <ci> S3  </ci>
                    <ci> N1 </ci>
                    <ci> A2  </ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci> k_GAPDH_minus </ci>
                    <ci> k_PGK_minus </ci>
                    <ci> S4  </ci>
                    <ci> A3 </ci>
                    <ci> N2  </ci>
                  </apply>
                </apply>
                <apply>
                  <plus/>
                  <apply>
                    <times/>
                    <ci> k_GAPDH_minus </ci>
                    <ci> N2  </ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci> k_PGK_plus </ci>
                    <ci> A2  </ci>
                  </apply>
                </apply>
              </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="A2"/>
    <variable units="millimolar" public_interface="in" name="S5"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="second_order_rate_constant" name="k_4" initial_value="80.0"/>
    <variable units="flux" public_interface="out" name="delta_S4_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_S5_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_A3_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="A2">
        <role direction="forward" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S5">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S5_rxn4" role="product"/>
      </variable_ref> 
      <variable_ref variable="A3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_A3_rxn4" 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> A2 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_5">
    <variable units="millimolar" public_interface="in" name="S5"/>
    <variable units="millimolar" public_interface="in" name="S6"/>
    <variable units="first_order_rate_constant" name="k_5" initial_value="9.7"/>
    <variable units="flux" public_interface="out" name="delta_S5_rxn5"/>
    <variable units="flux" public_interface="out" name="delta_S6_rxn5"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S5">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S5_rxn5" role="reactant"/>
      </variable_ref>
      <variable_ref variable="S6">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S6_rxn5" 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> S5 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component> 
  
  <component name="reaction_6">
    <variable units="millimolar" public_interface="in" name="S6"/>
    <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="2000.0"/>
    <variable units="flux" public_interface="out" name="delta_S6_rxn6"/>
    <variable units="flux" public_interface="out" name="delta_N2_rxn6"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S6">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S6_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> S6 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_7">
    <variable units="millimolar" public_interface="in" name="A3"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    <variable units="first_order_rate_constant" name="k_7" initial_value="28.0"/>
    <variable units="flux" public_interface="out" name="delta_A3_rxn7"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="A3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_A3_rxn7" 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_7 </ci>
                <ci> A3 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_8">
    <variable units="millimolar" public_interface="in" name="S3"/>
    <variable units="millimolar" public_interface="in" name="N1"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    <variable units="second_order_rate_constant" name="k_8" initial_value="85.7"/>
    <variable units="flux" public_interface="out" name="delta_S3_rxn8"/>
    <variable units="flux" public_interface="out" name="delta_N2_rxn8"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S3">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S3_rxn8" role="reactant"/>
      </variable_ref>
      <variable_ref variable="N2">
        <role stoichiometry="1" direction="forward" delta_variable="delta_N2_rxn8" 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_8 </ci>
                <ci> S3 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction_9">
    <variable units="millimolar" public_interface="in" name="S6_ex"/>
    <variable units="first_order_rate_constant" name="k_9" initial_value="80.0"/>
    <variable units="flux" public_interface="out" name="delta_S6_ex_rxn9"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="S6_ex">
        <role stoichiometry="1" direction="forward" delta_variable="delta_S6_ex_rxn9" 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_9 </ci>
                <ci> S6_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="50.0"/>
  </component>
  
  <component name="S6_flux_rate_across_the_plasma_membrane">
    <variable units="flux" public_interface="out" name="J"/>
    
    <variable units="first_order_rate_constant" name="k" initial_value="375.0"/>
    
    <variable units="millimolar" public_interface="in" name="S6_ex"/>
    <variable units="millimolar" public_interface="in" name="S6"/>
    
    <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> S6 </ci>
            <ci> S6_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="S5"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S6"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="S6_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_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_8" component_1="S3"/>
    <map_variables variable_2="S3" variable_1="S3"/>
    <map_variables variable_2="delta_S3_rxn8" variable_1="delta_S3_rxn8"/>
  </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="reaction_4" component_1="S5"/>
    <map_variables variable_2="S5" variable_1="S5"/>
    <map_variables variable_2="delta_S5_rxn4" variable_1="delta_S5_rxn4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_5" component_1="S5"/>
    <map_variables variable_2="S5" variable_1="S5"/>
    <map_variables variable_2="delta_S5_rxn5" variable_1="delta_S5_rxn5"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_5" component_1="S6"/>
    <map_variables variable_2="S6" variable_1="S6"/>
    <map_variables variable_2="delta_S6_rxn5" variable_1="delta_S6_rxn5"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_6" component_1="S6"/>
    <map_variables variable_2="S6" variable_1="S6"/>
    <map_variables variable_2="delta_S6_rxn6" variable_1="delta_S6_rxn6"/>
  </connection>
  
  <connection>
    <map_components component_2="S6_flux_rate_across_the_plasma_membrane" component_1="S6"/>
    <map_variables variable_2="J" variable_1="J"/>
    <map_variables variable_2="S6" variable_1="S6"/>
  </connection>
  
  <connection>
    <map_components component_2="S6_flux_rate_across_the_plasma_membrane" component_1="S6_ex"/>
    <map_variables variable_2="J" variable_1="J"/>
    <map_variables variable_2="S6_ex" variable_1="S6_ex"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_9" component_1="S6_ex"/>
    <map_variables variable_2="S6_ex" variable_1="S6_ex"/>
    <map_variables variable_2="delta_S6_ex_rxn9" variable_1="delta_S6_ex_rxn9"/>
  </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_4" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_7" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </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_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_4" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="delta_A3_rxn4" variable_1="delta_A3_rxn4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_7" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="delta_A3_rxn7" variable_1="delta_A3_rxn7"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" 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_8" component_1="N"/>
    <map_variables variable_2="N1" variable_1="N1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction_3" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="delta_N2_rxn3" variable_1="delta_N2_rxn3"/>
  </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="reaction_8" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="delta_N2_rxn8" variable_1="delta_N2_rxn8"/>
  </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:#f9e11360-1a4f-4103-9a13-4d165491b730">
    <rdf:li rdf:resource="rdf:#8cdaa954-f4a5-44b6-996b-0a5498c464ed"/>
    <rdf:li rdf:resource="rdf:#e73a8322-8844-4733-9c82-52b320ff0f02"/>
    <rdf:li rdf:resource="rdf:#9e905527-f30c-4ef4-9ceb-3daf66b41291"/>
    <rdf:li rdf:resource="rdf:#a6307ed0-f4b1-44f5-9b72-e8ae784e5769"/>
    <rdf:li rdf:resource="rdf:#7ae946d8-1a22-4ff9-808b-b29e139ec6e1"/>
    <rdf:li rdf:resource="rdf:#3d2b29b6-f7bb-42ab-95f0-ddb068ef425b"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#7ae946d8-1a22-4ff9-808b-b29e139ec6e1">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#ed9c5327-cd23-4c7d-a7c1-9ecef595f17a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#afb9e3bb-b23b-4f96-9c67-0425f0b68ec8">
    <dc:title>Biophysical Journal</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#dde4ecbc-9c34-451f-9079-3da1e640822b">
    <dcterms:W3CDTF>2003-04-09</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#73235b7c-9e5c-46ec-af6d-53c3d1033cc5">
    <dcterms:modified rdf:resource="rdf:#dde4ecbc-9c34-451f-9079-3da1e640822b"/>
    <rdf:value>
          Added publication date information.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#3754618a-2de3-4041-9595-8e84423ee507"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f392060b-a8d3-4506-b48d-0103622a6b24">
    <dcterms:modified rdf:resource="rdf:#d59c81d4-00e9-4be6-ac09-21066ce25065"/>
    <rdf:value>
          Added more metadata.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#fc110b66-77ec-40fa-9e7c-246f7011604b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cb4c421e-ce8d-41ec-8cb2-1a2381f9c3f3">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7fc04b37-c733-4370-b3e9-d6f95cfeec94">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8cdaa954-f4a5-44b6-996b-0a5498c464ed">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#c7b03667-8a6e-4045-83b0-1596ae46a8b8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f9ead6d2-f378-40fd-bc6e-54706f8ef8a2">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="#A">
    <dcterms:alternative>total adenosine phosphates</dcterms:alternative>
    <dc:title>A</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#18935ebe-cf87-41b7-9b5d-259ca49294b8">
    <vCard:ORG rdf:resource="rdf:#5fc1f3a5-8ff6-48ed-9ef5-434eea9728b3"/>
    <vCard:EMAIL rdf:resource="rdf:#87b6589f-aee6-4210-8a43-0a4d5decd8de"/>
    <vCard:N rdf:resource="rdf:#f9ead6d2-f378-40fd-bc6e-54706f8ef8a2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#093207a1-b2f9-49a8-ba06-7d3c74660ada">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>metabolism</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="#S4">
    <dcterms:alternative>3-phosphoglycerate</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="#S6">
    <dcterms:alternative>intracellular acetaldehyde</dcterms:alternative>
    <dc:title>S6</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9e905527-f30c-4ef4-9ceb-3daf66b41291">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#164b5d42-ab84-4836-b75b-592b81243e71"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3754618a-2de3-4041-9595-8e84423ee507">
    <vCard:N rdf:resource="rdf:#7fc04b37-c733-4370-b3e9-d6f95cfeec94"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5fc1f3a5-8ff6-48ed-9ef5-434eea9728b3">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="#S2">
    <dcterms:alternative>fructose-1,6-bisphosphate</dcterms:alternative>
    <dc:title>S2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#S3">
    <dcterms:alternative>triose phosphate pool</dcterms:alternative>
    <dc:title>S3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e6560f98-4e0c-4d41-937b-a5d9bf4450dd">
    <vCard:Given>Jutta</vCard:Given>
    <vCard:Family>Passarge</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3d2b29b6-f7bb-42ab-95f0-ddb068ef425b">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#495de436-02ad-4d68-8922-a30fcfb34dbf"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fc110b66-77ec-40fa-9e7c-246f7011604b">
    <vCard:N rdf:resource="rdf:#9ca0befb-1a02-45ff-a99e-841d4017e7e6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ed9c5327-cd23-4c7d-a7c1-9ecef595f17a">
    <vCard:Given>Reinhart</vCard:Given>
    <vCard:Family>Heinrich</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9ca0befb-1a02-45ff-a99e-841d4017e7e6">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#164b5d42-ab84-4836-b75b-592b81243e71">
    <vCard:Given>Oscar</vCard:Given>
    <vCard:Family>Somsen</vCard:Family>
    <vCard:Other>G</vCard:Other>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1cdfb71e-39c9-4fee-99e7-0e1c4026290b">
    <dcterms:W3CDTF>2002-04-04</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d088fb42-3005-45a7-b26d-966e66fee8ae">
    <dcterms:W3CDTF>2000-03</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c7b03667-8a6e-4045-83b0-1596ae46a8b8">
    <vCard:Given>Jana</vCard:Given>
    <vCard:Family>Wolf</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#acfff185-c978-4047-8639-0b1a6e67c311">
    <dc:creator rdf:resource="rdf:#f9e11360-1a4f-4103-9a13-4d165491b730"/>
    <dc:title>
            Transduction of Intracellular and Intercellular Dynamics in Yeast                Glycolytic Oscillations
          </dc:title>
    <bqs:volume>78</bqs:volume>
    <bqs:first_page>1145</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#afb9e3bb-b23b-4f96-9c67-0425f0b68ec8"/>
    <dcterms:issued rdf:resource="rdf:#d088fb42-3005-45a7-b26d-966e66fee8ae"/>
    <bqs:last_page>1153</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="#A3">
    <dcterms:alternative>ATP</dcterms:alternative>
    <dc:title>A3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#87b6589f-aee6-4210-8a43-0a4d5decd8de">
    <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:#d59c81d4-00e9-4be6-ac09-21066ce25065">
    <dcterms:W3CDTF>2002-07-19</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="#S6_ex">
    <dcterms:alternative>extracellular acetaldehyde</dcterms:alternative>
    <dc:title>S6_ex</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#75a70dfa-a644-4bef-bb0f-cb82efbac764">
    <bqs:Pubmed_id>10692304</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#acfff185-c978-4047-8639-0b1a6e67c311"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#495de436-02ad-4d68-8922-a30fcfb34dbf">
    <vCard:Given>Hans</vCard:Given>
    <vCard:Family>Westerhoff</vCard:Family>
    <vCard:Other>V</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="#S1">
    <dcterms:alternative>glucose</dcterms:alternative>
    <dc:title>S1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#wolf_passarge_somsen_snoep_heinrich_westerhoff_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:#44b28d9e-b822-42da-8aee-45f27a958117"/>
    <bqs:reference rdf:resource="rdf:#75a70dfa-a644-4bef-bb0f-cb82efbac764"/>
    <bqs:reference rdf:resource="rdf:#b6ddd56e-b122-4603-bd68-d24389ac9d52"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e73a8322-8844-4733-9c82-52b320ff0f02">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#e6560f98-4e0c-4d41-937b-a5d9bf4450dd"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#44b28d9e-b822-42da-8aee-45f27a958117">
    <dc:creator rdf:resource="rdf:#cb4c421e-ce8d-41ec-8cb2-1a2381f9c3f3"/>
    <rdf:value>
          This is the CellML description of Wolf et al's mathematical model of 
          intracellular and intercellular dynamics in yeast glycolytic 
          oscillations.
        </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <cmeta:modification rdf:resource="rdf:#73235b7c-9e5c-46ec-af6d-53c3d1033cc5"/>
    <cmeta:modification rdf:resource="rdf:#f392060b-a8d3-4506-b48d-0103622a6b24"/>
    <dcterms:created rdf:resource="rdf:#1cdfb71e-39c9-4fee-99e7-0e1c4026290b"/>
    <dc:creator rdf:resource="rdf:#18935ebe-cf87-41b7-9b5d-259ca49294b8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ebf013ce-8b1b-4fa3-8f23-6d233dd55f7d">
    <vCard:Given>Jacky</vCard:Given>
    <vCard:Family>Snoep</vCard:Family>
    <vCard:Other>L</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b6ddd56e-b122-4603-bd68-d24389ac9d52">
    <dc:subject rdf:resource="rdf:#093207a1-b2f9-49a8-ba06-7d3c74660ada"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a6307ed0-f4b1-44f5-9b72-e8ae784e5769">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#ebf013ce-8b1b-4fa3-8f23-6d233dd55f7d"/>
  </rdf:Description>
  <rdf:Description rdf:about="#S5">
    <dcterms:alternative>pyruvate</dcterms:alternative>
    <dc:title>S5</dc:title>
  </rdf:Description>
</rdf:RDF>
</model>