- Author:
- pmr2.import <nobody@models.cellml.org>
- Date:
- 2007-03-06 03:18:46+13:00
- Desc:
- committing version03 of beeler_reuter_1977
- Permanent Source URI:
- https://models.fieldml.org/w/tommy/beeler_reuter_1977_uncertexample/rawfile/ec28f296413453f4320a639ba0105c4a9cf31c21/beeler_reuter_1977.cellml
<?xml version='1.0' encoding='utf-8'?>
<!-- FILE : beeler_reuter_mammalian_ventricle_1977.xml
CREATED : September 2001
LAST MODIFIED : 5th April 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 the mammalian
ventricular action potential, based on the Beeler-Reuter model, 1977.
CHANGES:
19/10/2001 - CML - Removed document type definition as this is declared as
optional according to the WC3 recommendation.
24/10/2001 - CML - Made changes to some of the metadata, bringing them up to
date with the most recent working draft (26th September) of
the Metadata specification.
07/12/2001 - CML - Changed some equations after using the MathML validator.
21/01/2002 - AAC - Updated metadata to conform to the 16/01/02 CellML Metadata
1.0 Specification.
28/02/2002 - CML - Corrected the membrane voltage differential equation.
19/07/2002 - CML - Added more metadata.
05/04/2003 - AAC - Changed the model name so the model loads in the database
easier.
--><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="beeler_reuter_mammalian_ventricle_1977" name="beeler_reuter_1977_version03">
<!--
Below, we define some additional units for association with variables and
constants within the model. The identifiers are fairly self-explanatory.
-->
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
<articleinfo>
<title>Beeler-Reuter Mammalian Ventricular Model 1977</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>
In contrast to the earlier Purkinje fibre ionic current models of <ulink url="${HTML_EXMPL_N_MODEL}">D. Noble (1962)</ulink> and <ulink url="${HTML_EXMPL_MNT_MODEL}">R.E. McAllister, D. Noble and R.W. Tsien (1975)</ulink>, the G.W. Beeler and H. Reuter 1977 model was developed to describe the mammalian ventricular action potential. Not all the ionic currents of the Purkinje fibre model are present in ventricular tissue; therefore, this model is simpler than the MNT model. The total ionic flux is divided into only four discrete, individual ionic currents (see <xref linkend="fig_cell_diagram"/> below). The main additional feature of the Beeler-Reuter ionic current model is a representation of the intracellular calcium ion concentration.
</para>
<para>
The complete original paper reference is cited below:
</para>
<para>
Reconstruction of the action potential of ventricular myocardial fibres, Beeler, G.W. and Reuter, H. 1977 <ulink url="http://www.jphysiol.org/">
<emphasis>Journal of Physiology</emphasis>
</ulink>, 268, 177-210. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&list_uids=874889&dopt=Abstract">PubMed ID: 874889</ulink>
</para>
<para>
The raw CellML description of the Beeler-Reuter model 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>
<informalfigure float="0" id="fig_cell_diagram">
<mediaobject>
<imageobject>
<objectinfo>
<title>cell diagram of the Beeler-Reuter model showing ionic currents across the cell surface membrane</title>
</objectinfo>
<imagedata fileref="cell_diagram.gif"/>
</imageobject>
</mediaobject>
<caption>A schematic diagram describing the current flows across the cell membrane that are captured in the BR model.</caption>
</informalfigure>
<informalfigure float="0" id="fig_cellml_rendering">
<mediaobject>
<imageobject>
<objectinfo>
<title>the cellml rendering of the Beeler-Reuter model</title>
</objectinfo>
<imagedata fileref="cellml_rendering.gif"/>
</imageobject>
</mediaobject>
<caption>The network defined in the CellML description of the Beeler-Reuter model. A key describing the significance of the shapes of the components and the colours of the connections between them is in the <ulink url="${HTML_EXMPL_GRAPHICAL_NOTATION}">notation guide</ulink>. For simplicity, not all the variables are shown.</caption>
</informalfigure>
<para>
The membrane physically contains the currents as indicated by the blue arrows in <xref linkend="fig_cellml_rendering"/>. The currents act independently and are not connected to each other. Several of the channels encapsulate <emphasis>and</emphasis> contain further components which represent activation and inactivation gates. The addition of an encapsulation relationship informs modellers and processing software that the gates are important parts of the current model. It also prevents any other components that aren't also encapsulated by the parent component from connecting to its gates, effectively hiding them from the rest of the model.
</para>
<para>
The breakdown of the model into components and the definition of encapsulation and containment relationships between them is somewhat arbitrary. When considering how a model should be broken into components, modellers are encouraged to consider which parts of a model might be re-used and how the physiological elements of the system being modelled are naturally bounded. Containment relationships should be used to provide simple rendering information for processing software (ideally, this will correspond to the layout of the physical system), and encapsulation should be used to group sets of components into sub-models.
</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="ms">
<unit units="second" prefix="milli"/>
</units>
<units name="per_ms">
<unit units="second" prefix="milli" exponent="-1"/>
</units>
<units name="mV">
<unit units="volt" prefix="milli"/>
</units>
<units name="per_mV">
<unit units="volt" prefix="milli" exponent="-1"/>
</units>
<units name="per_mV_ms">
<unit units="mV" exponent="-1"/>
<unit units="ms" exponent="-1"/>
</units>
<units name="mS_per_mm2">
<unit units="siemens" prefix="milli"/>
<unit units="metre" prefix="milli" exponent="-2"/>
</units>
<units name="uF_per_mm2">
<unit units="farad" prefix="micro"/>
<unit units="metre" prefix="milli" exponent="-2"/>
</units>
<units name="uA_per_mm2">
<unit units="ampere" prefix="micro"/>
<unit units="metre" prefix="milli" exponent="-2"/>
</units>
<units name="concentration_units">
<unit units="mole" prefix="nano"/>
<unit units="metre" prefix="milli" exponent="-3"/>
</units>
<units name="per_concentration_units">
<unit units="concentration_units" exponent="-1"/>
</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" cmeta:id="environment">
<variable units="ms" public_interface="out" name="time"/>
</component>
<!--
The "membrane" component is really the `root' node of our model.
It defines the action potential variable "V" among other things.
-->
<component name="membrane" cmeta:id="membrane">
<!-- These variables are defined here and used in other components. -->
<variable units="mV" public_interface="out" name="V" initial_value="-84.624"/>
<!-- This variable is defined here and only used internally. -->
<variable units="uF_per_mm2" name="C" initial_value="0.01"/>
<!-- These variables are imported from other components. -->
<variable units="ms" public_interface="in" name="time"/>
<variable units="uA_per_mm2" public_interface="in" name="i_Na"/>
<variable units="uA_per_mm2" public_interface="in" name="i_s"/>
<variable units="uA_per_mm2" public_interface="in" name="i_x1"/>
<variable units="uA_per_mm2" public_interface="in" name="i_K1"/>
<variable units="uA_per_mm2" name="Istim"/>
<!--
The membrane voltage (V) is calculated as an ordinary
differential equation in terms of the currents.
-->
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="membrane_voltage_diff_eq">
<apply id="membrane_voltage_diff_eq">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> V </ci>
</apply>
<apply>
<divide/>
<apply>
<minus/>
<ci>Istim</ci>
<apply>
<plus/>
<ci> i_Na </ci>
<ci> i_s </ci>
<ci> i_x1 </ci>
<ci> i_K1 </ci>
</apply>
</apply>
<ci>C</ci>
</apply>
</apply>
</math>
<variable units="uA_per_mm2" public_interface="out" name="IStimC"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="IStim_for_cmiss_eq">
<apply id="IStim_for_cmiss">
<eq/>
<ci>IStimC</ci>
<ci>Istim</ci>
</apply>
</math>
</component>
<!--
The "sodium_current" component contains the differential equations
governing the influx of sodium ions through the cell surface membrane into
the cell. This sodium current is primarily responsible for the rapid
upstroke of the action potential during membrane depolarisation.
Note that no initial values are needed on many variables as they are
all directly dependent on the membrane voltage.
-->
<component name="sodium_current" cmeta:id="sodium_current">
<!-- This variable is defined here and used in other components. -->
<variable units="uA_per_mm2" public_interface="out" name="i_Na"/>
<!-- These variables are defined here and only used internally. -->
<variable units="mS_per_mm2" name="g_Na" initial_value="4.0e-2"/>
<variable units="mV" name="E_Na" initial_value="50.0"/>
<variable units="mS_per_mm2" name="g_Nac" initial_value="3.0e-5"/>
<!--
Time is imported from the environment, and membrane potential is
imported from the membrane component. These variables are used in the
"sodium_current" parent component, which also acts as an interface,
passing the variables to its encapsulated gate components.
-->
<variable units="ms" public_interface="in" private_interface="out" name="time"/>
<variable units="mV" public_interface="in" private_interface="out" name="V"/>
<!-- These variables are imported from encapsulated components. -->
<variable units="dimensionless" private_interface="in" name="m"/>
<variable units="dimensionless" private_interface="in" name="h"/>
<variable units="dimensionless" private_interface="in" name="j"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="i_Na_calculation_eq">
<!--
The following equation calculates the sodium current in terms
of the conductance, the membrane voltage, and the gate variables.
-->
<apply id="i_Na_calculation">
<eq/>
<ci> i_Na </ci>
<apply>
<times/>
<apply>
<plus/>
<apply>
<times/>
<ci> g_Na </ci>
<apply>
<power/>
<ci> m </ci>
<cn cellml:units="dimensionless"> 3.0 </cn>
</apply>
<ci> h </ci>
<ci> j </ci>
</apply>
<ci> g_Nac </ci>
</apply>
<apply>
<minus/>
<ci> V </ci>
<ci> E_Na </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "sodium_current_m_gate" is the m gate encapsulated inside the sodium
current
-->
<component name="sodium_current_m_gate" cmeta:id="sodium_current_m_gate">
<!-- This variable is defined here and used in other components. -->
<variable units="dimensionless" public_interface="out" name="m" initial_value="0.011"/>
<!-- These variables are defined here and only used internally. -->
<variable units="per_ms" name="alpha_m"/>
<variable units="per_ms" name="beta_m"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_m_calculation_eq">
<!--
The rate constants on the m and h gates are functions
of membrane voltage.
-->
<apply id="alpha_m_calculation">
<eq/>
<ci> alpha_m </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_mV_ms"> -1 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 47.0 </cn>
</apply>
</apply>
<apply>
<minus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.1 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 47.0 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_m_calculation_eq">
<apply id="beta_m_calculation">
<eq/>
<ci> beta_m </ci>
<apply>
<times/>
<cn cellml:units="per_ms"> 40.0 </cn>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.056 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 72.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dm_dt_eq">
<apply id="dm_dt">
<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="per_mV"> 1.0 </cn>
<ci> m </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_m </ci>
<ci> m </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "sodium_current_h_gate" component is the h gate encapsulated in
the sodium current.
-->
<component name="sodium_current_h_gate" cmeta:id="sodium_current_h_gate">
<!-- This variable is defined here and used in other components. -->
<variable units="dimensionless" public_interface="out" name="h" initial_value="0.988"/>
<!-- These variables are defined here and only used internally. -->
<variable units="per_ms" name="alpha_h"/>
<variable units="per_ms" name="beta_h"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_h_calculation_eq">
<apply id="alpha_h_calculation">
<eq/>
<ci> alpha_h </ci>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.126 </cn>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.25 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 77.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_h_calculation_eq">
<apply id="beta_h_calculation">
<eq/>
<ci> beta_h </ci>
<apply>
<divide/>
<cn cellml:units="per_ms"> 1.7 </cn>
<apply>
<plus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.082 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 22.5 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dh_dt_eq">
<apply id="dh_dt">
<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.0 </cn>
<ci> h </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_h </ci>
<ci> h </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "sodium_current_j_gate" component is the j gate encapsulated in
the sodium current.
-->
<component name="sodium_current_j_gate" cmeta:id="sodium_current_j_gate">
<!-- This variable is defined here and used in other components. -->
<variable units="dimensionless" public_interface="out" name="j" initial_value="0.975"/>
<!-- These variables are defined here and only used internally. -->
<variable units="per_ms" name="alpha_j"/>
<variable units="per_ms" name="beta_j"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_j_calculation_eq">
<apply id="alpha_j_calculation">
<eq/>
<ci> alpha_j </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.055 </cn>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.25 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 78.0 </cn>
</apply>
</apply>
</apply>
</apply>
<apply>
<plus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.2 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 78.0 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_j_calculation_eq">
<apply id="beta_j_calculation">
<eq/>
<ci> beta_j </ci>
<apply>
<divide/>
<cn cellml:units="per_ms"> 0.3 </cn>
<apply>
<plus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.1 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 32.0 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dj_dt_eq">
<apply id="dj_dt">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> j </ci>
</apply>
<apply>
<minus/>
<apply>
<times/>
<ci> alpha_j </ci>
<apply>
<minus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<ci> j </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_j </ci>
<ci> j </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!-- The "slow_inward_current " component contains the differential
equations governing the transient inward ionic current. This current is
predominately carried by calcium ions and it is largely responsible for
maintaining the plateau of the action potential. -->
<component name="slow_inward_current" cmeta:id="slow_inward_current">
<!-- This variable is defined here and used in other components. -->
<variable units="uA_per_mm2" public_interface="out" name="i_s"/>
<!-- These variables are defined here and only used internally. -->
<variable units="mS_per_mm2" name="g_s" initial_value="9.0e-4"/>
<variable units="mV" name="E_s"/>
<variable units="concentration_units" name="Cai" initial_value="1.0e-4"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="ms" public_interface="in" private_interface="out" name="time"/>
<variable units="mV" public_interface="in" private_interface="out" name="V"/>
<!-- These variables are imported from encapsulated components. -->
<variable units="dimensionless" private_interface="in" name="d"/>
<variable units="dimensionless" private_interface="in" name="f"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="E_s_calculation_eq">
<!--
The following equation determines the reversal potential of the
slow inward current.
-->
<apply id="E_s_calculation">
<eq/>
<ci> E_s </ci>
<apply>
<minus/>
<cn cellml:units="mV"> -82.3 </cn>
<apply>
<times/>
<cn cellml:units="mV"> 13.0287 </cn>
<apply>
<ln/>
<apply>
<times/>
<ci> Cai </ci>
<cn cellml:units="per_concentration_units">0.001</cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="i_s_calculation_eq">
<!--
The following equation calculates the slow inward current in terms of
the conductance, the membrane voltage and the gate variables.
-->
<apply id="i_s_calculation">
<eq/>
<ci> i_s </ci>
<apply>
<times/>
<ci> g_s </ci>
<ci> d </ci>
<ci> f </ci>
<apply>
<minus/>
<ci> V </ci>
<ci> E_s </ci>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dCai_dt_eq">
<!-- Change in {Ca}i (intracellular calcium concentration) is given in
terms of the slow inward current as: -->
<apply id="dCai_dt">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> Cai </ci>
</apply>
<apply>
<plus/>
<apply>
<times/>
<cn cellml:units="dimensionless"> -0.01 </cn>
<ci> i_s </ci>
</apply>
<apply>
<times/>
<cn cellml:units="dimensionless"> 0.07 </cn>
<apply>
<minus/>
<cn cellml:units="dimensionless"> 0.0001 </cn>
<ci> Cai </ci>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "slow_inward_current_d_gate" component is the d gate encapsulated in
the slow inward current.
-->
<component name="slow_inward_current_d_gate" cmeta:id="slow_inward_current_d_gate">
<!-- This variable is defined here and used in other components. -->
<variable units="dimensionless" public_interface="out" name="d" initial_value="0.003"/>
<!-- These variables are defined here and only used internally. -->
<variable units="per_ms" name="alpha_d"/>
<variable units="per_ms" name="beta_d"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_d_calculation_eq">
<!--
The rate constants on the d gate are functions of membrane voltage.
-->
<apply id="alpha_d_calculation">
<eq/>
<ci> alpha_d </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.095 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<minus/>
<ci> V </ci>
<cn cellml:units="mV"> 5.0 </cn>
</apply>
<cn cellml:units="mV"> 100.0 </cn>
</apply>
</apply>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<minus/>
<ci> V </ci>
<cn cellml:units="mV"> 5.0 </cn>
</apply>
<cn cellml:units="mV"> 13.89 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_d_calculation_eq">
<apply id="beta_d_calculation">
<eq/>
<ci> beta_d </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.07 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 44.0 </cn>
</apply>
<cn cellml:units="mV"> 59.0 </cn>
</apply>
</apply>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 44.0 </cn>
</apply>
<cn cellml:units="mV"> 20.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dd_dt_eq">
<apply id="dd_dt">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> d </ci>
</apply>
<apply>
<minus/>
<apply>
<times/>
<ci> alpha_d </ci>
<apply>
<minus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<ci> d </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_d </ci>
<ci> d </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "slow_inward_current_f_gate" component is the f gate encapsulated in
the slow inward current.
-->
<component name="slow_inward_current_f_gate" cmeta:id="slow_inward_current_f_gate">
<!-- This variable is defined here and used in other components. -->
<variable units="dimensionless" public_interface="out" name="f" initial_value="0.994"/>
<!-- These variables are defined here and only used internally. -->
<variable units="per_ms" name="alpha_f"/>
<variable units="per_ms" name="beta_f"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_f_calculation_eq">
<!--
The rate constants on the f gate are functions of membrane voltage.
-->
<apply id="alpha_f_calculation">
<eq/>
<ci> alpha_f </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.012 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 28.0 </cn>
</apply>
<cn cellml:units="mV"> 125.0 </cn>
</apply>
</apply>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 28.0 </cn>
</apply>
<cn cellml:units="mV"> 6.67 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_f_calculation_eq">
<apply id="beta_f_calculation">
<eq/>
<ci> beta_f </ci>
<apply>
<divide/>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.0065 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 30.0 </cn>
</apply>
<cn cellml:units="mV"> 50.0 </cn>
</apply>
</apply>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 30.0 </cn>
</apply>
<cn cellml:units="mV"> 5.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="df_dt_eq">
<apply id="df_dt">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> f </ci>
</apply>
<apply>
<minus/>
<apply>
<times/>
<ci> alpha_f </ci>
<apply>
<minus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<ci> f </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_f </ci>
<ci> f </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "time_dependent_outward_current" component contains the
differential equations governing the voltage- and time-dependent outward
current. This current is predominately carried by potassium ions and it
is involved in the plateau of the action potential and in the
re-polarisation phase.
-->
<component name="time_dependent_outward_current" cmeta:id="time_dependent_outward_current">
<!-- This variable is defined here and used in other components. -->
<variable units="uA_per_mm2" public_interface="out" name="i_x1"/>
<!-- These variables are imported from parent and sibling components. -->
<variable units="ms" public_interface="in" private_interface="out" name="time"/>
<variable units="mV" public_interface="in" private_interface="out" name="V"/>
<!-- This variable is imported from encapsulated components. -->
<variable units="dimensionless" private_interface="in" name="x1"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="i_x1_calculation_eq">
<!--
The following equation calculates the time-dependent outward current
in terms of the membrane voltage.
-->
<apply id="i_x1_calculation">
<eq/>
<ci> i_x1 </ci>
<apply>
<times/>
<ci> x1 </ci>
<cn cellml:units="dimensionless"> 8.0e-3 </cn>
<apply>
<divide/>
<apply>
<minus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> 0.04 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 77.0 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> 0.04 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 35.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component name="time_dependent_outward_current_x1_gate" cmeta:id="time_dependent_outward_current_x1_gate">
<variable units="dimensionless" public_interface="out" name="x1"/>
<variable units="per_ms" name="alpha_x1"/>
<variable units="per_ms" name="beta_x1"/>
<variable units="mV" public_interface="in" name="V"/>
<variable units="ms" public_interface="in" name="time"/>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="alpha_x1_calculation_eq">
<apply id="alpha_x1_calculation">
<eq/>
<ci> alpha_x1 </ci>
<apply>
<times/>
<cn cellml:units="per_ms"> 5e-4 </cn>
<apply>
<divide/>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 50.0 </cn>
</apply>
<cn cellml:units="mV"> 12.1 </cn>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 50.0 </cn>
</apply>
<cn cellml:units="mV"> 17.5 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="beta_x1_calculation_eq">
<apply id="beta_x1_calculation">
<eq/>
<ci> beta_x1 </ci>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.0013 </cn>
<apply>
<divide/>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 20.0 </cn>
</apply>
<cn cellml:units="mV"> 16.67 </cn>
</apply>
</apply>
</apply>
<apply>
<plus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<minus/>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 20.0 </cn>
</apply>
<cn cellml:units="mV"> 25.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="dx1_dt_eq">
<apply id="dx1_dt">
<eq/>
<apply>
<diff/>
<bvar>
<ci> time </ci>
</bvar>
<ci> x1 </ci>
</apply>
<apply>
<minus/>
<apply>
<times/>
<ci> alpha_x1 </ci>
<apply>
<minus/>
<cn cellml:units="per_mV"> 1.0 </cn>
<ci> x1 </ci>
</apply>
</apply>
<apply>
<times/>
<ci> beta_x1 </ci>
<ci> x1 </ci>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The "time_independent_outward_current" component contains the
equations governing the voltage-dependent, time-independent
outward current. This current is carried by potassium ions and it is
involved in the plateau of the action potential and in the
re-polarisation phase. Because the current is time-independent, it
can also be described as a background current.
-->
<component name="time_independent_outward_current" cmeta:id="time_independent_outward_current">
<!-- This variable is defined here and used in other components. -->
<variable units="uA_per_mm2" public_interface="out" name="i_K1"/>
<!-- These variables are imported from other components. -->
<variable units="ms" public_interface="in" name="time"/>
<variable units="mV" public_interface="in" name="V"/>
<!--
The following equation calculates the time-independent outward
potassium current in terms of membrane voltage.
-->
<math xmlns="http://www.w3.org/1998/Math/MathML" cmeta:id="i_K1_calculation_eq">
<apply id="i_K1_calculation">
<eq/>
<ci> i_K1 </ci>
<apply>
<times/>
<cn cellml:units="dimensionless"> 0.0035 </cn>
<apply>
<plus/>
<apply>
<times/>
<cn cellml:units="per_ms"> 4.0 </cn>
<apply>
<divide/>
<apply>
<minus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> 0.04 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 85.0 </cn>
</apply>
</apply>
</apply>
<cn cellml:units="dimensionless"> 1.0 </cn>
</apply>
<apply>
<plus/>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> 0.08 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 53 </cn>
</apply>
</apply>
</apply>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> 0.04 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 53.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
<apply>
<times/>
<cn cellml:units="per_ms"> 0.2 </cn>
<apply>
<divide/>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 23.0 </cn>
</apply>
<apply>
<minus/>
<cn cellml:units="dimensionless"> 1.0 </cn>
<apply>
<exp/>
<apply>
<times/>
<cn cellml:units="per_mV"> -0.04 </cn>
<apply>
<plus/>
<ci> V </ci>
<cn cellml:units="mV"> 23.0 </cn>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<!--
The following <group> element specifies a single containment hierarchy
that encompasses all of the components in the model, with the exception of
the "environment" component.
-->
<group>
<relationship_ref relationship="containment"/>
<component_ref component="membrane">
<component_ref component="sodium_current">
<component_ref component="sodium_current_m_gate"/>
<component_ref component="sodium_current_h_gate"/>
<component_ref component="sodium_current_j_gate"/>
</component_ref>
<component_ref component="slow_inward_current">
<component_ref component="slow_inward_current_d_gate"/>
<component_ref component="slow_inward_current_f_gate"/>
</component_ref>
<component_ref component="time_dependent_outward_current">
<component_ref component="time_dependent_outward_current_x1_gate"/>
</component_ref>
<component_ref component="time_independent_outward_current"/>
</component_ref>
</group>
<!--
The following <group> element specifies how the components representing
activation and inactivation coefficients are encapsulated inside the
sodium and potassium channel components.
-->
<group>
<relationship_ref relationship="encapsulation"/>
<component_ref component="sodium_current">
<component_ref component="sodium_current_m_gate"/>
<component_ref component="sodium_current_h_gate"/>
<component_ref component="sodium_current_j_gate"/>
</component_ref>
<component_ref component="slow_inward_current">
<component_ref component="slow_inward_current_d_gate"/>
<component_ref component="slow_inward_current_f_gate"/>
</component_ref>
<component_ref component="time_dependent_outward_current">
<component_ref component="time_dependent_outward_current_x1_gate"/>
</component_ref>
</group>
<!--
The connections hold the actual mappings between variables declared in
different components. When more than one variable is mapped between two
components, all variable mappings must be listed in the same connection
element (there can only be one connection between two components). The
variables are assumed to be listed in the same order within the two
<component_ref> elements. The modeler should NOT rely on matching the
names of the variables in the two components.
-->
<!--
"time" is passed from the "environment" component into the
"membrane" and current components.
-->
<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_current"/>
<map_variables variable_2="time" variable_1="time"/>
</connection>
<connection>
<map_components component_2="environment" component_1="slow_inward_current"/>
<map_variables variable_2="time" variable_1="time"/>
</connection>
<connection>
<map_components component_2="environment" component_1="time_dependent_outward_current"/>
<map_variables variable_2="time" variable_1="time"/>
</connection>
<connection>
<map_components component_2="environment" component_1="time_independent_outward_current"/>
<map_variables variable_2="time" variable_1="time"/>
</connection>
<!--
A number of variables are passed between the "membrane" and its four
sub-components, the "sodium_current", "slow_inward_current",
"time_dependent_outward_current" and the "time_independent_outward_current".
-->
<connection>
<map_components component_2="sodium_current" 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="slow_inward_current" component_1="membrane"/>
<map_variables variable_2="V" variable_1="V"/>
<map_variables variable_2="i_s" variable_1="i_s"/>
</connection>
<connection>
<map_components component_2="time_dependent_outward_current" component_1="membrane"/>
<map_variables variable_2="V" variable_1="V"/>
<map_variables variable_2="i_x1" variable_1="i_x1"/>
</connection>
<connection>
<map_components component_2="time_independent_outward_current" component_1="membrane"/>
<map_variables variable_2="V" variable_1="V"/>
<map_variables variable_2="i_K1" variable_1="i_K1"/>
</connection>
<!--
Various gating variables are passed between the "sodium_current" and
"slow_inward_current" components and the encapsulated "beeler_reuter_gate"
components.
-->
<connection>
<map_components component_2="sodium_current_m_gate" component_1="sodium_current"/>
<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_current_h_gate" component_1="sodium_current"/>
<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="sodium_current_j_gate" component_1="sodium_current"/>
<map_variables variable_2="j" variable_1="j"/>
<map_variables variable_2="time" variable_1="time"/>
<map_variables variable_2="V" variable_1="V"/>
</connection>
<connection>
<map_components component_2="time_dependent_outward_current_x1_gate" component_1="time_dependent_outward_current"/>
<map_variables variable_2="x1" variable_1="x1"/>
<map_variables variable_2="time" variable_1="time"/>
<map_variables variable_2="V" variable_1="V"/>
</connection>
<connection>
<map_components component_2="slow_inward_current_d_gate" component_1="slow_inward_current"/>
<map_variables variable_2="d" variable_1="d"/>
<map_variables variable_2="time" variable_1="time"/>
<map_variables variable_2="V" variable_1="V"/>
</connection>
<connection>
<map_components component_2="slow_inward_current_f_gate" component_1="slow_inward_current"/>
<map_variables variable_2="f" variable_1="f"/>
<map_variables variable_2="time" variable_1="time"/>
<map_variables variable_2="V" variable_1="V"/>
</connection>
<rdf:RDF>
<rdf:Seq rdf:about="rdf:#citationAuthorsSeq">
<rdf:li rdf:resource="rdf:#author1Vcard"/>
<rdf:li rdf:resource="rdf:#author2Vcard"/>
</rdf:Seq>
<rdf:Description rdf:about="#dd_dt_eq">
<cmeta:comment rdf:resource="rdf:#6dcdc0a5-b4f2-48cf-ad22-cc0b49811718"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#f3ed7320-b04a-4c3d-a12b-b6a6df96f13d">
<rdf:value>
The closing rate of the x1 gate.
</rdf:value>
</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:#94936c74-ca19-49c5-b2b0-0133d950c02a">
<rdf:value>
The closing rate of the h gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="">
<dc:publisher>
The University of Auckland, Bioengineering Research Group
</dc:publisher>
<cmeta:modification rdf:resource="rdf:#395dc10a-d2c9-49e7-a518-6afd0acff52a"/>
<cmeta:modification rdf:resource="rdf:#7b2fd02c-37b6-47e1-b53d-d6d5c13e1f10"/>
<cmeta:modification rdf:resource="rdf:#98d7ffca-003f-4c62-929a-f9013acff053"/>
<cmeta:modification rdf:resource="rdf:#9948a7b7-6a5d-40c5-a8d1-6e3cf8715730"/>
<cmeta:modification rdf:resource="rdf:#b4a1b430-3504-4f5c-a9a6-adee2f5f53d1"/>
<cmeta:modification rdf:resource="rdf:#b6d7d9b2-a568-42ed-a964-e533cac2667e"/>
<cmeta:modification rdf:resource="rdf:#d138c998-73fa-46a2-a8c9-374633877feb"/>
<cmeta:modification rdf:resource="rdf:#d8040c3d-23b5-4331-8759-c0a7cb4841a1"/>
<dcterms:created rdf:resource="rdf:#f7e84e58-c8e4-4b21-8afb-7b413f7c2f69"/>
<dc:creator rdf:resource="rdf:#0e15d650-8489-49dd-b1ee-d195da9f3f4f"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#525341b2-9bae-4734-9060-d4b02aebac97">
<bqs:Pubmed_id>874889</bqs:Pubmed_id>
<bqs:JournalArticle rdf:resource="rdf:#452f00e8-e43a-4175-bba8-1dbb7771d48f"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#16a442d3-377f-40a8-877e-9b02943bea18">
<rdf:value>
The opening rate of the m gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#dbf59e80-9bd6-4b8e-b7da-7d224e50591e">
<rdf:value>
The gating kinetics of the h gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#419ed23f-41e8-44e3-9ca6-bfe82e36379e">
<rdf:value>
The voltage-dependent inactivation gate for the slow inward current
- the f gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#alpha_h_calculation_eq">
<cmeta:comment rdf:resource="rdf:#0f6b7cb4-a7de-41e9-95d2-c472d37bfd7f"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#9f620576-ba99-4f7c-9931-9336a66b40a1">
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#N"/>
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="#alpha_x1_calculation_eq">
<cmeta:comment rdf:resource="rdf:#9077b6df-9fbe-475e-956a-dd5d23d014d2"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#82be8b3b-38ab-4240-8488-b7105000f06f">
<rdf:value>
The voltage-dependent inactivation gate for the sodium channel - the
h gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#22f9f24a-1a99-4730-a513-ea12a4c20106">
<rdf:value>
Calculation of the time-dependent outward current.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#452f00e8-e43a-4175-bba8-1dbb7771d48f">
<dc:creator rdf:resource="rdf:#citationAuthorsSeq"/>
<dc:title>Reconstruction of the action potential of ventricular myocardial fibres</dc:title>
<bqs:volume>268</bqs:volume>
<bqs:first_page>177</bqs:first_page>
<bqs:Journal rdf:resource="rdf:#ffbde377-4d77-4ae2-90a9-2b16f1535e40"/>
<dcterms:issued rdf:resource="rdf:#799cedc6-7313-484d-90b0-4c8e784e9ce9"/>
<bqs:last_page>210</bqs:last_page>
</rdf:Description>
<rdf:Description rdf:about="rdf:#ff951f40-aadb-41e7-a314-c209baef5504">
<dcterms:W3CDTF>2003-07-22</dcterms:W3CDTF>
</rdf:Description>
<rdf:Description rdf:about="rdf:#e1dc2f32-10f8-4641-8f89-898150227edf">
<rdf:value>
The "time_independent_outward_current" component contains the
equations governing the voltage-dependent, time-independent outward
current. This current is carried by potassium ions and it is
involved in the plateau of the action potential and in the
re-polarisation phase. Because the current is time-independent, it
can also be described as a background current.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#alpha_f_calculation_eq">
<cmeta:comment rdf:resource="rdf:#8d130c3d-537f-42ad-a7f6-7ddaedb484ff"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#031bb096-1453-4f89-b476-6196f7b0278f">
<rdf:type rdf:resource="http://purl.org/dc/terms/W3CDTF"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_m_calculation_eq">
<cmeta:comment rdf:resource="rdf:#cb3384ab-d19b-4d91-8de4-3cd5b4e43246"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#f130189b-1bc3-4c54-88e2-c5535816513c">
<rdf:value>
This component is used to declare variables that are used by
all or most of the other components, in this case just `time'.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#time_independent_outward_current">
<cmeta:comment rdf:resource="rdf:#e1dc2f32-10f8-4641-8f89-898150227edf"/>
</rdf:Description>
<rdf:Description rdf:about="#sodium_current_h_gate">
<cmeta:comment rdf:resource="rdf:#82be8b3b-38ab-4240-8488-b7105000f06f"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#6ce4df93-3abd-46b0-a66d-634d4b1004fc">
<rdf:value>
This component is the `root' node of our model.
It defines the action potential variable `V'.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#5ad784f7-e795-4d8d-9fdc-e0825fb424b8">
<rdf:value>
The opening rate for the j gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#d3a09e7c-dcd3-40be-9778-59dccf92bb8b">
<rdf:value>
Calculation of the time-independent outward current.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#79d96500-540d-4623-82fe-0419674279df">
<rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
<vCard:N rdf:resource="rdf:#21e71d62-4744-48c2-ba8d-905f814e0fed"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#395dc10a-d2c9-49e7-a518-6afd0acff52a">
<dcterms:modified rdf:resource="rdf:#031bb096-1453-4f89-b476-6196f7b0278f"/>
<rdf:value>
Made changes to some of the metadata, bringing them up to date with
the most recent working draft (26th September) of the Metadata
Specification.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#071e20b9-3f7e-476f-af8c-89b6a82560dd"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#37018b85-93fe-48b5-bc19-810edc130b57">
<vCard:N rdf:resource="rdf:#40f24317-c951-4303-a3a7-460c8a267c65"/>
</rdf:Description>
<rdf:Description rdf:about="#alpha_j_calculation_eq">
<cmeta:comment rdf:resource="rdf:#5ad784f7-e795-4d8d-9fdc-e0825fb424b8"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_d_calculation_eq">
<cmeta:comment rdf:resource="rdf:#fbd1f26c-2149-4f9f-a75c-77a3e1e7bdba"/>
</rdf:Description>
<rdf:Description rdf:about="#dCai_dt_eq">
<cmeta:comment rdf:resource="rdf:#090df729-c76b-4d39-b0bf-94d52b69fab6"/>
</rdf:Description>
<rdf:Description rdf:about="#slow_inward_current_d_gate">
<cmeta:comment rdf:resource="rdf:#71199b0e-e648-45bb-9d23-653f498d856e"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_h_calculation_eq">
<cmeta:comment rdf:resource="rdf:#94936c74-ca19-49c5-b2b0-0133d950c02a"/>
</rdf:Description>
<rdf:Description rdf:about="#time_dependent_outward_current_x1_gate">
<cmeta:comment rdf:resource="rdf:#c34eae2a-6ef2-4717-b138-874c7c89e942"/>
</rdf:Description>
<rdf:Description rdf:about="#slow_inward_current">
<cmeta:comment rdf:resource="rdf:#5981a81b-7406-4a41-9ac1-e1240d47866e"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#e1ace6f1-bf84-44b0-a6f6-f241450dd0b0">
<rdf:value>
The "time_dependent_outward_current" component contains the
differential equations governing the voltage- and time-dependent
outward current. This current is predominately carried by potassium
ions and it is involved in the plateau of the action potential and
in the re-polarisation phase.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#71fa8e7c-d78b-4bbd-903b-d4f546bc78a0">
<rdf:value>
The definition of the voltage-dependent activation gating
kinetics for the sodium ion channel (the m gate).
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#1f16756a-406a-4a41-807e-999e4238f795">
<rdf:value>
Calculation of the slow inward current.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#9948a7b7-6a5d-40c5-a8d1-6e3cf8715730">
<dcterms:modified rdf:resource="rdf:#6dbc3406-78f2-45d8-bf5f-29862334d770"/>
<rdf:value>
Changed the model name so the model loads in the database easier.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#37018b85-93fe-48b5-bc19-810edc130b57"/>
</rdf:Description>
<rdf:Description rdf:about="#membrane_voltage_diff_eq">
<cmeta:comment rdf:resource="rdf:#7895f33d-95ec-4654-92a1-65ee8effd33a"/>
</rdf:Description>
<rdf:Description rdf:about="#df_dt_eq">
<cmeta:comment rdf:resource="rdf:#cdf80696-4777-425c-802a-d146bd83f868"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#70b6bf2a-cbcb-455b-aef2-28f4ff6ff010">
<rdf:type rdf:resource="http://purl.org/dc/terms/W3CDTF"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_f_calculation_eq">
<cmeta:comment rdf:resource="rdf:#427fbb4b-0e43-4d46-b8ce-0d5a052699f2"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#427fbb4b-0e43-4d46-b8ce-0d5a052699f2">
<rdf:value>
The closing rate of the f gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#i_s_calculation_eq">
<cmeta:comment rdf:resource="rdf:#1f16756a-406a-4a41-807e-999e4238f795"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#21ffc164-0942-459d-9f4f-4943fd09c3c9">
<vCard:N rdf:resource="rdf:#65ce5480-e79f-4733-a3e9-891699ea58f2"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#7895f33d-95ec-4654-92a1-65ee8effd33a">
<rdf:value>
The ODE governing the membrane potential -- given by the summation
of the ionic currents and an applied stimulus.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#5981a81b-7406-4a41-9ac1-e1240d47866e">
<rdf:value>
The "slow_inward_current" component contains the differential
equations governing the transient inward ionic current. This current
is predominately carried by calcium ions and it is largely
responsible for maintaining the plateau of the action potential.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#071e20b9-3f7e-476f-af8c-89b6a82560dd">
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#N"/>
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#c66c5ab1-2f3e-4f08-8813-98e6e04fe7eb">
<rdf:value>
The reversal potential for the slow inward current.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#6dcdc0a5-b4f2-48cf-ad22-cc0b49811718">
<rdf:value>
The kinetics of the d gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#efba96a6-e000-4fba-8806-179ad01d7a40">
<rdf:value>
Calculation of the sodium current in terms of the conductance,
membrane potential, and gating variables.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#i_x1_calculation_eq">
<cmeta:comment rdf:resource="rdf:#22f9f24a-1a99-4730-a513-ea12a4c20106"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#33b76060-daf0-451e-b521-15b5970a4c36">
<vCard:N rdf:resource="rdf:#f0ac74f4-cdaf-410e-894c-8ad7546419ae"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#0e15d650-8489-49dd-b1ee-d195da9f3f4f">
<vCard:ORG rdf:resource="rdf:#fb315415-4277-46ec-a7dd-adcb77fd8f4b"/>
<vCard:EMAIL rdf:resource="rdf:#d295a58c-e8d1-48c6-9112-6a5481e0b861"/>
<vCard:N rdf:resource="rdf:#6e8ceb34-d624-4dba-a156-6d2625200f07"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_j_calculation_eq">
<cmeta:comment rdf:resource="rdf:#cc0a566b-1fc8-4fe6-b1ff-cd567c900a77"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#9077b6df-9fbe-475e-956a-dd5d23d014d2">
<rdf:value>
The opening rate of the x1 gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#d138c998-73fa-46a2-a8c9-374633877feb">
<dcterms:modified rdf:resource="rdf:#fc2f7ce7-53cc-432a-b2b9-aac4385f49e0"/>
<rdf:value>
Updated metadata to conform to the 16/01/2002 CellML Metadata 1.0
Specification.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#7dcfe384-4481-4674-8f05-d0f5084e6114"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#40f24317-c951-4303-a3a7-460c8a267c65">
<vCard:Given>Autumn</vCard:Given>
<vCard:Family>Cuellar</vCard:Family>
<vCard:Other>A</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#cdf80696-4777-425c-802a-d146bd83f868">
<rdf:value>
The kinetics of the f gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#alpha_m_calculation_eq">
<cmeta:comment rdf:resource="rdf:#16a442d3-377f-40a8-877e-9b02943bea18"/>
</rdf:Description>
<rdf:Description rdf:about="#beta_x1_calculation_eq">
<cmeta:comment rdf:resource="rdf:#f3ed7320-b04a-4c3d-a12b-b6a6df96f13d"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#fc2f7ce7-53cc-432a-b2b9-aac4385f49e0">
<rdf:type rdf:resource="http://purl.org/dc/terms/W3CDTF"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#4f1690ce-f2a7-423d-9cef-068ededfd71a">
<rdf:value>
The "sodium_current" component contains the differential equations
governing the influx of sodium ions through the cell surface
membrane into the cell. This sodium current is primarily
responsible for the rapid upstroke of the action potential during
membrane depolarisation. Note that no initial values are needed on
many variables as they are all directly dependent on the membrane
voltage.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#98d7ffca-003f-4c62-929a-f9013acff053">
<dcterms:modified rdf:resource="rdf:#eaa10ddb-7f14-40ff-8add-226b0f094d9f"/>
<rdf:value>
Corrected the membrane voltage differential equation.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#b7eae139-971d-4423-9942-551b1c108cff"/>
</rdf:Description>
<rdf:Description rdf:about="#time_dependent_outward_current">
<cmeta:comment rdf:resource="rdf:#e1ace6f1-bf84-44b0-a6f6-f241450dd0b0"/>
</rdf:Description>
<rdf:Description rdf:about="#environment">
<cmeta:comment rdf:resource="rdf:#f130189b-1bc3-4c54-88e2-c5535816513c"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#4c086f6d-a3fc-477b-b8c7-553dcbbc24ac">
<rdf:value>
This is a dummy equation that we simply use to make grabbing the
value in CMISS much easier.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#author2VcardN">
<vCard:Given>H</vCard:Given>
<vCard:Family>Reuter</vCard:Family>
</rdf:Description>
<rdf:Description rdf:about="rdf:#58eb8f07-17b5-48d2-8884-1a52a94474b9">
<rdf:value>
The kinetics of the x1 gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#sodium_current">
<cmeta:comment rdf:resource="rdf:#4f1690ce-f2a7-423d-9cef-068ededfd71a"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#d295a58c-e8d1-48c6-9112-6a5481e0b861">
<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:#fdaa2f6f-efdd-4097-bb2f-892c4fdeb09f">
<rdf:value>
The kinetics of the j gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#i_K1_calculation_eq">
<cmeta:comment rdf:resource="rdf:#d3a09e7c-dcd3-40be-9778-59dccf92bb8b"/>
</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:#b4a1b430-3504-4f5c-a9a6-adee2f5f53d1">
<dcterms:modified rdf:resource="rdf:#50c79fe7-932d-42e5-b67f-3565dab0706f"/>
<rdf:value>
Added more metadata.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#33b76060-daf0-451e-b521-15b5970a4c36"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#93dfe767-6a71-4e09-bb6a-491b93a00e2e">
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#N"/>
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#cb3384ab-d19b-4d91-8de4-3cd5b4e43246">
<rdf:value>
The closing rate of the m gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#sodium_current_j_gate">
<cmeta:comment rdf:resource="rdf:#23375f16-c596-475f-a774-354697ae8d06"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#6dbc3406-78f2-45d8-bf5f-29862334d770">
<dcterms:W3CDTF>2003-04-05</dcterms:W3CDTF>
</rdf:Description>
<rdf:Description rdf:about="rdf:#799cedc6-7313-484d-90b0-4c8e784e9ce9">
<dcterms:W3CDTF>1977-01-01</dcterms:W3CDTF>
</rdf:Description>
<rdf:Description rdf:about="rdf:#c06402fc-7658-4e05-b176-1149d2d306be">
<rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
<vCard:N rdf:resource="rdf:#8fec5a94-3745-445d-b047-9579602d56f6"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#fb315415-4277-46ec-a7dd-adcb77fd8f4b">
<vCard:Orgname>The University of Auckland</vCard:Orgname>
<vCard:Orgunit>The Bioengineering Research Group</vCard:Orgunit>
</rdf:Description>
<rdf:Description rdf:about="rdf:#eaa10ddb-7f14-40ff-8add-226b0f094d9f">
<rdf:type rdf:resource="http://purl.org/dc/terms/W3CDTF"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#7dcfe384-4481-4674-8f05-d0f5084e6114">
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#N"/>
<vCard:Given>Autumn</vCard:Given>
<vCard:Family>Cuellar</vCard:Family>
<vCard:Other>A.</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="#slow_inward_current_f_gate">
<cmeta:comment rdf:resource="rdf:#419ed23f-41e8-44e3-9ca6-bfe82e36379e"/>
</rdf:Description>
<rdf:Description rdf:about="#E_s_calculation_eq">
<cmeta:comment rdf:resource="rdf:#c66c5ab1-2f3e-4f08-8813-98e6e04fe7eb"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#f7e84e58-c8e4-4b21-8afb-7b413f7c2f69">
<dcterms:W3CDTF>2001-09-10</dcterms:W3CDTF>
</rdf:Description>
<rdf:Description rdf:about="rdf:#c6f8fe0b-019c-498d-9292-1112ad614915">
<vCard:FN>Catherine Lloyd</vCard:FN>
</rdf:Description>
<rdf:Description rdf:about="rdf:#8d130c3d-537f-42ad-a7f6-7ddaedb484ff">
<rdf:value>
The opening rate of the f gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#membrane">
<cmeta:comment rdf:resource="rdf:#6ce4df93-3abd-46b0-a66d-634d4b1004fc"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#830231c2-551a-4920-b449-fee8f78d2b95">
<rdf:value>
The actual kinetic equation for the m gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#alpha_d_calculation_eq">
<cmeta:comment rdf:resource="rdf:#ef811cea-2a55-4951-81d7-2870a56815f4"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#090df729-c76b-4d39-b0bf-94d52b69fab6">
<rdf:value>
The change in calcium ion concentration.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#6e8ceb34-d624-4dba-a156-6d2625200f07">
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#b7eae139-971d-4423-9942-551b1c108cff">
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#N"/>
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#65ce5480-e79f-4733-a3e9-891699ea58f2">
<vCard:Given>David</vCard:Given>
<vCard:Family>Nickerson</vCard:Family>
<vCard:Other>P</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="rdf:#71199b0e-e648-45bb-9d23-653f498d856e">
<rdf:value>
The voltage-dependent activation gate for the slow inward current -
the d gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#c34eae2a-6ef2-4717-b138-874c7c89e942">
<rdf:value>
The voltage-dependent gating variable for the time-dependent outward
current - the x1 gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#0b4efc9c-11ec-457e-a6f7-45cf3aa86b60">
<rdf:type rdf:resource="http://purl.org/dc/terms/W3CDTF"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#ef811cea-2a55-4951-81d7-2870a56815f4">
<rdf:value>
The opening rate of the d gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#fbd1f26c-2149-4f9f-a75c-77a3e1e7bdba">
<rdf:value>
The closing rate of the d gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#i_Na_calculation_eq">
<cmeta:comment rdf:resource="rdf:#efba96a6-e000-4fba-8806-179ad01d7a40"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#ffbde377-4d77-4ae2-90a9-2b16f1535e40">
<dc:title>Journal of Physiology</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#dm_dt_eq">
<cmeta:comment rdf:resource="rdf:#830231c2-551a-4920-b449-fee8f78d2b95"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#d8040c3d-23b5-4331-8759-c0a7cb4841a1">
<dcterms:modified rdf:resource="rdf:#ff951f40-aadb-41e7-a314-c209baef5504"/>
<rdf:value>
Modified the units and corrected mathematics. Also added a stimulus
current to allow for pacing.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#21ffc164-0942-459d-9f4f-4943fd09c3c9"/>
</rdf:Description>
<rdf:Description rdf:about="#dx1_dt_eq">
<cmeta:comment rdf:resource="rdf:#58eb8f07-17b5-48d2-8884-1a52a94474b9"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#7b2fd02c-37b6-47e1-b53d-d6d5c13e1f10">
<dcterms:modified rdf:resource="rdf:#0b4efc9c-11ec-457e-a6f7-45cf3aa86b60"/>
<rdf:value>
Removed document type definition as this is declared as optional
according to the WC3 recommendation.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#9f620576-ba99-4f7c-9931-9336a66b40a1"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#23375f16-c596-475f-a774-354697ae8d06">
<rdf:value>
The voltage dependent slow inactivation sodium channel gate - the j
gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#IStim_for_cmiss_eq">
<cmeta:comment rdf:resource="rdf:#4c086f6d-a3fc-477b-b8c7-553dcbbc24ac"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#50c79fe7-932d-42e5-b67f-3565dab0706f">
<dcterms:W3CDTF>2002-07-19</dcterms:W3CDTF>
</rdf:Description>
<rdf:Description rdf:about="#beeler_reuter_mammalian_ventricle_1977">
<dc:title>
The Beeler-Reuter Model of Membrane Action Potentials of Mammalian
Ventricular Myocytes, 1977
</dc:title>
<cmeta:bio_entity>Ventricular Myocyte</cmeta:bio_entity>
<cmeta:comment rdf:resource="rdf:#71fa93e6-8320-4279-89b8-7ac6c3a0cf56"/>
<bqs:reference rdf:resource="rdf:#525341b2-9bae-4734-9060-d4b02aebac97"/>
<cmeta:species>Mammalia</cmeta:species>
</rdf:Description>
<rdf:Description rdf:about="rdf:#0f6b7cb4-a7de-41e9-95d2-c472d37bfd7f">
<rdf:value>
The opening rate of the h gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#71fa93e6-8320-4279-89b8-7ac6c3a0cf56">
<dc:creator rdf:resource="rdf:#c6f8fe0b-019c-498d-9292-1112ad614915"/>
<rdf:value>This is the CellML description of Beeler and Reuter's mathematical model of membrane action potentials of mammalian ventricular myocardial fibres. It describes four ionic currents in terms of Hodkin-Huxley type equations.</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="rdf:#cc0a566b-1fc8-4fe6-b1ff-cd567c900a77">
<rdf:value>
The closing rate for the j gate.
</rdf:value>
</rdf:Description>
<rdf:Description rdf:about="#dh_dt_eq">
<cmeta:comment rdf:resource="rdf:#dbf59e80-9bd6-4b8e-b7da-7d224e50591e"/>
</rdf:Description>
<rdf:Description rdf:about="#sodium_current_m_gate">
<cmeta:comment rdf:resource="rdf:#71fa8e7c-d78b-4bbd-903b-d4f546bc78a0"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#b6d7d9b2-a568-42ed-a964-e533cac2667e">
<dcterms:modified rdf:resource="rdf:#70b6bf2a-cbcb-455b-aef2-28f4ff6ff010"/>
<rdf:value>
Changed some equations after using the MathML validator.
</rdf:value>
<cmeta:modifier rdf:resource="rdf:#93dfe767-6a71-4e09-bb6a-491b93a00e2e"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#author1VcardN">
<vCard:Given>G</vCard:Given>
<vCard:Family>Beeler</vCard:Family>
<vCard:Other>W</vCard:Other>
</rdf:Description>
<rdf:Description rdf:about="#dj_dt_eq">
<cmeta:comment rdf:resource="rdf:#fdaa2f6f-efdd-4097-bb2f-892c4fdeb09f"/>
</rdf:Description>
<rdf:Description rdf:about="rdf:#f0ac74f4-cdaf-410e-894c-8ad7546419ae">
<vCard:Given>Catherine</vCard:Given>
<vCard:Family>Lloyd</vCard:Family>
<vCard:Other>May</vCard:Other>
</rdf:Description>
</rdf:RDF>
</model>