Rendering of the source text

<?xml version='1.0' encoding='utf-8'?>
<!--
This CellML file was generated on 21/08/2007 at 17:38:21 using:

COR (0.9.31.751)
Copyright 2002-2007 Dr Alan Garny
http://COR.physiol.ox.ac.uk/ - COR@physiol.ox.ac.uk

CellML 1.0 was used to generate this cellular model
http://www.CellML.org/
--><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="noble_1962_version04" name="noble_1962_version04">
   
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Noble Purkinje Fibre Model 1962</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 model has been curated by both Penny Noble and James Lawson and is known to run in COR, JSim and OpenCell. 
</para>
<para>This model is valid CellML and has consistent units</para>

  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
In 1962, Denis Noble published one of the first mathematical models of a cardiac cell.  By adapting the equations of the original Hodgkin-Huxley squid axon model (1952), Noble described the long lasting action and pace-maker potentials of the Purkinje fibres of the heart.  The potassium-current equations differ from those of Hodgkin and Huxley in that the potassium ions are assumed to flow through two types of channel in the membrane.  By contrast, the sodium current equations are very similar to those of Hodgkin and Huxley.
</para>

<para>
The main failure of the Noble (1962) model is that it only includes one voltage gated inward current, I<subscript>Na</subscript>.  Calcium currents had not yet been discovered, but there was a clue in the model that something was missing.  The only way the model could be made to work was to greatly extend the voltage range of the sodium current by reducing the voltage dependence of the sodium activation process.  In effect the sodium current was made to serve the function of both the sodium and the calcium channels as far as the plateau is concerned.  There was a clear experimental prediction: either sodium channels in the heart are quantitatively different from those in neurons, or other inward current-carrying channels must exist.  Both predictions are correct.
</para>

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

<para>
A Modification of the Hodgkin-Huxley Equations Applicable to Purkinje Fibre Action and Pace-maker Potentials, Noble, D. 1962 
            <emphasis>Journal of Physiology</emphasis>
          , 160, 317-352.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=14480151&amp;dopt=Abstract">PubMed ID: 14480151</ulink>
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="hodgkin_1952.png"/>
  </imageobject>
</mediaobject>
<caption>A schematic cell diagram describing the current flows across the cell membrane that are captured in the Noble 1962 model.  Note that this image is identical to the schematic diagram which describes the Hodgkin-Huxley 1952 model.  This is because the Noble 1962 model is based on the HH 18952 model, and the ony differences are in the parameters of the model, and also the gating of the potassium channel - and these differences do not show in the schematic diagram.</caption>
</informalfigure>

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

   <units name="per_second">
      <unit units="second" exponent="-1"/>
   </units>
   <units name="millivolt">
      <unit units="volt" prefix="milli"/>
   </units>
   <units name="per_millivolt">
      <unit units="volt" prefix="milli" exponent="-1"/>
   </units>
   <units name="per_millivolt_second">
      <unit units="millivolt" exponent="-1"/>
      <unit units="second" exponent="-1"/>
   </units>
   <units name="microS">
      <unit units="siemens" prefix="micro"/>
   </units>
   <units name="microF">
      <unit units="farad" prefix="micro"/>
   </units>
   <units name="nanoA">
      <unit units="ampere" prefix="nano"/>
   </units>
   <component name="environment">
      <variable units="second" public_interface="out" name="time"/>
   </component>
   <component name="membrane">
      <variable units="millivolt" public_interface="out" name="V" initial_value="-87"/>
      <variable units="microF" name="Cm" initial_value="12"/>
      <variable units="second" public_interface="in" name="time"/>
      <variable units="nanoA" public_interface="in" name="i_Na"/>
      <variable units="nanoA" public_interface="in" name="i_K"/>
      <variable units="nanoA" public_interface="in" name="i_Leak"/>
      <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_Na</ci>
                     <ci>i_K</ci>
                     <ci>i_Leak</ci>
                  </apply>
               </apply>
               <ci>Cm</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="sodium_channel">
      <variable units="nanoA" public_interface="out" name="i_Na"/>
      <variable units="microS" name="g_Na_max" initial_value="400000"/>
      <variable units="microS" name="g_Na"/>
      <variable units="millivolt" name="E_Na" initial_value="40"/>
      <variable units="second" public_interface="in" private_interface="out" name="time"/>
      <variable units="millivolt" public_interface="in" private_interface="out" name="V"/>
      <variable units="dimensionless" private_interface="in" name="m"/>
      <variable units="dimensionless" private_interface="in" name="h"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>g_Na</ci>
            <apply>
               <times/>
               <apply>
                  <power/>
                  <ci>m</ci>
                  <cn cellml:units="dimensionless">3</cn>
               </apply>
               <ci>h</ci>
               <ci>g_Na_max</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>i_Na</ci>
            <apply>
               <times/>
               <apply>
                  <plus/>
                  <ci>g_Na</ci>
                  <cn cellml:units="microS">140</cn>
               </apply>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>E_Na</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="sodium_channel_m_gate">
      <variable units="dimensionless" public_interface="out" name="m" initial_value="0.01"/>
      <variable units="per_second" name="alpha_m"/>
      <variable units="per_second" name="beta_m"/>
      <variable units="millivolt" public_interface="in" name="V"/>
      <variable units="second" public_interface="in" name="time"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>alpha_m</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <cn cellml:units="per_millivolt_second">100</cn>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>V</ci>
                     </apply>
                     <cn cellml:units="millivolt">48</cn>
                  </apply>
               </apply>
               <apply>
                  <minus/>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <ci>V</ci>
                           </apply>
                           <cn cellml:units="millivolt">48</cn>
                        </apply>
                        <cn cellml:units="millivolt">15</cn>
                     </apply>
                  </apply>
                  <cn cellml:units="dimensionless">1</cn>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>beta_m</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <cn cellml:units="per_millivolt_second">120</cn>
                  <apply>
                     <plus/>
                     <ci>V</ci>
                     <cn cellml:units="millivolt">8</cn>
                  </apply>
               </apply>
               <apply>
                  <minus/>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <plus/>
                           <ci>V</ci>
                           <cn cellml:units="millivolt">8</cn>
                        </apply>
                        <cn cellml:units="millivolt">5</cn>
                     </apply>
                  </apply>
                  <cn cellml:units="dimensionless">1</cn>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>m</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>alpha_m</ci>
                  <apply>
                     <minus/>
                     <cn cellml:units="dimensionless">1</cn>
                     <ci>m</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>beta_m</ci>
                  <ci>m</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="sodium_channel_h_gate">
      <variable units="dimensionless" public_interface="out" name="h" initial_value="0.8"/>
      <variable units="per_second" name="alpha_h"/>
      <variable units="per_second" name="beta_h"/>
      <variable units="millivolt" public_interface="in" name="V"/>
      <variable units="second" public_interface="in" name="time"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>alpha_h</ci>
            <apply>
               <times/>
               <cn cellml:units="per_second">170</cn>
               <apply>
                  <exp/>
                  <apply>
                     <divide/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <ci>V</ci>
                        </apply>
                        <cn cellml:units="millivolt">90</cn>
                     </apply>
                     <cn cellml:units="millivolt">20</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>beta_h</ci>
            <apply>
               <divide/>
               <cn cellml:units="per_second">1000</cn>
               <apply>
                  <plus/>
                  <cn cellml:units="dimensionless">1</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <ci>V</ci>
                           </apply>
                           <cn cellml:units="millivolt">42</cn>
                        </apply>
                        <cn cellml:units="millivolt">10</cn>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>h</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>alpha_h</ci>
                  <apply>
                     <minus/>
                     <cn cellml:units="dimensionless">1</cn>
                     <ci>h</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>beta_h</ci>
                  <ci>h</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="potassium_channel">
      <variable units="nanoA" public_interface="out" name="i_K"/>
      <variable units="microS" name="g_K1"/>
      <variable units="microS" name="g_K2"/>
      <variable units="second" public_interface="in" private_interface="out" name="time"/>
      <variable units="millivolt" public_interface="in" private_interface="out" name="V"/>
      <variable units="dimensionless" private_interface="in" name="n"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_K</ci>
            <apply>
               <times/>
               <apply>
                  <plus/>
                  <ci>g_K1</ci>
                  <ci>g_K2</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>V</ci>
                  <cn cellml:units="millivolt">100</cn>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>g_K1</ci>
            <apply>
               <plus/>
               <apply>
                  <times/>
                  <cn cellml:units="microS">1200</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <ci>V</ci>
                           </apply>
                           <cn cellml:units="millivolt">90</cn>
                        </apply>
                        <cn cellml:units="millivolt">50</cn>
                     </apply>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <cn cellml:units="microS">15</cn>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <plus/>
                           <ci>V</ci>
                           <cn cellml:units="millivolt">90</cn>
                        </apply>
                        <cn cellml:units="millivolt">60</cn>
                     </apply>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>g_K2</ci>
            <apply>
               <times/>
               <cn cellml:units="microS">1200</cn>
               <apply>
                  <power/>
                  <ci>n</ci>
                  <cn cellml:units="dimensionless">4</cn>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="potassium_channel_n_gate">
      <variable units="dimensionless" public_interface="out" name="n" initial_value="0.01"/>
      <variable units="per_second" name="alpha_n"/>
      <variable units="per_second" name="beta_n"/>
      <variable units="millivolt" public_interface="in" name="V"/>
      <variable units="second" public_interface="in" name="time"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>alpha_n</ci>
            <apply>
               <divide/>
               <apply>
                  <times/>
                  <cn cellml:units="per_millivolt_second">0.1</cn>
                  <apply>
                     <minus/>
                     <apply>
                        <minus/>
                        <ci>V</ci>
                     </apply>
                     <cn cellml:units="millivolt">50</cn>
                  </apply>
               </apply>
               <apply>
                  <minus/>
                  <apply>
                     <exp/>
                     <apply>
                        <divide/>
                        <apply>
                           <minus/>
                           <apply>
                              <minus/>
                              <ci>V</ci>
                           </apply>
                           <cn cellml:units="millivolt">50</cn>
                        </apply>
                        <cn cellml:units="millivolt">10</cn>
                     </apply>
                  </apply>
                  <cn cellml:units="dimensionless">1</cn>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>beta_n</ci>
            <apply>
               <times/>
               <cn cellml:units="per_second">2</cn>
               <apply>
                  <exp/>
                  <apply>
                     <divide/>
                     <apply>
                        <minus/>
                        <apply>
                           <minus/>
                           <ci>V</ci>
                        </apply>
                        <cn cellml:units="millivolt">90</cn>
                     </apply>
                     <cn cellml:units="millivolt">80</cn>
                  </apply>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>n</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <times/>
                  <ci>alpha_n</ci>
                  <apply>
                     <minus/>
                     <cn cellml:units="dimensionless">1</cn>
                     <ci>n</ci>
                  </apply>
               </apply>
               <apply>
                  <times/>
                  <ci>beta_n</ci>
                  <ci>n</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="leakage_current">
      <variable units="nanoA" public_interface="out" name="i_Leak"/>
      <variable units="microS" name="g_L" initial_value="75"/>
      <variable units="millivolt" name="E_L" initial_value="-60"/>
      <variable units="second" public_interface="in" name="time"/>
      <variable units="millivolt" public_interface="in" name="V"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>i_Leak</ci>
            <apply>
               <times/>
               <ci>g_L</ci>
               <apply>
                  <minus/>
                  <ci>V</ci>
                  <ci>E_L</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <group>
      <relationship_ref relationship="containment"/>
      <component_ref component="membrane">
         <component_ref component="sodium_channel">
            <component_ref component="sodium_channel_m_gate"/>
            <component_ref component="sodium_channel_h_gate"/>
         </component_ref>
         <component_ref component="potassium_channel">
            <component_ref component="potassium_channel_n_gate"/>
         </component_ref>
         <component_ref component="leakage_current"/>
      </component_ref>
   </group>
   <group>
      <relationship_ref relationship="encapsulation"/>
      <component_ref component="sodium_channel">
         <component_ref component="sodium_channel_m_gate"/>
         <component_ref component="sodium_channel_h_gate"/>
      </component_ref>
      <component_ref component="potassium_channel">
         <component_ref component="potassium_channel_n_gate"/>
      </component_ref>
   </group>
   <connection>
      <map_components component_2="environment" component_1="membrane"/>
      <map_variables variable_2="time" variable_1="time"/>
   </connection>
   <connection>
      <map_components component_2="environment" component_1="sodium_channel"/>
      <map_variables variable_2="time" variable_1="time"/>
   </connection>
   <connection>
      <map_components component_2="environment" component_1="potassium_channel"/>
      <map_variables variable_2="time" variable_1="time"/>
   </connection>
   <connection>
      <map_components component_2="environment" component_1="leakage_current"/>
      <map_variables variable_2="time" variable_1="time"/>
   </connection>
   <connection>
      <map_components component_2="sodium_channel" component_1="membrane"/>
      <map_variables variable_2="V" variable_1="V"/>
      <map_variables variable_2="i_Na" variable_1="i_Na"/>
   </connection>
   <connection>
      <map_components component_2="potassium_channel" component_1="membrane"/>
      <map_variables variable_2="V" variable_1="V"/>
      <map_variables variable_2="i_K" variable_1="i_K"/>
   </connection>
   <connection>
      <map_components component_2="leakage_current" component_1="membrane"/>
      <map_variables variable_2="V" variable_1="V"/>
      <map_variables variable_2="i_Leak" variable_1="i_Leak"/>
   </connection>
   <connection>
      <map_components component_2="sodium_channel_m_gate" component_1="sodium_channel"/>
      <map_variables variable_2="m" variable_1="m"/>
      <map_variables variable_2="time" variable_1="time"/>
      <map_variables variable_2="V" variable_1="V"/>
   </connection>
   <connection>
      <map_components component_2="sodium_channel_h_gate" component_1="sodium_channel"/>
      <map_variables variable_2="h" variable_1="h"/>
      <map_variables variable_2="time" variable_1="time"/>
      <map_variables variable_2="V" variable_1="V"/>
   </connection>
   <connection>
      <map_components component_2="potassium_channel_n_gate" component_1="potassium_channel"/>
      <map_variables variable_2="n" variable_1="n"/>
      <map_variables variable_2="time" variable_1="time"/>
      <map_variables variable_2="V" variable_1="V"/>
   </connection>




<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#bde132e3-049c-4da1-8e0a-b4d71b59075d">
    <rdf:li rdf:resource="rdf:#da0ccc23-6611-4043-a2fa-3c4c3c5cd673"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#93453950-5f08-4363-90bd-aff472ce905e">
    <vCard:Given>Peter</vCard:Given>
    <vCard:Family>Villiger</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a97bf273-bccc-41f4-854c-7ae43ce5cc63">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#d2b6f58e-6293-4b50-b751-a6fd3ab1f989"/>
    <dcterms:created rdf:resource="rdf:#b8e6ba3c-0914-43bf-8037-1424182388cb"/>
    <dc:creator rdf:resource="rdf:#6732b89c-f3f7-4b52-b220-223c5e7e6745"/>
    <cmeta:modification rdf:resource="rdf:#3fb6dd2b-a5d0-45a9-9b46-ba6b7c47bad6"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e5a5bd71-3824-4f00-a109-83d494a47634">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7899ef23-ac75-4102-9531-f07bf2391e36">
    <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:#29ec82ff-8775-4a8a-affa-2d23d612180b">
    <dcterms:W3CDTF>2006-03-31</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4d541118-ca7a-413a-9452-aa240967c7f1">
    <vCard:N rdf:resource="rdf:#17575034-c342-4933-bab3-b4bb597edd4f"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e56a5760-9087-425d-add3-5226ae63d572">
    <dc:title>Journal of Physiology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6732b89c-f3f7-4b52-b220-223c5e7e6745">
    <vCard:ORG rdf:resource="rdf:#d8ced495-18cf-42f1-94f0-b660e798b273"/>
    <vCard:EMAIL rdf:resource="rdf:#7899ef23-ac75-4102-9531-f07bf2391e36"/>
    <vCard:N rdf:resource="rdf:#a97bf273-bccc-41f4-854c-7ae43ce5cc63"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1ac643bb-53ff-4666-89b0-819cdf84034c">
    <vCard:N rdf:resource="rdf:#93453950-5f08-4363-90bd-aff472ce905e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3fb6dd2b-a5d0-45a9-9b46-ba6b7c47bad6">
    <dcterms:modified rdf:resource="rdf:#006c1b33-1b41-4dd2-8bd9-56bc28c91701"/>
    <rdf:value>This models has been curated using the unit checker in COR and is now unit-consistent.</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#4d541118-ca7a-413a-9452-aa240967c7f1"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#da0ccc23-6611-4043-a2fa-3c4c3c5cd673">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#668ac89a-7e3f-4741-b844-d9fccc1d635d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#967adaad-713c-4689-a962-e69b626e2248">
    <vCard:ORG rdf:resource="rdf:#e91df542-a47c-43d9-b0ff-b0767719d581"/>
    <vCard:EMAIL rdf:resource="rdf:#1167aea9-f639-491b-90fd-f4b23332d66d"/>
    <vCard:N rdf:resource="rdf:#5a885652-b58c-469d-b4d3-8b4923e85adb"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bab8bf9e-26fc-484f-a5b4-2c4a97a1d123">
    <dcterms:W3CDTF>1962-01-01</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d8ced495-18cf-42f1-94f0-b660e798b273">
    <vCard:Orgname>University of Auckland</vCard:Orgname>
    <vCard:Orgunit>Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aea6598d-b850-4aa6-9bb7-76452adba692">
    <bqs:Pubmed_id>14480151</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#9e8fe311-1b9c-477b-a358-d83c2537bbf3"/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <cmeta:modification rdf:resource="rdf:#fa6607cc-772f-491c-b0bd-c8c641feed13"/>
    <dcterms:created rdf:resource="rdf:#4851a981-8fa2-4fc8-a679-cbdb4a1da137"/>
    <dc:creator rdf:resource="rdf:#967adaad-713c-4689-a962-e69b626e2248"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b8e6ba3c-0914-43bf-8037-1424182388cb">
    <dcterms:W3CDTF>2007-09-07T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9faaf430-3656-4f95-be79-a1e31be11187">
    <vCard:FN>James Lawson</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9e8fe311-1b9c-477b-a358-d83c2537bbf3">
    <dc:creator rdf:resource="rdf:#bde132e3-049c-4da1-8e0a-b4d71b59075d"/>
    <dc:title>A Modification of the Hodgkin-Huxley Equations Applicable to Purkinje Fibre Action and Pace-Maker Potentials</dc:title>
    <bqs:volume>160</bqs:volume>
    <bqs:first_page>317</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#e56a5760-9087-425d-add3-5226ae63d572"/>
    <dcterms:issued rdf:resource="rdf:#bab8bf9e-26fc-484f-a5b4-2c4a97a1d123"/>
    <bqs:last_page>352</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fa6607cc-772f-491c-b0bd-c8c641feed13">
    <dcterms:modified rdf:resource="rdf:#29ec82ff-8775-4a8a-affa-2d23d612180b"/>
    <rdf:value>
          added metadata
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#1ac643bb-53ff-4666-89b0-819cdf84034c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4851a981-8fa2-4fc8-a679-cbdb4a1da137">
    <dcterms:W3CDTF>2005-05-04</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#017e298c-f99c-41cf-8439-d6a0723656eb">
    <dc:creator rdf:resource="rdf:#e5a5bd71-3824-4f00-a109-83d494a47634"/>
    <rdf:value>This is the CellML description of Noble's 1962 mathematical model of Purkinje fibre action and pace-maker potentials.  The equations formulated by Hodgkin and Huxley (1952) to describe the electrical activity of squid nerve have been modified to describe the action and pace-maker potentials of the Purkinje fibres of the heart.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="#noble_1962_version04">
    <bqs:reference rdf:resource="rdf:#aea6598d-b850-4aa6-9bb7-76452adba692"/>
<bqs:reference rdf:parseType="Resource">
  <dc:subject rdf:parseType="Resource">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>
      <rdf:Bag>
        <rdf:li>purkinje</rdf:li>
        <rdf:li>Purkinje fibre</rdf:li>
        <rdf:li>electrophysiology</rdf:li>
        <rdf:li>pacemaker</rdf:li>
        <rdf:li>cardiac</rdf:li>
        <rdf:li>hodgkin-huxley</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </dc:subject>
</bqs:reference>
    <cmeta:comment rdf:resource="rdf:#017e298c-f99c-41cf-8439-d6a0723656eb"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1167aea9-f639-491b-90fd-f4b23332d66d">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>penny.noble@physiol.ox.ac.uk</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2b6f58e-6293-4b50-b751-a6fd3ab1f989">
    <dc:creator rdf:resource="rdf:#9faaf430-3656-4f95-be79-a1e31be11187"/>
    <rdf:value>This model has been curated by both Penny Noble and James Lawson and is known to run in COR and PCEnv 0.2.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#17575034-c342-4933-bab3-b4bb597edd4f">
    <vCard:Given>Penny</vCard:Given>
    <vCard:Family>Noble</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#006c1b33-1b41-4dd2-8bd9-56bc28c91701">
    <dcterms:W3CDTF>2007-09-07T13:50:26+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#668ac89a-7e3f-4741-b844-d9fccc1d635d">
    <vCard:Given>D</vCard:Given>
    <vCard:Family>Noble</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5a885652-b58c-469d-b4d3-8b4923e85adb">
    <vCard:Given>Penny</vCard:Given>
    <vCard:Family>Noble</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e91df542-a47c-43d9-b0ff-b0767719d581">
    <vCard:Orgname>Oxford University</vCard:Orgname>
  </rdf:Description>
</rdf:RDF>
</model>