Location: semantic-annotation @ ade7933153a7 / NaHCO3 / Units / Units.cellml

Author:
AnandR <a.rampadarath@auckland.ac.nz>
Date:
2019-04-05 14:25:01+13:00
Desc:
Added some semgen annotated models (AnandR)
Permanent Source URI:
https://models.physiomeproject.org/workspace/584/rawfile/ade7933153a72bb89e0b02d75db92d6e4be285f5/NaHCO3/Units/Units.cellml

<?xml version='1.0'?>
<model cmeta:id="units" name="units" 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#">
    <units name="mM">
        <unit prefix="milli" units="mole"/>
        <unit exponent="-1" units="litre"/>
    </units>
    <units name="umol_per_s_per_cm2">
        <unit units="umol"/>
        <unit exponent="-1" units="second"/>
        <unit exponent="-1" units="cm2"/>
    </units>
    <units name="mM_per_s">
        <unit units="mM"/>
        <unit exponent="-1" units="second"/>
    </units>
    <units name="mV">
        <unit prefix="milli" units="volt"/>
    </units>
    <units name="C_per_mol">
        <unit exponent="-1" units="mole"/>
        <unit units="coulomb"/>
    </units>
    <!-- unit mJ_per_mol_per_kelvin using unit mJ_per_mol_per_kelvin;
 unit mS_per_cm2 using unit mS_per_cm2;-->
</model>