presentations.html
11.6 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Semantic Web Advanced Development for Europe (SWAD-Europe)</title>
<link
href="http://www.w3.org/2001/sw/Europe/style/swad-europe-showcase.css"
rel="stylesheet" type="text/css" />
<style type="text/css">
/*
<![CDATA[*/
body {
font-family: verdana, helvetica, arial, sans-serif;
}
#leftcontent {
position: absolute;
left:10px;
top:20px;
width:200px;
background:#fff;
margin-right:15px;
padding-bottom:20px;
}
#rightcontent {
position: absolute;
left:250px;
top:20px;
background:#fff;
padding-right: 50px;
}
#mainMenu {
background-color: #EEE;
border: 1px solid #CCC;
color: #000;
width: 203px;
}
#menuList {
margin: 0px;
padding: 10px 0px 10px 15px;
}
li.menubar {
background: url(http://www.w3.org/2001/sw/Europe/showcase/square.gif) no-repeat 0em 0.3em;
line-height: 1.5em;
list-style: none outside;
font-size: 12px;
}
li.nonexpandingmenubar {
font-size: 12px;
line-height: 1.5em;
list-style: none outside;
padding-left: 20px;
}
.menu {
margin-left: 15px;
padding: 0px;
}
.menu li {
background: url(http://www.w3.org/2001/sw/Europe/showcase/square.gif) no-repeat 0em 0.3em;
list-style: none outside;
}
a.actuator {
background-color: transparent;
color: #000;
padding-left: 20px;
text-decoration: none;
font-weight: bold;
}
.menu li a {
background-color: transparent;
color: #000;
font-size: 12px;
padding-left: 15px;
}
span.key {
text-decoration: underline;
}
/*]]>
*/</style>
</head>
<body>
<div id="leftcontent">
<div align="center">
<a href="http://www.w3.org/2001/sw/Europe"><img alt="SWAD-Europe"
src="http://www.w3.org/2001/sw/Europe/images/swade100.gif" height="75"
border="0" /></a> <a href="http://www.cordis.lu/ist/"><img
src="http://www.w3.org/2001/sw/Europe/images/istlogo-thumb.gif"
alt="EU IST logo" height="75" border="0" /></a></div>
<div id="mainMenu">
<ul id="menuList">
<li class="nonexpandingmenubar"><a href="http://www.w3.org/2001/sw/Europe/"
id="introMenu" name="introMenu">Introduction</a></li>
<li class="menubar"><a id="demosMenuActuator" class="actuator"
accesskey="d" name="demosMenuActuator">Demonstrators</a>
<ul id="demosMenu" class="menu">
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/sem-blog.html">Semantic
Blogging</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/sem-portal.html">Semantic
Portals</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/sem-thes.html">Thesaurus
Browser</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/sem-large.html">Scale
Demonstrator</a></li>
</ul>
</li>
<li class="menubar"><a id="themesMenuActuator" class="actuator"
accesskey="t" name="themesMenuActuator">Themes</a>
<ul id="themesMenu" class="menu">
<li><a href="http://www.w3.org/2001/sw/Europe/showcase/gs.html">Getting
Started</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/reports/tools/">Tools</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/digital-libraries.html">Digital
Libraries</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/business-integration.html">Business
Integration</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/images.html">Image
Description</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/reports/community/">Community
Building</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/history.html">Project
History</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/future.html">Future
Directions</a></li>
</ul>
</li>
<li class="menubar"><a id="guideMenuActuator" class="actuator"
accesskey="g" name="guideMenuActuator">Guidelines</a>
<ul id="guideMenu" class="menu">
<!--<li><a href="blank.html">Aerospace</a> stilo*</li>-->
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/lifesci.html">Life
Science</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/guide-for-librarian.html">Librarian</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/coder.html">Coder</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/business-guidelines.html">Business
Integration</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/heritage.html">Heritage</a></li>
</ul>
</li>
<li class="menubar"><a id="resourcesMenuActuator" class="actuator"
accesskey="r" name="resourcesMenuActuator">Resources</a>
<ul id="resourcesMenu" class="menu">
<li><a
href="http://www.w3.org/2001/sw/Europe/reports/intro.html">Reports</a></li>
<li><a
href="http://www.w3.org/2001/sw/Europe/showcase/presentations.html">Presentations</a></li>
</ul>
</li>
<li class="nonexpandingmenubar"><a
href="http://www.w3.org/2001/sw/Europe/showcase/contact.html"
id="contactMenu" name="contactMenu">Contact</a></li>
</ul>
</div>
</div>
<!-- content goes here -->
<div id="rightcontent">
<h1 class="title">SWAD-Europe - Presentations</h1>
<h2><a name="presentations" id="presentations">Presentations</a></h2>
<p>The following presentations discuss the SWAD-Europe project, or related
work by the project partners.</p>
<h3>Presentations of the project</h3>
<ul>
<li><a href="file:///talks/200210-dc-workshop">SWAD-Europe</a>, by Dan
Brickley (from Initial Workshop, DC2002, Florence October 2002).</li>
<li><a href="http://www.w3.org/2002/Talks/1016-cmn-dc2k2/slide1-0">SWAD-E
and Europe</a>, by Charles McCathieNevile (from Initial Workshop, DC2002,
Florence October 2002).</li>
<li><a
href="http://www.w3.org/2001/sw/Europe/talks/200206-esw-intro/">SWAD-Europe
introduction</a>, by Dan Brickley (from internal project kickoff meeting,
June 2002).</li>
<li><a href="http://www.w3.org/2002/Talks/0508-swad/">Semantic Web Advanced
Development</a>, WWW2002, 8 May 2002, Hawaii USA. By Ralph Swick and Dan
Brickley. (<a
href="http://www.w3.org/2002/Talks/0508-swad/all.htm">1-page
version</a>).</li>
<li><a href="http://www.w3.org/2002/Talks/www2002-w3ct-swintro-em/">WWW2002
W3C Track - The Semantic Web</a>, by Eric Miller ( <a
href="http://www.w3.org/2002/Talks/www2002-w3ct-swintro-em/">1-page
version</a>).</li>
<li><a href="http://www.w3.org/Talks/2001/12-semweb-offices/">W3C Semantic
Web Activity</a>, overview presentation to W3C offices meeting, (Sophia,
France, Dec 2001), by Dan Brickley. ( <a
href="http://www.w3.org/Talks/2001/12-semweb-offices/all.htm">1-page
version</a>).</li>
<li><a href="/2002/Talks/0516-eusw/slide1-0.html">SWAD-Europe overview</a>,
presentation for the European Commission, 16 May 2002.</li>
<li><a href="../talks/20040309-danbri/slide1-0.html">Introducing the
Semantic Web</a> by Dan Brickley, March 2004</li>
</ul>
<h3>Specific topic presentations</h3>
<ul>
<li><a href="../talks/200311-rdfical/0.html">RDFiCal</a>, Presentation to
<a href="http://www.iam.ecs.soton.ac.uk/">Intelligence, Agents,
Multimedia Group</a>, University of Southampton, 2003-11-03, by Libby
Miller</li>
<li><a href="../talks/xml2003/Overview.html">RDF Hyper-linking by Dan
Brickley</a></li>
<li><a href="file:///talks/200311-earl/all">Coding EARL by example</a> by
Charles McCathieNevile</li>
<li><a href="../talks/20040302-wwaac/slide1-0.html">Thesaurus and Symbol
Users</a> - a 5 minute lightning talk by Charles McCathieNevile at the
W3C technical plenary, Cannes, France, 1 March 2004</li>
<li><a href="../talks/040603-ecchrd/all.htm">Semantic Web for Human Rights
Documentation</a>, presentation to the European Coordination Committee on
Human Rights Documentation, 3 June 2004</li>
<li><a href="/2004/Talks/1306-jk-swade/all">Semantic Web Implementation
Experiences with Annotea and Amaya</a> (Annotea, RDF Bookmarks) by Jose
Kahan</li>
<li><a href="../talks/20040309-charles/slide1-0.html">Applications of the
Semantic Web</a> by Charles McCathieNevile, March 2004</li>
<li><a href="../talks/sweb-access/slide1-0.html">Some accessibility
applications</a> by Charles McCathieNevile, presented to the CEN/ISSS
Learning Technologies workshop, 6 July 2004</li>
<li><a href="../talks/040613-cwm">Introduction to RDF with CWM</a> by
Charles McCathieNevile (translation from the Spanish original - see
below))</li>
</ul>
<div xml:lang="fr" lang="fr">
<h3><a name="Presentati" id="Presentati">Presentations en français</a></h3>
<ul>
<li><a href="http://www.w3.org/2002/Talks/1213-lp/slide1-0.html"
hreflang="fr">Le Web Semantique: Philosophie et Standards</a>, presentée
par Charles McCathieNevile à LexiPraxi2002, 13 Decembre 2002</li>
<li><a href="../talks/200311-earl/all.fr">Codage EARL par examples</a> par
Charles McCathieNevile</li>
<li><a href="../talks/040721-cmn/all.htm">Introduction au Web Semantique
avec CWM</a>, par Charles McCathieNevile</li>
<li><a href="../talks/031202-earl/all.fr.htm">EARL - Quoi et Pourquoi?</a>,
par Charles McCathieNevile</li>
</ul>
</div>
<div xml:lang="es" lang="es">
<h3><a name="Presentaci" id="Presentaci">Presentaciones en español</a></h3>
<ul>
<li><a href="/2002/Talks/1024-sidar/slide1-0.html" hreflang="es">Multimedia
y la Web semantica</a>, por Charles McCathieNevile. Presentado a las VI
Jornadas del SIDAR (Tenerife, España, 24 Octobre 2002)</li>
<li><a href="../talks/200311-earl/all.es">Codigo EARL por ejemplos</a>, por
Charles McCathieNevile</li>
<li><a href="../talks/040218-rdf-intro/slide1-0.html">Introducción a la Web
Semántica</a>, por Charles McCathieNevile. Presentado a <acronym
title="Sociedad Espaola de Documentacin e Informacin Cientfica">SEDIC</acronym>,
Madrid 18 Febrero 2004.
<p><a href="../0408-rdf-intro/slide1-0.html">Una versión actualizada</a>
fue presentada al <a href="http://www.inforosocial.com.ar/">Foro Social
de Información, Documentación y Bibliotecas</a>, Buenos Aires, 26 Agosto
2004</p>
</li>
<li><a href="../talks/040613-cmn/all.htm">Uso de la Web Semántica con
CWM</a>, por Charles McCathieNevile. Presentada al taller "Introducción a
la Web Semántica", Madrid, 13 Junio 2004 (actualizado por presentación al
taller "<a href="../events/200408-eze">La Web Semántica en América
Latina</a>", Buenos Aires, 21 Agosoto 2004).</li>
<li>"<a href="http://f14web.com.ar/inkel/2004/06/12/jose.html">Experiencia
de implementación de la Web Semántica con Annotea y Amaya</a>", por José
Kahan. Presentado a la taller "Introducción a la Web Semántica", Madrid,
13 Junio 2004</li>
<li><a href="../080822-eze/slide1-0.html">Annotea, EARL ¿y la Web
fiable?</a>, por charles McCathieNevile. Presentada al taller "<a
href="../events/200408-eze">La Web Semántica en América Latina</a>",
Buenos Aires, 21 Agosoto 2004</li>
</ul>
</div>
<div xml:lang="it" lang="it">
<h3>Presentazione in italiano</h3>
<ul>
<li><a href="../talks/200311-earl/all.it">Codice EARL per i
non-esperti</a>, per Charles McCathieNevile.</li>
</ul>
</div>
<p>for other talks, see also: <a
href="http://www.w3.org/2001/sw/EO/talks.html">W3C SW talks page</a>, <a
href="http://www.hpl.hp.com/semweb/">HP Labs SW pages</a>, ...</p>
<p>See also: <a href="http://www.ktweb.org/">KTWeb</a> for information about
other European Knowledge Technology projects.</p>
</div>
</body>
</html>