- Author:
- Hanne Nielsen <hnie010@aucklanduni.ac.nz>
- Date:
- 2011-04-15 11:27:38+12:00
- Desc:
- Added images in ai svg and png format
- Permanent Source URI:
- http://models.cellml.org/w/hnielsen/schmitmeier_2007/rawfile/4b74994cbe38a4e4d673b23fb5301dbce9846958/schmitmeier_2007.cellml
<?xml version="1.0" encoding="utf-8"?>
<!--
This CellML file was generated on 11/03/2011 at 12:46:38 at p.m. using:
COR (0.9.31.1409)
Copyright 2002-2011 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk
CellML 1.0 was used to generate this model
http://www.cellml.org/
-->
<model name="schmitmeier_2007_a" cmeta:id="schmitmeier_2007_guess_units" 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#">
<units xmlns="http://www.cellml.org/cellml/1.0#" name="hour">
<unit units="second" multiplier="36600"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="day">
<unit units="hour" multiplier="24"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="per_day">
<unit units="day" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="microgram">
<unit units="gram" prefix="micro"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="microgram_per_hour">
<unit units="microgram"/>
<unit units="hour" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="molar">
<unit units="mole"/>
<unit units="litre" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="CONCENTRATIONO2">
<unit units="molar"/>
<unit units="hour" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="CONCENTRATIONH2O2">
<unit units="molar"/>
<unit units="hour" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="CONFIRMp1">
<unit units="molar"/>
<unit units="hour" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="CONFIRMki">
<unit units="molar"/>
<unit units="hour" exponent="-1"/>
</units>
<units xmlns="http://www.cellml.org/cellml/1.0#" name="CONFIRMV">
<unit units="molar"/>
<unit units="hour" exponent="-1"/>
</units>
<component xmlns="http://www.cellml.org/cellml/1.0#" name="environment">
<variable name="time" units="hour" public_interface="out"/>
</component>
<component xmlns="http://www.cellml.org/cellml/1.0#" name="O2">
<variable name="O2" units="CONCENTRATIONO2" initial_value="0.00235897" public_interface="out"/>
<variable name="p1" units="CONFIRMp1" initial_value="0.0000143385"/>
<variable name="F1" units="dimensionless" initial_value="20"/>
<variable name="p2" units="per_day" public_interface="in"/>
<variable name="time" units="hour" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
<diff/>
<bvar>
<ci>time</ci>
</bvar>
<ci>O2</ci>
</apply>
<apply>
<minus/>
<apply>
<times/>
<ci>p1</ci>
<ci>F1</ci>
</apply>
<apply>
<times/>
<ci>p2</ci>
<ci>O2</ci>
</apply>
</apply>
</apply>
</math>
</component>
<component xmlns="http://www.cellml.org/cellml/1.0#" name="H2O2">
<variable name="H2O2" units="CONCENTRATIONH2O2" initial_value="0.000027947" public_interface="out"/>
<variable name="p2" units="per_day" public_interface="in"/>
<variable name="O2" units="CONCENTRATIONO2" public_interface="in"/>
<variable name="p3" units="per_day" initial_value="2.552293418"/>
<variable name="p4" units="per_day" initial_value="8.379310334"/>
<variable name="time" units="hour" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
<diff/>
<bvar>
<ci>time</ci>
</bvar>
<ci>H2O2</ci>
</apply>
<apply>
<minus/>
<apply>
<minus/>
<apply>
<times/>
<ci>p2</ci>
<ci>O2</ci>
</apply>
<apply>
<times/>
<ci>p3</ci>
<ci>H2O2</ci>
</apply>
</apply>
<apply>
<times/>
<ci>p4</ci>
<ci>H2O2</ci>
</apply>
</apply>
</apply>
</math>
</component>
<component xmlns="http://www.cellml.org/cellml/1.0#" name="V">
<variable name="V" units="CONFIRMV" public_interface="out"/>
<variable name="Vmax" units="microgram_per_hour" initial_value="10400000"/>
<variable name="ki" units="CONFIRMki" initial_value="0.000008982"/>
<variable name="H2O2" units="CONCENTRATIONH2O2" public_interface="in"/>
<variable name="time" units="hour" public_interface="in"/>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<ci>V</ci>
<apply>
<times/>
<ci>Vmax</ci>
<apply>
<divide/>
<ci>ki</ci>
<apply>
<plus/>
<ci>ki</ci>
<ci>H2O2</ci>
</apply>
</apply>
</apply>
</apply>
</math>
</component>
<component xmlns="http://www.cellml.org/cellml/1.0#" name="model_parameters">
<variable name="p2" units="per_day" initial_value="0.117425199" public_interface="out"/>
</component>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="environment" component_2="O2"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="environment" component_2="H2O2"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="environment" component_2="V"/>
<map_variables variable_1="time" variable_2="time"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="model_parameters" component_2="O2"/>
<map_variables variable_1="p2" variable_2="p2"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="model_parameters" component_2="H2O2"/>
<map_variables variable_1="p2" variable_2="p2"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="O2" component_2="H2O2"/>
<map_variables variable_1="O2" variable_2="O2"/>
</connection>
<connection xmlns="http://www.cellml.org/cellml/1.0#">
<map_components component_1="H2O2" component_2="V"/>
<map_variables variable_1="H2O2" variable_2="H2O2"/>
</connection>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
<rdf:Description rdf:about="">
<dc:creator rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Nielsen</vCard:Family>
<vCard:Given>Hanne</vCard:Given>
<vCard:Other></vCard:Other>
</vCard:N>
<vCard:EMAIL rdf:parseType="Resource">
<rdf:value>hnie010@aucklanduni.ac.nz</rdf:value>
<rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
</vCard:EMAIL>
<vCard:ORG rdf:parseType="Resource">
<vCard:Orgname>The University of Auckland</vCard:Orgname>
<vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
</vCard:ORG>
</dc:creator>
<dcterms:created rdf:parseType="Resource">
<dcterms:W3CDTF>2009-10-08</dcterms:W3CDTF>
</dcterms:created>
</rdf:Description>
<rdf:Description rdf:about="#aslanidi_2009">
<cmeta:species>Human</cmeta:species>
<cmeta:bio_entity>Livere</cmeta:bio_entity>
<cmeta:bio_entity>Hepatocyte</cmeta:bio_entity>
<bqs:reference rdf:parseType="Resource">
<dc:subject rdf:parseType="Resource">
<bqs:subject_type>keyword</bqs:subject_type>
<rdf:value>
<rdf:Bag>
<rdf:li>Hepatology</rdf:li>
<rdf:li>Liver</rdf:li>
</rdf:Bag>
</rdf:value>
</dc:subject>
</bqs:reference>
<bqs:reference rdf:parseType="Resource">
<bqs:Pubmed_id>unknown</bqs:Pubmed_id>
<bqs:JournalArticle rdf:parseType="Resource">
<dc:creator>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<bqs:Person rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Scmitmeier</vCard:Family>
<vCard:Given>Stephanie</vCard:Given>
<vCard:Other></vCard:Other>
</vCard:N>
</bqs:Person>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<bqs:Person rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Langsch</vCard:Family>
<vCard:Given>Angelika</vCard:Given>
</vCard:N>
</bqs:Person>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<bqs:Person rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Schmidt-Heck</vCard:Family>
<vCard:Given>Wolfgang</vCard:Given>
<vCard:Other></vCard:Other>
</vCard:N>
</bqs:Person>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<bqs:Person rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Jasmund</vCard:Family>
<vCard:Given>Inka</vCard:Given>
</vCard:N>
</bqs:Person>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<bqs:Person rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Bader</vCard:Family>
<vCard:Given>Augustinus</vCard:Given>
</vCard:N> </bqs:Person>
</rdf:li>
</rdf:Seq>
</dc:creator>
<dc:title>
Improvement of metabolic performance of primary hepatocytes in
hyperoxic cultures by vitamin C in a novel small-scale bioreactor
</dc:title>
<dcterms:issued rdf:parseType="Resource">
<dcterms:W3CDTF>2007-04-08</dcterms:W3CDTF>
</dcterms:issued>
<bqs:Journal rdf:parseType="Resource">
<dc:title>Journal or Membrane Science</dc:title>
</bqs:Journal>
<bqs:volume>298</bqs:volume>
<bqs:first_page>30</bqs:first_page>
<bqs:last_page>40</bqs:last_page>
</bqs:JournalArticle>
</bqs:reference>
</rdf:Description>
</rdf:RDF>
</model>