-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.html
More file actions
217 lines (133 loc) · 7.75 KB
/
framework.html
File metadata and controls
217 lines (133 loc) · 7.75 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CCRG - Cognitive Computing Research Group - LIDA Framework</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="csrg.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="images/favicon.ico"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4293827-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<table width="700" border="0" align="left" cellpadding="1" cellspacing="0">
<tr>
<td colspan="3"><table width="700" border="0" align="center" cellpadding="1" cellspacing="0">
<tr>
<td><img src="images/one_02.jpg" width="850" height="100"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" colspan="2" align="left" bgcolor="#999999"></td>
</tr>
<tr>
<td width="140" height="226" valign="top" bgcolor="#EEEEEE"><table width="100%" height="0" border="0" cellpadding="2" cellspacing="1" bgcolor="#EEEEEE">
<tr>
<td class="links"><a href="index.html">Home</a></td>
</tr>
<tr>
<td class="links"><a href="people.html">People</a></td>
</tr>
<tr>
<td class="links"><a href="projects.html">Projects</a></td>
</tr>
<tr>
<td class="links"><a href="papers.html">Papers</a></td>
</tr>
<tr>
<td class="links"><a href="tutorial/index.html">Tutorial</a></td>
</tr>
<tr>
<td class="links"><a href="framework.html">Framework</a></td>
</tr>
<tr>
<td class="links"><a href="theses-dissertations.html">Theses</a></td>
</tr>
<tr>
<td class="links"><a href="press-coverage.html">Press Coverage</a></td>
</tr>
<tr>
<td class="links"><a href="events.html">Events</a></td>
</tr>
<tr>
<td class="links"><a href="links.html">Links</a></td>
</tr>
<tr>
<td class="links" background="../images/linkbg.jpg"><a href="contact.html">Contact</a></td>
</tr>
</table>
</td>
<td width="710" rowspan="2" valign="top"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr></tr>
<tr><td align="center" valign="top" class="header"><b>
LIDA Software Framework</b></td></tr>
<tr>
<td class="bodytxt">
<br>
<h3>Version 1.2 Beta Available!</h3>
Version 1.2 Beta of the framework is now available for download. A tutorial on the framework is included in this distribution. In the future an updated tutorial containing several programming exercises will be released.<br>
<br>To download version 1.2b please:<br><br>
1. Read and agree to the terms of the <a style="color: #0000CC" href="assets/papers/2010/LIDA-framework-non-commercial-v1.0.pdf" target="_blank">Non-Commercial License Agreement</a> for use of LIDA framework<br>
2. Complete this <a style="color: #0000CC" href="framework-registration.html">registration form</a> and a download link will be emailed to you.<br><br>
<h3>Framework Resources</h3>
• A LIDA tutorial focusing on the framework is <a href="assets/framework/The-LIDA-Tutorial.pdf">available</a> (PDF)<br></br>
• A conference paper detailing the basics of the framework is <a href="assets/papers/2011/The%20LIDA%20Framework%20as%20a%20General%20Tool%20for%20AGI%20final.pdf" target="_blank">available</a> (PDF)<br></br>
• The Javadoc for the <b>new</b> Version 1.2b may be viewed <a href="assets/code/doc/index.html" target="_blank"> here</a><br> </br>
• A Google group for framework questions and issues: <a href="http://groups.google.com/group/ccrg-memphis" target="_blank">CCRG Google Group</a><br></br>
• If you are interested in working on the LIDA framework or have licensing questions contact us at<br> <b>ccrg AT cs.memphis DOT edu</b>. Please submit any how-to questions to the Google Group.</br></br><br>
</p>
<h3>Short Description</h3>
<p>Work on a Software Framework for LIDA agents began in January 2009. As a software framework it promotes code reuse providing new users with a usable system instead of having to start from scratch. It allows developers to apply design principles, patterns and best practices easily. As a consequence the LIDA software framework is highly customizable. Essentially the framework implements the common, well-understood parts of the architecture leaving room for current and future developers to concentrate on domain (and module) specific problems. Cognitive systems can be very complex but they typically have a defined architecture with many domain independent parts. </p>
<p>The LIDA framework is intended to create a generic and configurable version of the domain independent modules and processes of LIDA implemented as a software framework in Java. It should be easily customizable for different domains (environments). It should permit changes to the implementation of each module and allow for XML definitions of the data structures, processes, parameters, and modules of the system. Since LIDA is a psychologically-realistic cognitive system, the framework should embrace parallelism and employ multithreading. Also, it should eschew an "information processing" style cognition in favor of many interacting process operating asynchronously. Finally, as a complex system, it should provide users with tools to make it more mangeable: GUI display of the inner workings of the system, logging of important events, and utilities to parse XML and Properties files for easy customization.</p>
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function(){
var customSearchControl = new google.search.CustomSearchControl('006861960941835829724:o80ukwq6sj8');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
</td>
</tr>
</table></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> </tr>
<tr>
<td height="1" bgcolor="#CDE0F1"></td>
</tr>
<tr>
<td><img src="images/groupsmall.jpg" width="140" height="100"></td>
</tr>
<tr>
<td height="1" bgcolor="#CDE0F1"></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" align="center" cellpadding="1" cellspacing="0">
<tr>
<td height="1" colspan="2" align="left" bgcolor="#999999"></td>
</tr>
<tr>
<td width="428" height="1" valign="top"><span class="smalltxt">Copyright © 2012 Cognitive Computing Research Group All rights reserved</span></td>
<td align="right"><img src="images/UniversityOfMemphis-1.jpg" width="110" height="32"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>