<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

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

$smarty->assign('head','Communicator');
$smarty->assign('subhead','Program Manager: LTC James Bass, PhD');

$content = '

<h3>Program Objective:</h3>

<p> The specific goal of the Communicator program is to develop and
demonstrate &ldquo;dialogue interaction&rdquo; technology that enables
warfighters to talk with computers, such that information will be
accessible on the battlefield or in command centers without ever
having to touch a keyboard. The Communicator Platform will be wireless
and mobile, and will function in a networked environment. Software
enabling dialogue interaction will automatically focus on the context
of a dialogue to improve performance, and the system will be capable
of automatically adapting to new topics so conversation is natural and
efficient.  </p>

<p>
<img src="images/communicator_ppt2.gif" alt="Commincator creates
dialog based user interfaces for Warfighters to obtain information in
the battle space" width="522" height="252" border="0">
</p>

<h3>Program Strategy:</h3>

<p> The Communicator program emphasizes computer-human arbitrated
dialogue, emphasizing task knowledge to compensate for natural
language effects and noisy environments.  To date the majority of the
research has focused on English-computer dialogues in support of
command and control operations.  Recently, research has begun on
foreign language computer interaction in support of coalition
operations.  Unlike automated translation of news for unlimited
vocabulary (speech-to-text, text-to-text) tasks, the Communicator
program is directed toward human-to-machine interactions, where task
specific issues constrain vocabularies, with the emphasis being on
control of interaction by the operator to maximize clarity of intent.
Hands-on exercises have been conducted involving small unit logistics
operations with the Marines designed to stress test the technology in
extreme environments.  </p>

<h3>Planned Accomplishments:</h3>

     <ul>
     
    <li>FY 02:   The Communicator system is being stressed in
    experiments with the Navy to support monitoring and alerting of
    systems while concurrently improving both information access and
    distribution.  The final Communicator experiment will demonstrate
    dialogue interaction with a wide array of distributed sensors,
    heterogeneous databases, and new noisy environments.</li>

    <li>FY 03:  A follow-on project focusing Communicator on a
    command and control problem, as well as a tactical operations
    task, may be used to insure an effective transition mechanism for
    this revolutionary new interaction technology.</li>
  
  </ul>

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

global $REQUEST_URI;

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


?>
