<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA Systems Overview');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','true');

// example:
$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">

<h1>Systems Overview</h1>

<p> <img src="images/tia-logo.gif" alt="" width="183" height="176"
align="right" vspace="3"> Our archive of information on TIA is in
its infancy.  We will be adding much more information as soon as we
can.  If you feel there are errors in our information or can provide
further insight into these systems please notify <a
href="mailto:webmaster@eff.org?Subject=TIA">webmaster@eff.org</a>.
</p>

<p>
<img src="images/TIA_ppt2.gif" alt="" width="576" height="360">
</p>

<ol>
<li> Collaboration technology: the idea is to work "faster, smarter, jointer"
	<ul>
		<li><a href="genoa.php">Genoa</a> (as predecessor)</li>
		<li><a href="genoaII.php">Genoa II</a> (now beginning)</li>
	</ul>
</li>


<li>
	
	<p>
	Dataveillance technology:  Undersecretary Pete Aldridge: "The purpose of TIA would be to determine the feasibility of searching vast quantities of data to determine links and patterns indicative of terrorist activities."
	</p>
	
	<p>
	DARPA has said it needs a "very large scale databases covering comprehensive information about all potential terrorist threats; those who are planning, supporting or preparing to carry out such events; potential plans; and potential targets. . . . The database envisioned is of an unprecedented scale, will most likely be distributed, must be capable of being continuously updated, and must support both autonomous and semi-automated analysis. . . .  The potential sources of information about possible terrorist activities will include extensive existing databases.  Innovative technologies are sought for treating these databases as a virtual, centralized, grand database.  This will require technologies for automatically determining schemas, access methods and controls, and translation of complex English language queries into the appropriate language for the relevant databases."
	</p>
	<ul>
		<li><a href="genisys.php">Genisys</a> (designing new databases, using old databases)</li>
		<li><a href="eeld.php">Evidence Extraction and Link Discovery (EELD)</a> (mining algorithms)</li>
		<li><a href="wae.php">Wargaming the Asymmetric Environment (WAE)</a> (terrorist group information "signatures," modeling, prediction)</li>
		<li><a href="futuremap.php">FutureMap</a> (market analysis/prediction)</li>
		<li><a href="bss.php">Bio-Surveillance</a> (combines bio-medical data-mining with environmental sensors)</li>
	</ul>
</li>

<li>Biometrics for human identification:
  <ul>
  	<li><a href="hid.php">Human ID at a Distance (HumanID)</a> (multimodal sensor fusion (face, iris, <a href="http://gtresearchnews.gatech.edu/newsrelease/GAIT.htm">gait</a>, <a href="http://hid.ri.cmu.edu/">expression recognition</a>)</li>
  </ul>
</li>

<li>Human language technology:  machine processing of both voice and text with obvious implications for transcribing wiretap voice recordings but also for <a href="http://mappa.mundi.net/trip-m/hearst/">textual data-mining (TDM)</a> [<a href="http://www.mitre.org/pubs/edge/august_00/8_00.pdf">more on TDM</a> (PDF)] 

	<ul>
		<li><a href="ears.php">Effective, Affordable, Reusable Speech-to-Text (EARS)</a></li>
		<li><a href="tides.php">Translingual Information Detection, Extraction and Summarization (TIDES)</a></li>
		<li><a href="babylon.php">Babylon</a></li>
		<li><a href="communicator.php">Communicator</a></li>
	</ul>

</li>
</ol>


</div>
';

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

?>
