- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2015-02-16 16:45:16+13:00
- Desc:
- adding a second dummy uniprot annotation for testing; now using the located_in property from the OBO Relationship Ontology to annotate a components cellular location (idea from Mikes document) rather than abusing the encapsulation grouping in the CellML model
- Permanent Source URI:
- https://models.cellml.org/workspace/19f/rawfile/b6ee456100c3f0e68d9c59d4935f9a62f1b55f9a/units/units-map.xml
<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" name="model"
xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/2.0#"
cmeta:id="model" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- map the actual units that we want to use in this work -->
<import xlink:href="units.xml">
<units name="potential" units_ref="mV" />
<units name="concentration" units_ref="mM" />
<units name="soluteFlux" units_ref="mM_per_s" />
<units name="permeability" units_ref="cm_per_ms" />
<units name="current" units_ref="uA_per_cmsq" />
<units name="membraneAreaFraction" units_ref="cmsq_per_cmsq" />
<units name="cellVolumeFraction" units_ref="cmcu_per_cmsq" />
<units name="hydraulicConductance" units_ref="cmcu_per_dyne_per_s" />
<units name="gas_constant" units_ref="gas_constant" />
<units name="faradays_constant" units_ref="faradays_constant" />
<units name="temperature" units_ref="K" />
<units name="time" units_ref="s"/>
</import>
</model>