Location: Hunter, Mcnaughton, Noble, 1975 @ ac13c053fe25 / hunter_mcnaughton_noble_1975.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-09-04 00:02:18+12:00
Desc:
committing version01 of hunter_mcnaughton_noble_1975
Permanent Source URI:
https://models.cellml.org/workspace/hunter_mcnaughton_noble_1975/rawfile/ac13c053fe2570e11960fc78754370c319aeccad/hunter_mcnaughton_noble_1975.cellml

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

CREATED :  28th December 2001

LAST MODIFIED : 19th July 2002

AUTHOR :  Catherine Lloyd
          Department of Engineering Science
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.0 Specification released on
10th August 2001, and the 16/01/2002 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of Hunter, McNaughton and
Noble's 1975 simplified polynomial model of cardiac myocytes.

CHANGES: 
  21/01/2002 - AAC - Updated metadata to conform to the 16/1/02 CellML Metadata
                     1.0 Specification.
  19/07/2002 - CML - Added more metadata.
--><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="hunter_mcnaughton_noble_1975_version01" name="hunter_mcnaughton_noble_1975_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>The Polynomial Model</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>
Often it is not necessary to model the ionic currents of a cell with the accuracy and complexity inherent in the biophysically based models.  With a view to investigating phenomena on a larger spatial and temporal scale, several ionic current models have been developed that do not seek to model subcellular processes but only to provide an action potential at a minimal computational cost. 
</para>

<para>
The simplest of these models is a polynomial model that just uses one variable.  It was developed by Hunter, McNaughton and Noble in 1975 and it is commonly used to track cellular depolarisation.  However, it does not attempt to model repolarisation.  The lowest order polynomial model is the cubic model which can be extended to use a higher order polynomial.  As there is only a single variable, the model is very fast to calculate and therefore it may be used on large geometries.
</para>

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

<para>
Analytical models of propagation in excitable cells, Hunter, P.J., McNaughton, P.A. and Noble, D., 1975, <ulink url="http://www.elsevier.nl/locate/pbiomolbio">
            <emphasis>Prog. Biophys. molec. Biol.</emphasis>
          </ulink>, 30, 99-144.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=792954&amp;dopt=Abstract">PubMed ID: 792954</ulink>
</para>

<para>
The raw CellML description of the simplified cardiac myocyte models can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>.  For an example of a more complete documentation for an electrophysiological model, see <ulink url="${HTML_EXMPL_HHSA_INTRO}">The Hodgkin-Huxley Squid Axon Model, 1952</ulink>. 
</para>

</sect1>
</article>
</documentation>
  
      
  <!--
    Below, we define some additional units for association with variables and
    constants within the model. The identifiers are fairly self-explanatory.
  -->
  
  <units name="millisecond">
    <unit units="second" prefix="milli"/>
  </units>
  
  <units name="millivolt">
    <unit units="volt" prefix="milli"/>
  </units>
  
  <units name="microA_per_mm2">
    <unit units="ampere" prefix="micro"/>
    <unit units="metre" prefix="milli" exponent="-2"/>
  </units>
  
  <units name="milliS_per_mm2">
    <unit units="siemens" prefix="milli"/>
    <unit units="metre" prefix="milli" exponent="-2"/>
  </units>
  
  <units name="microF_per_mm2">
    <unit units="farad" prefix="micro"/>
    <unit units="metre" prefix="milli" exponent="-2"/>
  </units>
  
  <!--
    The "environment" component is used to declare variables that are used by
    all or most of the other components, in this case just "time".
  -->
  <component name="environment">
    <variable units="millisecond" public_interface="out" name="time"/>
  </component> 
  
  <component name="membrane">
    <variable units="microF_per_mm2" name="C" initial_value="0.01"/>
    <variable units="milliS_per_mm2" name="g" initial_value="0.004"/>
    <variable units="millivolt" name="Vm"/>
    <variable units="dimensionless" name="n"/>
    <variable units="millivolt" name="Vr" initial_value="-85.0"/>
    <variable units="millivolt" name="Vth" initial_value="-75.0"/>
    <variable units="millivolt" name="Vp" initial_value="-15.0"/>
    <variable units="microA_per_mm2" name="I_ion_cubic"/>
    <variable units="microA_per_mm2" name="I_ion_n"/>
    <variable units="millisecond" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="I_ion_cubic_calculation">
        <eq/>
        <ci> I_ion_cubic </ci>
        <apply>
          <times/>
          <ci> g </ci>
          <apply>
            <times/>
            <ci> Vm </ci>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <ci> Vm </ci>
                <ci> Vth </ci>
              </apply>
            </apply>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <ci> Vm </ci>
                <ci> Vp </ci>
              </apply>
            </apply>
          </apply>
        </apply>
      </apply>
      
      <apply id="I_ion_n_calculation">
        <eq/>
        <ci> I_ion_n </ci>
        <apply>
          <times/>
          <ci> g </ci>
          <apply>
            <times/>
            <ci> Vm </ci>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <power/>
                <apply>
                  <divide/>
                  <ci> Vm </ci>
                  <ci> Vth </ci>
                </apply>
                <ci> n </ci>
              </apply>
            </apply>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <power/>
                <apply>
                  <divide/>
                  <ci> Vm </ci>
                  <ci> Vp </ci>
                </apply>
                <ci> n </ci>
              </apply>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
      
  <connection>
    <map_components component_2="environment" component_1="membrane"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  





<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#e80e168c-addf-47f3-9cc0-c4163f114db3">
    <rdf:li>Cardiac Myocyte</rdf:li>
    <rdf:li>electrophysiology</rdf:li>
    <rdf:li>simplified model</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#citationAuthorsSeq">
    <rdf:li rdf:resource="rdf:#author1Vcard"/>
    <rdf:li rdf:resource="rdf:#author2Vcard"/>
    <rdf:li rdf:resource="rdf:#author3Vcard"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#625b347b-ddc6-41a2-980d-75a006531e13">
    <dc:creator rdf:resource="rdf:#citationAuthorsSeq"/>
    <dc:title>Analytical models of propagation in excitable cells</dc:title>
    <bqs:volume>30</bqs:volume>
    <bqs:first_page>99</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#60eba78e-2cb7-4a4e-8d77-08939fc39809"/>
    <dcterms:issued rdf:resource="rdf:#c6c06405-4147-43b1-a525-96b875b2a0b6"/>
    <bqs:last_page>144</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b2ff75f7-ade2-4bac-9b27-c5d25bd057f4">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#24d5d575-f4b8-4bf8-9cd8-6532fe2223d2">
    <vCard:ORG rdf:resource="rdf:#26a94c34-5b76-4dd3-9452-e5846b0e79fc"/>
    <vCard:EMAIL rdf:resource="rdf:#899910e3-00d7-412c-979f-2d17c62792c6"/>
    <vCard:N rdf:resource="rdf:#f186da6a-3b7f-49fa-b34e-4b58c4c44329"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author1Vcard">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#author1VcardN"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#899910e3-00d7-412c-979f-2d17c62792c6">
    <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:#03b06b4a-555c-48dc-b253-f9b3c68ea4bb">
    <dcterms:W3CDTF>2002-07-19</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author3VcardN">
    <vCard:Given>Denis</vCard:Given>
    <vCard:Family>Noble</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#26a94c34-5b76-4dd3-9452-e5846b0e79fc">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Research Group</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#968e8780-f53f-45a0-a2d0-01008cb13d79">
    <dcterms:W3CDTF>2002-01-21</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="#hunter_mcnaughton_noble_1975_version01">
    <dc:title>
        The Hunter-McNaughton-Noble Simplified Polynomial Model of Cardiac
        Myocytes
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#e48d5c25-422f-41d0-8a4f-a281b1b989c1"/>
    <bqs:reference rdf:resource="rdf:#6088b980-02ce-4ef5-a81c-33a2d6a2e4a0"/>
    <bqs:reference rdf:resource="rdf:#aca691ba-cb4e-480c-9006-078325f14894"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#60eba78e-2cb7-4a4e-8d77-08939fc39809">
    <dc:title>Progress in Biophysics and Molecular Biology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author2VcardN">
    <vCard:Given>P</vCard:Given>
    <vCard:Family>McNaughton</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aca691ba-cb4e-480c-9006-078325f14894">
    <bqs:Pubmed_id>792954</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#625b347b-ddc6-41a2-980d-75a006531e13"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f186da6a-3b7f-49fa-b34e-4b58c4c44329">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author2Vcard">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#author2VcardN"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3a6f4d68-c109-4772-9b34-8ca8d49c6186">
    <vCard:N rdf:resource="rdf:#c10fe549-a4f9-46f0-aa36-052bf9b535ae"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c6c06405-4147-43b1-a525-96b875b2a0b6">
    <dcterms:W3CDTF>1975-01-01</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8f85a257-b023-434a-aeda-a757335aebbf">
    <dcterms:modified rdf:resource="rdf:#968e8780-f53f-45a0-a2d0-01008cb13d79"/>
    <rdf:value>
          Updated metadata to conform to the 16/1/02 CellML Metadata 1.0 
          Specification.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#3a6f4d68-c109-4772-9b34-8ca8d49c6186"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6088b980-02ce-4ef5-a81c-33a2d6a2e4a0">
    <dc:subject rdf:resource="rdf:#3bd096b1-876f-4bb1-9f37-d6743e61c36c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#61bae31b-6544-4bb7-a577-04b0bbf4133c">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author3Vcard">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#author3VcardN"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3bd096b1-876f-4bb1-9f37-d6743e61c36c">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#e80e168c-addf-47f3-9cc0-c4163f114db3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author1VcardN">
    <vCard:Given>Peter</vCard:Given>
    <vCard:Family>Hunter</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1157a033-14bf-4efb-9152-461206d56f3a">
    <dcterms:W3CDTF>2001-12-28</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#22becc6c-8ef1-4065-9179-d12e1cbc20b7">
    <vCard:N rdf:resource="rdf:#b2ff75f7-ade2-4bac-9b27-c5d25bd057f4"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c10fe549-a4f9-46f0-aa36-052bf9b535ae">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A.</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Research Group
      </dc:publisher>
    <cmeta:modification rdf:resource="rdf:#6c828649-2bbe-4b97-bbc8-7e4c15154436"/>
    <cmeta:modification rdf:resource="rdf:#8f85a257-b023-434a-aeda-a757335aebbf"/>
    <dcterms:created rdf:resource="rdf:#1157a033-14bf-4efb-9152-461206d56f3a"/>
    <dc:creator rdf:resource="rdf:#24d5d575-f4b8-4bf8-9cd8-6532fe2223d2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e48d5c25-422f-41d0-8a4f-a281b1b989c1">
    <dc:creator rdf:resource="rdf:#61bae31b-6544-4bb7-a577-04b0bbf4133c"/>
    <rdf:value>This is the CellML description of the Hunter-McNaughton-Noble simplified polynomial model of cardiac myocytes. The polynomial model tracks cellular depolarisation but does not attempt to model repolarisation.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6c828649-2bbe-4b97-bbc8-7e4c15154436">
    <dcterms:modified rdf:resource="rdf:#03b06b4a-555c-48dc-b253-f9b3c68ea4bb"/>
    <rdf:value>
          Added more metadata.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#22becc6c-8ef1-4065-9179-d12e1cbc20b7"/>
  </rdf:Description>
</rdf:RDF>
</model>