<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Total/Terrorism Information Awareness (TIA): Is It Truly Dead?');

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

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

//Creative Commons - If you need to turn OFF the CC license, set cc = false
//$smarty->assign('cc',"false");

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

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

<h1>Total/Terrorism Information Awareness (TIA): Is It Truly Dead?</h1>

<h2>EFF: It\'s Too Early to Tell</h2>

<p>In September 2003, Congress <a href="20031003_conf_report.php">ended funding</a>
for Terrorism Information
Awareness (TIA) by passing<link you create for the Conference report >
HR 2658, a fiscal 2004 Defense appropriations bill that has yet to be
signed by the President. But is TIA truly dead? EFF believes that it is
too early to tell.</p>

<p>First, the provision that de-funds TIA does not apply to "the program
hereby authorized for processing, analysis, and collaboration tools for
counterterrorism foreign intelligence...for which funds are expressly
provided in the National Foreign Intelligence Program for
counterterrorism foreign intelligence purposes."</p>

<p>Translation? The Defense Advanced Research Projects Agency (DARPA) may
continue to research and develop "processing, analysis, and
collaboration tools," so long as they are not used within the United
States. These tools could include controversial "dataveillance" systems
such as Genoa II, Genisys, Evidence Extraction and Link Discovery
(EELD), and Scalable Social Network Analysis (SSNA).</p>

<p>While EFF is pleased that these tools will not be developed specifically for domestic
use, we are concerned that their development for foreign intelligence
purposes continues to pose civil liberties risks -- especially since it
appears that they are to be developed under a classified "black budget"
with little, if any, public accountability.</p>

<p>Second, while Congress eliminated funding for the Office of Information
Awareness, it also expressly allowed several former TIA programs to
continue, including the Bio-Event Advanced Leading Indicator Recognition
Technology (Bio-ALIRT), Rapid Analytic Wargaming, Wargaming the
Asymmetric Environment, and Automated Speech and Text Exploitation in
Multiple Languages (including Babylon and Symphony). Of particular
concern is Bio-ALIRT, which appears to incorporate dataveillance
technologies in its mission model.</p>

<p>Finally, TIA was never the only domestic dataveillance program. EFF is
<a href="http://www.eff.org/Privacy/cappsii/20030930_comments.php">campaigning</a>
to stop implementation of the Computer Assisted Passenger
Pre-Screening System (<a href="http://www.eff.org/Privacy/cappsii/">CAPPS II</a>),
which gathers personal information from
unidentified government databases as well as commercial data sources.
But CAPPS II is only one domestic surveillance initiative, and neither
it nor the other programs in development is subject to the TIA
"overseas-only" provision.</p>

<p>Two such domestic initiatives are the Novel Intelligence from Massive
Data (NIMD) and the Multistate Anti-Terrorism Information Exchange
(Matrix). NIMD is an initiative of the little-known Intelligence
Community Advanced Research and Development Activity
(<a href="http://www.ic-arda.org/Novel_Intelligence/index.html">ARDA</a>).
Its focus on "massive data" resembles several TIA projects.</p>

<p>Matrix, meanwhile, is a state-level program supported by the U.S.
Department of Justice, with more federal funding reportedly earmarked
for the program by the U.S. Department of Homeland Security (DHS).
Matrix aims to give state law enforcement agencies across the nation a
powerful new tool for analyzing the personal records of both criminals
and ordinary Americans. According to
<a href="http://www.washingtonpost.com/ac2/wp-dyn/A21872-2003Aug5?language=printer">
an article</a> in the <em>Washington Post</em> (August 6, 2003, p.
A01), the program "would let authorities . . . instantly find the name
and address of every brown-haired owner of a red Ford pickup truck in a
20-mile radius of a suspicious event."</p>

<p>In light of these ongoing threats to citizens\' privacy and civil
liberties, EFF concludes that even if TIA is "dead," the need for
continued Congressional oversight and a strong regulatory framework
remains great.</p>

<p>We ask for a status report on the tools being developed for foreign
surveillance, as well as on TIA biometric programs including Human
Identification at a Distance (HID) and Activity Recognition and
Monitoring (ARM).</p>

<p>We also strongly support Senator Russ Feingold\'s (D-WI) Data Mining
Moratorium Act
(<a href="http://www.eff.org/Privacy/TIA/feingold-s188.php">S. 188</a>) and Senator Ron
Wyden\'s (D-OR) Citizens\' Protection in Federal Databases Act of 2003
(<a href="20030728_citizen_dbprotect.php">S. 1484</a>),
and we urge constituents to join us in this support.</p>

<h3>For More Information:</h3>
<ul>
<li><a href="http://www.eff.org/Privacy/TIA/20031003_conf_report.php">Conference
Report on H.R. 2658, Department of Defence Appropriations Act, 2004
(House Report 108-283)</a></li>

<li><a href="http://www.eff.org/Privacy/TIA/feingold-s188.php">Data
Mining Moratorium Act (S. 188)</a></li>

<li><a href="20030728_citizen_dbprotect.php">Citizens\' Protection in Federal Databases Act of 2003 (S. 1484)</a></li>

<li><a href="http://www.eff.org/Privacy/TIA">EFF on Terrorism Information Awareness
(TIA)</a></li>

<li><a href="http://www.eff.org/Privacy/CAPPSII/20030930_comments.php">EFF Comments on CAPPS II</a> (September 30, 2003)</li>

<li><a href="/Privacy/cappsii/">EFF Backgrounder on CAPPS II</a></li>
</ul>


</div>
';

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

?>
