Location: Fitzhugh, 1961 @ b55d5d414043 / fitzhugh_1961.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-09-03 23:51:32+12:00
Desc:
committing version01 of fitzhugh_1961
Permanent Source URI:
https://models.physiomeproject.org/workspace/fitzhugh_1961/rawfile/b55d5d4140431f1c097c3b6f7a951aaaab0d32a5/fitzhugh_1961.cellml

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

CREATED :  28th December 2001

LAST MODIFIED : 11th August 2003

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 FitzHugh and Nagumo's
1961 simplified model of cardiac myocytes.

CHANGES: 
  03/01/2002 - CML - Added Aliev and Panfilov (1996) modifications.
  21/01/2002 - AAC - Updated metadata to conform to the 16/1/02 CellML Metadata
                     1.0 Specification.
  25/02/2002 - CML - Corrected an equation.
  10/07/2002 - CML - Removed modifications component - as this is not the 
                     original model.
  11/08/2003 - CML - Separated out equations into different components.
--><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="nagumo_1961_version01" name="nagumo_1961_version01">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>The FitzHugh-Nagumo Simplified Cardiac Myocyte 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 FitzHugh-Nagumo model (1961) is based on the cubic excitation model (see <ulink url="${HTML_EXMPL_HMN_SIMPLE}">The Polynomial Model, 1975</ulink>), but it also includes a recovery variable so both depolarisation and repolarisation can be modelled.  In 1994, Rogers and McCulloch modified the original model to generate a more realistic action potential.  The velocity of the upstroke was increased and the large hyperpolarisation at the end of the recovery phase was removed.  The model parameters were also updated.  In 1996, this form of the already modified FitzHugh_Nagumo model was further updated by Aliev and Panfilov.  They altered the equation which modelled the change of the recovery variable to provide a more realistic restitution period and to allow for reentrant phenomena.
</para>

<para>
The complete original paper references are cited below:
</para>

<para>
Impulses and physiological states in theoretical models of nerve membrane, FitzHugh, R.A., 1961, <ulink url="http://www.biophysj.org/">
            <emphasis>Biophys. J.</emphasis>
          </ulink>, 1, 445-466.  
</para>

<para>
An active pulse transmission line simulating nerve axon, Nagumo, J., Animoto, S., Yoshizawa, S., 1962, <emphasis>Proc. Inst. Radio Engineers</emphasis>, 50, 2061-2070.
</para> 

<para>
A collocation-Galerkin finite element model of cardiac action potential propagation, Rogers, J.M., McCulloch, A.D., 1994a, <ulink url="http://www.ieee.org/organizations/pubs/pub_preview/bme_toc.html">
            <emphasis>IEEE Trans. Biomed. Eng.</emphasis>
          </ulink>, 41, 743-757.  
</para>

<para>
A simple two-variable model of cardiac excitation, Aliev, R.R. and Panfilov, A.V., 1996, <ulink url="http://www.theo-physik.uni-kiel.de/theo-physik/schuster/contents/csf95.html#7_2">
            <emphasis>Chaos, Solitons and Fractals</emphasis>
          </ulink>, 7, 293-301.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=8796189&amp;dopt=Abstract">PubMed ID: 8796189</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="per_millisecond">
    <unit units="second" prefix="milli" exponent="-1"/>
  </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="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="dimensionless" public_interface="out" name="u"/>
    <variable units="millivolt" public_interface="out" name="Vr" initial_value="-85.0"/>
    <variable units="millivolt" public_interface="out" name="Vth" initial_value="-75.0"/>
    <variable units="millivolt" public_interface="out" name="Vp" initial_value="15.0"/>
    
    <variable units="microF_per_mm2" name="Cm" initial_value="0.01"/>
    <variable units="millivolt" name="Vm"/>
    
    <variable units="microA_per_mm2" public_interface="in" name="I_ion"/>
    <variable units="millisecond" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="Vm_diff_eq">
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> Vm </ci>
        </apply>
        <apply>
          <divide/>
          <apply>
            <minus/>
            <ci> I_ion </ci>
          </apply>
          <ci> Cm </ci>
        </apply>
      </apply>
              
      <apply id="u_calculation">
        <eq/>
        <ci> u </ci>
        <apply>
          <divide/>
          <apply>
            <minus/>
            <ci> Vm </ci>
            <ci> Vr </ci>
          </apply>
          <apply>
            <minus/>
            <ci> Vp </ci>
            <ci> Vr </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component> 
      
  <component name="ionic_current">
    <variable units="microA_per_mm2" public_interface="out" name="I_ion"/>
    
    <variable units="dimensionless" name="alpha"/>
    <variable units="microA_per_mm2" name="c1" initial_value="0.175"/>
    <variable units="microA_per_mm2" name="c2" initial_value="0.03"/>
    
    <variable units="dimensionless" public_interface="in" name="v"/>
    <variable units="dimensionless" public_interface="in" name="u"/>
    <variable units="millivolt" public_interface="in" name="Vr"/>
    <variable units="millivolt" public_interface="in" name="Vth"/>
    <variable units="millivolt" public_interface="in" name="Vp"/>
    <variable units="millisecond" public_interface="in" name="time"/>     
      
    <math xmlns="http://www.w3.org/1998/Math/MathML">   
      <apply id="alpha_calculation">
        <eq/>
        <ci> alpha </ci>
        <apply>
          <divide/>
          <apply>
            <minus/>
            <ci> Vth </ci>
            <ci> Vr </ci>
          </apply>
          <apply>
            <minus/>
            <ci> Vp </ci>
            <ci> Vr </ci>
          </apply>
        </apply>
      </apply>
      
      <apply id="I_ion_calculation">
        <eq/>
        <ci> I_ion </ci>
        <apply>
          <plus/>
          <apply>
            <times/>
            <ci> c1 </ci>
            <ci> u </ci>
            <apply>
              <minus/>
              <ci> u </ci>
              <ci> alpha </ci>
            </apply>
            <apply>
              <minus/>
              <ci> u </ci>
              <cn cellml:units="dimensionless"> 1.0 </cn>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> c2 </ci>
            <ci> v </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component> 
  
  <component name="recovery_variable">
    <variable units="dimensionless" public_interface="out" name="v"/>
    
    <variable units="per_millisecond" name="b" initial_value="0.011"/>
    <variable units="dimensionless" name="d" initial_value="0.55"/>
    
    <variable units="dimensionless" public_interface="in" name="u"/>
    <variable units="millisecond" public_interface="in" name="time"/>     
      
    <math xmlns="http://www.w3.org/1998/Math/MathML">   
      <apply id="v_diff_eq">
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> v </ci>
        </apply>
        <apply>
          <times/>
          <ci> b </ci>
          <apply>
            <minus/>
            <ci> u </ci>
            <apply>
              <times/>
              <ci> d </ci>
              <ci> v </ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component> 
      
  <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="ionic_current"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="recovery_variable"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="ionic_current" component_1="membrane"/>
    <map_variables variable_2="u" variable_1="u"/>
    <map_variables variable_2="Vr" variable_1="Vr"/>
    <map_variables variable_2="Vth" variable_1="Vth"/>
    <map_variables variable_2="Vp" variable_1="Vp"/>
    <map_variables variable_2="I_ion" variable_1="I_ion"/>
  </connection>
  
  <connection>
    <map_components component_2="recovery_variable" component_1="membrane"/>
    <map_variables variable_2="u" variable_1="u"/>
  </connection>
  
  <connection>
    <map_components component_2="recovery_variable" component_1="ionic_current"/>
    <map_variables variable_2="v" variable_1="v"/>
  </connection>
  










<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#97980b62-d44e-4009-b240-a1a1951f67c2">
    <rdf:li>Myocyte</rdf:li>
    <rdf:li>cardiac</rdf:li>
    <rdf:li>electrophysiology</rdf:li>
    <rdf:li>simplified model</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#d302767a-6496-4ae6-ae31-37d95794a3fc">
    <rdf:li rdf:resource="rdf:#77fae0fa-766d-4894-abc4-c9dfee21be67"/>
    <rdf:li rdf:resource="rdf:#bf233b1f-0635-4981-8ff9-61ed1275e396"/>
    <rdf:li rdf:resource="rdf:#6a3dbc07-98b7-4c87-9e37-16b0042e4216"/>
  </rdf:Seq>
  <rdf:Seq rdf:about="rdf:#f9800483-9383-446e-8bfb-76ff6e4dea7f">
    <rdf:li rdf:resource="rdf:#6a960d02-80be-4ef8-8102-4d4d641cf499"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#0f2d6c76-60af-44d8-8334-e45eb0b83ffd">
    <vCard:N rdf:resource="rdf:#c067cc1c-2740-4c0b-8ba5-c82f9d0cdc01"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1b8dde2b-0359-41b7-978a-8971e59e7742">
    <vCard:Given>S</vCard:Given>
    <vCard:Family>Yoshizawa</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#146bcd5a-d421-4268-8a14-d864a84dc13a">
    <vCard:N rdf:resource="rdf:#255541b7-46a9-457c-8960-cbffd0774566"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aafc3642-8516-4107-a466-6725579d71c3">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Research Group</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e4307237-31b7-4cc9-bf2d-fcd60a5063d2">
    <dcterms:W3CDTF>2002-07-10</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8b3f5c62-4220-4aec-b8c6-6afdb0f41344">
    <bqs:Person rdf:resource="rdf:#0f2d6c76-60af-44d8-8334-e45eb0b83ffd"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#eb526d0c-23b0-4930-9ec1-feb9ec642747">
    <bqs:Pubmed_id>7927397</bqs:Pubmed_id>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bab6629f-35c2-45f4-b331-f9341fb88100">
    <dcterms:W3CDTF>1961-01-01</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5a5bf4e6-cb83-4295-b322-4a88f19b0b96">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#97980b62-d44e-4009-b240-a1a1951f67c2"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#255541b7-46a9-457c-8960-cbffd0774566">
    <vCard:Given>Autumn</vCard:Given>
    <vCard:Family>Cuellar</vCard:Family>
    <vCard:Other>A.</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#854e0858-a211-4100-be4a-4500aa6cc1e9">
    <vCard:N rdf:resource="rdf:#75dba408-3612-49fe-95db-f71ba679d7f9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ef7e19c5-26a2-4414-bc61-e437598cc8cf">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#701d148d-eb9f-4ec3-929d-3bf654b923dc">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d0109bbb-d086-4349-a0ad-da9ed9bef5b1">
    <bqs:Pubmed_id/>
    <bqs:JournalArticle rdf:resource="rdf:#4abe0378-1fe0-4fb6-8d44-2d4ec1d6db88"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1edf622d-f442-42d5-8b5d-64db23c23de6">
    <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:#fef211fd-97c8-4413-a537-6438e9eec0fa">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8075431f-c98a-431b-ae04-90c6f4346286">
    <dcterms:modified rdf:resource="rdf:#e4307237-31b7-4cc9-bf2d-fcd60a5063d2"/>
    <rdf:value>
          Removed Aliev and Panfilov (1996) modifications.  Have now implemented           them in CellML 1.1 component reuse.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#db2773b2-d627-4fb4-bb81-c55c1c789658"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c067cc1c-2740-4c0b-8ba5-c82f9d0cdc01">
    <vCard:Given>R.A.</vCard:Given>
    <vCard:Family>Fitzhugh</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4abe0378-1fe0-4fb6-8d44-2d4ec1d6db88">
    <dc:creator rdf:resource="rdf:#d302767a-6496-4ae6-ae31-37d95794a3fc"/>
    <dc:title>An active pulse transmission line simulating nerve axon</dc:title>
    <bqs:volume>50</bqs:volume>
    <bqs:first_page>2061</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#331c3788-9bed-4d18-98a3-a6314bbcbd8f"/>
    <dcterms:issued rdf:resource="rdf:#c9b3ff26-43d0-45df-983d-7935b29e0a28"/>
    <bqs:last_page>2070</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e324b142-0818-4737-bf1c-8c34c619c7f8">
    <dcterms:W3CDTF>2003-08-11</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c8dc2466-7c83-4b30-8fe5-dbd33948658d">
    <dcterms:modified rdf:resource="rdf:#efbbd2b1-3966-451c-807d-9de3937ca5c8"/>
    <rdf:value>
          Corrected an equation.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#854e0858-a211-4100-be4a-4500aa6cc1e9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2214da55-25d8-42d6-9955-288bdbf91ac8">
    <dc:subject rdf:resource="rdf:#5a5bf4e6-cb83-4295-b322-4a88f19b0b96"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b5035efd-50c4-4f02-a9ea-31c26667d27e">
    <dc:creator rdf:resource="rdf:#f9800483-9383-446e-8bfb-76ff6e4dea7f"/>
    <dc:title>Impulses and physiological states in theoretical models of nerve membrane</dc:title>
    <bqs:volume>1</bqs:volume>
    <bqs:first_page>445</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#b58993b3-34b0-4476-92c3-1ad7e1ce993b"/>
    <dcterms:issued rdf:resource="rdf:#bab6629f-35c2-45f4-b331-f9341fb88100"/>
    <bqs:last_page>466</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#db2773b2-d627-4fb4-bb81-c55c1c789658">
    <vCard:N rdf:resource="rdf:#c258c89f-932b-4b01-953c-54443d69cd11"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c258c89f-932b-4b01-953c-54443d69cd11">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#331c3788-9bed-4d18-98a3-a6314bbcbd8f">
    <dc:title>Proc. Inst. Radio Engineers</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#77fae0fa-766d-4894-abc4-c9dfee21be67">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f9b4735e-9427-464f-adbc-3a795b738fd9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a88db493-fb87-4b8c-9338-48a01866d007">
    <dc:creator rdf:resource="rdf:#b12177be-52da-4bfa-953f-731fdce63850"/>
    <rdf:value>This is the CellML description of the FitzHugh-Nagumo 1961 simplified model of a cardiac myocyte. It is based on the cubic excitation model but also includes a recovery variable so both depolarisation and repolarisation can be modelled.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#df5b9898-0b35-4f2d-9cef-0dfc9b0e86a0">
    <dc:creator rdf:resource="rdf:#ef7e19c5-26a2-4414-bc61-e437598cc8cf"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c3d4a456-2cf2-4783-ac73-8cd1415d3c66">
    <dcterms:W3CDTF>2002-01-03</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f9b4735e-9427-464f-adbc-3a795b738fd9">
    <vCard:Given>J</vCard:Given>
    <vCard:Family>Nagumo</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Research Group</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#df5b9898-0b35-4f2d-9cef-0dfc9b0e86a0"/>
    <dcterms:created rdf:resource="rdf:#bf3e1ff2-dd35-4651-a605-7fefb51464ba"/>
    <dc:creator rdf:resource="rdf:#e8454cb9-6287-4a3b-9595-c2d5738b0a4d"/>
    <cmeta:modification rdf:resource="rdf:#8075431f-c98a-431b-ae04-90c6f4346286"/>
    <cmeta:modification rdf:resource="rdf:#9103a51c-f08d-4b9d-b364-ad3db2b1ead1"/>
    <cmeta:modification rdf:resource="rdf:#acfa286d-bef4-42ff-ab6c-0a9e76e53ac3"/>
    <cmeta:modification rdf:resource="rdf:#c8dc2466-7c83-4b30-8fe5-dbd33948658d"/>
    <cmeta:modification rdf:resource="rdf:#f0efa92c-110e-4dae-bcf9-62a5669b5519"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#75dba408-3612-49fe-95db-f71ba679d7f9">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2b27ab8a-b4fa-4aa2-bc88-83a7d5319c6b">
    <vCard:Given>S</vCard:Given>
    <vCard:Family>Arimoto</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#16080c3e-d52c-4daf-a857-67eab54a31a5">
    <bqs:Pubmed_id>7927397</bqs:Pubmed_id>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bf233b1f-0635-4981-8ff9-61ed1275e396">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#2b27ab8a-b4fa-4aa2-bc88-83a7d5319c6b"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e8454cb9-6287-4a3b-9595-c2d5738b0a4d">
    <vCard:ORG rdf:resource="rdf:#aafc3642-8516-4107-a466-6725579d71c3"/>
    <vCard:EMAIL rdf:resource="rdf:#1edf622d-f442-42d5-8b5d-64db23c23de6"/>
    <vCard:N rdf:resource="rdf:#ec05fee3-42ec-48d1-8002-514c56b50667"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c9b3ff26-43d0-45df-983d-7935b29e0a28">
    <dcterms:W3CDTF>1962-10-01 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f0efa92c-110e-4dae-bcf9-62a5669b5519">
    <dcterms:modified rdf:resource="rdf:#1bfe6efc-c96d-4051-b1f5-c5e00f77f304"/>
    <rdf:value>
          Updated metadata to conform to the 16/1/02 CellML Metadata 1.0 
          Specification.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#146bcd5a-d421-4268-8a14-d864a84dc13a"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ec05fee3-42ec-48d1-8002-514c56b50667">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#388b8ce3-832e-4cab-9227-efab5627b9b1">
    <bqs:Pubmed_id/>
    <bqs:JournalArticle rdf:resource="rdf:#b5035efd-50c4-4f02-a9ea-31c26667d27e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b12177be-52da-4bfa-953f-731fdce63850">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bf3e1ff2-dd35-4651-a605-7fefb51464ba">
    <dcterms:W3CDTF>2001-12-28</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6a3dbc07-98b7-4c87-9e37-16b0042e4216">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#1b8dde2b-0359-41b7-978a-8971e59e7742"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b58993b3-34b0-4476-92c3-1ad7e1ce993b">
    <dc:title>Biophysical Journal</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#nagumo_1961_version01">
    <dc:title>
        The FitzHugh-Nagumo 1961 Simplified Model of a Cardiac Myocyte
      </dc:title>
    <cmeta:bio_entity>Cardiac Myocyte</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#a88db493-fb87-4b8c-9338-48a01866d007"/>
    <bqs:reference rdf:resource="rdf:#16080c3e-d52c-4daf-a857-67eab54a31a5"/>
    <bqs:reference rdf:resource="rdf:#2214da55-25d8-42d6-9955-288bdbf91ac8"/>
    <bqs:reference rdf:resource="rdf:#388b8ce3-832e-4cab-9227-efab5627b9b1"/>
    <bqs:reference rdf:resource="rdf:#d0109bbb-d086-4349-a0ad-da9ed9bef5b1"/>
    <bqs:reference rdf:resource="rdf:#eb526d0c-23b0-4930-9ec1-feb9ec642747"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#87dc2d65-75dc-46c1-bbd4-b0afc68ff8b4">
    <vCard:N rdf:resource="rdf:#fef211fd-97c8-4413-a537-6438e9eec0fa"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1bfe6efc-c96d-4051-b1f5-c5e00f77f304">
    <dcterms:W3CDTF>2002-01-21</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#efbbd2b1-3966-451c-807d-9de3937ca5c8">
    <dcterms:W3CDTF>2002-02-25</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#03782508-031a-4e53-ba5d-860e328b9960">
    <vCard:N rdf:resource="rdf:#701d148d-eb9f-4ec3-929d-3bf654b923dc"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bd887d6c-ef21-4a88-bff1-6203fe5df146">
    <vCard:Given>Richard</vCard:Given>
    <vCard:Family>Fitzhugh</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9103a51c-f08d-4b9d-b364-ad3db2b1ead1">
    <dcterms:modified rdf:resource="rdf:#c3d4a456-2cf2-4783-ac73-8cd1415d3c66"/>
    <rdf:value>
          Added Aliev and Panfilov (1996) modifications.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#87dc2d65-75dc-46c1-bbd4-b0afc68ff8b4"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6a960d02-80be-4ef8-8102-4d4d641cf499">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#bd887d6c-ef21-4a88-bff1-6203fe5df146"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#acfa286d-bef4-42ff-ab6c-0a9e76e53ac3">
    <dcterms:modified rdf:resource="rdf:#e324b142-0818-4737-bf1c-8c34c619c7f8"/>
    <rdf:value>
          Separated out equations into different components.
        </rdf:value>
    <cmeta:modifier rdf:resource="rdf:#03782508-031a-4e53-ba5d-860e328b9960"/>
  </rdf:Description>
</rdf:RDF>
</model>