Location: Rattananakul, Lenbury, Krishnamara, Wollkind, 2003 @ e523d0c31d02 / rattananakul_lenbury_krishnamara_wollkind_2003_c.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-04-08 11:10:16+12:00
Desc:
Fixed image references.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/rattananakul_lenbury_krishnamara_wollkind_2003/rawfile/e523d0c31d02c8eb2feae19793e3fafe52fbe17d/rattananakul_lenbury_krishnamara_wollkind_2003_c.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  rattanakul_model_2003.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 Rattanakul et al's 2003 mathematical model of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy.

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="rattanakul_model_2003" name="rattanakul_model_2003">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Modeling of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
<section id="sec_status">
    <title>Model Status</title>
    <para>
        This CellML model represents the second model from the published paper (eqs 38-40). This model builds on the core model (which describes changes in the concentration of PTH, the number of osteoclasts and the number of osteoblasts) by considering the effects of estrogen administration (for a period of 12 days in an interval of 28 days). The model runs in OpenCell to recreate the published results (figure 7a). The units are all dimensionless (in accordance with the published paper) and are therefore consistent. However a dimensionless time does mean that the model will not run in COR.  
</para>
  </section>
  <sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
ABSTRACT: Bone, a major reservoir of body calcium, is under the hormonal control of the parathyroid hormone (PTH). Several aspects of its growth, turnover, and mechanism, occur in the absence of gonadal hormones. Sex steroids such as estrogen, nonetheless, play an important role in bone physiology, and are extremely essential to maintain bone balance in adults. In order to provide a basis for understanding the underlying mechanisms of bone remodeling as it is mediated by PTH, we propose here a mathematical model of the process. The nonlinear system model is then utilized to study the temporal effect of PTH as well as the action of estrogen replacement therapy on bone turnover. Analysis of the model is done on the assumption, supported by reported clinical evidence, that the process is characterized by highly diversified dynamics, which warrants the use of singular perturbation arguments. The model is shown to exhibit limit cycle behavior, which can develop into chaotic dynamics for certain ranges of the system's parametric values. Effects of estrogen and PTH administrations are then investigated by extending on the core model. Analysis of the model seems to indicate that the paradoxical observation that intermittent PTH administration causes net bone deposition while continuous administration causes net bone loss, and certain other reported phenomena may be attributed to the highly diversified dynamics which characterizes this nonlinear remodeling process. 
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="rattanakul_2003c.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram depicting the Rattanakul et al 2003 model - effects of PTH on osteoclast differentiation by osteoblasts. Exogenous application of PTH, and the effects of oestrogen, are also depicted.</caption>
</informalfigure>

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

<para>
Modeling of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy, Chontita Rattanakul, Yongwimon Lenbury, Nateetip Krishnamara, and David J. Wollkind, 2003,<emphasis>BioSystems</emphasis>, 70, 55-72.  <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/12753937">PubMed ID: 12753937</ulink>
</para>

</sect1>
</article>
</documentation> 
 
  <component name="environment">
    <variable units="dimensionless" public_interface="out" name="time"/>
  </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>PTH</dcterms:alternative>
        <dcterms:alternative>concentration of parathyroid hormone</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="x" initial_value="2.0"/>
    
    <variable units="dimensionless" public_interface="in" name="a1"/>
    <variable units="dimensionless" public_interface="in" name="k1"/>
    <variable units="dimensionless" public_interface="in" name="b1"/>
    <variable units="dimensionless" public_interface="in" name="y"/>
    <variable units="dimensionless" 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>
            <divide/>
            <ci> a1 </ci>
            <apply>
              <plus/>
              <ci> k1 </ci>
              <ci> y </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> b1 </ci>
            <ci> x </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </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 osteoclastic cells</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="y" initial_value="1.0"/>
    
    <variable units="dimensionless" public_interface="in" name="epsilon"/>
    <variable units="dimensionless" public_interface="in" name="a2"/>
    <variable units="dimensionless" public_interface="in" name="a3"/>
    <variable units="dimensionless" public_interface="in" name="k2"/>
    <variable units="dimensionless" public_interface="in" name="b2"/>
    <variable units="dimensionless" public_interface="in" name="kc"/>
    <variable units="dimensionless" public_interface="in" name="x"/>
    <variable units="dimensionless" public_interface="in" name="z"/>
    <variable units="dimensionless" 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>
        <piecewise>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> b2 </ci>
                  <ci> y </ci>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 0.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 10000.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <plus/>
                  <apply>
                    <times/>
                    <ci> b2 </ci>
                    <ci> y </ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci> kc </ci>
                    <ci> y </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 10000.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 27280.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> b2 </ci>
                  <ci> y </ci>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 27280.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 50320.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <plus/>
                  <apply>
                    <times/>
                    <ci> b2 </ci>
                    <ci> y </ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci> kc </ci>
                    <ci> y </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 50320.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 67600.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <times/>
                  <ci> b2 </ci>
                  <ci> y </ci>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 67600.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 90640.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <times/>
              <ci> epsilon </ci>
              <apply>
                <minus/>
                <apply>
                  <divide/>
                  <apply>
                    <times/>
                    <apply>
                      <plus/>
                      <ci> a2 </ci>
                      <apply>
                        <times/>
                        <ci> a3 </ci>
                        <ci> x </ci>
                      </apply>
                    </apply>
                    <ci> y </ci>
                    <ci> z </ci>
                  </apply>
                  <apply>
                    <plus/>
                    <ci> k2 </ci>
                    <apply>
                      <power/>
                      <ci> x </ci>
                      <cn cellml:units="dimensionless"> 2.0 </cn>
                    </apply>
                  </apply>
                </apply>
                <apply>
                  <plus/>
                  <apply>
                    <times/>
                    <ci> b2 </ci>
                    <ci> y </ci>
                  </apply>
                  <apply>
                    <times/>
                    <ci> kc </ci>
                    <ci> y </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 90640.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="dimensionless"> 107920.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 osteoblastic cells</dcterms:alternative>
      </rdf:Description>
    </rdf:RDF>  
    <variable units="dimensionless" public_interface="out" name="z" initial_value="0.15"/>
    
    <variable units="dimensionless" public_interface="in" name="epsilon"/>
    <variable units="dimensionless" public_interface="in" name="delta"/>
    <variable units="dimensionless" public_interface="in" name="a4"/>
    <variable units="dimensionless" public_interface="in" name="a5"/>
    <variable units="dimensionless" public_interface="in" name="k3"/>
    <variable units="dimensionless" public_interface="in" name="b3"/>
    <variable units="dimensionless" public_interface="in" name="x"/>
    <variable units="dimensionless" 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>
          <times/>
          <ci> epsilon </ci>
          <ci> delta </ci>
          <apply>
            <minus/>
            <apply>
              <times/>
              <ci> a4 </ci>
              <ci> x </ci>
            </apply>
            <apply>
              <plus/>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci> a5 </ci>
                  <ci> x </ci>
                  <ci> z </ci>
                </apply>
                <apply>
                  <plus/>
                  <ci> k3 </ci>
                  <ci> x </ci>
                </apply>
              </apply>
              <apply>
                <times/>
                <ci> b3 </ci>
                <ci> z </ci>
              </apply>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component name="model_parameters"> 
    <variable units="dimensionless" public_interface="out" name="epsilon" initial_value="0.1"/>
    <variable units="dimensionless" public_interface="out" name="delta" initial_value="0.9"/>
    <variable units="dimensionless" public_interface="out" name="a1" initial_value="0.05"/>
    <variable units="dimensionless" public_interface="out" name="a2" initial_value="0.009"/>
    <variable units="dimensionless" public_interface="out" name="a3" initial_value="0.675"/>
    <variable units="dimensionless" public_interface="out" name="a4" initial_value="0.01"/>
    <variable units="dimensionless" public_interface="out" name="a5" initial_value="0.005"/>
    <variable units="dimensionless" public_interface="out" name="b1" initial_value="0.1"/>
    <variable units="dimensionless" public_interface="out" name="b2" initial_value="0.3"/>
    <variable units="dimensionless" public_interface="out" name="b3" initial_value="0.01"/>
    <variable units="dimensionless" public_interface="out" name="k1" initial_value="0.1"/>
    <variable units="dimensionless" public_interface="out" name="k2" initial_value="0.5"/>
    <variable units="dimensionless" public_interface="out" name="k3" initial_value="0.025"/>
    <variable units="dimensionless" public_interface="out" name="kc" initial_value="0.2"/>
  </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="z"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="x" component_1="y"/>
    <map_variables variable_2="x" variable_1="x"/>
    <map_variables variable_2="y" variable_1="y"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="x"/>
    <map_variables variable_2="a1" variable_1="a1"/>
    <map_variables variable_2="k1" variable_1="k1"/>
    <map_variables variable_2="b1" variable_1="b1"/>
  </connection>

  <connection>
    <map_components component_2="z" component_1="y"/>
    <map_variables variable_2="z" variable_1="z"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="y"/>
    <map_variables variable_2="epsilon" variable_1="epsilon"/>
    <map_variables variable_2="a2" variable_1="a2"/>
    <map_variables variable_2="a3" variable_1="a3"/>
    <map_variables variable_2="k2" variable_1="k2"/>
    <map_variables variable_2="b2" variable_1="b2"/>
    <map_variables variable_2="kc" variable_1="kc"/>
  </connection>

  <connection>
    <map_components component_2="x" component_1="z"/>
    <map_variables variable_2="x" variable_1="x"/>
  </connection>

  <connection>
    <map_components component_2="model_parameters" component_1="z"/>
    <map_variables variable_2="epsilon" variable_1="epsilon"/>
    <map_variables variable_2="delta" variable_1="delta"/>
    <map_variables variable_2="a4" variable_1="a4"/>
    <map_variables variable_2="a5" variable_1="a5"/>
    <map_variables variable_2="k3" variable_1="k3"/>
    <map_variables variable_2="b3" variable_1="b3"/>
  </connection>

<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#46952438-cfd9-481f-a663-d16341dbb263">
    <rdf:li>parathyroid hormone</rdf:li>
    <rdf:li>osteoporosis</rdf:li>
    <rdf:li>osteoclast</rdf:li>
    <rdf:li>osteoblast</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#46b15a9d-eaf0-49a1-a9a0-8935c1cadb4a">
    <rdf:li rdf:resource="rdf:#cfa6a081-e543-4152-828a-806c1bac8898"/>
    <rdf:li rdf:resource="rdf:#010fc58c-5bfe-45ee-8eff-69131527777f"/>
    <rdf:li rdf:resource="rdf:#19f3b245-693e-41d1-9640-557fea680edb"/>
    <rdf:li rdf:resource="rdf:#d8d63f01-b4a0-481a-bd85-2ffbfb188ca9"/>
  </rdf:Seq>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#af9feaa1-5105-4b60-beb7-3d3b0182ef3f"/>
    <dcterms:created rdf:resource="rdf:#c8c266ac-72e0-4bdc-a5e4-791d11a5f8fb"/>
    <dc:creator rdf:resource="rdf:#ed1e6683-c9e1-41d3-8837-802ea612eb3d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cde910c6-0d7d-4955-9e14-714068c9efc1">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9911f700-5746-4f7c-9c36-37ff9dc14bac">
    <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:#af9feaa1-5105-4b60-beb7-3d3b0182ef3f">
    <dc:creator rdf:resource="rdf:#cde910c6-0d7d-4955-9e14-714068c9efc1"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a62204bb-4f61-4622-85c9-5772b3025626">
    <vCard:Given>Chontita</vCard:Given>
    <vCard:Family>Rattananakul</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#53aea130-098d-483c-86db-47220191de1c">
    <vCard:Given>Yongwimon</vCard:Given>
    <vCard:Family>Lenbury</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#010fc58c-5bfe-45ee-8eff-69131527777f">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#53aea130-098d-483c-86db-47220191de1c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fe938adf-e84d-443d-8aa0-8784d6104617">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#19f3b245-693e-41d1-9640-557fea680edb">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#0b1e3e7a-b9f8-4337-aaaa-576babaa04e8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#add39444-9ddc-4f55-87b1-296761991376">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cfa6a081-e543-4152-828a-806c1bac8898">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#a62204bb-4f61-4622-85c9-5772b3025626"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#78618cfb-f24f-4788-955b-53123518a68c">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c321bf0f-fa05-4471-a0ae-753818ff7e4d">
    <vCard:Given>David</vCard:Given>
    <vCard:Family>Wollkind</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#10437524-3ca7-4177-89eb-b0d7f4e2ccaf">
    <dc:creator rdf:resource="rdf:#add39444-9ddc-4f55-87b1-296761991376"/>
    <rdf:value>This is a CellML description of Rattanakul et al's 2003 mathematical model of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ed1e6683-c9e1-41d3-8837-802ea612eb3d">
    <vCard:ORG rdf:resource="rdf:#78618cfb-f24f-4788-955b-53123518a68c"/>
    <vCard:EMAIL rdf:resource="rdf:#9911f700-5746-4f7c-9c36-37ff9dc14bac"/>
    <vCard:N rdf:resource="rdf:#fe938adf-e84d-443d-8aa0-8784d6104617"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0da4e7b3-7a4f-40bc-8788-7c9142ad06c6">
    <dc:subject rdf:resource="rdf:#5945bd4a-51c3-4478-b092-dd0907111e77"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d8d63f01-b4a0-481a-bd85-2ffbfb188ca9">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#c321bf0f-fa05-4471-a0ae-753818ff7e4d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5945bd4a-51c3-4478-b092-dd0907111e77">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#46952438-cfd9-481f-a663-d16341dbb263"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bb965776-8b30-4a43-86fd-796e7474e987">
    <dcterms:W3CDTF>2003-06-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0b1e3e7a-b9f8-4337-aaaa-576babaa04e8">
    <vCard:Given>Nateetip</vCard:Given>
    <vCard:Family>Krishnamara</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="#rattanakul_model_2003">
    <dc:title>
        Rattanakul et al's 2003 mathematical model of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy.
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#10437524-3ca7-4177-89eb-b0d7f4e2ccaf"/>
    <bqs:reference rdf:resource="rdf:#0da4e7b3-7a4f-40bc-8788-7c9142ad06c6"/>
    <bqs:reference rdf:resource="rdf:#356dc310-39be-4004-bee0-e5cc74292bfe"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c8c266ac-72e0-4bdc-a5e4-791d11a5f8fb">
    <dcterms:W3CDTF>2007-07-24T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e31d5f9f-4b9e-4552-bcf7-713b4f29cfc0">
    <dc:creator rdf:resource="rdf:#46b15a9d-eaf0-49a1-a9a0-8935c1cadb4a"/>
    <dc:title>Modeling of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy</dc:title>
    <bqs:volume>70</bqs:volume>
    <bqs:first_page>55</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#b88e7bed-c409-4807-aa82-5efe15a0f5db"/>
    <dcterms:issued rdf:resource="rdf:#bb965776-8b30-4a43-86fd-796e7474e987"/>
    <bqs:last_page>72</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b88e7bed-c409-4807-aa82-5efe15a0f5db">
    <dc:title>BioSystems</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#356dc310-39be-4004-bee0-e5cc74292bfe">
    <bqs:Pubmed_id>12753937</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#e31d5f9f-4b9e-4552-bcf7-713b4f29cfc0"/>
  </rdf:Description>
</rdf:RDF>
</model>