Rendering of the source text

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

CREATED :  10th December 2003

LAST MODIFIED : 10th December 2003

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 Yates et al.'s 2007 mathematical model of the slow depletion of memory CD4+ T cells in HIV infection.

CHANGES:  
  
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="yates_model_2007" name="yates_stark_klein_antia_callard_model_2007_version01">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Understanding the Slow Depletion of Memory CD4+ T Cells in HIV Infection</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 version of the model has been checked in COR and PCEnv.  The units are consistent and the original source code was used to fix the CellML model such that it now runs to recreate the published results. The original paper contains three different mathematical models and this particular CellML model represents the third model of self-renewing memory CD4+ T cell homeostasis in the presence of HIV infection and includes both homeostatically activated, and antigen- or bystander-activated cells.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: BACKGROUND: The asymptomatic phase of HIV infection is characterised by a slow decline of peripheral blood CD4(+) T cells. Why this decline is slow is not understood. One potential explanation is that the low average rate of homeostatic proliferation or immune activation dictates the pace of a "runaway" decline of memory CD4(+) T cells, in which activation drives infection, higher viral loads, more recruitment of cells into an activated state, and further infection events. We explore this hypothesis using mathematical models. METHODS AND FINDINGS: Using simple mathematical models of the dynamics of T cell homeostasis and proliferation, we find that this mechanism fails to explain the time scale of CD4(+) memory T cell loss. Instead it predicts the rapid attainment of a stable set point, so other mechanisms must be invoked to explain the slow decline in CD4(+) cells. CONCLUSIONS: A runaway cycle in which elevated CD4(+) T cell activation and proliferation drive HIV production and vice versa cannot explain the pace of depletion during chronic HIV infection. We summarize some alternative mechanisms by which the CD4(+) memory T cell homeostatic set point might slowly diminish. While none are mutually exclusive, the phenomenon of viral rebound, in which interruption of antiretroviral therapy causes a rapid return to pretreatment viral load and T cell counts, supports the model of virus adaptation as a major force driving depletion.
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="yates_2007c.png"/>
  </imageobject>
</mediaobject>
<caption>An extension of the model of memory CD4+ T cell dynamics in HIV infection to include both homeostatically activated (y) and antigen- or bystander-activated cells (w).  Resting memory cells (x) can undergo homeostatic proliferation at a rate a they can be antigen- or bystander-activated at a rate a* and undergo fold expansion f in the process.  These cells are infected with HIV at a rate pz, die at a rate gamma1, or return to resting memory state at a rate mu.</caption>
</informalfigure>

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

<para>
Understanding the slow depletion of memory CD4+ T cells in HIV infection, Andrew Yates, Jaroslav Stark, Nigel Klein, Rustom Antia, and Robin Callard, 2007, <emphasis>PLoS Medicine</emphasis>, volume 4, issue 5, 948-955.  <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/17518516">PubMed ID: 17518516</ulink></para>

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



  
  <units name="day">
    <unit multiplier="86400.0" units="second"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit exponent="-1" units="day"/>
  </units>
  
  
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="day"/>
  </component>
  
  <component cmeta:id="x" name="x">
      
    <variable cmeta:id="x_x" initial_value="10E-1" name="x" public_interface="out" units="dimensionless"/>
    
    <variable name="d1" public_interface="in" units="first_order_rate_constant"/>
    <variable name="a" public_interface="in" units="first_order_rate_constant"/>
    <variable name="alpha" public_interface="in" units="first_order_rate_constant"/>
    <variable name="mu" public_interface="in" units="first_order_rate_constant"/>
    <variable name="r" public_interface="in" units="first_order_rate_constant"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="w" public_interface="in" units="dimensionless"/>
    <variable name="kappa" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="day"/>
    
    <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>
            <plus/>
            <apply>
              <times/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 2.0 </cn>
              <ci> r </ci>
              <ci> y </ci>
            </apply>
            <apply>
              <times/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 0.1 </cn>
              <ci> mu </ci>
              <ci> w </ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> a </ci>
              <ci> x </ci>
              <apply>
                <minus/>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>
                <apply>
                  <divide/>
                  <ci> x </ci> 
                  <ci> kappa </ci>
                </apply> 
              </apply>
            </apply>
            <apply>
              <times/>
              <ci> d1 </ci> 
              <ci> x </ci>
              <apply>
                <divide/>
                <ci> x </ci> 
                <ci> kappa </ci>
              </apply> 
            </apply>
            <apply>
              <times/>
              <ci> alpha </ci> 
              <ci> x </ci>
            </apply> 
          </apply>
        </apply>
      </apply>    
    </math>
  </component>
  
  <component cmeta:id="y" name="y">
      
    <variable cmeta:id="y_y" initial_value="0.0" name="y" public_interface="out" units="dimensionless"/>

    <variable name="d2" units="first_order_rate_constant"/>
    
    <variable name="d1" public_interface="in" units="first_order_rate_constant"/>
    <variable name="a" public_interface="in" units="first_order_rate_constant"/>
    <variable name="r" public_interface="in" units="first_order_rate_constant"/>
    <variable name="p" public_interface="in" units="first_order_rate_constant"/>
    <variable name="x" public_interface="in" units="dimensionless"/>
    <variable name="z" public_interface="in" units="dimensionless"/>
    <variable name="kappa" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="day"/>
    
    <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> a </ci> 
            <ci> x </ci>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <ci> x </ci> 
                <ci> kappa </ci>
              </apply> 
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <apply>
                <plus/> 
                <ci> r </ci>
                <ci> d2 </ci>
              </apply> 
              <ci> y </ci>
            </apply>
            <apply>
              <times/>
              <ci> p </ci> 
              <ci> z </ci>
              <ci> y </ci> 
            </apply> 
          </apply>
        </apply>
      </apply>    

      <apply>
        <eq/> 
        <ci> d2 </ci>
        <apply>
          <divide/> 
          <apply>
            <plus/>
            <apply>
              <minus/>
              <apply>
                <times/> 
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 99.0 </cn>
                <ci> a </ci>
                <ci> d1 </ci>
              </apply>
            </apply>
            <apply>
              <times/> 
              <ci> a </ci>
              <ci> r </ci>
            </apply>
            <apply>
              <times/> 
              <ci> d1 </ci>
              <ci> r </ci>
            </apply>
          </apply>
          <apply>
            <minus/>
            <ci> a </ci>
            <ci> d1 </ci>
          </apply> 
        </apply>
      </apply>               
    </math>
  </component>

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

    <variable initial_value="100.0" name="f" units="dimensionless"/>
    
    <variable name="alpha" public_interface="in" units="first_order_rate_constant"/>
    <variable name="mu" public_interface="in" units="first_order_rate_constant"/>
    <variable name="p" public_interface="in" units="first_order_rate_constant"/>
    <variable name="x" public_interface="in" units="dimensionless"/>
    <variable name="z" public_interface="in" units="dimensionless"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="day"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>w</ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> f </ci>
            <ci> alpha </ci> 
            <ci> x </ci>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> mu </ci>
              <ci> w </ci>
            </apply> 
            <apply>
              <times/> 
              <ci> p </ci>
              <ci> w </ci>
              <ci> z </ci>
            </apply> 
          </apply> 
        </apply>
      </apply>    
    </math>
  </component>

  <component cmeta:id="z" name="z">
      
    <variable cmeta:id="z_z" initial_value="0.01" name="z" public_interface="out" units="dimensionless"/>

    <variable initial_value="0.5" name="v" units="first_order_rate_constant"/>
    
    <variable name="p" public_interface="in" units="first_order_rate_constant"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="w" public_interface="in" units="dimensionless"/>
    <variable name="time" public_interface="in" units="day"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>z</ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> p </ci> 
            <ci> z </ci>
            <apply>
              <plus/>
              <ci> y </ci> 
              <ci> w </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> v </ci>
            <ci> z </ci>
          </apply> 
        </apply>
      </apply>    
    </math>
  </component>
  
  <component name="model_parameters"> 
    <variable initial_value="0.03333" name="a" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="0.005" name="d1" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="1.0" name="r" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="200.0" name="p" public_interface="out" units="first_order_rate_constant"/>
    <variable name="alpha" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="0.023" name="mu" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="1.0" name="kappa" public_interface="out" units="dimensionless"/>

    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply><eq/><ci>alpha</ci><apply><times/><cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">0.01</cn><ci>a</ci></apply></apply>    
    </math>
  </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="w" 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="w" component_2="x"/>
    <map_variables variable_1="x" variable_2="x"/>
    <map_variables variable_1="w" variable_2="w"/>
  </connection>

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

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

  <connection>
    <map_components component_1="y" component_2="w"/>
    <map_variables variable_1="y" variable_2="y"/>
  </connection>
  
  <connection>
    <map_components component_1="x" component_2="model_parameters"/>
    <map_variables variable_1="a" variable_2="a"/>
    <map_variables variable_1="kappa" variable_2="kappa"/>
    <map_variables variable_1="r" variable_2="r"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
    <map_variables variable_1="mu" variable_2="mu"/>
    <map_variables variable_1="d1" variable_2="d1"/>
  </connection>
  
  <connection>
    <map_components component_1="y" component_2="model_parameters"/>
    <map_variables variable_1="a" variable_2="a"/>
    <map_variables variable_1="kappa" variable_2="kappa"/>
    <map_variables variable_1="r" variable_2="r"/>
    <map_variables variable_1="p" variable_2="p"/>
    <map_variables variable_1="d1" variable_2="d1"/>
  </connection>

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

  <connection>
    <map_components component_1="w" component_2="model_parameters"/>
    <map_variables variable_1="p" variable_2="p"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
    <map_variables variable_1="mu" variable_2="mu"/>
  </connection>
  

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="rdf:#8e734087-5b7e-4355-bb34-05f919ead0db"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#364d58d4-1c9e-43da-b95b-0d0084b15cb5"/></N></rdf:Description><rdf:Description rdf:about=""><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Understanding the slow depletion of memory CD4+ T cells in HIV infection (Model 3)</title><cmeta:comment><rdf:Description rdf:about="rdf:#de952529-13c3-48fe-9cad-989bc60f261a"/></cmeta:comment><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:#a9f040b6-52b5-425c-9b3c-710266aa0a6e"/></created><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#d846809b-07c5-4be6-a099-b176818104f3"/></creator><cmeta:modification><rdf:Description rdf:about="rdf:#96587169-9218-4106-b56a-7e1eed2aba20"/></cmeta:modification></rdf:Description><rdf:Description rdf:about="rdf:#0594d8fd-0b94-4929-aa79-2af82f275e61"><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">c.lloyd@auckland.ac.nz</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">dividing CD4+ T cells</alternative></rdf:Description><rdf:Description rdf:about="rdf:#3ee51f97-984c-4a29-8ae7-e47ebdb93180"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#606eeef4-7b77-4c24-a6a9-4e52c8e60663"/></subject></rdf:Description><rdf:Description rdf:about="rdf:#9bc03f44-d885-48f3-9b68-9c1411ea5788"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Rustom</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Antia</Family></rdf:Description><rdf:Description rdf:about="rdf:#a4af15d0-8d0e-44fa-b1cc-d990e8d161d6"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#622029d1-0f66-4031-8902-5798320dd3c3"/></N></rdf:Description><rdf:Description rdf:about="rdf:#de952529-13c3-48fe-9cad-989bc60f261a"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#f3347758-d61f-4b9a-b33a-b690c6febe86"/></creator><rdf:value xml:lang="en">This CellML file has been checked in COR and PCEnv.  The units are consistent and the model runs to give the published results.  However, by using the author's original source code it does mean this model now slightly varies from the published version.</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#44e23631-c74d-4dc2-b822-1529de316466"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-09-17T17:11:44+12:00</W3CDTF></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">resting memory CD4+ T cells</alternative></rdf:Description><rdf:Description rdf:about="rdf:#975d9288-2aba-48c0-935d-de83b16467a7"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#0e06c64f-e0bd-484f-b377-ab7e3bce323e"/></N></rdf:Description><rdf:Description rdf:about="rdf:#a9f040b6-52b5-425c-9b3c-710266aa0a6e"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-06-26T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#622029d1-0f66-4031-8902-5798320dd3c3"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Andrew</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Yates</Family></rdf:Description><rdf:Description rdf:about="rdf:#391af3b7-2a58-4ee8-8b26-54de228e89f7"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#8f4cc20b-ba9b-45e2-a556-92a876289418"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given><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></rdf:Description><rdf:Description rdf:about="rdf:#364d58d4-1c9e-43da-b95b-0d0084b15cb5"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Jaroslav</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Stark</Family></rdf:Description><rdf:Description rdf:about="rdf:#8cef70fd-2c83-4055-a02b-fc0575d17867"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">PLoS Medicine</title></rdf:Description><rdf:Description rdf:nodeID="n1"><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">10000</pointDensity><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">500</endingValue></rdf:Description><rdf:Description rdf:about="rdf:#4657452f-a082-413d-ac6d-72c9ef8774e5"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-05-22</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#96587169-9218-4106-b56a-7e1eed2aba20"><rdf:value xml:lang="en">The model has been checked in PCEnv and COR.  The units have been corrected and the equations changed to match the author's source code.</rdf:value><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#44e23631-c74d-4dc2-b822-1529de316466"/></modified><cmeta:modifier><rdf:Description rdf:about="rdf:#ad6abc67-bd7e-458e-9035-956ed84fab00"/></cmeta:modifier></rdf:Description><rdf:Description rdf:nodeID="n2"><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:#7c3499d3-be91-47cf-97be-15871c962bcf"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_1 xml:lang="en">immunology</rdf:_1><rdf:_3 xml:lang="en">HIV</rdf:_3><rdf:_2 xml:lang="en">hiv</rdf:_2><rdf:_5 xml:lang="en">imd2nology</rdf:_5><rdf:_4 xml:lang="en">cd4+ t cell</rdf:_4><rdf:_7 xml:lang="en">cell cycle</rdf:_7><rdf:_6 xml:lang="en">CD4+ T cell</rdf:_6><rdf:_8 xml:lang="en">viral dynamics</rdf:_8></rdf:Description><rdf:Description rdf:about="rdf:#0e06c64f-e0bd-484f-b377-ab7e3bce323e"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Nigel</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Klein</Family></rdf:Description><rdf:Description rdf:about="rdf:#3a5b0442-8c30-473b-a946-cbbbb7b85483"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_1><rdf:Description rdf:about="rdf:#a4af15d0-8d0e-44fa-b1cc-d990e8d161d6"/></rdf:_1><rdf:_3><rdf:Description rdf:about="rdf:#975d9288-2aba-48c0-935d-de83b16467a7"/></rdf:_3><rdf:_2><rdf:Description rdf:about="rdf:#8e734087-5b7e-4355-bb34-05f919ead0db"/></rdf:_2><rdf:_5><rdf:Description rdf:about="rdf:#a298f38d-28ad-48ec-8b6e-748a82bad336"/></rdf:_5><rdf:_4><rdf:Description rdf:about="rdf:#c2e1dd5b-4949-421d-b995-90ca60323ab4"/></rdf:_4></rdf:Description><rdf:Description rdf:about="rdf:#1a2bc5b0-5325-4947-915d-90d192162e61"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Understanding the slow depletion of memory CD4+ T cells in HIV infection</title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#3a5b0442-8c30-473b-a946-cbbbb7b85483"/></creator><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">4</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">948</first_page><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">955</last_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#8cef70fd-2c83-4055-a02b-fc0575d17867"/></Journal><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#4657452f-a082-413d-ac6d-72c9ef8774e5"/></issued></rdf:Description><rdf:Description rdf:about="rdf:#4358c8af-5083-477a-936e-29e300df3cab"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Robin</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Callard</Family></rdf:Description><rdf:Description rdf:about="rdf:#c2e1dd5b-4949-421d-b995-90ca60323ab4"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#9bc03f44-d885-48f3-9b68-9c1411ea5788"/></N></rdf:Description><rdf:Description rdf:about="rdf:#a298f38d-28ad-48ec-8b6e-748a82bad336"><rdf:type><rdf:Description rdf:about="http://www.cellml.org/bqs/1.0#Person"/></rdf:type><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#4358c8af-5083-477a-936e-29e300df3cab"/></N></rdf:Description><rdf:Description rdf:about="rdf:#18440d06-ff83-4001-9bdb-3c7a006a2560"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17518516</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#1a2bc5b0-5325-4947-915d-90d192162e61"/></JournalArticle></rdf:Description><rdf:Description rdf:about="rdf:#ad6abc67-bd7e-458e-9035-956ed84fab00"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#8f4cc20b-ba9b-45e2-a556-92a876289418"/></N></rdf:Description><rdf:Description rdf:about="rdf:#606eeef4-7b77-4c24-a6a9-4e52c8e60663"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:about="rdf:#7c3499d3-be91-47cf-97be-15871c962bcf"/></rdf:value></rdf:Description><rdf:Description rdf:about="#yates_model_2007"><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n3"/></simulation><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        Yates et al.'s 2007 mathematical model of the slow depletion of memory CD4+ T cells in HIV infection.
      </title><cmeta:comment><rdf:Description rdf:about="rdf:#63cca711-79d2-432b-a082-d98bf315bf9f"/></cmeta:comment><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#18440d06-ff83-4001-9bdb-3c7a006a2560"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#3ee51f97-984c-4a29-8ae7-e47ebdb93180"/></reference></rdf:Description><rdf:Description rdf:about="rdf:#4c56b438-6c10-467d-89e2-6faebc51b536"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine</Given><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></rdf:Description><rdf:Description rdf:about="rdf:#63cca711-79d2-432b-a082-d98bf315bf9f"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#391af3b7-2a58-4ee8-8b26-54de228e89f7"/></creator><rdf:value xml:lang="en">This is a CellML description of Yates et al.'s 2007 mathematical model of the slow depletion of memory CD4+ T cells in HIV infection.</rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#d846809b-07c5-4be6-a099-b176818104f3"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#4c56b438-6c10-467d-89e2-6faebc51b536"/></N><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#0594d8fd-0b94-4929-aa79-2af82f275e61"/></EMAIL><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#df895a13-9db1-415e-a89e-f1f07ce36bf5"/></ORG></rdf:Description><rdf:Description rdf:nodeID="n3"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n2"/></boundIntervals></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">HIV-infected CD4+ T cells</alternative></rdf:Description><rdf:Description rdf:about="#w"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">w</title><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">immune-activated CD4+ T cells</alternative></rdf:Description><rdf:Description rdf:about="rdf:#f3347758-d61f-4b9a-b33a-b690c6febe86"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#df895a13-9db1-415e-a89e-f1f07ce36bf5"><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:RDF></model>