Rendering of the source text

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="gardner_1998" name="gardner_1998">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Controlling Cell Cycle Dynamics Using a Reversibly Binding Inhibitor</title>
  <author>
    <firstname>Lawson</firstname>
          <surname>James</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
      <section id="sec_status">
        <title>Model Status</title>
        <para>
            This CellML model runs in both OpenCell and COR to reproduce the published results. The units have been checked and they are consistent.
          </para>
      </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: We demonstrate, by using mathematical modeling of cell division cycle (CDC) dynamics, a potential mechanism for precisely controlling the frequency of cell division and regulating the size of a dividing cell. Control of the cell cycle is achieved by artificially expressing a protein that reversibly binds and inactivates any one of the CDC proteins. In the simplest case, such as the checkpoint-free situation encountered in early amphibian embryos, the frequency of CDC oscillations can be increased or decreased by regulating the rate of synthesis, the binding rate, or the equilibrium constant of the binding protein. In a more complex model of cell division, where size-control checkpoints are included, we show that the same reversible binding reaction can alter the mean cell mass in a continuously dividing cell. Because this control scheme is general and requires only the expression of a single protein, it provides a practical means for tuning the characteristics of the cell cycle in vivo.
</para>

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

<para>A theory for controlling cell cycle dynamics using a reversibly binding inhibitor, Timothy S. Gardner, Milos Dolnik and James J. Collins, 1998, <emphasis>Proceedings of the National Academy of Sciences</emphasis>, 95, 14190-14195. <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/9826676">PubMed ID: 9826676</ulink> 
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>cell diagram</title>
    </objectinfo>
    <imagedata fileref="gardner_1998.png"/>
  </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>


  <units name="minute">
    <unit multiplier="60" units="second"/>
  </units>
  <units name="per_minute">
    <unit exponent="-1" units="minute"/>
  </units>
  <units name="micromolar">
    <unit prefix="micro" units="mole"/>
    <unit exponent="-1" units="litre"/>
  </units>

  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="minute"/>
  </component>
  
   <component cmeta:id="C" name="C">
    
    <variable cmeta:id="C_C" initial_value="0.01" name="C" public_interface="out" units="dimensionless"/>
    <variable name="Ctot" public_interface="out" units="dimensionless"/>
   
	<variable name="vi" public_interface="in" units="per_minute"/>
    <variable name="k1" public_interface="in" units="per_minute"/>
    <variable name="X" public_interface="in" units="dimensionless"/>
    <variable name="K5" public_interface="in" units="dimensionless"/>
    <variable name="kd" public_interface="in" units="per_minute"/>
    <variable name="time" public_interface="in" units="minute"/>
    <variable name="Z" public_interface="in" units="dimensionless"/>
  
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>C</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <minus/>
            <ci>vi</ci>
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci>k1</ci>
                <ci>X</ci>
                <ci>C</ci>
              </apply>
              <apply>
                <plus/>
                <ci>C</ci>
                <ci>K5</ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci>kd</ci>
            <ci>C</ci>
          </apply>
        </apply>
      </apply>
    </math>
  
	<math xmlns="http://www.w3.org/1998/Math/MathML">
	  <apply>
        <eq/>
        <ci>Ctot</ci>
        <apply>
          <plus/>
          <ci>C</ci>
          <ci>Z</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="M" name="M">
    
    <variable cmeta:id="M_M" initial_value="0.01" name="M" public_interface="out" units="dimensionless"/>
    <variable name="M_" public_interface="out" units="dimensionless"/>
    
	<variable name="time" public_interface="in" units="minute"/>
    <variable name="V1" public_interface="in" units="per_minute"/>
    <variable name="K1" public_interface="in" units="dimensionless"/>
    <variable name="V2" public_interface="in" units="per_minute"/>
    <variable name="K2" public_interface="in" units="dimensionless"/>
    
	<math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>M_</ci>
        <apply>
          <minus/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1 </cn>
        </apply>
      </apply>
    </math>
  
	<math xmlns="http://www.w3.org/1998/Math/MathML">  
	  <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>M</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>V1</ci>
              <ci>M_</ci>
            </apply>
            <apply>
              <plus/>
              <ci>M_</ci>
              <ci>K1</ci>
            </apply>
          </apply>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>V2</ci>
              <ci>M</ci>
            </apply>
            <apply>
              <plus/>
              <ci>M</ci>
              <ci>K2</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="X" name="X">
     
    <variable cmeta:id="X_X" initial_value="0.01" name="X" public_interface="out" units="dimensionless"/>
    <variable name="X_" public_interface="out" units="dimensionless"/>
    
	<variable name="time" public_interface="in" units="minute"/>
    <variable name="V3" public_interface="in" units="per_minute"/>
    <variable name="K3" public_interface="in" units="dimensionless"/>
    <variable name="V4" public_interface="in" units="per_minute"/>
    <variable name="K4" public_interface="in" units="dimensionless"/>
    
	<math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>X_</ci>
        <apply>
          <minus/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1 </cn>
          <ci>X</ci>
        </apply>
      </apply>
    </math>
  
	<math xmlns="http://www.w3.org/1998/Math/MathML">  
	  <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>X</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>V3</ci>
              <ci>X_</ci>
            </apply>
            <apply>
              <plus/>
              <ci>X_</ci>
              <ci>K3</ci>
            </apply>
          </apply>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>V4</ci>
              <ci>X</ci>
            </apply>
            <apply>
              <plus/>
              <ci>X</ci>
              <ci>K4</ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="Y" name="Y">
    
    <variable cmeta:id="Y_Y" initial_value="0.01" name="Y" public_interface="out" units="dimensionless"/>
    <variable name="Ytot" public_interface="out" units="dimensionless"/>
  
	<variable name="vs" public_interface="in" units="per_minute"/>
    <variable name="d1" public_interface="in" units="per_minute"/>
    <variable name="a1" public_interface="in" units="per_minute"/>
    <variable name="a2" public_interface="in" units="per_minute"/>
    <variable name="alpha" public_interface="in" units="dimensionless"/>
    <variable name="kd" public_interface="in" units="per_minute"/>
    <variable name="Z" public_interface="in" units="dimensionless"/>
    <variable name="C" public_interface="in" units="dimensionless"/>
	<variable name="time" public_interface="in" units="minute"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Y</ci>
        </apply>
        <apply>
          <plus/>
          <apply>
            <minus/>
            <apply>
              <minus/>
              <ci>vs</ci>
              <apply>
                <times/>
                <ci>d1</ci>
                <ci>Y</ci>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci>a1</ci>
              <ci>C</ci>
              <ci>Y</ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci>a2</ci>
              <apply>
                <times/>
                <ci>alpha</ci>
                <ci>kd</ci>
              </apply>
            </apply>
            <ci>Z</ci>
          </apply>
        </apply>
      </apply>
    </math>
  
	<math xmlns="http://www.w3.org/1998/Math/MathML">  
	  <apply>
        <eq/>
        <ci>Ytot</ci>
        <apply>
          <plus/>
          <ci>Y</ci>
          <ci>Z</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="Z" name="Z">
    
    <variable cmeta:id="Z_Z" initial_value="0.28" name="Z" public_interface="out" units="dimensionless"/>
    
	<variable name="time" public_interface="in" units="minute"/>
    <variable name="a1" public_interface="in" units="per_minute"/>
    <variable name="C" public_interface="in" units="dimensionless"/>
    <variable name="Y" public_interface="in" units="dimensionless"/>
    <variable name="a2" public_interface="in" units="per_minute"/>
    <variable name="alpha" public_interface="in" units="dimensionless"/>
    <variable name="kd" public_interface="in" units="per_minute"/>
    <variable name="d1" public_interface="in" units="per_minute"/>
    
	<math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Z</ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci>a1</ci>
            <ci>C</ci>
            <ci>Y</ci>
          </apply>
          <apply>
            <times/>
            <apply>
              <plus/>
              <ci>a2</ci>
              <apply>
                <times/>
                <ci>alpha</ci>
                <ci>kd</ci>
              </apply>
              <apply>
                <times/>
                <ci>alpha</ci>
                <ci>d1</ci>
              </apply>
            </apply>
            <ci>Z</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  
  <component cmeta:id="BP" name="BP">
    
    <variable name="BP" public_interface="out" units="dimensionless"/>
    
	<variable name="Kd" public_interface="in" units="dimensionless"/>
    <variable name="Ytot" public_interface="in" units="dimensionless"/>
    <variable name="C" public_interface="in" units="dimensionless"/>
    
	<math xmlns="http://www.w3.org/1998/Math/MathML" id="BP">
      <apply>
        <eq/>
        <ci>BP</ci>
        <apply>
          <plus/>
          <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1 </cn>
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci>Kd</ci>
              <ci>Ytot</ci>
            </apply>
            <apply>
              <power/>
              <apply>
                <plus/>
                <ci>C</ci>
                <ci>Kd</ci>
              </apply>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 2 </cn>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
 
  <component name="model_parameters">
    <variable initial_value="0.1" name="vi" public_interface="out" units="per_minute"/>
    <variable initial_value="0.5" name="k1" public_interface="out" units="per_minute"/>
    <variable initial_value="0.02" name="K5" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.02" name="kd" public_interface="out" units="per_minute"/>
    <variable initial_value="0.02" name="K1" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.02" name="K2" public_interface="out" units="dimensionless"/>
    <variable name="V1" public_interface="out" units="per_minute"/>
    <variable initial_value="0.25" name="V2" public_interface="out" units="per_minute"/>
	<variable name="V3" public_interface="out" units="per_minute"/>
    <variable initial_value="0.1" name="K3" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.1" name="V4" public_interface="out" units="per_minute"/>
    <variable initial_value="0.1" name="K4" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.3" name="K6" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.75" name="V1_dash" public_interface="out" units="per_minute"/>
    <variable initial_value="0.3" name="V3_dash" public_interface="out" units="per_minute"/>
    <variable initial_value="0.1" name="vs" public_interface="out" units="per_minute"/>
    <variable initial_value="0.05" name="d1" public_interface="out" units="per_minute"/>
    <variable initial_value="1.5" name="a1" public_interface="out" units="per_minute"/>
    <variable initial_value="1.5" name="a2" public_interface="out" units="per_minute"/>
    <variable initial_value="0.1" name="alpha" public_interface="out" units="dimensionless"/>
    <variable initial_value="1" name="Kd" public_interface="out" units="dimensionless"/>
	
	<variable name="M" public_interface="in" units="dimensionless"/>
    <variable name="C" public_interface="in" units="dimensionless"/>
    
	<math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>V1</ci>
        <apply>
          <divide/>
          <apply>
            <times/>
            <ci>C</ci>
            <ci>V1_dash</ci>
          </apply>
          <apply>
            <plus/>
            <ci>C</ci>
            <ci>K6</ci>
          </apply>
        </apply>
      </apply>
    </math>
  
	<math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <ci>V3</ci>
        <apply>
          <times/>
          <ci>M</ci>
          <ci>V3_dash</ci>
        </apply>
      </apply>
    </math>
  </component>
  
  <connection>
    <map_components component_1="environment" component_2="C"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="C"/>
    <map_variables variable_1="vi" variable_2="vi"/>
    <map_variables variable_1="k1" variable_2="k1"/>
    <map_variables variable_1="K5" variable_2="K5"/>
    <map_variables variable_1="kd" variable_2="kd"/>
	<map_variables variable_1="C" variable_2="C"/>
  </connection>
  
  <connection>
    <map_components component_1="X" component_2="C"/>
    <map_variables variable_1="X" variable_2="X"/>
  </connection>
  
  <connection>
    <map_components component_1="environment" component_2="M"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="M"/>
    <map_variables variable_1="K1" variable_2="K1"/>
    <map_variables variable_1="V1" variable_2="V1"/>
	<map_variables variable_1="V2" variable_2="V2"/>
    <map_variables variable_1="K2" variable_2="K2"/>
	<map_variables variable_1="M" variable_2="M"/>
  </connection>
  
  <connection>
    <map_components component_1="environment" component_2="X"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="X"/>
    <map_variables variable_1="K3" variable_2="K3"/>
    <map_variables variable_1="V4" variable_2="V4"/>
    <map_variables variable_1="K4" variable_2="K4"/>
	<map_variables variable_1="V3" variable_2="V3"/>
  </connection>

  <connection>
    <map_components component_1="environment" component_2="Y"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="Y"/>
    <map_variables variable_1="vs" variable_2="vs"/>
    <map_variables variable_1="d1" variable_2="d1"/>
    <map_variables variable_1="a1" variable_2="a1"/>
    <map_variables variable_1="a2" variable_2="a2"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
    <map_variables variable_1="kd" variable_2="kd"/>
  </connection>
  
  <connection>
    <map_components component_1="Z" component_2="Y"/>
    <map_variables variable_1="Z" variable_2="Z"/>
	<map_variables variable_1="Y" variable_2="Y"/>
  </connection>
  
  <connection>
    <map_components component_1="C" component_2="Y"/>
    <map_variables variable_1="C" variable_2="C"/>
  </connection>
  
  <connection>
    <map_components component_1="environment" component_2="Z"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="Z"/>
    <map_variables variable_1="a1" variable_2="a1"/>
    <map_variables variable_1="a2" variable_2="a2"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
    <map_variables variable_1="d1" variable_2="d1"/>
    <map_variables variable_1="kd" variable_2="kd"/>
  </connection>
  
  <connection>
    <map_components component_1="C" component_2="Z"/>
    <map_variables variable_1="C" variable_2="C"/>
	<map_variables variable_1="Z" variable_2="Z"/>
  </connection>
  
  <connection>
    <map_components component_1="model_parameters" component_2="BP"/>
    <map_variables variable_1="Kd" variable_2="Kd"/>
  </connection>
  
  <connection>
    <map_components component_1="Y" component_2="BP"/>
    <map_variables variable_1="Ytot" variable_2="Ytot"/>
  </connection>
  
  <connection>
    <map_components component_1="C" component_2="BP"/>
    <map_variables variable_1="C" variable_2="C"/>
  </connection>
  
  
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><cmeta:modifier><rdf:Description rdf:nodeID="n2"/></cmeta:modifier><rdf:value xml:lang="en">
          Rebuilt model using fixed Goldbeter 91 model as base. Model now produces correct output.
        </rdf:value><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n3"/></modified></rdf:Description><rdf:Description rdf:nodeID="n4"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n5"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n3"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-07-27</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n6"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Collins</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Given></rdf:Description><rdf:Description rdf:nodeID="n7"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n8"/></subject></rdf:Description><rdf:Description rdf:nodeID="n9"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n10"/></Person></rdf:Description><rdf:Description rdf:nodeID="n10"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n11"/></N></rdf:Description><rdf:Description rdf:about="#X"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">X</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">fraction of active protease which degrades cyclin</alternative></rdf:Description><rdf:Description rdf:nodeID="n2"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n12"/></N></rdf:Description><rdf:Description rdf:nodeID="n13"><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">c.lloyd@auckland.ac.nz</rdf:value></rdf:Description><rdf:Description rdf:nodeID="n14"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n15"/></creator><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">14195</last_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n16"/></Journal><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">95</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">14190</first_page><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n17"/></issued><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
            A theory for controlling cell cycle dynamics using a reversibly binding inhibitor
          </title></rdf:Description><rdf:Description rdf:nodeID="n18"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lim</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Jeelean</Given></rdf:Description><rdf:Description rdf:nodeID="n19"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n20"/></Person></rdf:Description><rdf:Description rdf:nodeID="n21"><rdf:_1 xml:lang="en">cell cycle</rdf:_1><rdf:_2 xml:lang="en">cell division</rdf:_2><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_3 xml:lang="en">oscillator</rdf:_3></rdf:Description><rdf:Description rdf:nodeID="n22"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n23"/></N></rdf:Description><rdf:Description rdf:nodeID="n24"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n22"/></Person></rdf:Description><rdf:Description rdf:nodeID="n25"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n14"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">9826676</Pubmed_id></rdf:Description><rdf:Description rdf:nodeID="n26"><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Auckland Bioengineering Institute</Orgunit><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname></rdf:Description><rdf:Description rdf:nodeID="n27"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-12-06</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n20"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n6"/></N></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n28"/></creator><cmeta:modification><rdf:Description rdf:nodeID="n29"/></cmeta:modification><cmeta:modification><rdf:Description rdf:nodeID="n30"/></cmeta:modification><cmeta:modification><rdf:Description rdf:nodeID="n1"/></cmeta:modification></rdf:Description><rdf:Description rdf:about="#gardner_1998"><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n4"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n25"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n7"/></reference></rdf:Description><rdf:Description rdf:nodeID="n30"><cmeta:modifier><rdf:Description rdf:nodeID="n31"/></cmeta:modifier><rdf:value xml:lang="en">
          Rewrote model and changed (erroneous) parameters from those given in the Goldbeter 1991 paper to those given in the Gardner paper.
        </rdf:value><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n27"/></modified></rdf:Description><rdf:Description rdf:nodeID="n29"><cmeta:modifier><rdf:Description rdf:nodeID="n32"/></cmeta:modifier><rdf:value xml:lang="en">
          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. The model runs in the PCEnv simulator to give a nice curved output. However, it does not recreate the spiked output published in the original paper.
        </rdf:value><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n33"/></modified></rdf:Description><rdf:Description rdf:nodeID="n8"><rdf:value><rdf:Description rdf:nodeID="n21"/></rdf:value><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type></rdf:Description><rdf:Description rdf:nodeID="n34"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">M</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given></rdf:Description><rdf:Description rdf:nodeID="n33"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-06-05</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n11"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dolnik</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">M</Given></rdf:Description><rdf:Description rdf:nodeID="n17"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">1998-11-24</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n5"><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest><rdf:first><rdf:Description rdf:nodeID="n35"/></rdf:first></rdf:Description><rdf:Description rdf:nodeID="n28"><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n26"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n13"/></EMAIL><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n36"/></N></rdf:Description><rdf:Description rdf:nodeID="n16"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">PNAS</title></rdf:Description><rdf:Description rdf:nodeID="n31"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n18"/></N></rdf:Description><rdf:Description rdf:about="#M"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">M</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">fraction of active cdc2 kinase</alternative></rdf:Description><rdf:Description rdf:nodeID="n23"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Gardner</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">T</Given></rdf:Description><rdf:Description rdf:about="#Y"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Y</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">concentration of unbound inhibitor</alternative></rdf:Description><rdf:Description rdf:nodeID="n36"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given></rdf:Description><rdf:Description rdf:nodeID="n15"><rdf:_1><rdf:Description rdf:nodeID="n24"/></rdf:_1><rdf:_2><rdf:Description rdf:nodeID="n9"/></rdf:_2><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_3><rdf:Description rdf:nodeID="n19"/></rdf:_3></rdf:Description><rdf:Description rdf:about="#C"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">C</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">cyclin concentration</alternative></rdf:Description><rdf:Description rdf:nodeID="n32"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n34"/></N></rdf:Description><rdf:Description rdf:nodeID="n12"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lawson</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">R</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">James</Given></rdf:Description><rdf:Description rdf:nodeID="n35"><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">10000</pointDensity><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">200</endingValue></rdf:Description><rdf:Description rdf:about="#Z"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Z</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">concentration of inhibitor-target complex</alternative></rdf:Description><rdf:Description rdf:about="#BP"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">BP</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">buffering power</alternative></rdf:Description></rdf:RDF></model>