Location: Cooling, Hunter, Crampin, Cellml, 2008 @ 990b7b2b938c / IP3_degradation.cellml

Author:
Tommy Yu <tommy.yu@auckland.ac.nz>
Date:
2010-08-25 17:02:03+12:00
Desc:
e-notation fix
Permanent Source URI:
https://models.cellml.org/workspace/cooling_hunter_crampin_CellML_2008/rawfile/990b7b2b938c15874ac605e07b65f7c0d924ae67/IP3_degradation.cellml

<?xml version="1.0" encoding="iso-8859-1"?>
<model
    name="IP3"
    cmeta:id="IP3"
    xmlns="http://www.cellml.org/cellml/1.1#"
    xmlns:cellml="http://www.cellml.org/cellml/1.1#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#">

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
    xmlns:bqs="http://www.cellml.org/bqs/1.0#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
    <rdf:Description rdf:about="#IP3">
        <dc:creator rdf:parseType="Resource">
            <vCard:N rdf:parseType="Resource">
                <vCard:Family>Cooling</vCard:Family>
                <vCard:Given>Michael</vCard:Given>
            </vCard:N>
            <vCard:EMAIL rdf:parseType="Resource">
                <rdf:value>m.cooling@auckland.ac.nz</rdf:value>
                <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet" />
            </vCard:EMAIL>
        </dc:creator>

        <dc:title>Cooling's IP3 Module</dc:title>
    </rdf:Description>
</rdf:RDF> 
<!--
*******************************************************
***         U   N   I   T   S                       ***
*******************************************************
--> 
<units name="s">
    <unit units="second" />
</units>

<units name="uM">
    <unit prefix="micro" units="mole" />
    <unit units="liter" exponent="-1" />
</units>

<units name="uM_per_s">
    <unit units="uM" />
    <unit units="s" exponent="-1" />
</units>

<units name="per_s">
    <unit units="s" exponent="-1" />
</units> 
<!--
********************************************************
***    C   O   M   P   O   N   E   N   T   S         ***
********************************************************
-->
<component name="IP3_degradation">
   
    <variable name="J1" units="uM_per_s" />
    <variable name="kf1" initial_value="1.25" units="per_s" />
    <variable name="IP3"  units="uM" public_interface="in" />

    <math xmlns="http://www.w3.org/1998/Math/MathML"
        cmeta:id="J1">
        <apply id="J1_eq">
            <eq/> 
            <ci>J1</ci>
            <apply>
                <times />
                <ci>kf1</ci>
                <ci>IP3</ci>
            </apply>
        </apply>
    </math>

</component>

</model>