<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Wargaming the Asymmetric Environment (WAE)');

$smarty->assign('head','Wargaming the Asymmetric Environment (WAE)');
$smarty->assign('subhead','Program Manager: Mr. Larry Willis');

$content = '

<h3>Program Objective:</h3>

<p> The goal of the Wargaming the Asymmetric Environment (WAE) program
is the development and demonstration of predictive technology to
better anticipate and act against terrorists.  WAE is a revolutionary
approach to identify predictive indicators of attacks by and the
behavior of specific terrorists by examining their behavior in the
broader context of their political, cultural and ideological
environment.  </p>

<p> <img src="images/WAE_ppt2.gif" alt="Graphic depicting how
historical analysis will help in the development of predictive
technologies to aid in the war on terror" width="526" height="274"
border="0"> </p>

<h3>Program Strategy:</h3>

<p> Test results have demonstrated the feasibility of developing
automated and adaptive behavior prediction models tuned to specific
terrorist groups and individuals. Specifically, WAE has developed, in
conjunction with DoD and the intelligence community, indications and
warning models for select terrorist individuals and organizations.
These indication and warning models have been tested historically, and
in some cases operationally, to predict an active terrorist group\'s
next action (attack/no attack, target characteristics, location
characteristics, tactical characteristics, timeframes, and motivating
factors), and test results have been shown to be statistically
significant.  To date, several models have been transitioned to DoD
and the Intelligence Community partners.  WAE will extend its
predictive technology research to model a larger set of terrorist
groups and individuals, and will strive to increase the level of
detail for each predictive model.  </p>

<p> WAE models and capabilities are planned for integration in the
Information Awareness Office\'s Total Information Awareness (TIA)
Program.  </p>

<h3>Planned Accomplishments:</h3>

     <ul>
     
    <li>FY 02:   WAE is extending its predictive technology research
    to model a larger set of &ldquo;Tier 0&rdquo; and &ldquo;Tier
    1&rdquo; terrorist groups and individuals, and will further
    exploit predictive technologies to increase the level of detail
    for each predictive model.</li>

    <li>FY 03:   WAE will develop terrorist specific intervention
    models based upon their respective motivational factors.</li>
     
     </ul>
<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/WAE.htm">DARPA WAE Site</a></li>
</ul>

';

global $REQUEST_URI;

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


?>
