<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Genoa');

$smarty->assign('head','Genoa');
$smarty->assign('subhead','Program Manager: Lt Col Douglas Dyer, PhD');

$content = '

<p> Project Genoa, in the process of concluding, provides the
structured argumentation, decision-making and corporate memory to
rapidly deal with and adjust to dynamic crisis management.  </p>

<p>
<img src="images/genoa_ppt3.gif" alt="" width="500" height="312"
border="0">
</p>

<h3>Program Strategy:</h3>

<p> Project Genoa is developing information technology for the
intelligence community to rapidly and systematically accumulate
evidence, facilitate collaboration (while protecting critical
information), and test hypothesis that support decision-making at the
national level.  Bases on successful demonstrations, the Defense
Intelligence Agency has aggreed to be a transition partner for Project
Genoa technology.  </p>

<h3>Planned Accomplishments:</h3>

     <ul>

    <li>FY00: Project Genoa matured and transitioned a new "thematic"
    search engine (that complements traditional search engines by
    allowing users to find nuggets of information in large
    collections of documents without having to construct a
    complicated query) to users on Intelink; and in FY01, Genoa
    evidence-accumulation components were delivered to the office of
    the Secretary of Defense and Joint Counter-Intelligence
    Assessment Group (JCAG), a field element of ASD/C31.</li>
  </ul>

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

global $REQUEST_URI;

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


?>
