Location: semantic-annotation @ 92367a08b2bb / SEDML / backup / protocol1_weinstein_1995.sedml

Author:
Dewan Sarwar <dsar941@UoA.auckland.ac.nz>
Date:
2020-06-25 21:17:52+12:00
Desc:
annotations changed for mackenzie model
Permanent Source URI:
https://staging.physiomeproject.org/workspace/267/rawfile/92367a08b2bb9612257ef3f32b6823adf5e0d53b/SEDML/backup/protocol1_weinstein_1995.sedml

<?xml version='1.0' encoding='UTF-8'?>
<sedML level="1" version="3" xmlns="http://sed-ml.org/sed-ml/level1/version3" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <listOfSimulations>
        <uniformTimeCourse id="simulation1" initialTime="0" numberOfPoints="1000" outputEndTime="1000" outputStartTime="0">
            <algorithm kisaoID="KISAO:0000019"></algorithm>
        </uniformTimeCourse>
    </listOfSimulations>
    <listOfModels>
        <model id="model" language="urn:sedml:language:cellml.1_1" source="../weinstein_1995.cellml"/>
    </listOfModels>
    <listOfTasks>
        <repeatedTask id="repeatedTask" range="once" resetModel="true">
            <listOfRanges>
                <vectorRange id="once">
                    <value> 1 </value>
                </vectorRange>
            </listOfRanges>
            <listOfSubTasks>
                <subTask order="1" task="task1"/>
            </listOfSubTasks>
        </repeatedTask>
        <task id="task1" modelReference="model" simulationReference="simulation1"/>
    </listOfTasks>
    <listOfDataGenerators>
        <dataGenerator id="xDataGenerator1_1">
            <listOfVariables>
                <variable id="xVariable1_1" 
                          target="/cellml:model/cellml:component[@name='environment']/cellml:variable[@name='time']" 
                          taskReference="repeatedTask"/>
            </listOfVariables>
            <math xmlns="http://www.w3.org/1998/Math/MathML">
                <ci> xVariable1_1 </ci>
            </math>
        </dataGenerator>
        <dataGenerator id="yDataGenerator1_1">
            <listOfVariables>
                <variable id="yVariable1_1" 
                          target="/cellml:model/cellml:component[@name='Concentrations']/cellml:variable[@name='C_ext_Na']" 
                          taskReference="repeatedTask"/>
            </listOfVariables>
            <math xmlns="http://www.w3.org/1998/Math/MathML">
                <ci> yVariable1_1 </ci>
            </math>
        </dataGenerator>
    </listOfDataGenerators>
    <listOfOutputs>
        <plot2D id="plot1">
            <listOfCurves>
                <curve id="curve1_1" logX="false" logY="false" xDataReference="xDataGenerator1_1" yDataReference="yDataGenerator1_1"></curve>
            </listOfCurves>
        </plot2D>
    </listOfOutputs>
</sedML>