Location: Noble_Noble_1984 @ 27dd0b48c631 / noble_noble_1984_sedml.xml.xml

Author:
AnthonyM <amarchand@enseirb.fr>
Date:
2015-07-06 16:22:25+12:00
Desc:
add sedml file
Permanent Source URI:
https://models.physiomeproject.org/workspace/245/rawfile/27dd0b48c6312b4e3b025bb3b1a43a386110c658/noble_noble_1984_sedml.xml.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="3" numberOfPoints="3000">
			<algorithm kisaoID="KISAO:0000019" />
		</uniformTimeCourse>
	</listOfSimulations>
	<listOfModels>
		<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/noble_noble_1984/rawfile/40140a152b470300566e004aa3bedc3765a17110/noble_noble_1984.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="Vm" name="Membrane Potential">
			<listOfVariables>
				<variable id="v" taskReference="task0" target="/cellml:model/cellml:component[@name='membrane']/cellml:variable[@name='V']" />
			</listOfVariables>
			<math:math>
				<math:ci>v</math:ci>
			</math:math>
		</dataGenerator>
	</listOfDataGenerators>
	<listOfOutputs>
		<plot2D id="plot1" name="Action Potential">
			<listOfCurves>
				<curve id="curve_0" logX="false" logY="false" xDataReference="time" yDataReference="Vm" />
			</listOfCurves>
		</plot2D>
	</listOfOutputs>
</sedML>