Rendering of the source text

<?xml version="1.0"?>
<!--
This CellML file was generated on 10/11/2009 at 2:33:16 at p.m. using:

COR (0.9.31.1333)
Copyright 2002-2009 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

CellML 1.0 was used to generate this model
http://www.cellml.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="file:///home/jlaw060/cellml_repository/pmr2/tham_2008/tham_2008.cellml" cmeta:id="tham_2008" name="tham_2008">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>A pharmacodynamic model for the time course of tumor shrinkage by gemcitabine + carboplatin in non-small cell lung cancer patients
</title>
				<author>
					<firstname>Geoffrey</firstname>
					<surname>Nunns</surname>
					<affiliation>
						<shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>
				This CellML model runs in PCenv and OpenCell to recreate the published results, but not COR because of the presence of the modulo operator. The maximum step size must be constrained to be 0.001 weeks or smaller, or the software will ignore the pulsatile administration of gemcitabine. This model describes the response of tumor size to administration of gemcitabine, and was based off original Berkeley Madonna code provided by the model authors.  
				 
				</para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
ABSTRACT: PURPOSE: This tumor response pharmacodynamic model aims to describe primary lesion shrinkage in non-small cell lung cancer over time and determine if concentration-based exposure metrics for gemcitabine or that of its metabolites, 2',2'-difluorodeoxyuridine or gemcitabine triphosphate, are better than gemcitabine dose for prediction of individual response. EXPERIMENTAL DESIGN: Gemcitabine was given thrice weekly on days 1 and 8 in combination with carboplatin, which was given only on day 1 of every cycle. Gemcitabine amount in the body and area under the concentration-time curves of plasma gemcitabine, 2',2'-difluorodeoxyuridine, and intracellular gemcitabine triphosphate in white cells were compared to determine which best describes tumor shrinkage over time. Tumor growth kinetics were described using a Gompertz-like model. RESULTS: The apparent half-life for the effect of gemcitabine was 7.67 weeks. The tumor turnover time constant was 21.8 week.cm. Baseline tumor size and gemcitabine amount in the body to attain 50% of tumor shrinkage were estimated to be 6.66 cm and 10,600 mg. There was no evidence of relapse during treatment. CONCLUSIONS: Concentration-based exposure metrics for gemcitabine and its metabolites were no better than gemcitabine amount in predicting tumor shrinkage in primary lung cancer lesions. Gemcitabine dose-based models did marginally better than treatment-based models that ignored doses of drug administered to patients. Modeling tumor shrinkage in primary lesions can be used to quantify individual sensitivity and response to antitumor effects of anticancer drugs.
</para>
				<para>
The original paper reference is cited below:
</para>
				<para>
A pharmacodynamic model for the time course of tumor shrinkage by gemcitabine + carboplatin in non-small cell lung cancer patients, Lai-San Tham, Lingzhi Wang, Ross A Soo, Soo-Chin Lee, How-Sung Lee, Wei-Peng Yong, Boon-Cher Goh and Nicholas H.G. Holford, 2008, <emphasis>Clin Cancer Res</emphasis>, volume 14, 4213-4218.  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=18594002&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 18594002</ulink>
				</para>
				
				<informalfigure float="0" id="fig_cell_diagram">
					<mediaobject>
						<imageobject>
							<imagedata fileref="tham_2008.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic diagram of the model.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>
	   <units name="hour">
      <unit multiplier="3600" units="second"/>
   </units>
   <units name="day">
      <unit multiplier="24" units="hour"/>
   </units>
   <units name="week">
      <unit multiplier="7" units="day"/>
   </units>
   <units name="sec_per_week">
      <unit units="second"/>
      <unit exponent="-1" units="week"/>
   </units>
   <units name="cm">
      <unit prefix="centi" units="meter"/>
   </units>
   <units name="mg">
      <unit prefix="milli" units="gram"/>
   </units>
   <units name="cm_week">
      <unit units="cm"/>
      <unit units="week"/>
   </units>
   <units name="per_week">
      <unit exponent="-1" units="week"/>
   </units>
   <units name="per_cm_per_week">
      <unit exponent="-1" units="cm"/>
      <unit exponent="-1" units="week"/>
   </units>
   <units name="m2">
      <unit exponent="2" units="meter"/>
   </units>
   <units name="mg_per_m2">
      <unit units="mg"/>
      <unit exponent="-1" units="m2"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="week"/>
      <variable name="rem_time" units="week"/>
      <variable cmeta:id="environment_Exposure" name="Exposure" public_interface="out" units="mg"/>
      <variable initial_value="5203.84" name="Dose" units="mg"/>
      <variable initial_value="0" name="Dose_Int1" units="week"/>
      <variable initial_value="1" name="Dose_Int2" units="week"/>
      <variable initial_value="0.44359" name="Dose_Length" units="week"/>
      <variable initial_value="3" name="Cycle_Int" units="week"/>
      <variable initial_value="6" name="N_Cycle" units="dimensionless"/>
      <variable initial_value="604800" name="conversion_factor" units="sec_per_week"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>Exposure</ci>
            <piecewise>
               <piece>
                  <ci>Dose</ci>
                  <apply>
                     <and/>
                     <apply>
                        <lt/>
                        <ci>time</ci>
                        <apply>
                           <times/>
                           <ci>Cycle_Int</ci>
                           <ci>N_Cycle</ci>
                        </apply>
                     </apply>
                     <apply>
                        <lt/>
                        <ci>Dose_Int1</ci>
                        <ci>rem_time</ci>
                     </apply>
                     <apply>
                        <lt/>
                        <ci>rem_time</ci>
                        <ci>Dose_Length</ci>
                     </apply>
                  </apply>
               </piece>
               <piece>
                  <ci>Dose</ci>
                  <apply>
                     <and/>
                     <apply>
                        <lt/>
                        <ci>time</ci>
                        <apply>
                           <times/>
                           <ci>Cycle_Int</ci>
                           <ci>N_Cycle</ci>
                        </apply>
                     </apply>
                     <apply>
                        <lt/>
                        <ci>Dose_Int2</ci>
                        <ci>rem_time</ci>
                     </apply>
                     <apply>
                        <lt/>
                        <ci>rem_time</ci>
                        <apply>
                           <plus/>
                           <ci>Dose_Int2</ci>
                           <ci>Dose_Length</ci>
                        </apply>
                     </apply>
                  </apply>
               </piece>
               <otherwise>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="mg">0</cn>
               </otherwise>
            </piecewise>
         </apply>
         <apply><eq/><ci>rem_time</ci><apply><divide/><apply><rem/><apply><times/><ci>time</ci><ci>conversion_factor</ci></apply><apply><times/><ci>Cycle_Int</ci><ci>conversion_factor</ci></apply></apply><ci>conversion_factor</ci></apply></apply>
      </math>
   </component>
   <component name="effect_compartment">
      <variable name="Effect" public_interface="out" units="dimensionless"/>
      <variable cmeta:id="effect_compartment_Ce" initial_value="0" name="Ce" units="mg"/>
      <variable initial_value="1" name="E_max" units="dimensionless"/>
      <variable initial_value="10600" name="Amt_50" units="mg"/>
      <variable name="k_1" units="per_week"/>
      <variable initial_value="7.67" name="t_half_eq" units="week"/>
      <variable name="time" public_interface="in" units="week"/>
      <variable name="Exposure" public_interface="in" units="mg"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>k_1</ci>
            <apply>
               <divide/>
               <apply>
                  <ln/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
               </apply>
               <ci>t_half_eq</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Ce</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <divide/>
                  <ci>Exposure</ci>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="week">1</cn>
               </apply>
               <apply>
                  <times/>
                  <ci>Ce</ci>
                  <ci>k_1</ci>
               </apply>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>Effect</ci>
            <apply>
               <minus/>
               <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">1</cn>
               <apply>
                  <divide/>
                  <apply>
                     <times/>
                     <ci>E_max</ci>
                     <ci>Ce</ci>
                  </apply>
                  <apply>
                     <plus/>
                     <ci>Amt_50</ci>
                     <ci>Ce</ci>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="response_compartment">
      <variable cmeta:id="response_compartment_Size" initial_value="6.66" name="Size" units="cm"/>
      <variable initial_value="6.66" name="Size_0" units="cm"/>
      <variable name="RateIn" units="per_week"/>
      <variable initial_value="21.8" name="T_Turnover" units="cm_week"/>
      <variable name="k_2" units="per_cm_per_week"/>
      <variable name="time" public_interface="in" units="week"/>
      <variable name="Effect" public_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>RateIn</ci>
            <apply>
               <times/>
               <ci>Size_0</ci>
               <ci>k_2</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <ci>k_2</ci>
            <apply>
               <divide/>
               <apply>
                  <ln/>
                  <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
               </apply>
               <ci>T_Turnover</ci>
            </apply>
         </apply>
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Size</ci>
            </apply>
            <apply>
               <times/>
               <apply>
                  <minus/>
                  <apply>
                     <times/>
                     <ci>RateIn</ci>
                     <ci>Effect</ci>
                  </apply>
                  <apply>
                     <times/>
                     <ci>k_2</ci>
                     <ci>Size</ci>
                  </apply>
               </apply>
               <ci>Size</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="environment" component_2="effect_compartment"/>
      <map_variables variable_1="time" variable_2="time"/>
      <map_variables variable_1="Exposure" variable_2="Exposure"/>
   </connection>
   <connection>
      <map_components component_1="environment" component_2="response_compartment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="effect_compartment" component_2="response_compartment"/>
      <map_variables variable_1="Effect" variable_2="Effect"/>
   </connection>
 
    
 
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lee</Family></rdf:Description><rdf:Description rdf:nodeID="n2"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n3"/></N></rdf:Description><rdf:Description rdf:nodeID="n4"><rdf:value><rdf:Description rdf:nodeID="n5"/></rdf:value><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type></rdf:Description><rdf:Description rdf:nodeID="n6"><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">60</endingValue><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">10000</pointDensity><maximumStepSize xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">0.0001</maximumStepSize></rdf:Description><rdf:Description rdf:nodeID="n7"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n8"/></Person></rdf:Description><rdf:Description rdf:nodeID="n9"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n10"/></Person></rdf:Description><rdf:Description rdf:nodeID="n11"><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></JournalArticle><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">18594002</Pubmed_id></rdf:Description><rdf:Description rdf:nodeID="n5"><rdf:_4 xml:lang="en">gemcitabine</rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_2 xml:lang="en">cancer</rdf:_2><rdf:_1 xml:lang="en">PKPD</rdf:_1><rdf:_5 xml:lang="en">pharmacodynamic</rdf:_5><rdf:_3 xml:lang="en">tumour</rdf:_3></rdf:Description><rdf:Description rdf:nodeID="n13"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n14"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n15"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n16"/></Person></rdf:Description><rdf:Description rdf:nodeID="n17"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Geoff</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Nunns</Family></rdf:Description><rdf:Description rdf:nodeID="n18"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n17"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n19"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n20"/></EMAIL></rdf:Description><rdf:Description rdf:nodeID="n12"><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n21"/></issued><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n22"/></Journal><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n23"/></creator><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">4213</first_page><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">14</volume><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
           A pharmacodynamic model for the time course of tumor shrinkage by gemcitabine + carboplatin in non-small cell lung cancer patients
          </title><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">4218</last_page></rdf:Description><rdf:Description rdf:nodeID="n24"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">B</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Goh</Family></rdf:Description><rdf:Description rdf:nodeID="n25"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n26"/></N></rdf:Description><rdf:Description rdf:nodeID="n27"><rdf:type><rdf:Description rdf:about="http://www.example.org/foo/bar/bazfoo"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n28"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n29"/></Person></rdf:Description><rdf:Description rdf:nodeID="n30"><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">L</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wang</Family></rdf:Description><rdf:Description rdf:nodeID="n31"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n25"/></Person></rdf:Description><rdf:Description rdf:nodeID="n14"><rdf:first><rdf:Description rdf:nodeID="n6"/></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:nodeID="n32"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n24"/></N></rdf:Description><rdf:Description rdf:nodeID="n33"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">P</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">W</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Yong</Family></rdf:Description><rdf:Description rdf:nodeID="n29"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n30"/></N></rdf:Description><rdf:Description rdf:about="#tham_2008"><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n11"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n34"/></reference><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n13"/></simulation></rdf:Description><rdf:Description rdf:nodeID="n23"><rdf:_4><rdf:Description rdf:nodeID="n35"/></rdf:_4><rdf:_7><rdf:Description rdf:nodeID="n36"/></rdf:_7><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_2><rdf:Description rdf:nodeID="n28"/></rdf:_2><rdf:_1><rdf:Description rdf:nodeID="n7"/></rdf:_1><rdf:_5><rdf:Description rdf:nodeID="n31"/></rdf:_5><rdf:_6><rdf:Description rdf:nodeID="n9"/></rdf:_6><rdf:_3><rdf:Description rdf:nodeID="n15"/></rdf:_3><rdf:_8><rdf:Description rdf:nodeID="n37"/></rdf:_8></rdf:Description><rdf:Description rdf:nodeID="n37"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n2"/></Person></rdf:Description><rdf:Description rdf:nodeID="n21"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2008-07-01</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n35"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n38"/></Person></rdf:Description><rdf:Description rdf:nodeID="n3"><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">N</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Holford</Family></rdf:Description><rdf:Description rdf:nodeID="n22"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Clinical Cancer Research</title></rdf:Description><rdf:Description rdf:nodeID="n39"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">A</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">R</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Soo</Family></rdf:Description><rdf:Description rdf:nodeID="n16"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n39"/></N></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n18"/></creator></rdf:Description><rdf:Description rdf:nodeID="n10"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n33"/></N></rdf:Description><rdf:Description rdf:nodeID="n19"><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">Auckland Bioengineering Institute</Orgunit></rdf:Description><rdf:Description rdf:nodeID="n26"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">H</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lee</Family></rdf:Description><rdf:Description rdf:nodeID="n40"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Other><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">L</Given><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Tham</Family></rdf:Description><rdf:Description rdf:nodeID="n34"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n4"/></subject></rdf:Description><rdf:Description rdf:nodeID="n8"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n40"/></N></rdf:Description><rdf:Description rdf:nodeID="n36"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n32"/></Person></rdf:Description><rdf:Description rdf:nodeID="n38"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n1"/></N></rdf:Description><rdf:Description rdf:nodeID="n20"><rdf:value xml:lang="en">gnunns1@jhu.edu</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description></rdf:RDF></model>