Location: Wodarz, Hamer, 2007 @ f2febc8866e0 / wodarz_hamer_2007_a.cellml

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-01-18 13:26:49+13:00
Desc:
Added cmeta:ids to cellml file and added session file
Permanent Source URI:
https://models.cellml.org/workspace/wodarz_hamer_2007/rawfile/f2febc8866e0ffb7cfb0395f7ed7746727d8c90c/wodarz_hamer_2007_a.cellml

<?xml version="1.0"?>
<!--  FILE :  wodarz_model_2007.xml

CREATED :  16th July 2007

LAST MODIFIED : 16th 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 Wodarz and Hamer's 2007 mathematical model of infection dynamics in HIV-specific CD4+ T cells.

CHANGES:  
  
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="file:///Users/Hanne/Desktop/repository%20models/wodarz_hamer_2007/wodarz_hamer_2007_a.cellml" cmeta:id="wodarz_model_2007" name="wodarz_hamer_model_2007_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Infection dynamics in HIV-specific CD4 T cells: Does a CD4 T cell boost benefit the host or the virus?</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>
CD4+ T helper cells represent a major target for the replication of human immunodeficiency virus (HIV).  Conversely, CD4+ T cells are also an essential component of the immune response to HIV.  A considerable proportion of the HIV-specific CD4+ T cells become infected with the virus which, in turn, has important implications for understanding the dynamics between HIV and the immune response.  Infection of HIV-specific CD4+ T cells can have several outcomes for the dynamics between the virus and the immune system, including:
</para>

<itemizedlist>
  <listitem>
            <para>enhanced viral spread through the division of infected CD4+ T cells; and also</para>
          </listitem>
  <listitem>
            <para>impaired effector responses, such as CD8+ cytotoxic T lymphocytes (CTL), through the compromised ability of the CD4+ T cells to deliver help.</para>
          </listitem>
</itemizedlist> 

<para> 
Mathematical models of the kinetics of HIV infection and replication have improved our understanding of the relationship between HIV and immune responses.  In their mathematical model(s), described here in CellML, Wodarz and Hamer (2007) characterise the infection dynamics in HIV-specific CD4+ T cells.  Their aim was to demonstrate the the potential consequences of autocatalytic virus spread and describe the different roles of CD4+ T cells during HIV infection.
</para> 

<para> 
The original publication contains four different mathematical models:
</para>

<itemizedlist>
  <listitem>
            <para>The first is a simple model of autocatalytic virus spread via the division of infected CD4+ T cells.  This simple model forms the core of the subsequent, more complex models, and allows some basic analytical insights into the properties of autocatalytic virus spread.</para>
          </listitem>
  <listitem>
            <para>The second model builds on this core model by including a description of the infectious spread of the virus amongst CD4+ T cells.</para>
          </listitem>
  <listitem>
            <para>The third model adds further complexity by incorporating alternative target cells which are do not react against HIV, such as T cells with other specificities and antigen presenting cells.</para>
          </listitem>
  <listitem>
            <para>Finally, the forth model describes CD8+ CTL dynamics during HIV infection, and considers the effects of both cell proliferation and death.</para>
          </listitem>
</itemizedlist>  

<para> 
The CellML model presented here represents the first model of autocatalytic virus spread.  The other three models have also been coded in CellML and can be downloaded as version 1 variants 1, 2 and 3 of the model.
</para>

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

<para>
Infection dynamics in HIV-specific CD4 T cells: Does a CD4 T cell boost benefit the host or the virus?, Dominik Wodarz and Dean H. Hamer, 2007, <emphasis>Mathematical Biosciences</emphasis> <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=17379260&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 17379260</ulink>
</para>

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



  
  <units name="first_order_rate_constant">
    <unit exponent="-1" units="second"/>
  </units>
  
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
  </component>

  <component cmeta:id="y" name="y">
      
    <variable initial_value="0.0" name="y" public_interface="out" units="dimensionless"/>

    <variable initial_value="1.0" name="r" units="first_order_rate_constant"/>
    <variable initial_value="0.2" name="a" units="first_order_rate_constant"/>
    <variable initial_value="10.0" name="k" units="dimensionless"/>
    
    <variable name="v" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="second"/>
    
    <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> r </ci> 
            <ci> y </ci>
            <ci> v </ci>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <ci> y </ci>
                <ci> k </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/> 
            <ci> a </ci>
            <ci> y </ci>
          </apply> 
        </apply>
      </apply>    
    </math>
  </component>
  
  <component cmeta:id="v" name="v">
      
    <variable cmeta:id="v_v" initial_value="1.0" name="v" public_interface="out" units="dimensionless"/>
    
    <variable initial_value="0.5" name="u" units="first_order_rate_constant"/>
    <variable initial_value="1.0" name="eta" units="first_order_rate_constant"/>
     
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="second"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> v </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> eta </ci>
            <ci> y </ci>
          </apply>
          <apply>
            <times/>
            <ci> u </ci>
            <ci> v </ci>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>
  
  <connection>
    <map_components component_1="v" 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="y" component_2="v"/>
    <map_variables variable_1="v" variable_2="v"/>
    <map_variables variable_1="y" variable_2="y"/>
  </connection>
  

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="rdf:#ab68da2a-3d41-46b2-ada8-9dba0565b58f"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-09-06T13:36:58+12:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#1deca878-ca76-4fa8-840b-249bdb0d1053"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#4ed979dd-3c11-43a8-aed6-7fca1285d0b0"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#b6989bcc-4899-438a-af66-143b613ca895"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Infection dynamics in HIV-specific CD4 T cells: Does a CD4 T cell boost benefit the host or the virus?</title><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en"></volume><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#bdccf12f-769c-46dd-b490-f61081ca8a5b"/></issued><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en"></last_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#3b0269a8-cd51-482b-b5ab-a651eacfc18d"/></Journal><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en"></first_page><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#a602c408-43c9-470d-a19e-3f6719647e40"/></creator></rdf:Description><rdf:Description rdf:about="y"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">infected HIV-specific CD4+ T cells</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">y</title></rdf:Description><rdf:Description rdf:about="rdf:#a602c408-43c9-470d-a19e-3f6719647e40"><rdf:_1><rdf:Description rdf:about="rdf:#c6d5854f-7603-4fd9-9875-42e146dd5fee"/></rdf:_1><rdf:_2><rdf:Description rdf:about="rdf:#1deca878-ca76-4fa8-840b-249bdb0d1053"/></rdf:_2><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="#wodarz_model_2007"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        Wodarz and Hamer's 2007 mathematical model of infection dynamics in HIV-specific CD4+ T cells.
      </title><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#5290f630-0647-4e48-b943-e9563b0bd8ff"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#1bf297c4-83bc-4075-a52b-23c3f16a53f5"/></reference><cmeta:comment><rdf:Description rdf:about="rdf:#3bf28d93-ac5b-4469-82e2-d463c93ea5b6"/></cmeta:comment></rdf:Description><rdf:Description rdf:about="rdf:#3b0269a8-cd51-482b-b5ab-a651eacfc18d"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Mathematical Biosciences</title></rdf:Description><rdf:Description rdf:about="rdf:#c23205bc-349c-43da-b109-eaea67604f3d"><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:#3bf28d93-ac5b-4469-82e2-d463c93ea5b6"><rdf:value xml:lang="en">This is a CellML description of Wodarz and Hamer's 2007 mathematical model of infection dynamics in HIV-specific CD4+ T cells.</rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#8eea7134-64fc-49c5-965a-8e52399f4ed3"/></creator></rdf:Description><rdf:Description rdf:about="rdf:#05c6997e-a116-4ad3-862e-ce1d2cddb8cf"><rdf:value xml:lang="en">Not sure if model replicates the published results because the results from this version of the model were not printed.</rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#528e5d2b-1f60-4c6c-a815-44bd7de18f06"/></creator></rdf:Description><rdf:Description rdf:about="rdf:#5efcfb21-5446-4c58-804f-9f757f43e0bf"><rdf:_3 xml:lang="en">HIV</rdf:_3><rdf:_4 xml:lang="en">CD4+ T cell</rdf:_4><rdf:_1 xml:lang="en">immunology</rdf:_1><rdf:_2 xml:lang="en">viral dynamics</rdf:_2><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#8eea7134-64fc-49c5-965a-8e52399f4ed3"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#528e5d2b-1f60-4c6c-a815-44bd7de18f06"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="v"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">free virus particles</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">v</title></rdf:Description><rdf:Description rdf:about="rdf:#8bc039f8-41c2-4ada-b9a8-77c0426d9940"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given></rdf:Description><rdf:Description rdf:about="rdf:#3008e760-31a4-424b-b6cb-918a35268f66"><rdf:value><rdf:Description rdf:about="rdf:#5efcfb21-5446-4c58-804f-9f757f43e0bf"/></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:#9ac95ba1-8048-45a4-a115-6070308aa32c"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#6aa35010-ea8b-41c8-8ce9-eac990956139"/></N></rdf:Description><rdf:Description rdf:about=""><cmeta:modification><rdf:Description rdf:about="rdf:#a2b579d2-38e5-460d-aeae-c3b30edeb72d"/></cmeta:modification><cmeta:comment><rdf:Description rdf:about="rdf:#05c6997e-a116-4ad3-862e-ce1d2cddb8cf"/></cmeta:comment><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#1775bc11-992f-474c-bd30-93d6eeaa06cb"/></creator><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#f32f075b-6698-45c9-b777-883d8adb064f"/></created><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The University of Auckland, Bioengineering Institute</publisher></rdf:Description><rdf:Description rdf:about="rdf:#bdccf12f-769c-46dd-b490-f61081ca8a5b"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-00-00 00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#c6d5854f-7603-4fd9-9875-42e146dd5fee"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#df2eef9e-de1c-4e32-bb51-cbb1080e4281"/></N><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type></rdf:Description><rdf:Description rdf:about="rdf:#df2eef9e-de1c-4e32-bb51-cbb1080e4281"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wodarz</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dominik</Given></rdf:Description><rdf:Description rdf:about="rdf:#a2b579d2-38e5-460d-aeae-c3b30edeb72d"><cmeta:modifier><rdf:Description rdf:about="rdf:#9ac95ba1-8048-45a4-a115-6070308aa32c"/></cmeta:modifier><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#ab68da2a-3d41-46b2-ada8-9dba0565b58f"/></modified><rdf:value xml:lang="en">added units</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#6aa35010-ea8b-41c8-8ce9-eac990956139"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">May</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given></rdf:Description><rdf:Description rdf:about="rdf:#ae27e119-99fc-4015-a90d-b5baabad25d7"><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:#1775bc11-992f-474c-bd30-93d6eeaa06cb"><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#c23205bc-349c-43da-b109-eaea67604f3d"/></EMAIL><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#ae27e119-99fc-4015-a90d-b5baabad25d7"/></ORG><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#8bc039f8-41c2-4ada-b9a8-77c0426d9940"/></N></rdf:Description><rdf:Description rdf:about="rdf:#5290f630-0647-4e48-b943-e9563b0bd8ff"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17379260</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#b6989bcc-4899-438a-af66-143b613ca895"/></JournalArticle></rdf:Description><rdf:Description rdf:about="rdf:#1bf297c4-83bc-4075-a52b-23c3f16a53f5"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#3008e760-31a4-424b-b6cb-918a35268f66"/></subject></rdf:Description><rdf:Description rdf:about="rdf:#4ed979dd-3c11-43a8-aed6-7fca1285d0b0"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Hamer</Family><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">H</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dean</Given></rdf:Description><rdf:Description rdf:about="rdf:#f32f075b-6698-45c9-b777-883d8adb064f"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-07-16T00:00:00+00:00</W3CDTF></rdf:Description></rdf:RDF></model>