Location: Wodarz, Hamer, 2007 @ 08f678e9ea1c / wodarz_hamer_2007_c.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-07-13 23:17:54+12:00
Desc:
Fixed broken RDF.
Permanent Source URI:
https://models.cellml.org/workspace/wodarz_hamer_2007/rawfile/08f678e9ea1cbe5ffc05795898e005df7b23802b/wodarz_hamer_2007_c.cellml

<?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 third model - which includes a description of the infectious spread of the virus amongst CD4+ T cells and incorporates alternative target cells which are do not react against HIV, such as T cells with other specificities and antigen presenting 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_2007c.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="T" name="T">
      
    <variable cmeta:id="T_T" initial_value="1000.0" name="T" public_interface="out" units="dimensionless"/>
    
    <variable name="delta" public_interface="in" units="first_order_rate_constant"/>
    <variable name="gamma" public_interface="in" units="first_order_rate_constant"/>
    <variable name="lambda" public_interface="in" units="first_order_rate_constant"/>
    <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> T </ci> 
        </apply>
        <apply>
          <minus/>
          <ci> lambda </ci>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> delta </ci>
              <ci> T </ci>
            </apply>
            <apply>
              <times/>
              <ci> gamma </ci>
              <ci> T </ci>
              <ci> v </ci>
            </apply>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>

  <component cmeta:id="I" name="I">
      
    <variable cmeta:id="I_I" initial_value="0.0001" name="I" public_interface="out" units="dimensionless"/>
    
    <variable name="alpha" public_interface="in" units="first_order_rate_constant"/>
    <variable name="gamma" public_interface="in" units="first_order_rate_constant"/>
    <variable name="T" public_interface="in" 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> I </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> gamma </ci>
            <ci> T </ci>
            <ci> v </ci>
          </apply>
          <apply>
            <times/>
            <ci> alpha </ci>
            <ci> I </ci>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>

  <component cmeta:id="x" name="x">
      
    <variable cmeta:id="x_x" initial_value="10.0" name="x" public_interface="out" units="dimensionless"/>

    <variable name="r" public_interface="in" units="first_order_rate_constant"/>
    <variable name="v" public_interface="in" units="dimensionless"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="k" public_interface="in" units="dimensionless"/>
    <variable name="d" public_interface="in" units="first_order_rate_constant"/>
    <variable name="beta" public_interface="in" units="first_order_rate_constant"/>
    <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> x </ci> 
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> r </ci> 
            <ci> x </ci>
            <ci> v </ci>
            <apply>
              <minus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>
              <apply>
                <divide/>
                <apply>
                  <plus/>
                  <ci> x </ci>
                  <ci> y </ci>
                </apply>
                <ci> k </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> d </ci> 
              <ci> x </ci>
            </apply>
            <apply>
              <times/>
              <ci> beta </ci> 
              <ci> x </ci>
              <ci> v </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="r" public_interface="in" units="first_order_rate_constant"/>
    <variable name="v" public_interface="in" units="dimensionless"/>
    <variable name="x" public_interface="in" units="dimensionless"/>
    <variable name="k" public_interface="in" units="dimensionless"/>
    <variable name="a" public_interface="in" units="first_order_rate_constant"/>
    <variable name="beta" public_interface="in" units="first_order_rate_constant"/>
    <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>
            <plus/>
            <apply>
              <times/>
              <ci> beta </ci> 
              <ci> x </ci>
              <ci> v </ci>
            </apply>
            <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/>
                  <apply>
                    <plus/>
                    <ci> x </ci>
                    <ci> y </ci>
                  </apply>
                  <ci> k </ci>
                </apply>
              </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="0.0001" name="v" public_interface="out" units="dimensionless"/>
    
    <variable name="u" public_interface="in" units="first_order_rate_constant"/>
    <variable name="eta" public_interface="in" units="first_order_rate_constant"/>
    <variable name="y" public_interface="in" units="dimensionless"/>
    <variable name="I" 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>
            <apply>
              <plus/>
              <ci> y </ci>
              <ci> I </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> u </ci>
            <ci> v </ci>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>

  <component name="model_parameters"> 
    <variable initial_value="1.0" name="r" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="10.0" name="k" public_interface="out" units="dimensionless"/>
    <variable initial_value="0.001" name="d" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="0.3" name="beta" public_interface="out" units="first_order_rate_constant"/>
    <variable cmeta:id="model_parameters_a" initial_value="0.2" name="a" public_interface="out" units="first_order_rate_constant"/> 
    <variable initial_value="1.0" name="eta" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="1.0" name="u" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="0.2" name="alpha" public_interface="out" units="first_order_rate_constant"/> 
    <variable initial_value="0.005" name="gamma" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="0.01" name="delta" public_interface="out" units="first_order_rate_constant"/>
    <variable initial_value="1.0" name="lambda" public_interface="out" units="first_order_rate_constant"/>
  </component>

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

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

  <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="T" component_2="v"/>
    <map_variables variable_1="v" variable_2="v"/>
  </connection>

  <connection>
    <map_components component_1="T" component_2="model_parameters"/>
    <map_variables variable_1="delta" variable_2="delta"/>
    <map_variables variable_1="gamma" variable_2="gamma"/>
    <map_variables variable_1="lambda" variable_2="lambda"/>
  </connection>

  <connection>
    <map_components component_1="I" component_2="v"/>
    <map_variables variable_1="v" variable_2="v"/>
    <map_variables variable_1="I" variable_2="I"/>
  </connection>

  <connection>
    <map_components component_1="I" component_2="T"/>
    <map_variables variable_1="T" variable_2="T"/>
  </connection>

  <connection>
    <map_components component_1="I" component_2="model_parameters"/>
    <map_variables variable_1="alpha" variable_2="alpha"/>
    <map_variables variable_1="gamma" variable_2="gamma"/>
  </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="v"/>
    <map_variables variable_1="v" variable_2="v"/>
  </connection>

  <connection>
    <map_components component_1="x" component_2="model_parameters"/>
    <map_variables variable_1="r" variable_2="r"/>
    <map_variables variable_1="k" variable_2="k"/>
    <map_variables variable_1="d" variable_2="d"/>
    <map_variables variable_1="beta" variable_2="beta"/>
  </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>

  <connection>
    <map_components component_1="y" component_2="model_parameters"/>
    <map_variables variable_1="r" variable_2="r"/>
    <map_variables variable_1="k" variable_2="k"/>
    <map_variables variable_1="a" variable_2="a"/>
    <map_variables variable_1="beta" variable_2="beta"/>
  </connection>

  <connection>
    <map_components component_1="v" component_2="model_parameters"/>
    <map_variables variable_1="eta" variable_2="eta"/>
    <map_variables variable_1="u" variable_2="u"/>
  </connection>
  

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><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:#e227db15-9f72-4673-b736-0440de20b52c"><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:#7d95d4ea-cc4a-4658-a13e-5e77bb0a0e4a"/></rdf:_1><rdf:_2><rdf:Description rdf:about="rdf:#59c34b4a-cb08-47a3-bbe2-39adf1535c82"/></rdf:_2></rdf:Description><rdf:Description rdf:about="rdf:#a0de449c-1e5e-4440-b960-9569c1b5b9ef"><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en"/><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en"/><last_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:#e227db15-9f72-4673-b736-0440de20b52c"/></creator><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#9856135a-29c0-42f1-bd4f-ad4a892aa517"/></issued><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><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#33c3f504-7089-4b22-8031-675562787f68"/></Journal></rdf:Description><rdf:Description rdf:about="rdf:#86850c8b-28a9-46d1-a871-02474a480f58"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dean</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">H</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Hamer</Family></rdf:Description><rdf:Description rdf:about="rdf:#eb83dbf2-e17f-4686-8af3-df665fe9aa56"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#fb2aefcc-3530-4cf3-abf2-d0d44eb981b7"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#12e62c9d-73d0-4120-946b-3c4253e860cc"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#0313eb38-2a68-46fb-b05a-e7b80b910e57"/></EMAIL></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 3)</title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#eb83dbf2-e17f-4686-8af3-df665fe9aa56"/></creator><publisher xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">The University of Auckland, Bioengineering Institute</publisher><cmeta:comment><rdf:Description rdf:about="rdf:#1f646c74-a9d3-4440-aee2-df4ff83440b9"/></cmeta:comment><cmeta:modification><rdf:Description rdf:about="rdf:#cb614922-ff31-466f-9afc-780ce64b219c"/></cmeta:modification><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#3a880a16-d6f1-454d-bc68-e422361b17b5"/></created></rdf:Description><rdf:Description rdf:about="rdf:#b12990d9-4bc2-4373-b890-704d61f14835"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:about="rdf:#ee7333d7-42a5-45b4-93de-01aba8b8e62f"/></rdf:value></rdf:Description><rdf:Description rdf:about="rdf:#0313eb38-2a68-46fb-b05a-e7b80b910e57"><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="rdf:#ee7333d7-42a5-45b4-93de-01aba8b8e62f"><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:_2 xml:lang="en">viral dynamics</rdf:_2><rdf:_4 xml:lang="en">CD4+ T cell</rdf:_4><rdf:_3 xml:lang="en">HIV</rdf:_3></rdf:Description><rdf:Description rdf:about="rdf:#c2f75c17-6482-42d2-946c-55024c2a629c"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dominik</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wodarz</Family></rdf:Description><rdf:Description rdf:about="rdf:#6df09b06-a716-40b5-b22b-175f7504cc31"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-09-06T13:41:43+12:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#28151b71-89ca-430e-b694-aad3d25baa20"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="rdf:#522ead91-9968-4c08-afe2-37e6da03d974"><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><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family></rdf:Description><rdf:Description rdf:about="rdf:#33c3f504-7089-4b22-8031-675562787f68"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Mathematical Biosciences</title></rdf:Description><rdf:Description rdf:about="rdf:#9856135a-29c0-42f1-bd4f-ad4a892aa517"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-00-00 00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#59c34b4a-cb08-47a3-bbe2-39adf1535c82"><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:#86850c8b-28a9-46d1-a871-02474a480f58"/></N></rdf:Description><rdf:Description rdf:about="rdf:#1f646c74-a9d3-4440-aee2-df4ff83440b9"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#28151b71-89ca-430e-b694-aad3d25baa20"/></creator><rdf:value xml:lang="en">the model runs in PCenv to partially recreate the published results - the CD4 T cell pattern matched the figure 2 result - but I'm not sure about the virus load.  It may be the same but in the published paper the graph in figure 2 has a log scale on the y axis.</rdf:value></rdf:Description><rdf:Description rdf:about="#T"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">susceptible non-specific target T cells</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">T</title></rdf:Description><rdf:Description rdf:about="#wodarz_2007"><cmeta:comment><rdf:Description rdf:about="rdf:#e6d3c4fe-503e-4373-9ec5-13ae68f17c35"/></cmeta:comment><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#7729b1d3-3f31-4c31-b338-47a7a4811622"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#4373bfae-0cc1-46f5-be9a-3166ab412226"/></reference><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></rdf:Description><rdf:Description rdf:about="rdf:#e6d3c4fe-503e-4373-9ec5-13ae68f17c35"><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#53d09b11-f44f-4104-8891-7b81bbcbf4f0"/></creator><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></rdf:Description><rdf:Description rdf:about="rdf:#cb614922-ff31-466f-9afc-780ce64b219c"><modified xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:about="rdf:#6df09b06-a716-40b5-b22b-175f7504cc31"/></modified><cmeta:modifier><rdf:Description rdf:about="rdf:#c50ff037-eb3e-434d-bc1e-cb92ac1bf079"/></cmeta:modifier><rdf:value xml:lang="en">added units</rdf:value></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:#12e62c9d-73d0-4120-946b-3c4253e860cc"><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The Bioengineering Institute</Orgunit><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname></rdf:Description><rdf:Description rdf:about="rdf:#53d09b11-f44f-4104-8891-7b81bbcbf4f0"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Catherine Lloyd</FN></rdf:Description><rdf:Description rdf:about="#x"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">uninfected HIV-specific CD4+ T cells</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">x</title></rdf:Description><rdf:Description rdf:about="rdf:#c50ff037-eb3e-434d-bc1e-cb92ac1bf079"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:about="rdf:#522ead91-9968-4c08-afe2-37e6da03d974"/></N></rdf:Description><rdf:Description rdf:about="rdf:#7729b1d3-3f31-4c31-b338-47a7a4811622"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:about="rdf:#b12990d9-4bc2-4373-b890-704d61f14835"/></subject></rdf:Description><rdf:Description rdf:about="rdf:#fb2aefcc-3530-4cf3-abf2-d0d44eb981b7"><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><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lloyd</Family></rdf:Description><rdf:Description rdf:about="rdf:#3a880a16-d6f1-454d-bc68-e422361b17b5"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2007-07-16T00:00:00+00:00</W3CDTF></rdf:Description><rdf:Description rdf:about="rdf:#7d95d4ea-cc4a-4658-a13e-5e77bb0a0e4a"><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:#c2f75c17-6482-42d2-946c-55024c2a629c"/></N></rdf:Description><rdf:Description rdf:about="rdf:#4373bfae-0cc1-46f5-be9a-3166ab412226"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:about="rdf:#a0de449c-1e5e-4440-b960-9569c1b5b9ef"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17379260</Pubmed_id></rdf:Description><rdf:Description rdf:about="I"><alternative xmlns="http://purl.org/dc/terms/" xml:lang="en">infected non-specific target T cells</alternative><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">I</title></rdf:Description></rdf:RDF></model>