<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

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

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

$content = '

<h3>Program Objective:</h3>

<p> Program Genisys is a FY02 new-start program. The Genisys
program\'s goal is to produce technology enabling ultra-large,
all-source information repositories.  To predict, track, and preempt
terrorist attacks, the U.S.  requires a full-coverage database
containing all information relevant to identifying: potential foreign
terrorists and their possible supporters; their activities;
prospective targets; and, their operational plans.  Current database
technology is clearly insufficient to address this need.  </p>

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

<h3>Program Strategy:</h3>

<p> Much of database technology as it exists today is based on a
paradigm defined in the 1980\'s.  Today, computer processors, storage
media, and networks are a thousand times more capable.  Genisys will
reinvent database technology consistent with today\'s needs and
capabilities.  </p>

<p>
In contrast to today\'s relational databases, Genisys will: (1)
require no a priori data modeling and use a simpler query language,
making it easier to dramatically increase the information covereage we
now know we need to stop foreign terrorists; (2) support automated
restructuring and projection of data, making it easier to declassify
and share data between government organizations and with coalition
partners; (3) store data in context of time and space to help resolve
uncertainty that always exists in data, but is not modeled today; (4)
create privacy filters, &ldquo;aliasing&rdquo; methods, and automated data
expunging agents to protect the privacy of U.S. citizens, and those
not involved with foreign terrorists; and, (5) develop a large,
distributed system architecture for managing the huge volume of raw
data input, analysis results, and feedback, that will result in a
simpler, more flexible data store that performs well and allows us to
retain important data indefinitely.  In so doing, the Genisys program
will demonstrate technologies as well as develop a series of
increasingly powerful leave-behind prototypes that both provide
immediate value to the Intelligence Community and stimulate feedback
to guide follow-on research.
</p>

<h3>Planned Accomplishments:</h3>

     <ul>
     
    <li>FY02:  Genisys will produce several prototype designs
    consistent with program goals.</li>

     <li>FY02:  Genisys prototypes that embody these designs will be
     produced, characterized technically, and field-tested in one or
     more intelligence organizations.</li>

     </ul>

<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/Genisys.htm">DARPA Genisys Site</a></li>
  <li>Douglas Dyer, "Genisys" at <a href="http://www.darpa.mil/DARPATech2002/">DARPATech 2002</a>
    <ul>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/slides/DyerIAO.pdf">slides</a> (PDF 707kb)</li>
      <li><a href="http://www.darpa.mil/DARPATech2002/presentations/iao_pdf/speeches/DYER.pdf">script</a> (PDF 59kb)</li>
    </ul>
  </li>
  <li><strong>EFF Mirror:</strong> Douglas Dyer, "Genisys" at <a href="http://www.darpa.mil/DARPATech2002/">DARPATech 2002</a>
    <ul>
      <li><a href="darpatech2002/slides/DyerIAO.pdf">slides</a> (PDF 707kb)</li>
      <li><a href="darpatech2002/speeches/DYER.pdf">script</a> (PDF 59kb)</li>
    </ul>
  </li>
</ul>

';

global $REQUEST_URI;

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


?>
