Location: Gonzalezheydrich, Steingard, Kohane, 1994 @ e5a24fee89bc / gonzalezheydrich_steingard_kohane_1994.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2007-06-29 01:30:28+12:00
Desc:
committing version01 of gonzalezheydrich_steingard_kohane_1994
Permanent Source URI:
https://models.physiomeproject.org/workspace/gonzalezheydrich_steingard_kohane_1994/rawfile/e5a24fee89bce031d6cbfea66dd0adf8da9a87a8/gonzalezheydrich_steingard_kohane_1994.cellml

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

CREATED :  28th June 2007

LAST MODIFIED : 28th June 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 Gonzalez-Heydrich et al.'s 1994 mathematical model of the HPA axis.

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="gonzalezheydrich_model_1994" name="gonzalezheydrich_steingard_kohane_model_1994_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">

<article>
  <articleinfo>
  <title>A computer simulation of the hypothalamic-pituitary-adrenal axis</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>
The hypothalamic-pituitary-adrenal axis (HPA axis) regulates the secretion of cortisol through a complex network of interacting components.  Although our knowledge about each of these separate components is increasing, our understanding of how these components are combined into a network, and how this network functions, is still limited.  In an attempt to address this issue, mathematical models of the HPA axis are being developed, and represent an informative, valuable, exploratory tool.
</para>

<para>
The current model described here in CellML is based on the HPA axis model published by Gonzalez-Heydrich <emphasis>et al.</emphasis> (1994) (the complete original paper reference is cited below).  The mathematical model simulates components of the HPA axis involved in the continuous secretion and elimination of cortisol, adrenocorticotropin (ACTH), and corticotropin releasing hormone (CRH).  The relationships between these components were modelled based on current knowledge of their functioning, and model parameters were derived from experimental results in the published literature.  The presence of CRH and arginine-vasopressin (AVP), which are produced by the hypothalamus, stimulate the pituitary to secrete ACTH.  In turn, ACTH triggers the release of cortisol from the adrenal gland.  Cortisol has a direct negative feedback effect on the pituitary, and also on the hypothalamus, such that the secretion and synthesis of CRH, AVP and cortisol are inhibited.
</para>

<para>
A computer simulation of the hypothalamic-pituitary-adrenal axis, J. Gonzalez-Heydrich, R.J. Steingard and I Kohane, 1994, <emphasis>Eighteenth Annual Proceedings of the Symposium for Computer Applications in Medical Care</emphasis>, pp1010.  (The Annual Symposium on Computer Applications in Medical Care currently does not have a website, but the text of this article can be found online <ulink url="http://www.chip.org/projects/hpa/paper-hpa.html">here</ulink>).  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=7949852&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 7949852</ulink>
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="gonzalezheidrich_1994.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the self-regulatory system for corticol secretion.  CRH represents corticotropin-releasing hormone, ACTH is adrenocorticotropic hormone, and F represents cortisol.  The red lines represent positive feedback pathways, while the blue lines represent negative feedback loops.</caption>
</informalfigure>

<para>
Although this model is now more than 10 years old, it is still cited in the literature as one of the few mathematical models of the HPA axis which considers the dynamics of several hormones simultaneously, and doesn't focus solely on cortisol kinetics.
</para>

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



  
  
  <units name="mcg_ml">
    <unit units="gram" prefix="micro"/>
    <unit units="litre" prefix="milli" exponent="-1"/>
  </units>

  <units name="minute">
    <unit units="second" multiplier="60.0"/>
  </units>

  <units name="flux">
    <unit units="gram" prefix="micro"/>
    <unit units="minute" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="minute" public_interface="out" name="time"/>
  </component>
 
  
  <component name="cortisol"> 
    <variable units="mcg_ml" public_interface="out" name="cortisol"/> 
    
    <variable units="dimensionless" name="k1" initial_value="525.0"/>
    <variable units="flux" name="k2" initial_value="0.01"/>
    <variable units="dimensionless" name="k3" initial_value="0.01"/>
    
    <variable units="mcg_ml" public_interface="in" name="ACTH"/>
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> cortisol </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/> 
            <apply>
              <times/>
              <ci> k1 </ci>
              <ci> ACTH </ci>
            </apply>
            <ci> k2 </ci>
          </apply>
          <apply>
            <times/>
            <ci> k3 </ci>
            <ci> cortisol </ci>
          </apply>
        </apply>  
      </apply> 
    </math> 
  </component>
  
  <component name="ACTH" cmeta:id="ACTH">
     
    <variable units="mcg_ml" public_interface="out" name="ACTH"/> 
    
    <variable units="dimensionless" name="k4" initial_value="10.0"/>
    <variable units="flux" name="k5" initial_value="4E-3"/>
    <variable units="dimensionless" name="k6" initial_value="0.035"/>
    <variable units="mcg_ml" name="Kd" initial_value="0.004"/>
    <variable units="dimensionless" name="Imax" initial_value="0.99"/>
    
    <variable units="dimensionless" public_interface="in" name="CRH"/>
    <variable units="dimensionless" public_interface="in" name="cortisol"/>
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> ACTH </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/> 
            <apply>
              <times/>
              <ci> k4 </ci>
              <ci> CRH </ci>
            </apply>
            <ci> k5 </ci>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> k6 </ci>
              <ci> ACTH </ci>
            </apply>
            <apply>
              <times/>
              <apply>
                <plus/>
                <apply>
                  <times/> 
                  <ci> k4 </ci>
                  <ci> CRH </ci>
                </apply>
                <ci> k5 </ci>
              </apply>
              <apply>
                <divide/>
                <apply>
                  <times/> 
                  <ci> Imax </ci>
                  <ci> cortisol </ci>
                </apply>
                <apply>
                  <plus/> 
                  <ci> Kd </ci>
                  <ci> cortisol </ci>
                </apply>
              </apply>  
            </apply> 
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>

  <component name="CRH" cmeta:id="CRH">
     
    <variable units="mcg_ml" public_interface="out" name="CRH"/> 
    
    <variable units="flux" name="k7" initial_value="1E-6"/>
    <variable units="dimensionless" name="k8" initial_value="0.01"/>
    <variable units="flux" name="pulse" initial_value="50.0"/>
   
    <variable units="minute" public_interface="in" name="time"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> CRH </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/> 
            <ci> pulse </ci>
            <ci> k7 </ci>
          </apply>
          <apply>
            <times/>
            <ci> k8 </ci>
            <ci> CRH </ci>
          </apply>
        </apply>
      </apply> 
    </math> 
  </component>


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

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

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

  <connection>
    <map_components component_2="ACTH" component_1="cortisol"/>
    <map_variables variable_2="cortisol" variable_1="cortisol"/>
    <map_variables variable_2="ACTH" variable_1="ACTH"/>
  </connection>

  <connection>
    <map_components component_2="ACTH" component_1="CRH"/>
    <map_variables variable_2="CRH" variable_1="CRH"/>
  </connection>

<rdf:RDF>
  <rdf:Bag rdf:about="rdf:#54d87afa-2ccb-4546-bc19-72d0cace54b5">
    <rdf:li>cortisol</rdf:li>
    <rdf:li>HPA axis</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#61a86010-a718-4824-9a25-57fe9ef9cef0">
    <rdf:li rdf:resource="rdf:#1a66ad4c-8be5-4a01-aee8-f01bbcd8d089"/>
    <rdf:li rdf:resource="rdf:#0a041f84-ddb6-49bb-b8d2-9c1db15e4c02"/>
    <rdf:li rdf:resource="rdf:#a4018b6d-ecc1-457b-8250-4a2ab60dd2a5"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#6ff56d21-2dcd-4a75-921a-2f317a64607f">
    <dcterms:W3CDTF>2007-06-29T00:00: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:#0cc3371f-7eff-4b7d-8e19-4aab4fbd41f9"/>
    <dcterms:created rdf:resource="rdf:#6ff56d21-2dcd-4a75-921a-2f317a64607f"/>
    <dc:creator rdf:resource="rdf:#a4270a06-798a-4fca-b6e2-844089b5f8b5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#faf5b131-0551-4288-bc16-e47a6d2d135b">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1a66ad4c-8be5-4a01-aee8-f01bbcd8d089">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#423e9173-73c3-4371-ac1a-fb34b7beb1e9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#423e9173-73c3-4371-ac1a-fb34b7beb1e9">
    <vCard:Given>J</vCard:Given>
    <vCard:Family>Gonzalez-Heydrich</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0539f7d3-40a1-4026-a7c7-3a7b5a5cfefe">
    <dc:creator rdf:resource="rdf:#61a86010-a718-4824-9a25-57fe9ef9cef0"/>
    <dc:title>A computer simulation of the hypothalamic-pituitary-adrenal axis</dc:title>
    <bqs:volume/>
    <bqs:first_page>1010</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#2b55f524-5f4b-4890-9e41-31bdca33e533"/>
    <dcterms:issued rdf:resource="rdf:#1474fb66-5606-4850-b3b6-ba0c478c9891"/>
    <bqs:last_page/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f9e3e1e6-ed64-4154-9c56-3c86e9286b90">
    <vCard:Given>I</vCard:Given>
    <vCard:Family>Kohane</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a4270a06-798a-4fca-b6e2-844089b5f8b5">
    <vCard:ORG rdf:resource="rdf:#faf5b131-0551-4288-bc16-e47a6d2d135b"/>
    <vCard:EMAIL rdf:resource="rdf:#cbbac4a9-d11e-46ab-9b9e-0eeb36ea10e3"/>
    <vCard:N rdf:resource="rdf:#6cb400ab-1de6-4e71-9fc6-fef0ab098de5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1474fb66-5606-4850-b3b6-ba0c478c9891">
    <dcterms:W3CDTF>1994-00-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0cc3371f-7eff-4b7d-8e19-4aab4fbd41f9">
    <dc:creator rdf:resource="rdf:#ee435c63-8375-48dc-9722-9ee8f4113816"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#23bb0de7-b08e-4e03-b6fe-da59ce5fb6a0">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#54d87afa-2ccb-4546-bc19-72d0cace54b5"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b26cff25-c12b-40c0-b40b-80d34f5806f9">
    <dc:subject rdf:resource="rdf:#23bb0de7-b08e-4e03-b6fe-da59ce5fb6a0"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a4018b6d-ecc1-457b-8250-4a2ab60dd2a5">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f9e3e1e6-ed64-4154-9c56-3c86e9286b90"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0a041f84-ddb6-49bb-b8d2-9c1db15e4c02">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#e2797167-bb02-476c-ab19-d7db2301a7c7"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6cb400ab-1de6-4e71-9fc6-fef0ab098de5">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e2797167-bb02-476c-ab19-d7db2301a7c7">
    <vCard:Given>R</vCard:Given>
    <vCard:Family>Steingard</vCard:Family>
    <vCard:Other>J</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ae0d60cd-686f-4e7e-afd0-7cc56a7f456d">
    <dc:creator rdf:resource="rdf:#8e976a4e-a07f-42da-a605-7fd28c7905d1"/>
    <rdf:value>This is the CellML description of Gonzalez-Heydrich et al.'s 1994 mathematical model of the HPA axis.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cbbac4a9-d11e-46ab-9b9e-0eeb36ea10e3">
    <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="#gonzalezheydrich_model_1994">
    <dc:title>
        Gonzalez-Heydrich et al.'s 1994 mathematical model of the HPA axis.
      </dc:title>
    <cmeta:bio_entity>cortisol</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#ae0d60cd-686f-4e7e-afd0-7cc56a7f456d"/>
    <bqs:reference rdf:resource="rdf:#1b316e54-ea8f-42f5-8d11-54e820e7d052"/>
    <bqs:reference rdf:resource="rdf:#b26cff25-c12b-40c0-b40b-80d34f5806f9"/>
  </rdf:Description>
  <rdf:Description rdf:about="/ACTH">
    <dcterms:alternative>acetylcholine</dcterms:alternative>
    <dc:title>ACTH</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ee435c63-8375-48dc-9722-9ee8f4113816">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="/CRH">
    <dcterms:alternative>corticotropin releasing hormone</dcterms:alternative>
    <dc:title>CRH</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#2b55f524-5f4b-4890-9e41-31bdca33e533">
    <dc:title>Eighteenth Annual Proceedings of the Symposium for Computer Applications in Medical Care</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#1b316e54-ea8f-42f5-8d11-54e820e7d052">
    <bqs:Pubmed_id>7949852</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#0539f7d3-40a1-4026-a7c7-3a7b5a5cfefe"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8e976a4e-a07f-42da-a605-7fd28c7905d1">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
</rdf:RDF>
</model>