<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Bio-Surveillance');
$smarty->assign('name','Pat');

$smarty->assign('head','Bio-Surveillance');
$smarty->assign('subhead','Program Manager: Mr. Ted Senator');

$content = '
<h3>Program Objective:</h3>

<p>
The goal of the Bio-Surveillance program is to develop the necessary
information technologies and resulting prototype capable of detecting
the
covert release of a biological pathogen automatically, and
significantly
earlier than traditional approaches.  The key to mitigating a
biological
attack is early detection.  Given the availability of appropriate
medications, as many as half the expected casualties could be
prevented if
an attack is detected only a few days earlier than it would have
otherwise
been identified.   For contagious biological agents, early detection
is also
clearly paramount.  The Bio-Surveillance program will dramatically
increase
DoD\'s ability to detect a clandestine biological warfare attack in
time to
respond effectively and so avoid potentially thousands of casualties.
</p>

<p>
<img src="images/BSS_ppt3.gif" alt="" border="0" width="400"
height="338">
</p>

<h3>Program Strategy:</h3>

<p>
The Bio-Surveillance program is seeking to achieve its objective by
monitoring non-traditional data sources such as animal sentinels,
behavioral
indicators, and pre-diagnostic medical data.  Technical challenges
include
correlating/integrating information derived from heterogeneous data
sources,
development of autonomous signal detection algorithms, refinement of
disease
models for autonomous detection, and ensuring privacy protection while
correlating widely differing data and sources.
</p>

<h3>Planned Accomplishments:</h3>
<ul>
     <li>FY02/ FY03:  The Bio-Surveillance program will leverage
existing
     disease models, identify abnormal health early indicators, and
     mine existing databases to determine the most valuable early
     indicators for abnormal health conditions.</li>

     <li>FY02/ FY03:  The program will also develop techniques to
determine
     the best way to differentiate &ldquo;normal&rdquo; outbreaks of
disease from
     deliberate bio-terrorist releases.</li>

     <li>FY02/ FY03:  Enhanced automated privacy protection methods
will be
     developed to assure the anonymity of records accessed by the data
     monitoring software.</li>

     <li>FY02/ FY03:  A prototype bio-surveillance system with
appropriate
     military and commercial data will be constructed for a citywide
     area of military interest and demonstrated in a series of field
     experiments by injecting simulated biological event data into the
     real-time data streams of the testbed system.</li>
</ul>

<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/BSS.htm">DARPA BSS Site</a></li>
</ul>
';

global $REQUEST_URI;

$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);


?>
