-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.htm
executable file
·82 lines (77 loc) · 4.14 KB
/
links.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0032)http://www.cs.cmu.edu/~yuqingt/ -->
<html><head><title>Yuqing Tang</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="MSHTML 6.00.2800.1400" name="GENERATOR">
<link rel="stylesheet" href="homepage.css" type="text/css">
<style type="text/css">
<!--
.style2 {
font-size: 36px;
font-weight: bold;
font-style: italic;
}
.style3 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<script src="./externals/js/jquery-2.1.0.min.js"></script>
<script src="./js/layout.js"></script>
<script>
$(document).ready(function() {
loadLayout();
});
</script>
</head>
<body bgcolor="#ffffff" background="">
<div id="topHead"> </div>
<div id="content">
<h2>Links</h2>
<ul>
<li><a href="http://www.aamas-conference.org/">AAMAS</a></li>
<li><a href="http://www.robocup.org/">RoboCup</a></li>
<li><a href="http://agents.sci.brooklyn.cuny.edu/dev/rcj/">RoboCupJunior</a></li>
<li><a href="http://repast.sourceforge.net/">RePast</a></li>
<li>Books
<ul>
<li> Wooldridge, M. <a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470849398.html">An Introduction to Multiagent Systems</a>. John Wiley and Sons, Ltd., England, 2002. </li>
<li><a href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=8273"></a>Weiss, G. <a href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=8273"multiagent="multiagent" systems:="systems:" a="a" modern="modern" approach="approach" to="to" distributed="distributed" artificial="artificial" intelligence,="intelligence,"" mit press.="press."">Multiagent systems: A modern approach to distributed artificial intelligence</a>, MIT Press, 2000.</li>
<li>Mitchell, T.M.<a href="http://www.cs.cmu.edu/~tom/mlbook.html">Machine Learning</a>. McGraw-Hill, 1997.</li>
</ul>
</li>
<li>Papers
on Argumentation
<ul>
<li>H. Prakken and G. Vreeswijk. <em>Logical Systems for Defeasible Argumentation</em>. In D. Gabbay and F.Guenther, editors, Handbook of Phil. Logic, pages 219-- 318. Kluwer, 2002.</li>
<li>Chesnevar, C.I., Maguitman, A.G., and Loui, R.P. Logical models of argument. ACM Computing Surveys 32(4) (2000) 337--383. [<a href="http://citeseer.ist.psu.edu/carlos00logical.html">citeseer</a>] </li>
<li>D. Carbogim, D. Robertson, and J. Lee. <a href="http://www.dai.ed.ac.uk/groups/ssp/psfiles/danielac/ker99.ps.gz">Argument-based applications to knowledge engineering</a>. The Knowledge Engineering Review, 15(2):119--149, 2000. [<a href="http://citeseer.ist.psu.edu/319780.html">citeseer</a>] </li>
</ul>
</li>
<li>AI Planning
<ul>
<li><a href="http://www.icaps-conference.org/">ICAPS</a> (International Conference on Automated Planning and Scheduling) </li>
<li><a href="http://cs-www.cs.yale.edu/homes/dvm/">Dr. Drew V. McDermott's Page </a>
<ul>
<li> Planning Domain Definition Language</li>
<li> The International Planning Competition</li>
<li>etc.</li>
</ul>
</li>
<li><a href="http://www.cs.umd.edu/projects/planning/">Automated Planning Research at University of Maryland </a></li>
<li><a href="http://www.csc.ncsu.edu/faculty/stamant/planning-resources.html">Rob St. Amant's AI Planning Resources Page</a> </li>
<li> <a href="http://www.isi.edu/~ariadne/cs541/index.html">USC ISI CS541: Planner Software and Resources</a> (A how-to for downloading and running some planning systems) </li>
</ul>
</li>
<li>Misc
<ul>
<li> <a href="http://www.notam02.no/internt/cm-sys/cm-2.2/doc/clt.html">Common Lisp Tutorial </a>by <a href="http://www.cs.cmu.edu/~ggordon/">Geoffrey J. Gordon</a> [<a href="http://www.cs.cmu.edu/~ggordon/lisp-hints.txt">Original Version</a>]: A brief tutorial for experienced programmers to start Lisp in 1 hour.</li>
</ul>
</li>
</ul>
<p> </p>
</div>
<div id="navBar"></div>
<div id="sitefoot"></div>
</body></html>