- Author:
- Michael Cooling <mcoo001@UoA.auckland.ac.nz>
- Date:
- 2016-04-11 11:42:23+12:00
- Desc:
- Initial Commit
- Permanent Source URI:
- https://models.cellml.org/workspace/2c3/rawfile/3f04efaa4258734f9fe9caada1095a4310ec580b/Template_ProteinCDS.cellml
<?xml version="1.0" encoding="utf-8"?>
<model name="Template_ProteinCDS" cmeta:id="Template_ProteinCDS"
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#"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<import xlink:href="Units_Cellular_Systems.cellml">
<units name="femtoliter" units_ref="femtoliter" />
<units name="RiPsInAttoMoles" units_ref="RiPsInAttoMoles" />
<units name="nM_per_s" units_ref="nM_per_s" />
<units name="nanospermilli" units_ref="nanospermilli" />
</import>
<component name="Template_ProteinCDS">
<variable name="localVolume" units="femtoliter" public_interface="in"/>
<variable name="hostRNARiPs" units="RiPsInAttoMoles" public_interface="in"/>
<variable name="J" units="nM_per_s" public_interface="out"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>J</ci>
<apply>
<divide/>
<apply>
<times/>
<cn type="e-notation" cellml:units="nanospermilli">1.0<sep/>6</cn>
<ci>hostRNARiPs</ci>
</apply>
<ci>localVolume</ci>
</apply>
</apply>
</math>
</component>
</model>