Location: Westermark, Lansner, 2003 @ 77884cba4662 / cons_law1.cellml

Author:
Mona Zhu <devnull@localhost>
Date:
2011-01-26 15:32:46+13:00
Desc:
Added 1.1 model
Permanent Source URI:
https://staging.physiomeproject.org/workspace/westermark_lansner_2003/rawfile/77884cba4662cf8f4c938b7bf356354c51efeb0d/cons_law1.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.1#" cmeta:id="cons_law1" name="cons_law1">   
	<!-- documentation -->
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>A Model of Phosphofructokinase and Glycolytic Oscillations in the Pancreatic Beta-cell</title>
				<author>
					<firstname>Mona</firstname>
					<surname>Zhu</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
		  <section id="sec_status">
			<title>Model Status</title>
			<para>This is an import for the model "westermark_2003_1.1.cellml". It is used to define a reoccuring structure within the model and may be used for multiple equations in the model. This file is known to run only in OpenCell in conjunction with the base file. 
			</para>
		  </section>
		</article>
	</documentation> 
	
	<!-- units --> 
	<units name="minute">
		<unit multiplier="60.0" units="second"/>
	</units>

	<units name="millimolar">
		<unit prefix="milli" units="mole"/>
		<unit exponent="-1" units="litre"/>
	</units>

	<units name="micromole">
		<unit prefix="micro" units="mole"/>
	</units>

	<units name="enzyme_activity">
		<unit units="micromole"/>
		<unit exponent="-1" units="gram"/>
		<unit exponent="-1" units="minute"/>
	</units>

	<units name="flux">
		<unit units="millimolar"/>
		<unit exponent="-1" units="second"/>
	</units>

	<!-- components -->
	<component xmlns:cmeta="http://www.cellml.org/metadata/1.1#" cmeta:id="v_GK" name="interface">
		<variable name="V_min" public_interface="in" units="enzyme_activity"/>
		<variable name="V" public_interface="out" units="enzyme_activity"/>
		<variable name="min_to_sec" public_interface="in" units="dimensionless"/>
		<variable name="dw_per_ml" public_interface="in" units="dimensionless"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>V</ci>
				<apply>
					<divide/>
					<apply>
						<times/>
						<ci>V_min</ci>
						<ci>dw_per_ml</ci>
					</apply>
					<ci>min_to_sec</ci>
				</apply>
			</apply>
		</math>
	</component>
	
   	<!-- metadata -->
	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		<rdf:Description rdf:about="#cons_law1">
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
				<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<vCard:Family>Zhu</vCard:Family>
					<vCard:Given>Xin Yue</vCard:Given>
					<vCard:Other>Mona</vCard:Other>
				</vCard:N>
				<vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<rdf:value>xzhu055@aucklanduni.ac.nz</rdf:value>
					<rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
				</vCard:EMAIL>
				<vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<vCard:Orgname>The University of Auckland</vCard:Orgname>
					<vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
				</vCard:ORG>
			</dc:creator>
			<dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
				<dcterms:W3CDTF>26-01-2011</dcterms:W3CDTF>
			</dcterms:created>
		</rdf:Description>
		<rdf:Description rdf:about="#cons_law1">
			<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">A Model of Phosphofructokinase and Glycolytic Oscillations in the Pancreatic Beta-cell</dc:title>
			<bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.1#" rdf:parseType="Resource">
				<bqs:Pubmed_id>12829470</bqs:Pubmed_id>
				<bqs:JournalArticle rdf:parseType="Resource">
					<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">
						<rdf:Seq>
							<rdf:li rdf:parseType="Resource">
								<bqs:Person rdf:parseType="Resource">
									<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
										<vCard:Family>Westermark</vCard:Family>
										<vCard:Given>Pal</vCard:Given>
									</vCard:N>
								</bqs:Person>
							</rdf:li>
						</rdf:Seq>
					</dc:creator>
					<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">A Model of Phosphofructokinase and Glycolytic Oscillations in the Pancreatic Beta-cell</dc:title>
					<bqs:Journal rdf:parseType="Resource">
						<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Biophysical Journal</dc:title>
					</bqs:Journal>
					<bqs:volume>85</bqs:volume>
					<bqs:first_page>126</bqs:first_page>
					<bqs:last_page>139</bqs:last_page>
				</bqs:JournalArticle>
			</bqs:reference>
		</rdf:Description>
	</rdf:RDF>
</model>