Rendering of the source text

<?xml version='1.0' encoding='UTF-8'?>
<model name="my_model" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
    <import xlink:href="unit.cellml">
        <units name="ms" units_ref="ms"/>
        <units name="per_ms" units_ref="per_ms"/>
        <units name="mV" units_ref="mV"/>
        <units name="mM" units_ref="mM"/>
        <units name="mM3" units_ref="mM3"/>
        <units name="J_per_mol_per_kelvin" units_ref="J_per_mol_per_kelvin"/>
        <units name="C_per_mol" units_ref="C_per_mol"/>
        <units name="nS_per_pF" units_ref="nS_per_pF"/>
        <units name="pA_per_pF" units_ref="pA_per_pF"/>
        <units name="mV_ms" units_ref="mV_ms"/>
        <units name="mM_per_ms" units_ref="mM_per_ms"/>
        <units name="per_mM_per_ms" units_ref="per_mM_per_ms"/>
        <units name="per_mM2_per_ms" units_ref="per_mM2_per_ms"/>
    </import>
    <import xlink:href="parameter.cellml">
        <component component_ref="parameter" name="parameter"/>
    </import>
    <import xlink:href="parameter_Ik1.cellml">
        <component component_ref="parameter_Ik1" name="parameter_Ik1"/>
    </import>
    <import xlink:href="gating.cellml">
        <component component_ref="gating" name="gating"/>
    </import>
    <component name="main">
        <variable name="act_inact" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="x1" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="x2" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="x5" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="x6" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="x7" private_interface="in" public_interface="out" units="dimensionless"/>
        <variable name="v" private_interface="in" public_interface="out" units="mV"/>
        <variable name="tau" private_interface="in" public_interface="out" units="ms"/>
        <variable initial_value="1" name="t" public_interface="out" units="ms"/>
        <variable initial_value="1" name="a" public_interface="out" units="dimensionless"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <apply>
                    <diff/>
                    <bvar>
                        <ci>t</ci>
                    </bvar>
                    <ci>a</ci>
                </apply>
                <cn cellml:units="dimensionless">1</cn>
            </apply>
        </math>
    </component>
    <connection>
        <map_components component_1="parameter" component_2="gating"/>
        <map_variables variable_1="x1" variable_2="x1"/>
        <map_variables variable_1="x2" variable_2="x2"/>
        <map_variables variable_1="x5" variable_2="x5"/>
        <map_variables variable_1="x6" variable_2="x6"/>
        <map_variables variable_1="x7" variable_2="x7"/>
    </connection>
    <connection>
        <map_components component_1="gating" component_2="main"/>
        <map_variables variable_1="act_inact" variable_2="act_inact"/>
        <map_variables variable_1="v" variable_2="v"/>
        <map_variables variable_1="tau" variable_2="tau"/>
    </connection>
    <connection>
        <map_components component_1="parameter" component_2="main"/>
        <map_variables variable_1="x1" variable_2="x1"/>
        <map_variables variable_1="x2" variable_2="x2"/>
        <map_variables variable_1="x5" variable_2="x5"/>
        <map_variables variable_1="x6" variable_2="x6"/>
        <map_variables variable_1="x7" variable_2="x7"/>
    </connection>
</model>
Collaboration
To begin collaborating on this work, please use your git client and issue this command:
License
The terms of use/license for this work is unspecified.