index.html
4.54 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>W3C Workshop on Rule Languages for Interoperability
</title>
<link href="http://www.w3.org/StyleSheets/base.css" rel="stylesheet"
type="text/css" />
<!-- link rel="stylesheet" href="http://www.w3.org/Style/threepart-f.css"
title="Gold fixed" media="screen, projection, print" -->
<style type="text/css">
.comment {
width: 90%;
border: 2px solid red;
padding: 6px;
}
dl, dd, dt { list-style-type: disc; }
table, ol, ul,p,dl { margin-left: 4% }
dl { margin-left: +6%; }
dt { font-weight: bold; }
h4 { margin-left: 4% }
.head { text-align: center;
color: #005a9c;
font-weight: bold;
}
h2 {
color: white;
border: 1px solid gray;
font-weight: bold;
margin-top: 0;
padding: 0.1em;
text-indent: 0.3em;
}
table {
border-collapse: collapse;
background: #FFF;
}
th,td {
padding: 6px 2em;
background: #eee;
border: 1px black solid;
}
td.date {
text-align: right;
font-weight: bold;
font-size: 90%;
}
/* h1 {
background: #005a9c;
} */
h1 {
}
h3, h4, h5 {
color: #8080D0;
}
h2 {
background-color: #aa7;
}
.author {
margin-top: 2em;
font-style: italic;
}
</style>
</head>
<body>
<p>
<a href="http://www.w3.org/"><img border="0" src="http://www.w3.org/Icons/WWW/w3c_home"
alt="W3C" /></a>
<a href="http://www.w3.org/TandS/"><img src="http://www.w3.org/Icons/tands.gif"
alt="Technology and Society Domain" width="212" height="48"
border="0" /></a> <a href="http://www.w3.org/2001/sw/"><img src="http://www.w3.org/2001/sw/sw"
alt="The Semantic Web Home Page" border="0" /></a>
</p>
<div class="head">
<h1>W3C Workshop on <br/>Rule Languages<br/>for Interoperability</h1>
<h3>27-28 April 2005 — Washington, D.C., USA</h3>
</div>
<h2>After the Workshop</h2>
<p>The <a href="report">Workshop Report</a> provides a summary of the
event, while the <a href="report/minutes">minutes</a> give more
details and link to contributed session notes. The <a
href="program2">final program</a> provides links to slides, notes, and
minutes for each session. We also have the <a
href="attendees">attendee list</a>.</p>
<p id="list">There is now a mailing list, <a href="mailto:public-rule-workshop-discuss@w3.org">public-rule-workshop-discuss@w3.org</a>, with <a href="http://lists.w3.org/Archives/Public/public-rule-workshop-discuss/">public archives</a>. To subscribe, send a message with the subject "subcribe" to <a href="mailto:public-rule-workshop-discuss-request@w3.org">public-rule-workshop-discuss-request@w3.org</a>.</p>
<p><strong>To continue the work begun at this workshop, W3C has formed
a <a href="/2005/rules/wg">Rule Interchange Format (RIF) Working
Group</a></strong>.</p>
<h2>Before the Workshop</h2>
<h3>Call For Participation (CFP)</h3>
<p>The <a href="cfp">Call for Participation</a> was issued on 15 February 2005. Here is a sample <a href="cfp-short.txt">short e-mail announcement</a> and a <a href="cfp-long.txt">long e-mail announcement</a>.</p>
<h3>Participants</h3>
<p>The list of <a href="registered">registered participants</a> is available. Please address any concerns to <a href="mailto:team-rule-language-workshop-chairs@w3.org">team-rule-language-workshop-chairs@w3.org</a>.</p>
<h3>Papers</h3>
<p>The <a href="accepted">accepted papers</a> are available. Typographical corrections by the authors are welcome at <a href="mailto:team-rule-language-workshop-chairs@w3.org">team-rule-language-workshop-chairs@w3.org</a>.</p>
<h3>Program</h3>
<p>The <a href="program">program</a> is now available. Speakers should consult <a href="http://www.w3.org/2004/12/rules-ws/presentation-guidelines">guidelines for presentations</a>.</p>
<h3>Workshop Venue</h3>
<p>The workshop will be held at the: </p>
<p>
<a href="http://www.hamiltoncrowneplazawashingtondc.com/">Hamilton Crowne Plaza Hotel</a><br/>
1001 14th street, NW,<br/>
Washington, DC 20005, USA</br>
</p>
<p>Reservation: +1-800-263-9802<br/>
Hotel: +1-202-682-0111</p>
<p>Breakfast will be provided starting at 7:30, and the workshop begins at 8:30.</p>
<div class="author">
<hr/>
<a href="http://www.w3.org/People/Sandro">Sandro Hawke</a>, W3C
<br/>
$Id: Overview.html,v 1.17 2006/04/14 13:57:04 sandro Exp $
</div>
</body>
</html>