Location: Gardner, Dolnik, Collins, 1998 @ c30d309dc941 / gardner_dolnik_collins_1998.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:31:38+12:00
Desc:
committing version01 of gardner_dolnik_collins_1998
Permanent Source URI:
https://models.physiomeproject.org/workspace/gardner_dolnik_collins_1998/rawfile/c30d309dc9418aac3ee93ceaa7903336b2e3e942/gardner_dolnik_collins_1998.cellml

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

CREATED :  1st May 2003

LAST MODIFIED : 1st May 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/1/02 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of Gardner et al.'s
1998 mathematical model of controlling cell cycle dynamics using a reversibly binding inhibitor. 

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:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="gardner_dolnik_collins_1998_version01" name="gardner_dolnik_collins_1998_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Controlling Cell Cycle Dynamics Using a Reversibly Binding Inhibitor</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>
Experimental analysis of the cell division cycle has lead to the elucidation of many of the genes and proteins that control cell division.  In turn, this has allowed scientists to manipulate the cycle, usually by mutating the regulatory genes.  However, this often results in unpredictable responses, such as uncontrolled cell division, inhibited cell division, or fatal errors during the cell cycle.  A more controlled way to manipulate the cell cycle is to add a reversibly binding inhibitor.  In this study described here, Timothy Gardner, Milos Dolnik and James Collins develop a mathematical model of cell division cycle dynamics under the influence of an inhibitory protein.  This protein reversibly binds to cyclin (one of the key cell cycle proteins), and acts to alter the frequency of the cell cycle oscillations.   
</para>

<para>
In order to characterise the features of their model, Gardner <emphasis>et al.</emphasis> applied it to two previously published models of the cell cycle.  The specific model discussed here is the model developed by Goldbeter in 1991 (for more details of this model please see <ulink url="${HTML_EXMPL_GOLDBETER_MODEL}">Goldbeter, 1991</ulink>).  Although this model is based on certain assumptions and is a simplification of the biological cell cycle, it has sufficient detail to describe the dynamics of the molecular mechanisms underlying the cell cycle oscillations.  The model reduces the cell cycle to cyclin, cdc2 kinase and cyclin protease.  Cyclin is continually synthesised, and once it exceeds a threshold concentration, activates cdc2 kinase, which activates cyclin protease, witch in turn degrades cyclin, and creates a negative feedback loop (see <xref linkend="fig_reaction_diagram"/> below).  Cycle oscillations are generated by threshold mechanisms for the activation of cdc2 kinase and cyclin protease, and also the time lags associated with these threshold mechanisms.     
</para>

<para>
Simulations of the combined model show that the frequency of the cell cycle oscillations can be altered by regulating the rate of inhibitor synthesis, the inhibitor-cyclin binding rate, or the equilibrium constant of the of the inhibitor binding protein.
</para>

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

<para>
<ulink url="http://www.pnas.org/cgi/content/abstract/95/24/14190">A theory for controlling cell cycle dynamics using a reversibly binding inhibitor</ulink>, Timothy S. Gardner, Milos Dolnik and James J. Collins, 1998, <ulink url="http://www.pnas.org/">
            <emphasis>Proceedings of the National Academy of Sciences</emphasis>
          </ulink>, 95, 14190-14195. (A <ulink url="http://www.pnas.org/cgi/reprint/95/24/14190.pdf">PDF version</ulink> of the article is available to subscribers on the journal website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=9826676&amp;dopt=Abstract">PubMed ID: 9826676</ulink> 
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>cell diagram</title>
    </objectinfo>
    <imagedata fileref="reaction_diagram.gif"/>
  </imageobject>
</mediaobject>
<caption>Control of the Goldbeter 1991 model with a cyclin inhibitor.  M represents cdc2 kinase, X represents the fraction of active (phosphorylated) cyclin protease, and * represents the fraction of inactive enzymes.  The Goldbeter model is outlined by the dashed box.  Solid arrows indicate protein synthesis, degradation or enzymatic conversion.  Dashed arrows represent activation.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
  
  <!--
    Below, we define some additional units for association with variables and
    constants within the model. 
  -->
  
  <units name="micromolar">
    <unit units="mole" prefix="micro"/>
    <unit units="litre" exponent="-1"/>
  </units>
  
  <units name="minute">
    <unit units="second" multiplier="60.0"/>
  </units>
  
  <units name="flux">
    <unit units="micromolar"/>
    <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="micromolar" exponent="-1"/>
    <unit units="minute" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="minute" public_interface="out" name="time"/>
  </component>
  
  <!--
    The following components describe all the reactants and products involved in
    reactions. 
  --> 
  
  <component cmeta:id="C" name="C">
     
    <variable units="micromolar" public_interface="out" name="C"/>
    <variable units="second_order_rate_constant" name="vi" initial_value="0.1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="kd"/> 
    <variable units="flux" public_interface="in" name="delta_C_rxn_5"/>
    <variable units="flux" public_interface="in" name="delta_C_rxn_6"/>
    <variable units="flux" public_interface="in" name="delta_C_rxn_7"/>
    <variable units="flux" public_interface="in" name="delta_C_rxn_8"/>
    <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>C</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>vi</ci>
          <ci>delta_C_rxn_5</ci>
          <apply>
            <minus/>
            <apply>
              <times/>
              <ci>kd</ci>
              <ci>C</ci>
            </apply>
          </apply>
          <ci>delta_C_rxn_6</ci>
          <ci>delta_C_rxn_7</ci>
          <ci>delta_C_rxn_8</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="C_deg" name="C_deg">
     
    <variable units="micromolar" public_interface="out" name="C_deg"/>
    <variable units="flux" public_interface="in" name="delta_C_deg_rxn_5"/>
    <variable units="flux" public_interface="in" name="delta_C_deg_rxn_9"/>
    <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>C_deg</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_C_deg_rxn_5</ci>
          <ci>delta_C_deg_rxn_9</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="M_" name="M_">
    <rdf:RDF>
      <rdf:Description rdf:about="M_">
        <dc:title>M_</dc:title>
        <dcterms:alternative>
          fraction of inactive cdc2 kinase
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="dimensionless" public_interface="out" name="M_" initial_value="0.99"/> 
    <variable units="first_order_rate_constant" public_interface="in" name="delta_M__rxn_1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="delta_M__rxn_2"/>
    <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>M_</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_M__rxn_1</ci>
          <ci>delta_M__rxn_2</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="M" name="M">
    <rdf:RDF>
      <rdf:Description rdf:about="M">
        <dc:title>M</dc:title>
        <dcterms:alternative>
          fraction of active cdc2 kinase
        </dcterms:alternative> 
        <dcterms:alternative>E3</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="dimensionless" public_interface="out" name="M"/> 
    <variable units="first_order_rate_constant" public_interface="in" name="delta_M_rxn_1"/>
    <variable units="first_order_rate_constant" public_interface="in" name="delta_M_rxn_2"/>
    <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>M</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_M_rxn_1</ci>
          <ci>delta_M_rxn_2</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="X_" name="X_">
    <rdf:RDF>
      <rdf:Description rdf:about="X_">
        <dc:title>X_</dc:title>
        <dcterms:alternative>
          fraction of inactive cyclin protease
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="dimensionless" public_interface="out" name="X_"/> 
    <variable units="first_order_rate_constant" public_interface="in" name="delta_X__rxn_3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="delta_X__rxn_4"/>
    <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>X_</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_X__rxn_3</ci>
          <ci>delta_X__rxn_4</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="X" name="X">
    <rdf:RDF>
      <rdf:Description rdf:about="X">
        <dc:title>X</dc:title>
        <dcterms:alternative>
          fraction of active cyclin protease
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="dimensionless" public_interface="out" name="X"/> 
    <variable units="first_order_rate_constant" public_interface="in" name="delta_X_rxn_3"/>
    <variable units="first_order_rate_constant" public_interface="in" name="delta_X_rxn_4"/>
    <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>X</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_X_rxn_3</ci>
          <ci>delta_X_rxn_4</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="Y" name="Y">
    <rdf:RDF>
      <rdf:Description rdf:about="Y">
        <dc:title>Y</dc:title>
        <dcterms:alternative>
          concentration of unbound inhibitor
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="micromolar" public_interface="out" name="Y"/> 
    <variable units="second_order_rate_constant" name="vs" initial_value="0.08"/>
    <variable units="flux" public_interface="in" name="delta_Y_rxn_10"/>
    <variable units="flux" public_interface="in" name="delta_Y_rxn_6"/>
    <variable units="flux" public_interface="in" name="delta_Y_rxn_7"/>
    <variable units="flux" public_interface="in" name="delta_Y_rxn_9"/>
    <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>Y</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>vs</ci>
          <ci>delta_Y_rxn_10</ci>
          <ci>delta_Y_rxn_6</ci>
          <ci>delta_Y_rxn_7</ci>
          <ci>delta_Y_rxn_9</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="Y_deg" name="Y_deg">
    <rdf:RDF>
      <rdf:Description rdf:about="Y_deg">
        <dc:title>Y_deg</dc:title>
        <dcterms:alternative>
          concentration of degraded inhibitor
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="micromolar" public_interface="out" name="Y_deg"/> 
    <variable units="flux" public_interface="in" name="delta_Y_deg_rxn_8"/>
    <variable units="flux" public_interface="in" name="delta_Y_deg_rxn_10"/>
    <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>Y_deg</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_Y_deg_rxn_8</ci>
          <ci>delta_Y_deg_rxn_10</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <component cmeta:id="Z" name="Z">
    <rdf:RDF>
      <rdf:Description rdf:about="Z">
        <dc:title>Z</dc:title>
        <dcterms:alternative>
          concentration of inhibitor-target complex
        </dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF> 
    <variable units="micromolar" public_interface="out" name="Z"/> 
    <variable units="flux" public_interface="in" name="delta_Z_rxn_6"/>
    <variable units="flux" public_interface="in" name="delta_Z_rxn_7"/>
    <variable units="flux" public_interface="in" name="delta_Z_rxn_9"/>
    <variable units="flux" public_interface="in" name="delta_Z_rxn_8"/>
    <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>Z</ci> 
        </apply>
        <apply>
          <plus/> 
          <ci>delta_Z_rxn_6</ci>
          <ci>delta_Z_rxn_7</ci>
          <ci>delta_Z_rxn_8</ci>
          <ci>delta_Z_rxn_9</ci>
        </apply> 
      </apply> 
    </math> 
  </component>
  
  <!--  
    The following components describe all the enzymes involved in reactions
  -->

  <component cmeta:id="E1" name="E1">
    
    <variable units="micromolar" public_interface="out" name="E1"/>
  </component>
  
  <component cmeta:id="E2" name="E2">
    
    <variable units="micromolar" public_interface="out" name="E2"/>
  </component>
  
  <component cmeta:id="E4" name="E4">
    
    <variable units="micromolar" public_interface="out" name="E4"/>
  </component>
  
  <!--
    The following component defines the constants of the model.
  -->
  
  <component name="constants">
    <variable units="dimensionless" public_interface="out" name="alpha" initial_value="0.1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="d1" initial_value="0.05"/>
    <variable units="first_order_rate_constant" public_interface="out" name="kd" initial_value="0.02"/>
  </component>
  
  <!--
    The following components describe the reactions of the model.
  -->
  
  <component name="reaction1">
    <variable units="dimensionless" public_interface="in" name="M_"/>
    <variable units="dimensionless" public_interface="in" name="M"/>
    <variable units="micromolar" public_interface="in" name="C"/>
    <variable units="micromolar" public_interface="in" name="E1"/>
    <variable units="first_order_rate_constant" name="V1"/>
    <variable units="first_order_rate_constant" name="V1_" initial_value="0.75"/>
    <variable units="micromolar" name="K1" initial_value="0.06"/>
    <variable units="micromolar" name="K6" initial_value="0.3"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_M__rxn_1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_M_rxn_1"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="M_">
        <role stoichiometry="1" direction="forward" delta_variable="delta_M__rxn_1" role="reactant"/>
      </variable_ref>
      <variable_ref variable="M">
        <role stoichiometry="1" direction="forward" delta_variable="delta_M_rxn_1" role="product"/>
      </variable_ref>
      <variable_ref variable="C">
         <role role="activator"/>
      </variable_ref>
      <variable_ref variable="E1">
         <role role="catalyst"/>
      </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> V1 </ci>
                <apply>
                  <divide/>
                  <ci> M_ </ci>
                  <apply>
                    <plus/>
                    <ci> K1 </ci>
                    <ci> M_ </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="V1_calculation">
        <eq/>
        <ci> V1 </ci>
        <apply>
          <times/>
          <ci> V1_ </ci>
          <apply>
            <divide/>
            <ci> C </ci>
            <apply>
              <plus/>
              <ci> K6 </ci>
              <ci> C </ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="reaction2">
    <variable units="dimensionless" public_interface="in" name="M_"/>
    <variable units="dimensionless" public_interface="in" name="M"/>
    <variable units="first_order_rate_constant" name="V2" initial_value="0.25"/>
    <variable units="micromolar" name="K2" initial_value="0.06"/>
    <variable units="micromolar" public_interface="in" name="E2"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_M__rxn_2"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_M_rxn_2"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="M">
        <role stoichiometry="1" direction="forward" delta_variable="delta_M_rxn_2" role="reactant"/>
      </variable_ref>
      <variable_ref variable="M_">
        <role stoichiometry="1" direction="forward" delta_variable="delta_M__rxn_2" role="product"/>
      </variable_ref>
      <variable_ref variable="E2">
         <role role="catalyst"/>
      </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> V2 </ci>
                <apply>
                  <divide/>
                  <ci> M </ci>
                  <apply>
                    <plus/>
                    <ci> K2 </ci>
                    <ci> M </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction3">
    <variable units="dimensionless" public_interface="in" name="X_"/>
    <variable units="dimensionless" public_interface="in" name="X"/>
    <variable units="dimensionless" public_interface="in" name="M"/>
    <variable units="first_order_rate_constant" name="V3"/>
    <variable units="first_order_rate_constant" name="VM3" initial_value="0.3"/>
    <variable units="micromolar" name="K3" initial_value="0.1"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_X__rxn_3"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_X_rxn_3"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="X_">
        <role stoichiometry="1" direction="forward" delta_variable="delta_X__rxn_3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="X">
        <role stoichiometry="1" direction="forward" delta_variable="delta_X_rxn_3" role="product"/>
      </variable_ref>
      <variable_ref variable="M">
         <role role="catalyst"/>
      </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> V3 </ci>
                <apply>
                  <divide/>
                  <ci> X_ </ci>
                  <apply>
                    <plus/>
                    <ci> K3 </ci>
                    <ci> X_ </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="V3_calculation">
        <eq/>
        <ci> V3 </ci>
        <apply>
          <times/>
          <ci> M </ci>
          <ci> VM3 </ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component name="reaction4">
    <variable units="dimensionless" public_interface="in" name="X_"/>
    <variable units="dimensionless" public_interface="in" name="X"/>
    <variable units="first_order_rate_constant" name="V4" initial_value="0.1"/>
    <variable units="micromolar" name="K4" initial_value="0.1"/>
    <variable units="micromolar" public_interface="in" name="E4"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_X__rxn_4"/>
    <variable units="first_order_rate_constant" public_interface="out" name="delta_X_rxn_4"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="X">
        <role stoichiometry="1" direction="forward" delta_variable="delta_X_rxn_4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="X_">
        <role stoichiometry="1" direction="forward" delta_variable="delta_X__rxn_4" role="product"/>
      </variable_ref>
      <variable_ref variable="E4">
         <role role="catalyst"/>
      </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> V4 </ci>
                <apply>
                  <divide/>
                  <ci> X </ci>
                  <apply>
                    <plus/>
                    <ci> K4 </ci>
                    <ci> X </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction5">
    <variable units="micromolar" public_interface="in" name="C"/>
    <variable units="micromolar" public_interface="in" name="C_deg"/>
    <variable units="dimensionless" public_interface="in" name="X"/>
    <variable units="first_order_rate_constant" name="vd" initial_value="0.5"/>
    <variable units="micromolar" name="Kd" initial_value="0.02"/>
    <variable units="flux" public_interface="out" name="delta_C_rxn_5"/>
    <variable units="flux" public_interface="out" name="delta_C_deg_rxn_5"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="C">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_rxn_5" role="reactant"/>
      </variable_ref>
      <variable_ref variable="C_deg">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_deg_rxn_5" role="product"/>
      </variable_ref>
      <variable_ref variable="X">
         <role role="catalyst"/>
      </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> vd </ci>
                <ci> X </ci>
                <apply>
                  <divide/>
                  <ci> C </ci>
                  <apply>
                    <plus/>
                    <ci> Kd </ci>
                    <ci> C </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction6">
    <variable units="micromolar" public_interface="in" name="C"/>
    <variable units="micromolar" public_interface="in" name="Y"/>
    <variable units="micromolar" public_interface="in" name="Z"/>
    <variable units="first_order_rate_constant" name="a1"/>
    <variable units="flux" public_interface="out" name="delta_C_rxn_6"/>
    <variable units="flux" public_interface="out" name="delta_Y_rxn_6"/>
    <variable units="flux" public_interface="out" name="delta_Z_rxn_6"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="C">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_rxn_6" role="reactant"/>
      </variable_ref>
      <variable_ref variable="Y">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_rxn_6" role="reactant"/>
      </variable_ref>
      <variable_ref variable="Z">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Z_rxn_6" 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> a1 </ci>
                <ci> C </ci>
                <ci> Y </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction7">
    <variable units="micromolar" public_interface="in" name="C"/>
    <variable units="micromolar" public_interface="in" name="Y"/>
    <variable units="micromolar" public_interface="in" name="Z"/>
    <variable units="first_order_rate_constant" name="a2"/>
    <variable units="flux" public_interface="out" name="delta_C_rxn_7"/>
    <variable units="flux" public_interface="out" name="delta_Y_rxn_7"/>
    <variable units="flux" public_interface="out" name="delta_Z_rxn_7"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="Z">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Z_rxn_7" role="reactant"/>
      </variable_ref>
      <variable_ref variable="C">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_rxn_7" role="product"/>
      </variable_ref>
      <variable_ref variable="Y">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_rxn_7" 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> a2 </ci>
                <ci> Z </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction8">
    <variable units="micromolar" public_interface="in" name="C"/>
    <variable units="micromolar" public_interface="in" name="Y_deg"/>
    <variable units="micromolar" public_interface="in" name="Z"/>
    <variable units="first_order_rate_constant" public_interface="in" name="d1"/>
    <variable units="dimensionless" public_interface="in" name="alpha"/>
    <variable units="flux" public_interface="out" name="delta_C_rxn_8"/>
    <variable units="flux" public_interface="out" name="delta_Y_deg_rxn_8"/>
    <variable units="flux" public_interface="out" name="delta_Z_rxn_8"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="Z">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Z_rxn_8" role="reactant"/>
      </variable_ref>
      <variable_ref variable="C">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_rxn_8" role="product"/>
      </variable_ref>
      <variable_ref variable="Y_deg">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_deg_rxn_8" 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> alpha </ci>
                <ci> d1 </ci>
                <ci> Z </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction9">
    <variable units="micromolar" public_interface="in" name="Y"/>
    <variable units="micromolar" public_interface="in" name="C_deg"/>
    <variable units="micromolar" public_interface="in" name="Z"/>
    <variable units="first_order_rate_constant" public_interface="in" name="kd"/>
    <variable units="dimensionless" public_interface="in" name="alpha"/>
    <variable units="flux" public_interface="out" name="delta_Y_rxn_9"/>
    <variable units="flux" public_interface="out" name="delta_C_deg_rxn_9"/>
    <variable units="flux" public_interface="out" name="delta_Z_rxn_9"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="Z">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Z_rxn_9" role="reactant"/>
      </variable_ref>
      <variable_ref variable="Y">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_rxn_9" role="product"/>
      </variable_ref>
      <variable_ref variable="C_deg">
        <role stoichiometry="1" direction="forward" delta_variable="delta_C_deg_rxn_9" 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> alpha </ci>
                <ci> kd </ci>
                <ci> Z </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <component name="reaction10">
    <variable units="micromolar" public_interface="in" name="Y"/>
    <variable units="micromolar" public_interface="in" name="Y_deg"/>
    <variable units="first_order_rate_constant" public_interface="in" name="d1"/>
    <variable units="flux" public_interface="out" name="delta_Y_rxn_10"/>
    <variable units="flux" public_interface="out" name="delta_Y_deg_rxn_10"/>
    <variable units="flux" name="r"/>
    <reaction reversible="no">
      <variable_ref variable="Y">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_rxn_10" role="reactant"/>
      </variable_ref>
      <variable_ref variable="Y_deg">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Y_deg_rxn_10" 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> d1 </ci>
                <ci> Y </ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>
  
  <connection>
    <map_components component_2="environment" component_1="C"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="C_deg"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="M"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="M_"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="X"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="X_"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Y"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Y_deg"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Z"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction5" component_1="C"/>
    <map_variables variable_2="C" variable_1="C"/>
    <map_variables variable_2="delta_C_rxn_5" variable_1="delta_C_rxn_5"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction6" component_1="C"/>
    <map_variables variable_2="C" variable_1="C"/>
    <map_variables variable_2="delta_C_rxn_6" variable_1="delta_C_rxn_6"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction8" component_1="C"/>
    <map_variables variable_2="C" variable_1="C"/>
    <map_variables variable_2="delta_C_rxn_8" variable_1="delta_C_rxn_8"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction7" component_1="C"/>
    <map_variables variable_2="C" variable_1="C"/>
    <map_variables variable_2="delta_C_rxn_7" variable_1="delta_C_rxn_7"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction5" component_1="C_deg"/>
    <map_variables variable_2="C_deg" variable_1="C_deg"/>
    <map_variables variable_2="delta_C_deg_rxn_5" variable_1="delta_C_deg_rxn_5"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction9" component_1="C_deg"/>
    <map_variables variable_2="C_deg" variable_1="C_deg"/>
    <map_variables variable_2="delta_C_deg_rxn_9" variable_1="delta_C_deg_rxn_9"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="E1"/>
    <map_variables variable_2="E1" variable_1="E1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="C"/>
    <map_variables variable_2="C" variable_1="C"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="M"/>
    <map_variables variable_2="M" variable_1="M"/>
    <map_variables variable_2="delta_M_rxn_1" variable_1="delta_M_rxn_1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction2" component_1="M"/>
    <map_variables variable_2="M" variable_1="M"/>
    <map_variables variable_2="delta_M_rxn_2" variable_1="delta_M_rxn_2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction2" component_1="E2"/>
    <map_variables variable_2="E2" variable_1="E2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction3" component_1="M"/>
    <map_variables variable_2="M" variable_1="M"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction1" component_1="M_"/>
    <map_variables variable_2="M_" variable_1="M_"/>
    <map_variables variable_2="delta_M__rxn_1" variable_1="delta_M__rxn_1"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction2" component_1="M_"/>
    <map_variables variable_2="M_" variable_1="M_"/>
    <map_variables variable_2="delta_M__rxn_2" variable_1="delta_M__rxn_2"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction3" component_1="X"/>
    <map_variables variable_2="X" variable_1="X"/>
    <map_variables variable_2="delta_X_rxn_3" variable_1="delta_X_rxn_3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction4" component_1="X"/>
    <map_variables variable_2="X" variable_1="X"/>
    <map_variables variable_2="delta_X_rxn_4" variable_1="delta_X_rxn_4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction4" component_1="E4"/>
    <map_variables variable_2="E4" variable_1="E4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction5" component_1="X"/>
    <map_variables variable_2="X" variable_1="X"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction3" component_1="X_"/>
    <map_variables variable_2="X_" variable_1="X_"/>
    <map_variables variable_2="delta_X__rxn_3" variable_1="delta_X__rxn_3"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction4" component_1="X_"/>
    <map_variables variable_2="X_" variable_1="X_"/>
    <map_variables variable_2="delta_X__rxn_4" variable_1="delta_X__rxn_4"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction6" component_1="Y"/>
    <map_variables variable_2="Y" variable_1="Y"/>
    <map_variables variable_2="delta_Y_rxn_6" variable_1="delta_Y_rxn_6"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction7" component_1="Y"/>
    <map_variables variable_2="Y" variable_1="Y"/>
    <map_variables variable_2="delta_Y_rxn_7" variable_1="delta_Y_rxn_7"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction9" component_1="Y"/>
    <map_variables variable_2="Y" variable_1="Y"/>
    <map_variables variable_2="delta_Y_rxn_9" variable_1="delta_Y_rxn_9"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction10" component_1="Y"/>
    <map_variables variable_2="Y" variable_1="Y"/>
    <map_variables variable_2="delta_Y_rxn_10" variable_1="delta_Y_rxn_10"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction8" component_1="Y_deg"/>
    <map_variables variable_2="Y_deg" variable_1="Y_deg"/>
    <map_variables variable_2="delta_Y_deg_rxn_8" variable_1="delta_Y_deg_rxn_8"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction10" component_1="Y_deg"/>
    <map_variables variable_2="Y_deg" variable_1="Y_deg"/>
    <map_variables variable_2="delta_Y_deg_rxn_10" variable_1="delta_Y_deg_rxn_10"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction6" component_1="Z"/>
    <map_variables variable_2="Z" variable_1="Z"/>
    <map_variables variable_2="delta_Z_rxn_6" variable_1="delta_Z_rxn_6"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction7" component_1="Z"/>
    <map_variables variable_2="Z" variable_1="Z"/>
    <map_variables variable_2="delta_Z_rxn_7" variable_1="delta_Z_rxn_7"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction8" component_1="Z"/>
    <map_variables variable_2="Z" variable_1="Z"/>
    <map_variables variable_2="delta_Z_rxn_8" variable_1="delta_Z_rxn_8"/>
  </connection>
  
  <connection>
    <map_components component_2="reaction9" component_1="Z"/>
    <map_variables variable_2="Z" variable_1="Z"/>
    <map_variables variable_2="delta_Z_rxn_9" variable_1="delta_Z_rxn_9"/>
  </connection>
  
  <connection>
    <map_components component_2="constants" component_1="C"/>
    <map_variables variable_2="kd" variable_1="kd"/>
  </connection>
  
  <connection>
    <map_components component_2="constants" component_1="reaction9"/>
    <map_variables variable_2="kd" variable_1="kd"/>
    <map_variables variable_2="alpha" variable_1="alpha"/>
  </connection>
  
  <connection>
    <map_components component_2="constants" component_1="reaction8"/>
    <map_variables variable_2="alpha" variable_1="alpha"/>
    <map_variables variable_2="d1" variable_1="d1"/>
  </connection>
  
  <connection>
    <map_components component_2="constants" component_1="reaction10"/>
    <map_variables variable_2="d1" variable_1="d1"/>
  </connection>
      

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Seq rdf:about="rdf:#36d5dd95-62aa-4483-8f8c-5416fe4b8a68">
    <rdf:li rdf:resource="rdf:#72c26abf-54e4-4eaf-a6ec-528c231962b8"/>
    <rdf:li rdf:resource="rdf:#666b566b-013b-4742-81c9-d31fd2d91353"/>
    <rdf:li rdf:resource="rdf:#a7948cfb-eef9-4fcf-89b6-2aceef204192"/>
  </rdf:Seq>
  <rdf:Description rdf:about="#E2">
    <dcterms:alternative>kinase</dcterms:alternative>
    <dc:title>E2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a7948cfb-eef9-4fcf-89b6-2aceef204192">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#869a4905-eba7-4336-8326-38b9dea26e0b"/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <dcterms:created rdf:resource="rdf:#7820220c-5811-43df-a81b-c99c9369da1c"/>
    <dc:creator rdf:resource="rdf:#df99c2cd-9d79-41f8-bd4e-e36c3f7f769a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b8e6cec8-0e6b-4e6f-8b9c-fdac87cbdfe0">
    <bqs:Pubmed_id>9826676</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#86814999-5a9b-4276-94db-334a9ea6468c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#666b566b-013b-4742-81c9-d31fd2d91353">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#3683a1b8-8310-4154-b1e0-a40b397e40f6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6c43d5c2-8f92-46e4-b7b5-dcad6a77265d">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7fb5259c-bc21-4224-bb49-a26c9ac596b1">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7449c67b-1497-4d27-a0e1-c05ba93f1482">
    <dc:subject rdf:resource="rdf:#8c1b6683-da5d-4b5e-b306-12ec2a7aaaa4"/>
  </rdf:Description>
  <rdf:Description rdf:about="#C">
    <dcterms:alternative>cyclin concentration</dcterms:alternative>
    <dcterms:alternative>degraded cyclin concentration</dcterms:alternative>
    <dc:title>C</dc:title>
    <dc:title>C</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#39e7d1c0-03ff-470b-87dd-a5d0c601e31c">
    <dc:creator rdf:resource="rdf:#7fb5259c-bc21-4224-bb49-a26c9ac596b1"/>
    <rdf:value>
          This is the CellML description of Gardner et al.'s 1998 mathematical 
          model of controlling cell cycle dynamics using a reversibly binding 
          inhibitor. 
        </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#27fda9cb-ee6a-48bb-b64e-955b3ada9eb8">
    <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:#86814999-5a9b-4276-94db-334a9ea6468c">
    <dc:creator rdf:resource="rdf:#36d5dd95-62aa-4483-8f8c-5416fe4b8a68"/>
    <dc:title>
            A theory for controlling cell cycle dynamics using a reversibly 
            binding inhibitor
          </dc:title>
    <bqs:volume>95</bqs:volume>
    <bqs:first_page>14190</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#d9f5e2a3-304c-4d45-9321-48f91da41c71"/>
    <dcterms:issued rdf:resource="rdf:#32c75508-1780-4540-8038-29acf9ecbd7e"/>
    <bqs:last_page>14195</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#72c26abf-54e4-4eaf-a6ec-528c231962b8">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#bc59c4fb-a3fc-45f5-a285-b1febd9329b4"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#869a4905-eba7-4336-8326-38b9dea26e0b">
    <vCard:Given>James</vCard:Given>
    <vCard:Family>Collins</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d9f5e2a3-304c-4d45-9321-48f91da41c71">
    <dc:title>Proc. Natl. Acad. Sci. USA</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#E1">
    <dcterms:alternative>phosphatase</dcterms:alternative>
    <dc:title>E1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3683a1b8-8310-4154-b1e0-a40b397e40f6">
    <vCard:Given>Milos</vCard:Given>
    <vCard:Family>Dolnik</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="#E4">
    <dcterms:alternative>phosphatase</dcterms:alternative>
    <dc:title>E4</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3f81106e-eb76-4185-afe4-6ce57cb90b4e">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bc59c4fb-a3fc-45f5-a285-b1febd9329b4">
    <vCard:Given>Timothy</vCard:Given>
    <vCard:Family>Gardner</vCard:Family>
    <vCard:Other>S</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#df99c2cd-9d79-41f8-bd4e-e36c3f7f769a">
    <vCard:ORG rdf:resource="rdf:#6c43d5c2-8f92-46e4-b7b5-dcad6a77265d"/>
    <vCard:EMAIL rdf:resource="rdf:#27fda9cb-ee6a-48bb-b64e-955b3ada9eb8"/>
    <vCard:N rdf:resource="rdf:#3f81106e-eb76-4185-afe4-6ce57cb90b4e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8c1b6683-da5d-4b5e-b306-12ec2a7aaaa4">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>cell cycle</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="#gardner_dolnik_collins_1998_version01">
    <dc:title>
        Gardner et al.'s 1998 mathematical model of controlling cell cycle 
        dynamics using a reversibly binding inhibitor. 
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#39e7d1c0-03ff-470b-87dd-a5d0c601e31c"/>
    <bqs:reference rdf:resource="rdf:#7449c67b-1497-4d27-a0e1-c05ba93f1482"/>
    <bqs:reference rdf:resource="rdf:#b8e6cec8-0e6b-4e6f-8b9c-fdac87cbdfe0"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7820220c-5811-43df-a81b-c99c9369da1c">
    <dcterms:W3CDTF>2003-05-01</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#32c75508-1780-4540-8038-29acf9ecbd7e">
    <dcterms:W3CDTF>1998-11</dcterms:W3CDTF>
  </rdf:Description>
</rdf:RDF>
</model>