Location: difrancesco_noble_1985 @ 0cd7bc75ad77 / figure6.xml

Author:
AnthonyM <amarchand@enseirb.fr>
Date:
2015-09-11 16:00:51+12:00
Desc:
done
Permanent Source URI:
http://models.cellml.org/workspace/24c/rawfile/0cd7bc75ad7753857372f44403e3e401fc7627b8/figure6.xml

<?xml version="1.0" encoding="utf-8"?>
<sedML  xmlns="http://sed-ml.org/" 
       xmlns:math="http://www.w3.org/1998/Math/MathML" level="1" version="1">
	<listOfSimulations>
		<uniformTimeCourse id="simulation1" initialTime="0" outputStartTime="0" outputEndTime="2.5" numberOfPoints="1000">
			<algorithm kisaoID="KISAO:0000019" />
		</uniformTimeCourse>
	</listOfSimulations>
	<listOfModels>
		<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/24c/rawfile/f210219e15a74a522cf183b8e42f537d4a7c08a2/difrancesco_noble_1985.cellml" />
	</listOfModels>
	<listOfTasks>
		<task id="task0" modelReference="model1"  simulationReference="simulation1" />
	</listOfTasks>
	<listOfDataGenerators>
		<dataGenerator id="time" name="time">
			<listOfVariables>
				<variable id="t" taskReference="task0" target="/cellml:model/cellml:component[@name='environment']/cellml:variable[@name='time']" />
			</listOfVariables>
			<math:math>
				<math:ci>t</math:ci>
			</math:math>
		</dataGenerator>
		
		<dataGenerator id="Vm1" name="Membrane Potential (millivolt) ">
			<listOfVariables>
				<variable id="v1" taskReference="task0" target="/cellml:model/cellml:component[@name='membrane']/cellml:variable[@name='V']" />
			</listOfVariables>
			<math:math>
				<math:ci>v1</math:ci>
			</math:math>
		</dataGenerator>
		
		<dataGenerator id="Cai" name=" Intracellular Calcium Concentration (Millimolar)">
			<listOfVariables>
				<variable id="cai" taskReference="task0" target="/cellml:model/cellml:component[@name='intracellular_calcium_concentration']/cellml:variable[@name='Cai']" />
			</listOfVariables>
			<math:math>
				<math:ci>cai</math:ci>
			</math:math>
		</dataGenerator>

		<dataGenerator id="X" name="x gate (dimensionless)">
			<listOfVariables>
				<variable id="x" taskReference="task0" target="/cellml:model/cellml:component[@name='time_dependent_potassium_current_x_gate']/cellml:variable[@name='x']" />
			</listOfVariables>
			<math:math>
				<math:ci>x</math:ci>
			</math:math>
		</dataGenerator>

		<dataGenerator id="Y" name="y gate (dimensionless)">
			<listOfVariables>
				<variable id="y" taskReference="task0" target="/cellml:model/cellml:component[@name='hyperpolarising_activated_current_y_gate']/cellml:variable[@name='y']" />
			</listOfVariables>
			<math:math>
				<math:ci>y</math:ci>
			</math:math>
		</dataGenerator>
		
		<dataGenerator id="D" name="d gate (dimensionless)">
			<listOfVariables>
				<variable id="d" taskReference="task0" target="/cellml:model/cellml:component[@name='second_inward_current_d_gate']/cellml:variable[@name='d']" />
			</listOfVariables>
			<math:math>
				<math:ci>d</math:ci>
			</math:math>
		</dataGenerator>

		<dataGenerator id="F" name="f gate (dimensionless)">
			<listOfVariables>
				<variable id="f" taskReference="task0" target="/cellml:model/cellml:component[@name='second_inward_current_f_gate']/cellml:variable[@name='f']" />
			</listOfVariables>
			<math:math>
				<math:ci>f</math:ci>
			</math:math>
		</dataGenerator>


	</listOfDataGenerators>
	
	<listOfOutputs>
		<plot2D id="plot1" name=" Membrane Potential ">
			<listOfCurves>
				<curve id="curve_1" logX="false" logY="false" xDataReference="time" yDataReference="Vm1" />
			</listOfCurves>
		</plot2D>

		<plot2D id="plot2" name=" Intracellular Calcium Concentration ">
			<listOfCurves>
				<curve id="curve_2" logX="false" logY="false" xDataReference="time" yDataReference="Cai" />
			</listOfCurves>
		</plot2D>

		<plot2D id="plot3" name=" x ,y , d and f gates ">
			<listOfCurves>
				<curve id="curve_3" logX="false" logY="false" xDataReference="time" yDataReference="X" />
				<curve id="curve_4" logX="false" logY="false" xDataReference="time" yDataReference="Y" />
				<curve id="curve_5" logX="false" logY="false" xDataReference="time" yDataReference="D" />
				<curve id="curve_6" logX="false" logY="false" xDataReference="time" yDataReference="F" />
			</listOfCurves>
		</plot2D>
	</listOfOutputs>
</sedML>