- 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_RBS.cellml
<?xml version="1.0" encoding="utf-8"?>
<model name="Template_RBS" cmeta:id="Template_RBS"
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="nM" units_ref="nM" />
<units name="RiPsInAttoMoles" units_ref="RiPsInAttoMoles" />
<units name="RiPs" units_ref="RiPs" />
<units name="femtoliter" units_ref="femtoliter" />
<units name="attospernano" units_ref="attospernano" />
<units name="per_femto" units_ref="per_femto" />
</import>
<component name="Template_RBS">
<variable name="RNA" units="nM" public_interface="in"/>
<variable name="RNARiPs" units="RiPsInAttoMoles" public_interface="out"/>
<variable name="k" units="RiPs" public_interface="in"/>
<variable name="localVolume" units="femtoliter" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>RNARiPs</ci>
<apply>
<times/>
<cn type="e-notation" cellml:units="attospernano">1<sep/>9</cn>
<ci>k</ci>
<ci>RNA</ci>
<ci>localVolume</ci>
<cn type="e-notation" cellml:units="per_femto">1<sep/>-15</cn>
</apply>
</apply>
</math>
</component>
</model>