Location: Kroll, 2000 @ a6685318b2d9 / kroll_2000.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2009-12-09 11:39:53+13:00
Desc:
Added images in ai and svg format, removed non pub med references
Permanent Source URI:
https://models.physiomeproject.org/workspace/kroll_2000/rawfile/a6685318b2d98ea5d7bfae64a01752dd71fefeeb/kroll_2000.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  kroll_model_2000.xml

CREATED :  24th July 2007

LAST MODIFIED : 24th July 2007

AUTHOR :  Catherine Lloyd
          Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.1 Specification.

DESCRIPTION :  This file contains a CellML description of Martin Kroll's 2000 mathematical model of the temporal effects of parathyroid hormone on bone formation and resorption.

CHANGES:  
  
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="kroll_model_2000" name="rattanakul_lenbury_krishnamara_wollkind_model_2003_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Parathyroid hormone temporal effects on bone formation and resorption</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
Pulsatile administration of the parathyroid hormone (PTH) has been shown to stimulate bone formation in both animals and humans, and the PTH signalling pathway is considered as a potential target for the development of new therapeutic treatments for post-menopausal osteoporosis.  However, while pulsatile PTH exposure results in bone formation (deposition), paradoxically, it has been noted that continuous PTH administration causes net bone loss (resorption).
</para>

<para>
To date, the mechanisms underlying these two phenomena remain poorly understood, and in order to use PTH as a therapeutic treatment for osteoporosis it is essential that we improve our understanding of the dynamics of the PTH signalling pathway.  To this end, Martin Kroll has developed a mathematical model which accounts for both net bone loss under conditions of continuous PTH administration, and also net bone formation with intermittent PTH administration.  These two contrasting behaviours have been captured by describing the different effects of the hormone on the osteoblastic and osteoclastic populations of cells (as summarised in the figure below).
</para>  

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="kroll_2000.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the effect of PTH on the development of osteoblasts.  PTH binds to receptors on the preosteoblast precursors and stimulates their transition to preosteoblasts.  However, PTH binding to these preosteoblasts inhibits their differentiation into osteoblasts, and IL-6 (which is secreted by the osteoblasts) is believed to enhance this inhibitory effect.  The osteoblasts then differentiate into osteocytes at a rate which is dependent on their number.  The IL-6 produced by the osteoblasts also stimulates the differentiation of preosteoclasts to osteoclasts.  Osteoclasts become senescent at a rate dependent on their number.</caption>
</informalfigure>

<para>
The complete original paper reference is cited below:
</para>

<para>
Parathyroid hormone temporal effects on bone formation and resorption, Martin H. Kroll, 2000, <emphasis>Bulletin of Mathematical Biology</emphasis>, 62, 163-187. <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/10824426">PubMed ID: 10824426</ulink>
</para>

<para>
It should be noted that in its current form, the CellML description of the this model is unable to perfectly capture the simulation results of the published model, this is due to the time delays which are difficult to describe in the CellML code.
</para>

</sect1>
</article>
</documentation> 




  <units name="hour">
    <unit units="second" multiplier="3600.0"/>
  </units>
  
  
  <component name="environment">
    <variable units="hour" public_interface="out" name="time"/>
  </component>

  <component cmeta:id="Y" name="Y">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="Y">
        <dc:title>Y</dc:title>
        <dcterms:alternative>number of preosteoblasts</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="Y" initial_value="10.0"/>
    
    <variable units="dimensionless" public_interface="in" name="C1"/>
    <variable units="dimensionless" public_interface="in" name="k1"/>
    <variable units="dimensionless" public_interface="in" name="P"/>
    <variable units="dimensionless" public_interface="in" name="K"/>
    <variable units="dimensionless" public_interface="in" name="C"/>
    <variable units="dimensionless" public_interface="in" name="C2"/>
    <variable units="dimensionless" public_interface="in" name="k2"/>
    <variable units="dimensionless" public_interface="in" name="ky"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> Y </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> k1 </ci>
            <ci> C1 </ci>
            <apply>
              <divide/>
              <ci> P </ci>
              <apply>
                <plus/>
                <ci> K </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <ci> C </ci>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> k2 </ci>
              <ci> C2 </ci>
              <apply>
                <minus/>
                <cn cellml:units="dimensionless"> 1.0 </cn>
                <apply>
                  <divide/>
                  <ci> P </ci>
                  <apply>
                    <plus/>
                    <ci> K </ci>
                    <ci> P </ci>
                  </apply>
                </apply>
              </apply>
              <ci> Y </ci>
            </apply>
            <apply>
              <times/>
              <ci> ky </ci>
              <ci> Y </ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="X" name="X">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="X">
        <dc:title>X</dc:title>
        <dcterms:alternative>number of osteoblasts</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="X" initial_value="500.0"/>
    
    <variable units="dimensionless" public_interface="in" name="C2"/>
    <variable units="dimensionless" public_interface="in" name="k2"/>
    <variable units="dimensionless" public_interface="in" name="k3"/>
    <variable units="dimensionless" public_interface="in" name="P"/>
    <variable units="dimensionless" public_interface="in" name="Y"/>
    <variable units="dimensionless" public_interface="in" name="K"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> X </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> k2 </ci>
            <ci> C2 </ci>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <ci> P </ci>
                <apply>
                  <plus/>
                  <ci> K </ci>
                  <ci> P </ci>
                </apply>
              </apply>
            </apply>
            <ci> Y </ci>
          </apply>
          <apply>
            <times/>
            <ci> k3 </ci>
            <ci> X </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="P" name="P">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="P">
        <dc:title>P</dc:title>
        <dcterms:alternative>PTH</dcterms:alternative>
        <dcterms:alternative>parathyroid hormone concentration</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="P" initial_value="10.0"/>
    
    <variable units="dimensionless" public_interface="in" name="k4"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> P </ci> 
        </apply>
        <piecewise>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 0.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 6.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 6.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 12.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 12.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 18.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 18.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 24.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 24.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 30.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 30.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 36.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 36.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 42.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 42.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 48.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 48.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 54.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 54.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 60.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 60.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 66.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 66.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 72.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 72.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 78.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 78.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 84.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <cn cellml:units="dimensionless"> 10.0 </cn>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 84.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 90.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <minus/>
              <apply>
                <times/>
                <ci> k4 </ci>
                <ci> P </ci>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="hour"> 90.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="hour"> 96.0 </cn>
              </apply>
            </apply>
          </piece>
        </piecewise>
      </apply>
    </math>
  </component>

  <component cmeta:id="Z" name="Z">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="Z">
        <dc:title>Z</dc:title>
        <dcterms:alternative>number of osteoclasts</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="Z" initial_value="200.0"/>
    
    <variable units="dimensionless" public_interface="in" name="C3"/>
    <variable units="dimensionless" public_interface="in" name="k5"/>
    <variable units="dimensionless" public_interface="in" name="K2"/>
    <variable units="dimensionless" public_interface="in" name="IL6"/>
    <variable units="dimensionless" public_interface="in" name="k6"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> Z </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> k5 </ci>
            <ci> C3 </ci>
            <apply>
              <divide/>
              <ci> IL6 </ci>
              <apply>
                <plus/>
                <ci> K2 </ci>
                <ci> IL6 </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> k6 </ci>
            <ci> Z </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="IL6" name="IL6">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="IL6">
        <dc:title>IL6</dc:title>
        <dcterms:alternative>interleukin-6 concentration</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="IL6"/>
    
    <variable units="dimensionless" public_interface="in" name="X"/>
    <variable units="hour" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> IL6 </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <cn cellml:units="dimensionless"> 0.1 </cn>
            <ci> X </ci>
          </apply>
          <apply>
            <times/>
            <cn cellml:units="dimensionless"> 10.0 </cn>
            <ci> IL6 </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component name="model_parameters"> 
    <variable units="dimensionless" public_interface="out" name="C" initial_value="50.0"/>
    <variable units="dimensionless" public_interface="out" name="k1" initial_value="1.0"/>
    <variable units="dimensionless" public_interface="out" name="k2" initial_value="1.3"/>
    <variable units="dimensionless" public_interface="out" name="k3" initial_value="0.05"/>
    <variable units="dimensionless" public_interface="out" name="k4" initial_value="0.9"/>
    <variable units="dimensionless" public_interface="out" name="k5" initial_value="5.0"/>
    <variable units="dimensionless" public_interface="out" name="k6" initial_value="0.02"/>
    <variable units="dimensionless" public_interface="out" name="ky" initial_value="0.01"/>
    <variable units="dimensionless" public_interface="out" name="K" initial_value="5.0"/>
    <variable units="dimensionless" public_interface="out" name="K2" initial_value="2.0"/>
    <variable units="dimensionless" public_interface="out" name="C1" initial_value="1.0"/>
    <variable units="dimensionless" public_interface="out" name="C2" initial_value="1.0"/>
    <variable units="dimensionless" public_interface="out" name="C3" initial_value="1.0"/>
  </component>

  <connection>
    <map_components component_2="environment" component_1="X"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="Y"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="P"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="environment" component_1="Z"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="IL6"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="P" component_1="Y"/>
    <map_variables variable_2="P" variable_1="P"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="Y"/>
    <map_variables variable_2="C1" variable_1="C1"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="K" variable_1="K"/>
    <map_variables variable_2="C2" variable_1="C2"/>
    <map_variables variable_2="C" variable_1="C"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="ky" variable_1="ky"/>
  </connection>

  <connection>
    <map_components component_2="Y" component_1="X"/>
    <map_variables variable_2="Y" variable_1="Y"/>
  </connection>

  <connection>
    <map_components component_2="P" component_1="X"/>
    <map_variables variable_2="P" variable_1="P"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="X"/>
    <map_variables variable_2="K" variable_1="K"/>
    <map_variables variable_2="C2" variable_1="C2"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="k2" variable_1="k2"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="P"/>
    <map_variables variable_2="k4" variable_1="k4"/>
  </connection>

  <connection>
    <map_components component_2="IL6" component_1="Z"/>
    <map_variables variable_2="IL6" variable_1="IL6"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="Z"/>
    <map_variables variable_2="C3" variable_1="C3"/>
    <map_variables variable_2="k5" variable_1="k5"/>
    <map_variables variable_2="k6" variable_1="k6"/>
    <map_variables variable_2="K2" variable_1="K2"/>
  </connection>

  <connection>
    <map_components component_2="X" component_1="IL6"/>
    <map_variables variable_2="X" variable_1="X"/>
  </connection>

<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#bebf8984-5ba8-4b59-a751-cee83cafe821">
    <rdf:li>parathyroid hormone</rdf:li>
    <rdf:li>osteoporosis</rdf:li>
    <rdf:li>osteoclast</rdf:li>
    <rdf:li>osteoblast</rdf:li>
    <rdf:li>endocrine</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#7d89b8d7-8c3f-4b66-8900-d002b870347a">
    <rdf:li rdf:resource="rdf:#ed035d3d-e6be-4c1b-9bfd-9b42c560ca4a"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#89612f1e-97a3-4ede-a40d-a1b7eacd4939">
    <vCard:ORG rdf:resource="rdf:#a47931e7-9652-4089-8a2b-49cabd1844fa"/>
    <vCard:EMAIL rdf:resource="rdf:#871c5090-3f8e-47e2-8a04-4e9d94e7b8e2"/>
    <vCard:N rdf:resource="rdf:#69bc82a4-76f7-451c-bf17-36475332997e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c4cca948-e34d-4af5-9590-992460e69da6">
    <dcterms:W3CDTF>2007-07-24T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#871c5090-3f8e-47e2-8a04-4e9d94e7b8e2">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#75a62356-1b4e-465e-9aef-8687e40d5ab1">
    <dc:creator rdf:resource="rdf:#7d89b8d7-8c3f-4b66-8900-d002b870347a"/>
    <dc:title>Parathyroid hormone temporal effects on bone formation and resorption</dc:title>
    <bqs:volume>62</bqs:volume>
    <bqs:first_page>163</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#d8924470-e205-4242-a47a-6a8bb7a13e52"/>
    <dcterms:issued rdf:resource="rdf:#d9dfe3ca-b479-4c6f-9b40-b3893608491b"/>
    <bqs:last_page>187</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#69bc82a4-76f7-451c-bf17-36475332997e">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a47931e7-9652-4089-8a2b-49cabd1844fa">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1dc46f76-c447-44e5-b4bd-499edde5f643">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d8924470-e205-4242-a47a-6a8bb7a13e52">
    <dc:title>Bulletin of Mathematical Biology</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1e8db945-e897-4046-b346-ea16350f2cd1">
    <dc:creator rdf:resource="rdf:#cafc5bfe-d035-46d6-9f31-5c11e8a1fa7f"/>
    <rdf:value>This is a CellML description of Martin Kroll's 2000 mathematical model of the temporal effects of parathyroid hormone on bone formation and resorption.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#82bb2498-4420-44b8-b30f-c19539af4a3d">
    <dc:creator rdf:resource="rdf:#1dc46f76-c447-44e5-b4bd-499edde5f643"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="#kroll_model_2000">
    <dc:title>
        Martin Kroll's 2000 mathematical model of the temporal effects of parathyroid hormone on bone formation and resorption.
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#1e8db945-e897-4046-b346-ea16350f2cd1"/>
    <bqs:reference rdf:resource="rdf:#1e5037dc-f4c5-46ec-a137-bbb0edb25628"/>
    <bqs:reference rdf:resource="rdf:#812fe8f2-e255-473a-b899-abe35290a6c5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f4a2901d-d111-4bd5-aea1-85ab5d3b6302">
    <vCard:Given>Martin</vCard:Given>
    <vCard:Family>Kroll</vCard:Family>
    <vCard:Other>H</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cafc5bfe-d035-46d6-9f31-5c11e8a1fa7f">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ed035d3d-e6be-4c1b-9bfd-9b42c560ca4a">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f4a2901d-d111-4bd5-aea1-85ab5d3b6302"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1e5037dc-f4c5-46ec-a137-bbb0edb25628">
    <bqs:Pubmed_id>10824426</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#75a62356-1b4e-465e-9aef-8687e40d5ab1"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#765920b5-d614-4f70-bca6-02ce515c4a3d">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#bebf8984-5ba8-4b59-a751-cee83cafe821"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#812fe8f2-e255-473a-b899-abe35290a6c5">
    <dc:subject rdf:resource="rdf:#765920b5-d614-4f70-bca6-02ce515c4a3d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d9dfe3ca-b479-4c6f-9b40-b3893608491b">
    <dcterms:W3CDTF>2000-01-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#82bb2498-4420-44b8-b30f-c19539af4a3d"/>
    <dcterms:created rdf:resource="rdf:#c4cca948-e34d-4af5-9590-992460e69da6"/>
    <dc:creator rdf:resource="rdf:#89612f1e-97a3-4ede-a40d-a1b7eacd4939"/>
  </rdf:Description>
</rdf:RDF>
</model>