Location: Hodgkin & Huxley (1952) model @ dcbfc81ad776 / components / temperature_factor.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-05-04 19:15:45+12:00
Desc:
(1) Add component gate_initials and gate_steady to compute initial values of m, n, and h gates (2) Add figures, and data derived from the original paper using Engauge Digitizer; (3) Add sedml files for experimental setup (4) Add python simulation and plot scripts to reproduce the figures
Permanent Source URI:
https://models.cellml.org/workspace/64f/rawfile/dcbfc81ad776bc96927e9ebd084619ae2560cdb3/components/temperature_factor.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="temperature_factor" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <!-- calculate temperature factor-->
    <component name="temperature_factor">
        <variable name="phi" public_interface="out" units="dimensionless"/>
        <variable name="T" public_interface="in" units="kelvin" />
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>phi</ci>
                <apply>
                    <power/>
                    <cn cellml:units="dimensionless">3</cn>
                    <apply>
                        <divide/>
                        <apply>
                            <minus/>
                            <ci>T</ci>
                            <cn cellml:units="kelvin" >6.3</cn>
                        </apply>
                        <cn cellml:units="kelvin" >10</cn>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>