Rendering of the source text

<?xml version="1.0"?>
<model 
    name="Arrhenius_Model_Cell_Death"
    xmlns="http://www.cellml.org/cellml/1.0#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
    xmlns:cellml="http://www.cellml.org/cellml/1.0#"
    cmeta:id="rf5pux2q3do">



  <!-- Model Details -->
  <rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
      xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"
      xmlns:bqs="http://www.cellml.org/bqs/1.0#"
      xmlns:cs="http://www.cellml.org/metadata/simulation/1.0#">

    <rdf:Description rdf:about="">

      <dc:title>
	Arrhenius
      </dc:title>

      <dc:creator rdf:parseType="Resource">
        <vCard:N rdf:parseType="Resource">
          <vCard:Family>Hall</vCard:Family>
          <vCard:Given>Sheldon</vCard:Given>
          <vCard:Other>Karl</vCard:Other>
        </vCard:N>
        <vCard:EMAIL rdf:parseType="Resource">
          <rdf:value>sheldon.hall@eng.ox.ac.uk</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 Oxford</vCard:Orgname>
          <vCard:Orgunit>Institute of Biomedical Engineering</vCard:Orgunit>
        </vCard:ORG>
      </dc:creator>
     
      <dcterms:created rdf:parseType="Resource">
        <dcterms:W3CDTF>2014-09-22</dcterms:W3CDTF>
      </dcterms:created>

      <dcterms:modified rdf:parseType="Resource">
        <dcterms:W3CDTF>2014-09-22</dcterms:W3CDTF>
      </dcterms:modified>

      <dc:publisher>
        The University of Oxford, Institute of Biomedical Engineering
      </dc:publisher>
    </rdf:Description>
  </rdf:RDF>

  <component name="rate_kinetics">
    <variable name="k" units="per_sec"/>
    <variable initial_value="1" name="E" units="J_per_mol"/>
    <variable initial_value="8.3143" name="R" units="J_per_mol_per_K"/>
    <variable initial_value="310" name="T" units="kelvin"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML"><apply><eq/><ci>k</ci><apply><times/><ci>A</ci><apply><exp/><apply><minus/><apply><divide/><ci>E</ci><apply><times/><ci>R</ci><ci>T</ci></apply></apply></apply></apply></apply></apply><apply><eq/><apply><diff/><bvar><ci>time</ci></bvar><ci>C</ci></apply><apply><minus/><apply><times/><ci>k</ci><ci>C</ci></apply></apply></apply>
    </math>
    <variable initial_value="1" name="A" units="per_sec"/>
    <variable initial_value="0" name="time" units="second"/>
    <variable initial_value="1" name="C" units="conc"/>
  </component>
  <units base_units="no" name="kJ_per_mol">
    <unit exponent="-1" units="mole"/>
    <unit exponent="4" units="joule"/>
  </units>
  <units name="J_per_mol_per_K">
    <unit units="joule"/>
    <unit exponent="-1" units="mole"/>
    <unit exponent="-1" units="kelvin"/>
  </units>
  <units name="per_sec">
    <unit exponent="-1" units="second"/>
  </units>
  <units name="J_per_mol">
    <unit units="joule"/>
    <unit exponent="-1" units="mole"/>
  </units>
  <units base_units="yes" name="conc"/>
</model>