Location: Endresen, 1996 @ 8a05a1fd51af / endresen_1996.cellml

Author:
dougalcowan <devnull@localhost>
Date:
2010-02-09 11:31:33+13:00
Desc:
fixed highlighting and IDs
Permanent Source URI:
https://staging.physiomeproject.org/workspace/endresen_1996/rawfile/8a05a1fd51af0378adcfcac968559c168d0325bf/endresen_1996.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="http://models.cellml.org/workspace/endresen_1996/@@xmlbase/57da3b8aede26952d1b28c5ca2dbe11f9cc5e323//" cmeta:id="endresen_1997" name="endresen_1997">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Mathematical modeling and qualitative analysis of insulin therapies</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
        This CellML version of the model has been checked in COR and OpenCell and is known to be valid CellML. The units are consistent and the model runs to recreate the published results.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: A model of the rabbit sinoatrial action potential is introduced, based on a model by Morris and Lecar. One cell is described by two nonlinear first-order ordinary differential equations, with ten constant parameters. The model is much simpler than most other models in use, but can reproduce perfectly experimentally recorded action potentials. The dynamics of two coupled cells, with and without the presence of periodic acetylcholine pulses, shows examples of bifurcations and strange attractors, mathematical phenomena characterizing chaotic motion. It remains to be clarified whether such dynamics is actually observed, for example in the small irregular variations of the normal heart rate.
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="endresen_1996.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the cell model</caption>
</informalfigure>

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

<para>
Chaos in weakly-coupled pacemaker cells, Lars Petter Endresen, 1997, <emphasis>Journal of Theoretical Biology</emphasis>, 184, 41-50. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=9039399&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 9039399</ulink>
</para>

</sect1>
</article>
</documentation> 


   <units name="per_second">
      <unit exponent="-1" units="second"/>
   </units>
   <units name="millivolt">
      <unit prefix="milli" units="volt"/>
   </units>
   <units name="per_millivolt">
      <unit exponent="-1" prefix="milli" units="volt"/>
   </units>
   <units name="picoS">
      <unit prefix="pico" units="siemens"/>
   </units>
   <units name="picoF">
      <unit prefix="pico" units="farad"/>
   </units>
   <units name="femtoA">
      <unit prefix="femto" units="ampere"/>
   </units>
   <units name="molar">
      <unit units="mole"/>
      <unit exponent="-1" units="litre"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
   </component>
   <component name="membrane">
      <variable cmeta:id="membrane_V" initial_value="-52.07606" name="V" public_interface="out" units="millivolt"/>
      <variable initial_value="60" name="Cm" units="picoF"/>
      <variable name="time" public_interface="in" units="second"/>
      <variable name="i_s" public_interface="in" units="femtoA"/>
      <variable name="i_K" public_interface="in" units="femtoA"/>
      <variable name="i_K_ACh" public_interface="in" units="femtoA"/>
      <variable name="i_j" public_interface="in" units="femtoA"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>V</ci>
            </apply>
            <apply>
               <divide/>
               <apply>
                  <minus/>
                  <apply>
                     <plus/>
                     <ci>i_s</ci>
                     <ci>i_K</ci>
                     <ci>i_K_ACh</ci>
                     <ci>i_j</ci>
                  </apply>
               </apply>
               <ci>Cm</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="calcium_channel">
      <variable cmeta:id="calcium_channel_i_s" name="i_s" public_interface="out" units="femtoA"/>
      <variable initial_value="382.9118" name="g_s" units="picoS"/>
      <variable initial_value="214.1429" name="V_s" units="millivolt"/>
      <variable initial_value="-35.9358" name="V_1" units="millivolt"/>
      <variable initial_value="7.8589" name="V_2" units="millivolt"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_s</ci>
            <apply>
               <times/>
               <apply>
                  <divide/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
               </apply>
               <ci>g_s</ci>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <tanh/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <ci>V</ci>
                           <ci>V_1</ci>
                        </apply>
                        <ci>V_2</ci>
                     </apply>
                  </apply>
               </apply>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>V_s</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="potassium_channel">
      <variable cmeta:id="potassium_channel_i_K" name="i_K" public_interface="out" units="femtoA"/>
      <variable initial_value="536.1093" name="g_K" units="picoS"/>
      <variable initial_value="-259.0783" name="V_K" units="millivolt"/>
      <variable name="time" private_interface="out" public_interface="in" units="second"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <variable name="w" private_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_K</ci>
            <apply>
               <times/>
               <ci>g_K</ci>
               <ci>w</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>V_K</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="potassium_channel_w_gate">
      <variable initial_value="0.0008971" name="w" public_interface="out" units="dimensionless"/>
      <variable initial_value="20.7796" name="lambda_w" units="per_second"/>
      <variable initial_value="-27.9375" name="V_3" units="millivolt"/>
      <variable initial_value="6.321" name="V_4" units="millivolt"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>w</ci>
            </apply>
            <apply>
               <times/>
               <ci>lambda_w</ci>
               <apply>
                  <cosh/>
                  <apply>
                     <divide/>
                     <apply>
                        <minus/>
                        <ci>V</ci>
                        <ci>V_3</ci>
                     </apply>
                     <apply>
                        <times/>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                        <ci>V_4</ci>
                     </apply>
                  </apply>
               </apply>
               <apply>
                  <minus/>
                  <apply>
                     <times/>
                     <apply>
                        <divide/>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     </apply>
                     <apply>
                        <plus/>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                        <apply>
                           <tanh/>
                           <apply>
                              <divide/>
                              <apply>
                                 <minus/>
                                 <ci>V</ci>
                                 <ci>V_3</ci>
                              </apply>
                              <ci>V_4</ci>
                           </apply>
                        </apply>
                     </apply>
                  </apply>
                  <ci>w</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="acetyl_choline_activated_potassium_channel">
      <variable cmeta:id="acetyl_choline_activated_potassium_channel_i_K_ACh" name="i_K_ACh" public_interface="out" units="femtoA"/>
      <variable name="time" private_interface="out" public_interface="in" units="second"/>
      <variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
      <variable name="u" private_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_K_ACh</ci>
            <apply>
               <times/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="picoS">0.27</cn>
               <ci>u</ci>
               <apply>
                  <plus/>
                  <ci>V</ci>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="millivolt">90</cn>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="acetyl_choline_activated_potassium_channel_u_gate">
      <variable initial_value="0.2344555" name="u" public_interface="out" units="dimensionless"/>
      <variable name="alpha" units="per_second"/>
      <variable name="beta" units="per_second"/>
      <variable initial_value="1e-6" name="ACh" units="molar"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>alpha</ci>
            <apply>
               <divide/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="per_second">0.012332</cn>
               <apply>
                  <plus/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                  <apply>
                     <divide/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" type="e-notation" cellml:units="molar">4.2<sep/>-6</cn>
                     <ci>ACh</ci>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>beta</ci>
            <apply>
               <times/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="per_second">0.01</cn>
               <apply>
                  <exp/>
                  <apply>
                     <times/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="per_millivolt">0.0133</cn>
                     <apply>
                        <plus/>
                        <ci>V</ci>
                        <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="millivolt">40</cn>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>u</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>alpha</ci>
                  <apply>
                     <minus/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
                     <ci>u</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>beta</ci>
                  <ci>u</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="coupling_current">
      <variable name="i_j" public_interface="out" units="femtoA"/>
      <variable initial_value="0" name="g_j" units="picoS"/>
      <variable name="V" public_interface="in" units="millivolt"/>
      <variable initial_value="-50" name="V_B" units="millivolt"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_j</ci>
            <apply>
               <times/>
               <ci>g_j</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>V_B</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <group>
      <relationship_ref relationship="containment"/>
      <component_ref component="membrane">
         <component_ref component="calcium_channel"/>
         <component_ref component="potassium_channel">
            <component_ref component="potassium_channel_w_gate"/>
         </component_ref>
         <component_ref component="acetyl_choline_activated_potassium_channel">
            <component_ref component="acetyl_choline_activated_potassium_channel_u_gate"/>
         </component_ref>
      </component_ref>
   </group>
   <group>
      <relationship_ref relationship="encapsulation"/>
      <component_ref component="potassium_channel">
         <component_ref component="potassium_channel_w_gate"/>
      </component_ref>
      <component_ref component="acetyl_choline_activated_potassium_channel">
         <component_ref component="acetyl_choline_activated_potassium_channel_u_gate"/>
      </component_ref>
   </group>
   <connection>
      <map_components component_1="membrane" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="potassium_channel" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="acetyl_choline_activated_potassium_channel" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="calcium_channel"/>
      <map_variables variable_1="V" variable_2="V"/>
      <map_variables variable_1="i_s" variable_2="i_s"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="potassium_channel"/>
      <map_variables variable_1="V" variable_2="V"/>
      <map_variables variable_1="i_K" variable_2="i_K"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="acetyl_choline_activated_potassium_channel"/>
      <map_variables variable_1="V" variable_2="V"/>
      <map_variables variable_1="i_K_ACh" variable_2="i_K_ACh"/>
   </connection>
   <connection>
      <map_components component_1="potassium_channel" component_2="potassium_channel_w_gate"/>
      <map_variables variable_1="w" variable_2="w"/>
      <map_variables variable_1="time" variable_2="time"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="acetyl_choline_activated_potassium_channel" component_2="acetyl_choline_activated_potassium_channel_u_gate"/>
      <map_variables variable_1="u" variable_2="u"/>
      <map_variables variable_1="time" variable_2="time"/>
      <map_variables variable_1="V" variable_2="V"/>
   </connection>
   <connection>
      <map_components component_1="membrane" component_2="coupling_current"/>
      <map_variables variable_1="V" variable_2="V"/>
      <map_variables variable_1="i_j" variable_2="i_j"/>
   </connection>


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="rdf:#1d03292c-8dbc-4762-b560-4d8d86a43832"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-09-11T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#2c80736c-e859-421a-bea6-25ae4cf08209"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#251aeac3-44bd-4bbb-ae3e-23b01226b981"/></creator><rdf:value xml:lang="en">This model is known to run in COR and PCEnv 0.2 and reproduces the published results.</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#$dFMBC2"><rdf:first><rdf:Description rdf:about="rdf:#$eFMBC2"/></rdf:first><rdf:rest><rdf:Description rdf:about="//www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:about="rdf:#bd8bd4f8-4d61-4311-8c10-4364c1b8d375"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lars</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Endresen</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">P</Other></rdf:Description><rdf:Description rdf:about="rdf:#$eFMBC2"><algorithm xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">am112</algorithm><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">3.5</endingValue></rdf:Description><rdf:Description rdf:about="rdf:#50da750b-df24-407d-9c83-0b3dc29c9768"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#703fc683-0ae4-402e-88e5-b1225749cc90"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">9039399</Pubmed_id></rdf:Description><rdf:Description rdf:about="rdf:#ffda8d00-d5dd-4d3e-bc89-317dc176d460"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#37220945-17e2-4486-8f5b-aab7e12c651c"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#c7b7b9f9-9a5c-4a68-ad5f-965d6005886e"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#366ce1a5-ad3d-4ac5-8e0c-c6df1f1961f6"/></EMAIL></rdf:Description><rdf:Description rdf:about="rdf:#37220945-17e2-4486-8f5b-aab7e12c651c"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Penny</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Noble</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other></rdf:Description><rdf:Description rdf:about="rdf:#596283fa-cef8-49b7-b36a-a836d28b607e"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">1996-01-07 00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#$cFMBC2"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:about="rdf:#$dFMBC2"/></boundIntervals></rdf:Description><rdf:Description rdf:about="rdf:#c7b7b9f9-9a5c-4a68-ad5f-965d6005886e"><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Oxford University</Orgname><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dept of Physiology, Anatomy &amp; Genetics</Orgunit></rdf:Description><rdf:Description rdf:nodeID="n1"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n2"/></subject></rdf:Description><rdf:Description rdf:about="rdf:#681639cc-a2ef-42ea-a526-bc882f863c8b"><rdf:_1><rdf:Description rdf:about="rdf:#09699ae2-00bd-46f7-938d-33197d0eeff6"/></rdf:_1><rdf:type><rdf:Description rdf:about="//www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type></rdf:Description><rdf:Description rdf:about=""><cmeta:comment><rdf:Description rdf:about="rdf:#2c80736c-e859-421a-bea6-25ae4cf08209"/></cmeta:comment><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Oxford University</publisher><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#1d03292c-8dbc-4762-b560-4d8d86a43832"/></created><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#ffda8d00-d5dd-4d3e-bc89-317dc176d460"/></creator></rdf:Description><rdf:Description rdf:about="rdf:#51aea0e7-d1f8-478c-b157-e3bef4323451"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#809b8eed-69f0-4f13-920c-dea2a96a1898"/></creator><rdf:value xml:lang="en">This file is a CellML description of Endresen's 1996 model of the rabbit sinoatrial action potential from the paper "Chaos in Weakly-coupled Pacemaker Cells"</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#366ce1a5-ad3d-4ac5-8e0c-c6df1f1961f6"><rdf:type><rdf:Description rdf:about="//imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">penny.noble@dpag.ox.ac.uk</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#809b8eed-69f0-4f13-920c-dea2a96a1898"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">James Lawson</FN></rdf:Description><rdf:Description rdf:nodeID="n3"><rdf:_2 xml:lang="en">cardiac</rdf:_2><rdf:_1 xml:lang="en">electrophysiology</rdf:_1><rdf:type><rdf:Description rdf:about="//www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_3 xml:lang="en">rabbit</rdf:_3></rdf:Description><rdf:Description rdf:about="rdf:#703fc683-0ae4-402e-88e5-b1225749cc90"><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">50</last_page><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Chaos in Weakly-coupled Pacemaker Cells</title><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#eb58e65a-c1ac-4367-96da-1f07380a294f"/></Journal><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#681639cc-a2ef-42ea-a526-bc882f863c8b"/></creator><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#596283fa-cef8-49b7-b36a-a836d28b607e"/></issued><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">184(1)</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">41</first_page></rdf:Description><rdf:Description rdf:about="#endresen_1997"><cmeta:comment><rdf:Description rdf:about="rdf:#51aea0e7-d1f8-478c-b157-e3bef4323451"/></cmeta:comment><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:about="rdf:#$cFMBC2"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#50da750b-df24-407d-9c83-0b3dc29c9768"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n1"/></reference></rdf:Description><rdf:Description rdf:about="rdf:#251aeac3-44bd-4bbb-ae3e-23b01226b981"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">James Lawson</FN></rdf:Description><rdf:Description rdf:about="rdf:#09699ae2-00bd-46f7-938d-33197d0eeff6"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#bd8bd4f8-4d61-4311-8c10-4364c1b8d375"/></N><rdf:type><rdf:Description rdf:about="//www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n2"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:nodeID="n3"/></rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#eb58e65a-c1ac-4367-96da-1f07380a294f"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Journal of Theoretical Biology</title></rdf:Description></rdf:RDF></model>