Location: Wolf, Passarge, Somsen, Snoep, Heinrich, Westerhoff, 2000 @ 6b292bef2e2f / wolf_passarge_somsen_snoep_heinrich_westerhoff_2000.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2009-12-15 12:16:20+13:00
Desc:
Added images in ai and svg format, removed non pub med references
Permanent Source URI:
https://models.physiomeproject.org/workspace/wolf_passarge_somsen_snoep_heinrich_westerhoff_2000/rawfile/6b292bef2e2f80cb793e99a079fc2df5b3bbf4d0/wolf_passarge_somsen_snoep_heinrich_westerhoff_2000.cellml

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

CREATED :  1st June 2007

LAST MODIFIED : 1st June 2007

AUTHOR :  Catherine Lloyd
          Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.1 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:  
 
--><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_model_2000_version02" 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>
  <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 the figure below).  
</para>

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

<para>
Transduction of Intracellular and Intercellular Dynamics in Yeast Glycolytic Oscillations, Jana Wolf, Jutta Passarge, Oscar J.G. Somsen, Jacky L. Snoep, Reinhart Heinrich and Hans V. Westerhoff, 2000, <emphasis>Biophysical Journal</emphasis>, 78, 1145-1153. <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>

<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>
  
  
  
  
  <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 name="S1" cmeta:id="S1">
    
    <variable units="millimolar" public_interface="out" name="S1"/>
    <variable units="flux" public_interface="in" name="Jo"/>
    <variable units="flux" public_interface="in" name="v1"/>
    <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>
          <minus/>
          <ci>Jo</ci>
          <ci>v1</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S2" cmeta:id="S2">
    
    <variable units="millimolar" public_interface="out" name="S2"/>
    <variable units="flux" public_interface="in" name="v1"/>
    <variable units="flux" public_interface="in" name="v2"/>
    <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>
          <minus/>
          <ci>v1</ci>
          <ci>v2</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S3" cmeta:id="S3">
    
    <variable units="millimolar" public_interface="out" name="S3"/>
    <variable units="flux" public_interface="in" name="v2"/>
    <variable units="flux" public_interface="in" name="v3"/>
    <variable units="flux" public_interface="in" name="v8"/>
    <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>
          <minus/>
          <apply>
            <times/>
            <cn cellml:units="dimensionless"> 2.0 </cn>
            <ci>v2</ci>
          </apply>
          <apply>
            <plus/>
            <ci>v3</ci>
            <ci>v8</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S4" cmeta:id="S4">
    
    <variable units="millimolar" public_interface="out" name="S4"/>
    <variable units="flux" public_interface="in" name="v3"/>
    <variable units="flux" public_interface="in" name="v4"/>
    <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>
          <minus/>
          <ci>v3</ci>
          <ci>v4</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S5" cmeta:id="S5">
    
    <variable units="millimolar" public_interface="out" name="S5"/>
    <variable units="flux" public_interface="in" name="v4"/>
    <variable units="flux" public_interface="in" name="v5"/>
    <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>
          <minus/>
          <ci>v4</ci>
          <ci>v5</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S6" cmeta:id="S6">
    
    <variable units="millimolar" public_interface="out" name="S6"/>
    <variable units="flux" public_interface="in" name="v5"/>
    <variable units="flux" public_interface="in" name="v6"/>
    <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>
          <minus/>
          <ci>v5</ci>
          <apply>
            <plus/>
            <ci>v6</ci>
            <ci>J</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="S6_ex" cmeta:id="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="v9"/>
    <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>
          <minus/>
          <apply>
            <times/>
            <ci> psi </ci>
            <ci> J </ci>
          </apply>
          <ci>v9</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="A3" cmeta:id="A3">
    
    <variable units="millimolar" public_interface="out" name="A3"/>
    <variable units="flux" public_interface="in" name="v1"/>
    <variable units="flux" public_interface="in" name="v3"/>
    <variable units="flux" public_interface="in" name="v4"/>
    <variable units="flux" public_interface="in" name="v7"/>
    <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>
          <minus/>
          <apply>
            <plus/>
            <ci>v3</ci>
            <ci>v4</ci>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <cn cellml:units="dimensionless"> 2.0 </cn>
              <ci>v1</ci>
            </apply>
            <ci>v7</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="A" cmeta:id="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"/>
    <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 name="N2" cmeta:id="N2">
    
    <variable units="millimolar" public_interface="out" name="N2"/>
    <variable units="flux" public_interface="in" name="v3"/>
    <variable units="flux" public_interface="in" name="v6"/>
    <variable units="flux" public_interface="in" name="v8"/>
    <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>
          <minus/>
          <ci>v3</ci>
          <apply>
            <plus/>
            <ci>v6</ci>
            <ci>v8</ci>
          </apply>
        </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"/>
    <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="v1">
    <variable units="flux" public_interface="out" name="v1"/>

    <variable units="millimolar" public_interface="in" name="S1"/>
    <variable units="millimolar" public_interface="in" name="A3"/>
    
    <variable units="millimolar" name="K_i" initial_value="1.0"/>
    <variable units="second_order_rate_constant" name="k_1" initial_value="550.0"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v1 </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>
        </component>
  
  <component name="v2">
    <variable units="flux" public_interface="out" name="v2"/>

    <variable units="millimolar" public_interface="in" name="S2"/>
    
    <variable units="first_order_rate_constant" name="k_2" initial_value="9.8"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v2 </ci>
              <apply>
          <times/>
                <ci> k_2 </ci>
                <ci> S2 </ci>
              </apply>
            </apply>
          </math>
        </component>
  
  <component name="v3">
    <variable units="flux" public_interface="out" name="v3"/>

    <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"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v3 </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>
        </component>
  
  <component name="v4">
    <variable units="flux" public_interface="out" name="v4"/>

    <variable units="millimolar" public_interface="in" name="S4"/>
    <variable units="millimolar" public_interface="in" name="A2"/>
    
    <variable units="second_order_rate_constant" name="k_4" initial_value="80.0"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v4 </ci>
              <apply>
          <times/>
                <ci> k_4 </ci>
                <ci> S4 </ci>
                <ci> A2 </ci>
              </apply>
            </apply>
          </math>
        </component>
  
  <component name="v5">
    <variable units="flux" public_interface="out" name="v5"/>

    <variable units="millimolar" public_interface="in" name="S5"/>
    
    <variable units="first_order_rate_constant" name="k_5" initial_value="9.7"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v5 </ci>
              <apply>
          <times/>
                <ci> k_5 </ci>
                <ci> S5 </ci>
              </apply>
            </apply>
          </math>
        </component> 
  
  <component name="v6">
    <variable units="flux" public_interface="out" name="v6"/>

    <variable units="millimolar" public_interface="in" name="S6"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    
    <variable units="second_order_rate_constant" name="k_6" initial_value="2000.0"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v6 </ci>
              <apply>
          <times/>
                <ci> k_6 </ci>
                <ci> S6 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </component>
  
  <component name="v7">
    <variable units="flux" public_interface="out" name="v7"/>

    <variable units="millimolar" public_interface="in" name="A3"/>
    
    <variable units="first_order_rate_constant" name="k_7" initial_value="28.0"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v7 </ci>
              <apply>
          <times/>
                <ci> k_7 </ci>
                <ci> A3 </ci>
              </apply>
            </apply>
          </math>
        </component>
  
  <component name="v8">
    <variable units="flux" public_interface="out" name="v8"/>

    <variable units="millimolar" public_interface="in" name="S3"/>
    <variable units="millimolar" public_interface="in" name="N2"/>
    
    <variable units="second_order_rate_constant" name="k_8" initial_value="85.7"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v8 </ci>
              <apply>
          <times/>
                <ci> k_8 </ci>
                <ci> S3 </ci>
                <ci> N2 </ci>
              </apply>
            </apply>
          </math>
        </component>
  
  <component name="v9">
    <variable units="flux" public_interface="out" name="v9"/>

    <variable units="millimolar" public_interface="in" name="S6_ex"/>
    
    <variable units="first_order_rate_constant" name="k_9" initial_value="80.0"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
        <eq/>
              <ci> v9 </ci>
              <apply>
          <times/>
                <ci> k_9 </ci>
                <ci> S6_ex </ci>
              </apply>
            </apply>
          </math>
        </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="A3"/>
    <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="v1" component_1="S1"/>
    <map_variables variable_2="S1" variable_1="S1"/>
    <map_variables variable_2="v1" variable_1="v1"/>
  </connection>
  
  <connection>
    <map_components component_2="v1" component_1="S2"/>
    <map_variables variable_2="v1" variable_1="v1"/>
  </connection>
  
  <connection>
    <map_components component_2="v2" component_1="S2"/>
    <map_variables variable_2="S2" variable_1="S2"/>
    <map_variables variable_2="v2" variable_1="v2"/>
  </connection>
  
  <connection>
    <map_components component_2="v2" component_1="S3"/>
    <map_variables variable_2="v2" variable_1="v2"/>
  </connection>
  
  <connection>
    <map_components component_2="v3" component_1="S3"/>
    <map_variables variable_2="S3" variable_1="S3"/>
    <map_variables variable_2="v3" variable_1="v3"/>
  </connection>
  
  <connection>
    <map_components component_2="v8" component_1="S3"/>
    <map_variables variable_2="S3" variable_1="S3"/>
    <map_variables variable_2="v8" variable_1="v8"/>
  </connection>
  
  <connection>
    <map_components component_2="v3" component_1="S4"/>
    <map_variables variable_2="S4" variable_1="S4"/>
    <map_variables variable_2="v3" variable_1="v3"/>
  </connection>
  
  <connection>
    <map_components component_2="v4" component_1="S4"/>
    <map_variables variable_2="S4" variable_1="S4"/>
    <map_variables variable_2="v4" variable_1="v4"/>
  </connection>
  
  <connection>
    <map_components component_2="v4" component_1="S5"/>
    <map_variables variable_2="v4" variable_1="v4"/>
  </connection>
  
  <connection>
    <map_components component_2="v5" component_1="S5"/>
    <map_variables variable_2="S5" variable_1="S5"/>
    <map_variables variable_2="v5" variable_1="v5"/>
  </connection>
  
  <connection>
    <map_components component_2="v5" component_1="S6"/>
    <map_variables variable_2="v5" variable_1="v5"/>
  </connection>
  
  <connection>
    <map_components component_2="v6" component_1="S6"/>
    <map_variables variable_2="S6" variable_1="S6"/>
    <map_variables variable_2="v6" variable_1="v6"/>
  </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="v9" component_1="S6_ex"/>
    <map_variables variable_2="S6_ex" variable_1="S6_ex"/>
    <map_variables variable_2="v9" variable_1="v9"/>
  </connection> 
  
  <connection>
    <map_components component_2="v3" component_1="A"/>
    <map_variables variable_2="A2" variable_1="A2"/>
  </connection>
  
  <connection>
    <map_components component_2="v4" 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="v1" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="v1" variable_1="v1"/>
  </connection>
  
  <connection>
    <map_components component_2="v3" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="v3" variable_1="v3"/>
  </connection>
  
  <connection>
    <map_components component_2="v4" component_1="A3"/>
    <map_variables variable_2="v4" variable_1="v4"/>
  </connection>
  
  <connection>
    <map_components component_2="v7" component_1="A3"/>
    <map_variables variable_2="A3" variable_1="A3"/>
    <map_variables variable_2="v7" variable_1="v7"/>
  </connection>
  
  <connection>
    <map_components component_2="v3" component_1="N"/>
    <map_variables variable_2="N1" variable_1="N1"/>
  </connection>
  
  <connection>
    <map_components component_2="v3" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="v3" variable_1="v3"/>
  </connection>
  
  <connection>
    <map_components component_2="v6" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="v6" variable_1="v6"/>
  </connection>
  
  <connection>
    <map_components component_2="v8" component_1="N2"/>
    <map_variables variable_2="N2" variable_1="N2"/>
    <map_variables variable_2="v8" variable_1="v8"/>
  </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:#ee6a7c6e-f695-4162-bbf4-a62d663d46bc">
    <rdf:li rdf:resource="rdf:#8aef3580-983a-4331-ad0c-ed490dfd463f"/>
    <rdf:li rdf:resource="rdf:#770575a7-5bb1-472b-bced-e6ceabd044f8"/>
    <rdf:li rdf:resource="rdf:#ffe166ed-bc14-47ca-a07b-19a474236ba1"/>
    <rdf:li rdf:resource="rdf:#7debef1c-d06c-431e-b02e-db9b9bf355c7"/>
    <rdf:li rdf:resource="rdf:#1fee9f80-81f0-4f3a-a121-8b278695ee65"/>
    <rdf:li rdf:resource="rdf:#8b013af0-7ca1-4f7b-bb84-87589aa13eae"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#b371f2f1-0f4b-48c5-9995-c2e037a5ce15">
    <vCard:Given>Jana</vCard:Given>
    <vCard:Family>Wolf</vCard:Family>
  </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="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#81c29fab-2c60-4568-b0b6-3c37cf164e57"/>
    <dcterms:created rdf:resource="rdf:#3f32e5cf-d281-40c0-825f-ff6bd3dd67a4"/>
    <dc:creator rdf:resource="rdf:#47b0cbf0-4146-4065-be03-a206009cded5"/>
    <cmeta:modification rdf:resource="rdf:#32d85663-0c93-4c3d-beef-74a58da14136"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6e51dfd1-e17b-4e6a-8a9a-83128d042871">
    <dcterms:W3CDTF>2000-03</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3f32e5cf-d281-40c0-825f-ff6bd3dd67a4">
    <dcterms:W3CDTF>2007-06-01T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cdb922b4-eea0-461c-8764-b156f831b308">
    <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:#c0fa8a40-7453-4ab1-acb8-753b9da46ddb">
    <vCard:Given>Reinhart</vCard:Given>
    <vCard:Family>Heinrich</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7debef1c-d06c-431e-b02e-db9b9bf355c7">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#3b44c465-fe4b-4f0d-849a-e53fcc3896d2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#81c29fab-2c60-4568-b0b6-3c37cf164e57">
    <dc:creator rdf:resource="rdf:#0fa87922-a7aa-46ed-bae4-82a1939a22b3"/>
  </rdf:Description>
  <rdf:Description rdf:about="/A3">
    <dcterms:alternative>ATP</dcterms:alternative>
    <dc:title>A3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0bd49791-b7a6-4526-a838-fff02cb2427a">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </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="/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:#dda4b59e-dd1b-4585-b489-b32a7d7a3005">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</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="/S6">
    <dcterms:alternative>intracellular acetaldehyde</dcterms:alternative>
    <dc:title>S6</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="/S4">
    <dcterms:alternative>3-phosphoglycerate</dcterms:alternative>
    <dc:title>S4</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="/S5">
    <dcterms:alternative>pyruvate</dcterms:alternative>
    <dc:title>S5</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#47b0cbf0-4146-4065-be03-a206009cded5">
    <vCard:ORG rdf:resource="rdf:#0bd49791-b7a6-4526-a838-fff02cb2427a"/>
    <vCard:EMAIL rdf:resource="rdf:#1c1c6156-f769-4152-a41b-217d7296ae5b"/>
    <vCard:N rdf:resource="rdf:#dda4b59e-dd1b-4585-b489-b32a7d7a3005"/>
  </rdf:Description>
  <rdf:Description rdf:about="#wolf_model_2000_version02">
    <dc:title>A dynamic model of glycolytic oscillations in yeast</dc:title>
    <cmeta:bio_entity>yeast</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#2c83b267-2c75-4934-ba57-55f174d0fa01"/>
    <bqs:reference rdf:resource="rdf:#1b0b65d7-419e-4634-96fb-cb10ccee45f3"/>
    <bqs:reference rdf:resource="rdf:#30559651-ad43-46c4-ad14-731aaab0d55a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3b44c465-fe4b-4f0d-849a-e53fcc3896d2">
    <vCard:Given>Jacky</vCard:Given>
    <vCard:Family>Snoep</vCard:Family>
    <vCard:Other>L</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1737f6a9-e19d-49f9-bff8-33884351bc3f">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8b013af0-7ca1-4f7b-bb84-87589aa13eae">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#a63e559f-3421-4673-aacd-b5a51d796d99"/>
  </rdf:Description>
  <rdf:Description rdf:about="/N2">
    <dcterms:alternative>NADH</dcterms:alternative>
    <dc:title>N2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1fee9f80-81f0-4f3a-a121-8b278695ee65">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#c0fa8a40-7453-4ab1-acb8-753b9da46ddb"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8aef3580-983a-4331-ad0c-ed490dfd463f">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#b371f2f1-0f4b-48c5-9995-c2e037a5ce15"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9742af4f-3b54-415c-86dc-0499f7b0837f">
    <dc:title>Biophysical Journal</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8bc8bd1c-1e79-4f73-992a-2cc36d66ad8b">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>
      <rdf:Bag>
        <rdf:li>glycolysis</rdf:li>
        <rdf:li>intracellular dynamics</rdf:li>
        <rdf:li>signal transduction</rdf:li>
        <rdf:li>oscillator</rdf:li>
        <rdf:li>intercellular dynamics</rdf:li>
        <rdf:li>metabolism</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#feb76f05-aa81-4d18-9202-2fa039c1ccb0">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ffe166ed-bc14-47ca-a07b-19a474236ba1">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#cdb922b4-eea0-461c-8764-b156f831b308"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#770575a7-5bb1-472b-bced-e6ceabd044f8">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#96fe14a1-68e3-4e4b-bb3d-61f9b9f1127b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a7089319-b290-405e-83cb-35cd91226b16">
    <vCard:N rdf:resource="rdf:#1737f6a9-e19d-49f9-bff8-33884351bc3f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4dffd427-3c1f-4ec1-8bc8-9935d7b9a4a4">
    <dcterms:W3CDTF>2007-06-05T10:49:58+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#30559651-ad43-46c4-ad14-731aaab0d55a">
    <dc:subject rdf:resource="rdf:#8bc8bd1c-1e79-4f73-992a-2cc36d66ad8b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#32d85663-0c93-4c3d-beef-74a58da14136">
    <dcterms:modified rdf:resource="rdf:#4dffd427-3c1f-4ec1-8bc8-9935d7b9a4a4"/>
    <rdf:value>The new version of this model has been re-coded to remove the reaction element and replace it with a simple MathML description of the model reaction kinetics. This is thought to be truer to the original publication, and information regarding the enzyme kinetics etc will later be added to the metadata through use of an ontology. &#13;
&#13;
The model runs in the PCEnv simulator but gives a flat output.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#a7089319-b290-405e-83cb-35cd91226b16"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a63e559f-3421-4673-aacd-b5a51d796d99">
    <vCard:Given>Hans</vCard:Given>
    <vCard:Family>Westerhoff</vCard:Family>
    <vCard:Other>V</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e9118caa-f4d5-46fe-b295-d437d86812ed">
    <dc:creator rdf:resource="rdf:#ee6a7c6e-f695-4162-bbf4-a62d663d46bc"/>
    <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:#9742af4f-3b54-415c-86dc-0499f7b0837f"/>
    <dcterms:issued rdf:resource="rdf:#6e51dfd1-e17b-4e6a-8a9a-83128d042871"/>
    <bqs:last_page>1153</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1c1c6156-f769-4152-a41b-217d7296ae5b">
    <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:#1b0b65d7-419e-4634-96fb-cb10ccee45f3">
    <bqs:Pubmed_id>10692304</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#e9118caa-f4d5-46fe-b295-d437d86812ed"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#96fe14a1-68e3-4e4b-bb3d-61f9b9f1127b">
    <vCard:Given>Jutta</vCard:Given>
    <vCard:Family>Passarge</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2c83b267-2c75-4934-ba57-55f174d0fa01">
    <dc:creator rdf:resource="rdf:#feb76f05-aa81-4d18-9202-2fa039c1ccb0"/>
    <rdf:value>This is the CellML description of Wolf et al's mathematical model of &#13;
          intracellular and intercellular dynamics in yeast glycolytic &#13;
          oscillations.</rdf:value>
  </rdf:Description>
</rdf:RDF>
</model>