Rendering of the source text

<?xml version="1.0"?>
<!--  FILE :  wierschem_2004.cellml
CREATED :  14th Dec 2009
LAST MODIFIED :  16th Dec 2009
AUTHOR :  Ethan Choi
MODEL STATUS :  This model conforms to the CellML 1.1 Specification. Runs in COR and PCEnv
DESCRIPTION :  This file contains a CellML description of Wierschem and Bertram's 2004 mathematical model for complex bursting in pancreatic islets -->

<model xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" name="wierschem_2004" cmeta:id="wierschem_2004" xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">

	<!-- documentation -->
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Complex bursting in pancreatic islets: a potential glycolytic mechanism</title>
				<author>
					<firstname>Ethan</firstname>
					<surname>Choi</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>This model has been built with the differential expressions in Wierschem's 2004 paper and also the XPPAUT code from Richard Bertram. This file is known to run in PCEnv and COR, however the model works in milliseconds, and must be run for at least 600000 time units or more (to simulate 10 minutes) and could not be changed to portray minutes instead. Due to the large iterations, and large point density required to run the model, problems were found in PCEnv and COR where the model would crash or not display properly giving an memory exceded error. Current parameterization of the model replicates Figure 9 of the paper. The initial conditions for all variables were provided in the Bertram code (given as V=-66, n=0, c=0.17, ATP=2.4, ADP=0.05) however these figures still required a warmup period for the functions so they were changed by running the model to steady state then cloning to the output to better replicate the figures from the paper. </para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>ABSTRACT: The electrical activity of insulin-secreting pancreatic islets of Langerhans is characterized by bursts of action potentials. Most often this bursting is periodic, but in some cases it is modulated by an underlying slower rhythm. We suggest that the modulatory rhythm for this complex bursting pattern is due to oscillations in glycolysis, while the bursting itself is generated by some other slow process. To demonstrate this hypothesis, we couple a minimal model of glycolytic oscillations to a minimal model for activity-dependent bursting in islets. We show that the combined model can reproduce several complex bursting patterns from mouse islets published in the literature, and we illustrate how these complex oscillations are produced through the use of a fast/slow analysis.</para>
				<para>
					Complex bursting in pancreatic islets: a potential glycolytic mechanism, Wierschem, Bertram, 2004, <emphasis>Journal of Theoretical Biology</emphasis>
					, 228, 513-521. <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/15178199">PubMed ID: 15178199</ulink>
				</para>
				<informalfigure>
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>Model Diagram</title>
							</objectinfo>
							<imagedata fileref="wierschem_2004.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic diagram of the composite model.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>


	<!-- units -->
	<units name="millisecond">
		<unit prefix="milli" units="second"/>
	</units>
	<units name="per_millisecond">
		<unit exponent="-1" units="millisecond"/>
	</units>
	<units name="millivolt">
		<unit prefix="milli" units="volt"/>
	</units>
	<units name="picosiemens">
		<unit prefix="pico" units="siemens"/>
	</units>
	<units name="per_litre">
		<unit exponent="-1" units="litre"/>
	</units>
	<units name="micromolar">
		<unit prefix="micro" units="mole"/>
		<unit units="per_litre"/>
	</units>
	<units name="femtoampere">
		<unit prefix="femto" units="ampere"/>
	</units>
	<units name="micromolar_per_fA_ms">
		<unit units="micromolar"/>
		<unit exponent="-1" units="femtoampere"/>
		<unit exponent="-1" units="millisecond"/>
	</units>
	<units name="micromolar_per_ms">
		<unit units="micromolar"/>
		<unit exponent="-1" units="millisecond"/>
	</units>
	<units name="femtofarad">
		<unit prefix="femto" units="farad"/>
	</units>


	<!-- components -->
	<component name="environment">
		<variable cmeta:id="environment_time" name="time" public_interface="out" units="millisecond"/>
	</component>
	<component cmeta:id="nucleotides" name="nucleotides">
		
		<variable name="time" public_interface="in" units="millisecond"/>
		<variable initial_value="1200" name="tau_c" units="second"/>
		<variable initial_value="185" name="eta" units="dimensionless"/>
		<variable initial_value="10" name="v" units="dimensionless"/>
		<variable initial_value="20" name="k" units="dimensionless"/>
		<variable name="phi" units="dimensionless"/>
		<variable cmeta:id="ADP" initial_value="0.085817" name="ADP" units="dimensionless"/>
		<variable cmeta:id="ATP" initial_value="2.1047" name="ATP" public_interface="out" units="dimensionless"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>phi</ci>
				<apply>
					<times/>
					<ci>ATP</ci>
					<apply>
						<power/>
						<apply>
							<plus/>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
							<apply>
								<times/>
								<ci>k</ci>
								<ci>ADP</ci>
							</apply>
						</apply>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">2</cn>
					</apply>
				</apply>
			</apply>
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>ATP</ci>
				</apply>
				<apply>
					<divide/>
					<apply>
						<minus/>
						<ci>v</ci>
						<ci>phi</ci>
					</apply>
					<apply>
						<times/>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1000</cn>
						<ci>tau_c</ci>
					</apply>
				</apply>
			</apply>
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>ADP</ci>
				</apply>
				<apply>
					<divide/>
					<apply>
						<minus/>
						<ci>phi</ci>
						<apply>
							<times/>
							<ci>eta</ci>
							<ci>ADP</ci>
						</apply>
					</apply>
					<apply>
						<times/>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1000</cn>
						<ci>tau_c</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="membrane" name="membrane">
		
		<variable name="time" public_interface="in" units="millisecond"/>
		<variable initial_value="5300" name="C_m" units="femtofarad"/>
		<variable name="I_Ca" public_interface="in" units="femtoampere"/>
		<variable name="I_K" public_interface="in" units="femtoampere"/>
		<variable name="I_KCa" public_interface="in" units="femtoampere"/>
		<variable name="I_KATP" public_interface="in" units="femtoampere"/>
		<variable cmeta:id="V" initial_value="-67.018" name="V" public_interface="out" units="millivolt"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>V</ci>
				</apply>
				<apply>
					<divide/>
					<apply>
						<minus/>
						<apply>
							<plus/>
							<ci>I_Ca</ci>
							<ci>I_K</ci>
							<ci>I_KCa</ci>
							<ci>I_KATP</ci>
						</apply>
					</apply>
					<ci>C_m</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="Ca_current" name="Ca_current">
		
		<variable initial_value="1200" name="g_Ca_" units="picosiemens"/>
		<variable initial_value="25" name="V_Ca" units="millivolt"/>
		<variable initial_value="-20" name="v_m" units="millivolt"/>
		<variable initial_value="12" name="s_m" units="millivolt"/>
		<variable name="V" public_interface="in" units="millivolt"/>
		<variable cmeta:id="m_infinity" name="m_infinity" units="dimensionless"/>
		<variable cmeta:id="I_Ca" name="I_Ca" public_interface="out" units="femtoampere"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>I_Ca</ci>
				<apply>
					<times/>
					<ci>g_Ca_</ci>
					<ci>m_infinity</ci>
					<apply>
						<minus/>
						<ci>V</ci>
						<ci>V_Ca</ci>
					</apply>
				</apply>
			</apply>
			<apply>
				<eq/>
				<ci>m_infinity</ci>
				<apply>
					<divide/>
					<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
					<apply>
						<plus/>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
						<apply>
							<exp/>
							<apply>
								<divide/>
								<apply>
									<minus/>
									<ci>v_m</ci>
									<ci>V</ci>
								</apply>
								<ci>s_m</ci>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="K_current" name="K_current">
		
		<variable name="time" private_interface="out" public_interface="in" units="millisecond"/>
		<variable initial_value="3000" name="g_K_" units="picosiemens"/>
		<variable initial_value="-75" name="V_K" public_interface="out" units="millivolt"/>
		<variable name="n" private_interface="in" units="dimensionless"/>
		<variable name="V" private_interface="out" public_interface="in" units="millivolt"/>
		<variable cmeta:id="I_K" name="I_K" public_interface="out" units="femtoampere"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>I_K</ci>
				<apply>
					<times/>
					<ci>g_K_</ci>
					<ci>n</ci>
					<apply>
						<minus/>
						<ci>V</ci>
						<ci>V_K</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="Ca_activated_K_current" name="Ca_activated_K_current">
		
		<variable initial_value="300" name="g_KCa_" units="picosiemens"/>
		<variable initial_value="0.3" name="k_D" units="micromolar"/>
		<variable name="V_K" public_interface="in" units="millivolt"/>
		<variable name="c" public_interface="in" units="micromolar"/>
		<variable name="V" public_interface="in" units="millivolt"/>
		<variable cmeta:id="omega" name="omega" units="dimensionless"/>
		<variable cmeta:id="I_KCa" name="I_KCa" public_interface="out" units="femtoampere"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>omega</ci>
				<apply>
					<divide/>
					<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
					<apply>
						<plus/>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
						<apply>
							<divide/>
							<ci>k_D</ci>
							<ci>c</ci>
						</apply>
					</apply>
				</apply>
			</apply>
			<apply>
				<eq/>
				<ci>I_KCa</ci>
				<apply>
					<times/>
					<ci>g_KCa_</ci>
					<ci>omega</ci>
					<apply>
						<minus/>
						<ci>V</ci>
						<ci>V_K</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="ATP_sensitive_K_current" name="ATP_sensitive_K_current">
		
		<variable name="time" private_interface="out" public_interface="in" units="millisecond"/>
		<variable name="V_K" public_interface="in" units="millivolt"/>
		<variable name="ATP" private_interface="in" units="dimensionless"/>
		<variable initial_value="350" name="g_KATP_" units="picosiemens"/>
		<variable name="V" public_interface="in" units="millivolt"/>
		<variable cmeta:id="I_KATP" name="I_KATP" public_interface="out" units="femtoampere"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>I_KATP</ci>
				<apply>
					<divide/>
					<apply>
						<times/>
						<apply>
							<minus/>
							<ci>V</ci>
							<ci>V_K</ci>
						</apply>
						<ci>g_KATP_</ci>
					</apply>
					<ci>ATP</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="K_channel_activation" name="K_channel_activation">
		
		<variable name="time" public_interface="in" units="millisecond"/>
		<variable initial_value="16" name="tau_n" units="millisecond"/>
		<variable initial_value="-16" name="v_n" units="millivolt"/>
		<variable initial_value="5.6" name="s_n" units="millivolt"/>
		<variable name="V" public_interface="in" units="millivolt"/>
		<variable cmeta:id="n_infinity" name="n_infinity" units="dimensionless"/>
		<variable cmeta:id="n" initial_value="0.00011" name="n" public_interface="out" units="dimensionless"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>n_infinity</ci>
				<apply>
					<divide/>
					<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
					<apply>
						<plus/>
						<cn xmlns:cellml="http://www.cellml.org/cellml/1.1#" cellml:units="dimensionless">1</cn>
						<apply>
							<exp/>
							<apply>
								<divide/>
								<apply>
									<minus/>
									<ci>v_n</ci>
									<ci>V</ci>
								</apply>
								<ci>s_n</ci>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>n</ci>
				</apply>
				<apply>
					<divide/>
					<apply>
						<minus/>
						<ci>n_infinity</ci>
						<ci>n</ci>
					</apply>
					<ci>tau_n</ci>
				</apply>
			</apply>
		</math>
	</component>
	<component cmeta:id="cytosolic_Ca" name="cytosolic_Ca">
		
		<variable name="time" public_interface="in" units="millisecond"/>
		<variable name="J_mem" public_interface="in" units="micromolar_per_ms"/>
		<variable cmeta:id="c" initial_value="0.15666" name="c" public_interface="out" units="micromolar"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>c</ci>
				</apply>
				<ci>J_mem</ci>
			</apply>
		</math>
	</component>
	<component cmeta:id="Ca_influx" name="Ca_influx">
		
		<variable initial_value="0.001" name="f" units="dimensionless"/>
		<variable initial_value="0.00000225" name="alpha" units="micromolar_per_fA_ms"/>
		<variable initial_value="0.1" name="k_c" units="per_millisecond"/>
		<variable name="I_Ca" public_interface="in" units="femtoampere"/>
		<variable name="c" public_interface="in" units="micromolar"/>
		<variable cmeta:id="J_mem" name="J_mem" public_interface="out" units="micromolar_per_ms"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<ci>J_mem</ci>
				<apply>
					<times/>
					<apply>
						<minus/>
						<ci>f</ci>
					</apply>
					<apply>
						<plus/>
						<apply>
							<times/>
							<ci>alpha</ci>
							<ci>I_Ca</ci>
						</apply>
						<apply>
							<times/>
							<ci>k_c</ci>
							<ci>c</ci>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>
	<!-- groups -->
	<group>
		<relationship_ref relationship="encapsulation"/>
		<component_ref component="ATP_sensitive_K_current">
			<component_ref component="nucleotides"/>
		</component_ref>
		<component_ref component="K_current">
			<component_ref component="K_channel_activation"/>
		</component_ref>
	</group>
	<!-- connections -->
	<connection>
		<map_components component_1="environment" component_2="membrane"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="cytosolic_Ca"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="K_current"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="ATP_sensitive_K_current"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="ATP_sensitive_K_current" component_2="nucleotides"/>
		<map_variables variable_1="ATP" variable_2="ATP"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="membrane" component_2="Ca_current"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="I_Ca" variable_2="I_Ca"/>
	</connection>
	<connection>
		<map_components component_1="membrane" component_2="K_current"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="I_K" variable_2="I_K"/>
	</connection>
	<connection>
		<map_components component_1="membrane" component_2="Ca_activated_K_current"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="I_KCa" variable_2="I_KCa"/>
	</connection>
	<connection>
		<map_components component_1="membrane" component_2="ATP_sensitive_K_current"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="I_KATP" variable_2="I_KATP"/>
	</connection>
	<connection>
		<map_components component_1="K_current" component_2="K_channel_activation"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="n" variable_2="n"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="K_current" component_2="ATP_sensitive_K_current"/>
		<map_variables variable_1="V_K" variable_2="V_K"/>
	</connection>
	<connection>
		<map_components component_1="K_current" component_2="Ca_activated_K_current"/>
		<map_variables variable_1="V_K" variable_2="V_K"/>
	</connection>
	<connection>
		<map_components component_1="Ca_current" component_2="Ca_influx"/>
		<map_variables variable_1="I_Ca" variable_2="I_Ca"/>
	</connection>
	<connection>
		<map_components component_1="Ca_activated_K_current" component_2="cytosolic_Ca"/>
		<map_variables variable_1="c" variable_2="c"/>
	</connection>
	<connection>
		<map_components component_1="cytosolic_Ca" component_2="Ca_influx"/>
		<map_variables variable_1="c" variable_2="c"/>
		<map_variables variable_1="J_mem" variable_2="J_mem"/>
	</connection>
	
	<!-- metadata -->
	
	
  
	
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Complex bursting in pancreatic islets: a potential glycolytic mechanism</title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n2"/></creator><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">513</first_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n3"/></Journal><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">521</last_page><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">228</volume><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n4"/></issued></rdf:Description><rdf:Description rdf:nodeID="n5"><rdf:_4 xml:lang="en">Bursting</rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_6 xml:lang="en">Metabolism</rdf:_6><rdf:_3 xml:lang="en">Beta-cell</rdf:_3><rdf:_5 xml:lang="en">Glycolysis</rdf:_5><rdf:_2 xml:lang="en">Insulin</rdf:_2><rdf:_1 xml:lang="en">Calcium Dynamics</rdf:_1></rdf:Description><rdf:Description rdf:nodeID="n6"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:nodeID="n5"/></rdf:value></rdf:Description><rdf:Description rdf:nodeID="n3"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Journal of Theoretical Biology</title></rdf:Description><rdf:Description rdf:about="#wierschem_2004"><cmeta:bio_entity xml:lang="en">pancreatic beta cell</cmeta:bio_entity><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n7"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n8"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n9"/></reference></rdf:Description><rdf:Description rdf:nodeID="n10"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Richard</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Bertram</Family></rdf:Description><rdf:Description rdf:nodeID="n11"><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">mcho099@aucklanduni.ac.nz</rdf:value></rdf:Description><rdf:Description rdf:nodeID="n4"><rdf:type><rdf:Description rdf:about="http://purl.org/dc/terms/W3CDTF"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n12"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n13"/></N></rdf:Description><rdf:Description rdf:nodeID="n8"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n1"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">15178199</Pubmed_id></rdf:Description><rdf:Description rdf:nodeID="n14"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></Person></rdf:Description><rdf:Description rdf:nodeID="n13"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Keola</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wierschem</Family></rdf:Description><rdf:Description rdf:nodeID="n2"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_2><rdf:Description rdf:nodeID="n15"/></rdf:_2><rdf:_1><rdf:Description rdf:nodeID="n14"/></rdf:_1></rdf:Description><rdf:Description rdf:nodeID="n16"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2009-12-16</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n17"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2009-12-16</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n18"><algorithm xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">bdf15</algorithm><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">100000</pointDensity><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">400000</endingValue></rdf:Description><rdf:Description rdf:nodeID="n19"><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest><rdf:first><rdf:Description rdf:nodeID="n18"/></rdf:first></rdf:Description><rdf:Description rdf:nodeID="n7"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n19"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n9"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n6"/></subject></rdf:Description><rdf:Description rdf:nodeID="n20"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Ethan</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Choi</Family></rdf:Description><rdf:Description rdf:nodeID="n21"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n20"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n22"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n11"/></EMAIL></rdf:Description><rdf:Description rdf:about=""><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n17"/></created><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n16"/></created><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n21"/></creator></rdf:Description><rdf:Description rdf:nodeID="n15"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n23"/></Person></rdf:Description><rdf:Description rdf:nodeID="n23"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n10"/></N></rdf:Description><rdf:Description rdf:nodeID="n22"><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Auckland Bioengineering Institute</Orgunit><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname></rdf:Description></rdf:RDF></model>