Rendering of the source text

<?xml version="1.0"?>
<!--  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#" 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 35-37). 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 exogenous PTH administration - in this particular case pulsatile, for a period of 6 hours in an interval of 1 day. The model runs in OpenCell to recreate the published results (figure 6b). 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_2003b.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 is 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 cmeta:id="environment_time" name="time" public_interface="out" units="dimensionless"/>
  </component>

  <component cmeta:id="x" name="x">
      
    <variable cmeta:id="x_x" initial_value="2.0" name="x" public_interface="out" units="dimensionless"/>
    
    <variable name="a1" public_interface="in" units="dimensionless"/>
    <variable name="k1" public_interface="in" units="dimensionless"/>
    <variable name="b1" public_interface="in" units="dimensionless"/>
    <variable name="kp" public_interface="in" units="dimensionless"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="dimensionless"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> x </ci> 
        </apply>
        <piecewise>
          <piece>
            <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>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 0.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 10000.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <plus/>
              <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>
              <ci> kp </ci>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 10000.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 10360.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <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>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 10360.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 11440.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <plus/>
              <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>
              <ci> kp </ci>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 11440.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 11800.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <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>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 11800.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 12880.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <plus/>
              <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>
              <ci> kp </ci>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 12880.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 13240.0 </cn>
              </apply>
            </apply>
          </piece>
		  <piece>
            <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>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 13240.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 14320.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <plus/>
              <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>
              <ci> kp </ci>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 14320.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 14680.0 </cn>
              </apply>
            </apply>
          </piece>
		  <piece>
            <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>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 14680.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 15760.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <apply>
              <plus/>
              <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>
              <ci> kp </ci>
            </apply>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 15760.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 16120.0 </cn>
              </apply>
            </apply>
          </piece>
        </piecewise>
      </apply>
    </math>
  </component>

  <component cmeta:id="y" name="y">
      
    <variable cmeta:id="y_y" initial_value="1.0" name="y" public_interface="out" units="dimensionless"/>
    
    <variable name="epsilon" public_interface="in" units="dimensionless"/>
    <variable name="a2" public_interface="in" units="dimensionless"/>
    <variable name="a3" public_interface="in" units="dimensionless"/>
    <variable name="k2" public_interface="in" units="dimensionless"/>
    <variable name="b2" public_interface="in" units="dimensionless"/>
    <variable name="x" public_interface="in" units="dimensionless"/>
    <variable name="z" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="dimensionless"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> y </ci> 
        </apply>
        <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 xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 2.0 </cn>
                </apply>
              </apply>
            </apply>
            <apply>
              <times/>
              <ci> b2 </ci>
              <ci> y </ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="z" name="z">
      
    <variable cmeta:id="z_z" initial_value="0.15" name="z" public_interface="out" units="dimensionless"/>
    
    <variable name="epsilon" public_interface="in" units="dimensionless"/>
    <variable name="delta" public_interface="in" units="dimensionless"/>
    <variable name="a4" public_interface="in" units="dimensionless"/>
    <variable name="a5" public_interface="in" units="dimensionless"/>
    <variable name="k3" public_interface="in" units="dimensionless"/>
    <variable name="b3" public_interface="in" units="dimensionless"/>
    <variable name="x" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="dimensionless"/>
    
    <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 initial_value="0.1" name="epsilon" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.9" name="delta" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.05" name="a1" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.009" name="a2" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.675" name="a3" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.01" name="a4" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.005" name="a5" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.1" name="b1" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.3" name="b2" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.01" name="b3" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.1" name="k1" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.5" name="k2" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.025" name="k3" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.5" name="kp" public_interface="out" units="dimensionless"/>
  </component>

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

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

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

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

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

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

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


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="rdf:#1256062c-6c68-4866-9c18-d3d32b5a890d"><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The Bioengineering Institute</Orgunit></rdf:Description><rdf:Description rdf:about="rdf:#18eb0012-07c9-4bfc-9601-d4fd1d9a7041"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#0d373e48-0f9a-49a2-8418-38c5cb30528b"/></creator><rdf:value xml:lang="en"></rdf:value></rdf:Description><rdf:Description rdf:about="#y"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">y</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">number of osteoclastic cells</alternative></rdf:Description><rdf:Description rdf:about="rdf:#578759a2-f0cc-4d0d-a739-003f9fb9ffa5"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#5c4d3698-01b3-4075-b333-1a64c3ad5049"/></creator><rdf:value xml:lang="en">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:nodeID="n1"><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">250</endingValue><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">100000</pointDensity><maximumStepSize xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">0.1</maximumStepSize></rdf:Description><rdf:Description rdf:about="rdf:#c59f2e74-f5f1-496a-b759-97dc98447dbf"><rdf:value><rdf:Description rdf:about="rdf:#c9749060-54f3-4f77-9c79-944c6d93eeb6"/></rdf:value><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type></rdf:Description><rdf:Description rdf:about="rdf:#7d9cbb22-658d-4e2d-8725-67dc098363ae"><rdf:value xml:lang="en">c.lloyd@auckland.ac.nz</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#5c4d3698-01b3-4075-b333-1a64c3ad5049"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#535a54f3-a01d-444e-a957-4b42fbd06ea5"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">12753937</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#a10817b3-e7a0-4664-8c0a-6e7e6f46e400"/></JournalArticle></rdf:Description><rdf:Description rdf:about="#x"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">x</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">PTH</alternative><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">concentration of parathyroid hormone</alternative></rdf:Description><rdf:Description rdf:about="rdf:#627d1d1d-758e-47bc-b8e4-2358120f5186"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lenbury</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Yongwimon</Given></rdf:Description><rdf:Description rdf:about="rdf:#d89a87f6-6919-492f-8838-7b30e17f81c7"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wollkind</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">David</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other></rdf:Description><rdf:Description rdf:about="#z"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">z</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">number of osteoblastic cells</alternative></rdf:Description><rdf:Description rdf:about="rdf:#aedd33ea-43f9-472b-8c3a-86dfb36aaf70"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#8fc9b209-4218-4f3a-a8f6-0760b3e2ec35"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#f334b4ab-a088-4294-b14e-e4981d21fe69"/></creator><cmeta:comment><rdf:Description rdf:about="rdf:#18eb0012-07c9-4bfc-9601-d4fd1d9a7041"/></cmeta:comment><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Modeling of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy (core model + pulsatile exogenous PTH administration)</title><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The University of Auckland, Bioengineering Institute</publisher><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#acb0fb69-cd1d-4a99-81b4-a3b5214cf5ec"/></created></rdf:Description><rdf:Description rdf:about="rdf:#0d373e48-0f9a-49a2-8418-38c5cb30528b"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en"></FN></rdf:Description><rdf:Description rdf:about="rdf:#c579b78b-7244-42b0-9b82-29b13ca5911b"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">BioSystems</title></rdf:Description><rdf:Description rdf:nodeID="n2"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n3"/></boundIntervals></rdf:Description><rdf:Description rdf:about="rdf:#a21006ea-cbd7-4a62-a4b5-d97b8652c63d"><rdf:_1><rdf:Description rdf:about="rdf:#aedd33ea-43f9-472b-8c3a-86dfb36aaf70"/></rdf:_1><rdf:_3><rdf:Description rdf:about="rdf:#d2cb5b5f-bc13-472f-a0b1-4df0113ec11e"/></rdf:_3><rdf:_2><rdf:Description rdf:about="rdf:#6d7ced0a-6a12-433f-a014-05c7d36ac5c8"/></rdf:_2><rdf:_4><rdf:Description rdf:about="rdf:#eba350cd-8d45-4027-a337-39f7bd9551a5"/></rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#eba350cd-8d45-4027-a337-39f7bd9551a5"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#d89a87f6-6919-492f-8838-7b30e17f81c7"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#7d9d2da5-e23f-48bf-b4c5-8b258518c865"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Krishnamara</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Nateetip</Given></rdf:Description><rdf:Description rdf:about="rdf:#584ee801-ed2d-4a6f-89f8-f3953862c969"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other></rdf:Description><rdf:Description rdf:about="rdf:#d2cb5b5f-bc13-472f-a0b1-4df0113ec11e"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#7d9d2da5-e23f-48bf-b4c5-8b258518c865"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#6d7ced0a-6a12-433f-a014-05c7d36ac5c8"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#627d1d1d-758e-47bc-b8e4-2358120f5186"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#a10817b3-e7a0-4664-8c0a-6e7e6f46e400"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#a21006ea-cbd7-4a62-a4b5-d97b8652c63d"/></creator><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Modeling of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy</title><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">55</first_page><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">70</volume><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#0c1d1682-ad0d-41e1-a1bc-f5f8dcb28bdc"/></issued><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">72</last_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#c579b78b-7244-42b0-9b82-29b13ca5911b"/></Journal></rdf:Description><rdf:Description rdf:about="rdf:#c9749060-54f3-4f77-9c79-944c6d93eeb6"><rdf:_1 xml:lang="en">parathyroid hormone</rdf:_1><rdf:_3 xml:lang="en">osteoclast</rdf:_3><rdf:_2 xml:lang="en">osteoporosis</rdf:_2><rdf:_4 xml:lang="en">osteoblast</rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n3"><rdf:first><rdf:Description rdf:nodeID="n1"/></rdf:first><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:about="rdf:#acb0fb69-cd1d-4a99-81b4-a3b5214cf5ec"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-07-24T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#0c1d1682-ad0d-41e1-a1bc-f5f8dcb28bdc"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2003-06-00 00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#8fc9b209-4218-4f3a-a8f6-0760b3e2ec35"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Rattananakul</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Chontita</Given></rdf:Description><rdf:Description rdf:about="rdf:#f334b4ab-a088-4294-b14e-e4981d21fe69"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#584ee801-ed2d-4a6f-89f8-f3953862c969"/></N><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#7d9cbb22-658d-4e2d-8725-67dc098363ae"/></EMAIL><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#1256062c-6c68-4866-9c18-d3d32b5a890d"/></ORG></rdf:Description><rdf:Description rdf:about="rdf:#b17c92f3-93e9-4bb5-8389-320ba423a297"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#c59f2e74-f5f1-496a-b759-97dc98447dbf"/></subject></rdf:Description><rdf:Description rdf:about="#rattanakul_model_2003"><cmeta:comment><rdf:Description rdf:about="rdf:#578759a2-f0cc-4d0d-a739-003f9fb9ffa5"/></cmeta:comment><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        Rattanakul et al's 2003 mathematical model of bone formation and resorption mediated by parathyroid hormone: response to estrogen/PTH therapy.
      </title><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n2"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#b17c92f3-93e9-4bb5-8389-320ba423a297"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#535a54f3-a01d-444e-a957-4b42fbd06ea5"/></reference></rdf:Description></rdf:RDF></model>