Rendering of the source text

<?xml version="1.0"?>
<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="wodarz_2007" name="wodarz_2007">

<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>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
<section id="sec_status">
    <title>Model Status</title>
    <para>
         This CellML model is known to run in both PCEnv and COR to recreate the published results. The units have been checked and they are consistent. The published paper contains four different mathematical models. This particular CellML model represents the first model - a simple model of autocatalytic virus spread via the division of infected CD4+ T cells.
          </para>
  </section>
  <sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
ABSTRACT: Recent experimental data have shown that HIV-specific CD4 T cells provide a very important target for HIV replication. We use mathematical models to explore the effect of specific CD4 T cell infection on the dynamics of virus spread and immune responses. Infected CD4 T cells can provide antigen for their own stimulation. We show that such autocatalytic cell division can significantly enhance virus spread, and can also provide an additional reservoir for virus persistence during anti-viral drug therapy. In addition, the initial number of HIV-specific CD4 T cells is an important determinant of acute infection dynamics. A high initial number of HIV-specific CD4 T cells can lead to a sudden and fast drop of the population of HIV-specific CD4 T cells which results quickly in their extinction. On the other hand, a low initial number of HIV-specific CD4 T cells can lead to a prolonged persistence of HIV-specific CD4 T cell help at higher levels. The model suggests that boosting the population of HIV-specific CD4 T cells can increase the amount of virus-induced immune impairment, lead to less efficient anti-viral effector responses, and thus speed up disease progression, especially if effector responses such as CTL have not been sufficiently boosted at the same time.
</para>

<para>
The 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/pubmed/17379260">PubMed ID: 17379260</ulink>
</para>

<informalfigure float="0" id="fig_diagram">
<mediaobject>
  <imageobject>
    <imagedata fileref="wodarz_2007a.png"/>
  </imageobject>
</mediaobject>
<caption>A schematic diagram describing the mathematical model.</caption>
</informalfigure>

</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 cmeta:id="y_y" initial_value="0.0" name="y" public_interface="out" units="dimensionless"/>

    <variable initial_value="1.0" name="r" units="first_order_rate_constant"/>
    <variable cmeta:id="y_a" 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"/><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"/><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"/><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_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=""> <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 (Model 1)</title>
	  <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>