-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocumentation.html
executable file
·92 lines (74 loc) · 3.2 KB
/
documentation.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>Rule Responder (Berlin)</TITLE>
<LINK href="./files/layout.css" rel="stylesheet" type="text/css">
<STYLE type="text/css">
<!--
body {
background-color: #ac4d00;
}
-->
</STYLE>
</HEAD><BODY>
<DIV id="wrapper">
<DIV id="logo"><IMG src="./files/logo.png" width="1000" height="100" alt="logo"></DIV>
<DIV id="headerImg"></DIV>
<DIV id="bodyArea">
<DIV id="inner_left">
<DIV id="inner_inner_left">
<H1>Navigation</H1>
<IMG src="./files/line.jpg" width="230" height="10"><BR><BR>
<div align="left">
<a href="index.html">Home</a><br><br>
<a href="http://ruleml.org/joomla/">Pragmatic Agent Web</a><br><br>
<a href="SymposiumPlanner/SymposiumPlanner.html">SymposiumPlanner</a><br><br>
<a href="WellnessRules/">WellnessRules</a><br><br>
<a href="WellnessRules/">WellnessRules2</a><br><br>
<a href="PatientSupporter/">PatientSupporter</a><br><br>
<a href="documentation.html">Documentation</a><br><br>
</div>
</DIV>
<DIV id="inner_inner_right">
<H1>Documentation</H1>
<IMG src="./files/line.jpg" width="230" height="10"><IMG src="./files/line.jpg" width="230" height="10"><BR><BR>
<H2> <U>Rule Responder Documentation</U></H2><BR>
<P align="left">
<b><i>Rule Responder Guide</i></b><br>
[<a href="RuleResponderGuide">PDF</a>]<br><br>
</p><BR><BR>
<H2> <U>Files</U></H2><BR>
<P align="left">
<b><i>RuleML to POSL XSLT File</i></b><br>
[<a href = "http://mandarax.svn.sourceforge.net/viewvc/mandarax/PragmaticAgentWeb/src/main/resources/rrml2prova.xsl?revision=709">XSL</a>]<br><br>
<b><i>Mule Config File</i></b><br>
[<a href = "http://mandarax.svn.sourceforge.net/viewvc/mandarax/PragmaticAgentWeb/conf/mule-all-config.xml?revision=705">XML</a>]
</P><BR><BR>
<H2> <U>Publications</U></H2><BR>
<P align="left">
<B><I>Rule Responder: RuleML-Based Agents for Distributed Collaboration on the Pragmatic Web</I></B><BR>
Adrian Paschke, Harold Boley, Alexander Kozlenkov, Benjamin Craig<BR>
[<A href="papers/RuleResponder.pdf">PDF</A>]<BR><BR>
<H2> <U>Presentations</U></H2><BR>
<P align="left">
<b><i>FEWS-2007<BR>Nov 12, 2007<BR>Expert Querying and Redirection with Rule Responder</i></b><br>
Harold Boley, Adrian Paschke<br>
[<A href="talks/ExpertResponder-talk.pdf">PDF</A>]
[<A href="talks/ExpertResponder-talk.ppt">PPT</A>]<br><br>
</p><BR><BR>
</DIV>
</DIV>
<DIV id="inner_right">
<H1>Latest News</H1>
<IMG src="./files/line.jpg" width="230" height="10">
<DIV align="right">
<BR>
<script language="javascript" src="./files/news.js"></script>
</DIV>
</DIV>
</DIV>
<DIV id="footer">
<BR>
<B>Maintained by: <A href="http://www.nrc-cnrc.gc.ca/eng/people/osmun_taylor_12266.html">Taylor Osmun</a> and <A href="http://www.nrc-cnrc.gc.ca/eng/people/smith_derek_15425.html">Derek M. Smith</A></B>
</DIV>
</DIV>
</BODY></HTML>