-
Notifications
You must be signed in to change notification settings - Fork 0
/
dare.html
98 lines (95 loc) · 7.13 KB
/
dare.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<title>ArtisTech - Solid Science In Software That Works!</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="artistech.js">
</script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body onLoad="init();">
<table class="header_table" summary="this table forms the header content">
<tr>
<td class="header_table">
<img src="images/insideheader1.jpg" alt="header" width="100%" height="115px" border="0px" />
</td>
</tr>
<tr>
<td style="background: url(images/greenback.gif); background-size: calc(100% - 0px)" class="header_table">
<ul class="menu">
<li class="menu"><a class="header_link" href="index.html">Home</a></li>
<li class="menu"><a class="header_link" href="about.html">About</a></li>
<li class="menu"><a class="header_link" href="contact.html">Contact</a></li>
<li class="menu"><a class="header_link" href="employ.html">Employment</a></li>
<li class="menu"><a class="header_link" href="technology.html">Technology</a></li>
<li class="menu"><a class="header_link" href="process.html">Process</a></li>
<li class="menu"><a class="header_link" href="projects.html">Projects</a></li>
<li class="menu"><a class="header_link" href="services.html">Services</a></li>
<li class="menu"><a class="header_link" href="products.html">Products</a></li>
<li class="menu"><a class="header_link" href="http://sharepoint.artistech.com/">Employees</a> </li>
</ul>
</td>
</tr>
<tr>
<td class="header_table">
<img src="images/index_06.jpg" alt="fake tab top" style="width: 100%; height:23px">
</td>
</tr>
</table>
<table width="794px" height="0px" border="0px" align="center" cellpadding="0px" cellspacing="0px" id="Content" summary="This is the body">
<tr>
<td width="164" valign="top" background="images/index_15.jpg">
<ul class="side_menu">
<li class="side_menu"><a class="side_menu"href="intelligence.html">Intelligence</a></li>
<li class="side_menu"><a class="side_menu"href="planning.html">Planning</a></li>
<li class="side_menu"><a class="side_menu"href="simulation.html">Simulation</a></li>
<li class="side_menu"><a class="side_menu"href="architectures.html">Architectures</a></li>
<li class="side_menu"><a class="side_menu"href="algorithms.html">Algorithms</a></li>
<li class="side_menu"><a class="side_menu"href="collaboration.html">Collaboration</a></li>
</ul>
</td>
<td width="467" valign="top" bgcolor="#FFFFFF">
<p class="style-text-header">DARE (Decision Architectures Research Environment)
<br />
<img src="images/line1.gif" alt="ine" width="426" height="3" align="bottom">
</p>
<p class="style-text-body">Customer: Army Research Lab</p>
<p class="style-text-body">The purpose of the Advanced Decision Architectures Collaborative Technology Alliance (ADACTA), a project funded through ARL, is to bring together the Army, academia, and technology companies to rapidly develop and transition to major
army programs research products for knowledge management and decision support that facilitate soldier awareness and understanding of tactical situations. In order to facilitate evaluation of new research products, and experimentation
with those products, we have developed the Decision Architecture Research Environment (DARE). DARE is a distributed research environment and experimental scenario that is deployed on ARL systems developed under programs such
as Warrior’s Edge, Machine Translation for Horizontal Fusion, and C2CUT. This combined platform is then used to evaluate individual ADACTA research products, conduct experiments with those products, and study possible interactions
between research products that may benefit the warfighter. DARE thus comprises a heterogeneous environment of planning, analysis, and display tools built to examine applications in a tactical decision-making environment.</p>
<p class="style-text-body">The core of DARE is a distributed network of software agents, utilizing a number of different techniques to communicate with a broad range of sensors, input devices, and intelligent systems components. The key to the DARE architecture
is the
<span style="font-weight: bold;">pragmatic</span> use of software agents – we utilize software agents because they are distributed, well-encapsulated, extensible, easily reconfigurable, and mobile. The agent architecture utilized in DARE is the NOMADS
system developed at Institute for Human and Machine Cognition, (a research institute shared among the universities in the University of Florida System), or IHMC, <a href="http://www.ihmc.us/research/projects/nomads/">http://www.ihmc.us/research/projects/nomads/</a> an ADACTA partner. In addition to supporting distributed networks of software agents with weak mobility, NOMADS is built on top of the Mockets architecture, increasing agent reliability in a mobile, ad-hoc networking environment.</p>
<p class="style-text-body"> </p>
</td>
<td width="163" valign="top" background="images/index_09.jpg" style="background-position: right; background-repeat: repeat-y">
<p align="left" class="style-text-header">Related Pages
<img src="images/small-line.gif" alt="line" width="140" height="1">
</p>
<ul class="right-menu">
<li class="right-menu"><a href="sdia.html">SDIA</a></li>
</ul>
<div style="height: calc(100% - 135px)">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<img border="0" src="Artistech7s145.jpg" width="80" height="53">
</p>
</div>
<div>
<p align="center" style="margin-top: 0; margin-bottom: 0">
<img src="images/smaitlogo.gif" alt="logo" width="56" height="56">
</p>
</div>
</td>
</tr>
</table>
<table width="794" height="2" border="1" align="center" cellpadding="0px" cellspacing="0px" bordercolor="#000000" bgcolor="#000000">
<tr>
<td bordercolor="#000000" bgcolor="#000000"></td>
</tr>
</table>
<div id="copyright">Copyright © 2006 - 2016 ArtisTech, Inc., all rights reserved</div>
</body>
</html>