Location: Nowak, Bangham, 1996 @ eae7a24a8f59 / nowak_bangham_1996.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-09-04 00:15:28+12:00
Desc:
committing version02 of nowak_bangham_1996
Permanent Source URI:
https://models.physiomeproject.org/workspace/nowak_bangham_1996/rawfile/eae7a24a8f59ef617110201f39b852d0649c5668/nowak_bangham_1996.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  nowak_model_II_1996.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.0 Specification released on
10th August 2001, and the 16/1/02 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of Nowak and Bangham's 2nd 1996 mathematical model of population dynamics of immune repsonses to persistent viruses.

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="nowak_bangham_1996_version02" name="nowak_bangham_1996_version02">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Modelling the Population Dynamics of Immune Responses to Persistent Viruses</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This model is currently non-functional in existing CellML tools.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
Although advances in molecular techniques have lead to the elucidation of data on the mechanisms of immune recognition, still little is known about the population dynamics of the immune response.  This is where mathematical models will begin to play an important role.  For example in HIV infection, mathematical models have been developed to describe the slow decline in CD4<superscript>+</superscript> cells over many years, the interaction between HIV and other opportunistic infections, the emergence of drug-resistant viruses, and the consequences of antigenic diversity and viral evolution during single infections.  In the study described here, Nowak and Bangham develop a mathematical framework for viral replication and immune responses (see <xref linkend="fig_cell_diagram"/> below).  In particular they focus on virus-host cell interaction and the consequences of immune responses on virus load and antigenic diversity.  
</para>

<para>
The paper presents three models:
<itemizedlist>
  <listitem>
              <para>The first is a simple model which represents the interaction between a replicating virus and host cells;</para>
            </listitem>
  <listitem>
              <para>the second model includes immune responses against infected cells;</para>
            </listitem>
  <listitem>
              <para>and in the third model the virus mutates, both in terms of replication ability and escape from immune responses.</para>
            </listitem>
</itemizedlist>
The author's approach was to consider the simplest models and to explore the relation between antiviral immune responses, viral load, and virus diversity. 
</para>

<para>
The model has been described here in CellML (the raw CellML description of the Nowak and Bangham 1996 model can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>).     
</para>

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

<para>
<ulink url="http://www.sciencemag.org/cgi/content/abstract/272/5258/74?ck=nck">Population Dynamics of Immune Responses to Persistent Viruses</ulink>, Martin A. Nowak and Charles R. M. Bangham, 1996, <ulink url="http://www.sciencemag.org/index.dtl">
            <emphasis>Science</emphasis>
          </ulink>, 272, 74-79.  (<ulink url="http://www.sciencemag.org/cgi/reprint/272/5258/74"> A PDF</ulink> version of the article is available on the <emphasis>Science</emphasis> website.)  <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/8600540">PubMed ID: 8600540</ulink>
</para>

<informalfigure float="0" id="fig_cell_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>cell diagram</title>
    </objectinfo>
    <imagedata fileref="nowak_1996.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of a model for virus-CTL interaction.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
  
  <units name="per_mm3">
    <unit units="metre" prefix="milli" exponent="-3"/>
  </units>
  
  <units name="day">
    <unit units="second" exponent="-1" multiplier="86400.0"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit units="day" exponent="-1"/>
  </units>
  
  
  <component name="environment">
    <variable units="day" public_interface="out" name="time"/>
  </component>
  
  <component cmeta:id="x" name="x">
    <rdf:RDF>
      <rdf:Description rdf:about="x">
        <dc:title>x</dc:title>
        <dcterms:alternative>uninfected cells</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="per_mm3" public_interface="out" name="x"/>
    
    <variable units="first_order_rate_constant" name="lamda" initial_value="1.0"/>
    <variable units="first_order_rate_constant" name="d" initial_value="0.01"/>
    
    <variable units="first_order_rate_constant" public_interface="in" name="beta"/>
    <variable units="per_mm3" public_interface="in" name="v"/>
    <variable units="day" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci>x</ci> 
        </apply>
        <apply>
          <minus/>
          <ci> lamda </ci>
          <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">
    <rdf:RDF>
      <rdf:Description rdf:about="y">
        <dc:title>y</dc:title>
        <dcterms:alternative>infected cells</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="per_mm3" public_interface="out" name="y"/>
    
    <variable units="first_order_rate_constant" name="a" initial_value="0.5"/>
    <variable units="first_order_rate_constant" name="p"/>
    
    <variable units="first_order_rate_constant" public_interface="in" name="beta"/>
    <variable units="per_mm3" public_interface="in" name="x"/>
    <variable units="per_mm3" public_interface="in" name="v"/>
    <variable units="per_mm3" public_interface="in" name="z"/>
    <variable units="day" public_interface="in" name="time"/>
    
    <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> beta </ci>
            <ci> x </ci>
            <ci> v </ci>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/> 
              <ci> a </ci>
              <ci> y </ci>
            </apply> 
            <apply>
              <times/> 
              <ci> p </ci>
              <ci> y </ci>
              <ci> z </ci>
            </apply> 
          </apply> 
        </apply>
      </apply>    
    </math>
  </component>
  
  <component cmeta:id="v" name="v">
    <rdf:RDF>
      <rdf:Description rdf:about="v">
        <dc:title>v</dc:title>
        <dcterms:alternative>plasma virus</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="per_mm3" public_interface="out" name="v"/>
    
    <variable units="first_order_rate_constant" name="k"/>
    <variable units="first_order_rate_constant" name="u"/>
    
    <variable units="per_mm3" public_interface="in" name="y"/>
    <variable units="day" public_interface="in" name="time"/>
    
    <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> k </ci>
            <ci> y </ci>
          </apply>
          <apply>
            <times/>
            <ci> u </ci>
            <ci> v </ci>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>
  
  <component cmeta:id="z" name="z">
    <rdf:RDF>
      <rdf:Description rdf:about="z">
        <dc:title>z</dc:title>
        <dcterms:alternative>virus specific CTLs</dcterms:alternative>  
      </rdf:Description>
    </rdf:RDF>  
    <variable units="per_mm3" public_interface="out" name="z"/>
    
    <variable units="first_order_rate_constant" name="c"/>
    <variable units="first_order_rate_constant" name="b"/>
    
    <variable units="per_mm3" public_interface="in" name="y"/>
    <variable units="day" public_interface="in" name="time"/>
    
    <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> c </ci>
            <ci> y </ci>
            <ci> z </ci>
          </apply>
          <apply>
            <times/>
            <ci> b </ci>
            <ci> z </ci>
          </apply>
        </apply>
      </apply>    
    </math>
  </component>
  
  <component name="kinetic_parameters"> 
    <variable units="first_order_rate_constant" public_interface="out" name="beta" initial_value="0.05"/>
  </component>
  
  <connection>
    <map_components component_2="environment" component_1="x"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="y"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="v"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="environment" component_1="z"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>
  
  <connection>
    <map_components component_2="v" component_1="x"/>
    <map_variables variable_2="v" variable_1="v"/>
  </connection>
  
  <connection>
    <map_components component_2="v" component_1="y"/>
    <map_variables variable_2="v" variable_1="v"/>
    <map_variables variable_2="y" variable_1="y"/>
  </connection>
  
  <connection>
    <map_components component_2="x" component_1="y"/>
    <map_variables variable_2="x" variable_1="x"/>
  </connection>
  
  <connection>
    <map_components component_2="z" component_1="y"/>
    <map_variables variable_2="z" variable_1="z"/>
    <map_variables variable_2="y" variable_1="y"/>
  </connection>
  
  <connection>
    <map_components component_2="kinetic_parameters" component_1="x"/>
    <map_variables variable_2="beta" variable_1="beta"/>
  </connection>
  
  <connection>
    <map_components component_2="kinetic_parameters" component_1="y"/>
    <map_variables variable_2="beta" variable_1="beta"/>
  </connection>
 






<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Bag rdf:about="rdf:#e24745b7-0abe-4b1c-80b9-e7f4a0ab7a86">
    <rdf:li>immunology</rdf:li>
    <rdf:li>population dynamics</rdf:li>
    <rdf:li>T lymphoctes</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#citationAuthorsSeq">
    <rdf:li rdf:resource="rdf:#author1Vcard"/>
    <rdf:li rdf:resource="rdf:#author2Vcard"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#42f2fc55-e173-43ad-982c-ae582f93f251">
    <dc:subject rdf:resource="rdf:#4efc7a06-efef-4333-895b-f92bd507f5a7"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ace4d474-75a9-4eed-8694-65eb4d9ccdd8">
    <dc:creator rdf:resource="rdf:#citationAuthorsSeq"/>
    <dc:title>Population Dynamics of Immune Responses to Persistent Viruses</dc:title>
    <bqs:volume>272</bqs:volume>
    <bqs:first_page>74</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#9fb4d5c2-1d9b-4e1c-b5de-e9d61dbc1336"/>
    <dcterms:issued rdf:resource="rdf:#4744303a-ec6b-4942-9923-1c74709ef666"/>
    <bqs:last_page>79</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#dd91b91f-ce88-407c-88ef-894b32f9c16c">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aaafda11-21d4-4d7a-a40f-1bc90b18cfa2">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d4dc219d-f40c-405f-853e-e6ae85fb232f">
    <dc:creator rdf:resource="rdf:#aaafda11-21d4-4d7a-a40f-1bc90b18cfa2"/>
    <rdf:value>This is the CellML description of Nowak and Bangham's 2nd 1996 mathematical model of population dynamics of immune repsonses to persistent viruses.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#87a12289-4f92-47e6-a4a5-635de815e1d7">
    <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="rdf:#9fb4d5c2-1d9b-4e1c-b5de-e9d61dbc1336">
    <dc:title>Science</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4744303a-ec6b-4942-9923-1c74709ef666">
    <dcterms:W3CDTF>1996-04-05</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author1VcardN">
    <vCard:Given>Martin</vCard:Given>
    <vCard:Family>Nowak</vCard:Family>
    <vCard:Other>A</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c15125c4-d9ff-4c98-8663-4780cbf8ac4d">
    <vCard:ORG rdf:resource="rdf:#734a0254-8885-4e6d-802e-39f66ed84fa0"/>
    <vCard:EMAIL rdf:resource="rdf:#87a12289-4f92-47e6-a4a5-635de815e1d7"/>
    <vCard:N rdf:resource="rdf:#dd91b91f-ce88-407c-88ef-894b32f9c16c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#734a0254-8885-4e6d-802e-39f66ed84fa0">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author2Vcard">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#author2VcardN"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author1Vcard">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#author1VcardN"/>
  </rdf:Description>
  <rdf:Description rdf:about="#nowak_bangham_1996_version02">
    <dc:title>
        Nowak and Bangham's 2nd 1996 mathematical model of population dynamics of immune repsonses to persistent viruses.
      </dc:title>
    <cmeta:comment rdf:resource="rdf:#d4dc219d-f40c-405f-853e-e6ae85fb232f"/>
    <bqs:reference rdf:resource="rdf:#42f2fc55-e173-43ad-982c-ae582f93f251"/>
    <bqs:reference rdf:resource="rdf:#f57c62f4-191c-44e7-be4b-3e50e90a0c6e"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f57c62f4-191c-44e7-be4b-3e50e90a0c6e">
    <bqs:Pubmed_id>8600540</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#ace4d474-75a9-4eed-8694-65eb4d9ccdd8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#author2VcardN">
    <vCard:Given>Charles</vCard:Given>
    <vCard:Family>Bangham</vCard:Family>
    <vCard:Other>M</vCard:Other>
    <vCard:Other>R</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    <dcterms:created rdf:resource="rdf:#8a5b0698-992b-4cb6-a04c-375257e6a0f2"/>
    <dc:creator rdf:resource="rdf:#c15125c4-d9ff-4c98-8663-4780cbf8ac4d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#8a5b0698-992b-4cb6-a04c-375257e6a0f2">
    <dcterms:W3CDTF>2003-12-10</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4efc7a06-efef-4333-895b-f92bd507f5a7">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#e24745b7-0abe-4b1c-80b9-e7f4a0ab7a86"/>
  </rdf:Description>
</rdf:RDF>
</model>