-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
245 lines (236 loc) · 8.84 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Web Development</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="stylesheet" href="_shared/styles/shower-ruben.css">
<link rel="stylesheet" href="_shared/styles/web-fundamentals.css">
</head>
<body class="shower list">
<header class="caption">
<h1>
<a class="series" href="#title">Web Fundamentals</a><br>
<a class="module" href="#title">Web Development</a>
</h1>
<p>
<a href="https://ruben.verborgh.org/">Ruben Verborgh</a>,
<a href="https://www.ugent.be/">Ghent University</a> – <a href="https://www.imec.be/">imec</a>
</p>
<p>
<a href="https://www.rubensworks.net/">Ruben Taelman</a>,
<a href="https://www.ugent.be/">Ghent University</a> – <a href="https://www.imec.be/">imec</a>
</p>
<ul class="links">
<li class="next">Next topic: <a href="birds-eye-view/">A Bird’s-Eye View of the Web</a></li>
</ul>
</header>
<div class="title slide" id="title">
<h2>
<a class="series" href="#title">Web Fundamentals</a><br>
<a class="module" href="#title">Welcome to the Web</a>
</h2>
<p class="author"><a href="https://ruben.verborgh.org/">Ruben Verborgh</a></p>
<p class="author"><a href="https://www.rubensworks.net/">Ruben Taelman</a></p>
<p class="affiliation">
<a href="https://www.ugent.be/"><img class="ugent" src="_shared/images/logos/ugent.svg" alt="Ghent University"></a>
<a href="https://www.imec.be/"><img class="imec" src="_shared/images/logos/imec.svg" alt="imec"></a>
<a href="https://idlab.ugent.be/"><img class="idlab" src="_shared/images/logos/idlab.svg" alt="IDLab"></a>
</p>
<p class="license">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" src="_shared/images/cc-by.svg" /></a>
Except where otherwise noted, the content of these slides is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>
</div>
<div class="slide" id="ruben-verborgh">
<h2>
👋 I’m Ruben Verborgh, researcher and<br>
professor of decentralized Web tech.
</h2>
<ul>
<li class="next">
I’m a senior researcher at:
<ul>
<li>
<a href="https://knows.idlab.ugent.be/">KNoWS</a>,
<a href="https://idlab.technology/">IDLab</a>,
<a href="https://www.ugent.be/">Ghent University</a> –
<a href="https://www.imec.be/">imec</a>,
Belgium 🇧🇪
</li>
<li>
<a href="https://www.oxfordmartin.ox.ac.uk/">Oxford Martin School</a>,
<a href="https://www.ox.ac.uk/">University of Oxford</a>,
UK 🇬🇧
</li>
</ul>
</li>
<li class="next">
I’m also a decentralized Web consultant:
<ul>
<li>
<a href="https://inrupt.com/">Inrupt</a>,
USA 🇺🇸
</li>
</ul>
</li>
<li class="next">
I publish
<a href="https://ruben.verborgh.org/blog/">blog posts</a>,
<a href="https://ruben.verborgh.org/publications/">articles</a>,
and <a href="https://www.facetpublishing.co.uk/title.php?id=049641">books</a>
<br>
about my passion: <em>the Web</em> 🌐
</li>
</ul>
</div>
<div class="slide" id="ruben-taelman">
<h2>
👋 I’m Ruben Taelman, researcher<br>
on Web-based query technology.
</h2>
<ul>
<li class="next">
I’m a senior researcher at:
<ul>
<li>
<a href="https://knows.idlab.ugent.be/">KNoWS</a>,
<a href="https://idlab.technology/">IDLab</a>,
<a href="https://www.ugent.be/">Ghent University</a> –
<a href="https://www.imec.be/">imec</a>
</li>
</ul>
</li>
<li class="next">
My goal is to make data accessible for everyone<br>
through intelligent infrastructure and algorithms<br>
for data publication and retrieval.
</li>
<li class="next">
Read more about me
<a href="https://www.rubensworks.net/">on my website</a>.
</li>
</ul>
</div>
<div class="slide" id="opinion">
<h2>
These slides do not only include the truth,
they also include personal opinions.
</h2>
<ul>
<li class="next">
Opinions are marked with the
<img src="_shared/images/opinion.svg" alt="opinion" style="margin-bottom: -0.2em"> symbol.
<ul>
<li class="next">The Web was invented in 1990.</li>
<li class="next">Ted Nelson finds the Web rather limited.</li>
<li class="next opinion">The Web is the best invention of the past 30 years.</li>
</ul>
</li>
<li class="next">
Always know which is which.
<ul>
<li>You are free to reproduce opinions (with arguments),</li>
<li>or state one of your own (with arguments).</li>
</ul>
</li>
</ul>
</div>
<div class="slide" id="webslides">
<h2>
This module uses open webslides.<br>
You can discuss and edit <em>anything</em>.
</h2>
<ul>
<li class="next">
The slides are <a href="https://rubenverborgh.github.io/WebFundamentals/">online</a>
and <a href="https://github.com/RubenVerborgh/WebFundamentals">on GitHub</a>
under <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC-BY</a>.
<ul>
<li><a href="https://rubenverborgh.github.io/WebFundamentals/">https://rubenverborgh.github.io/WebFundamentals/</a></li>
<li><a href="https://github.com/RubenVerborgh/WebFundamentals">https://github.com/RubenVerborgh/WebFundamentals</a></li>
</ul>
</li>
<li class="next">
See a mistake?
Have a question or suggestion?<br>
Know a nice example?
<em>Participate!</em>
<ul>
<li>
<a href="https://github.com/RubenVerborgh/WebFundamentals/issues">Create an issue</a>
to ask a question or start a discussion.
</li>
<li>
<a href="https://github.com/RubenVerborgh/WebFundamentals/pulls">Create a pull request</a>
to suggest a change or update.
</li>
<li>
You can do this under your own name or anonymously.
</li>
</ul>
</li>
</ul>
</div>
<div class="slide" id="thesis-students">
<h2>
Does the Web pique your curiosity?<br>
Do you want to advance Web research?
</h2>
<ul>
<li class="next">
We are always on the lookout<br>
for bright master’s thesis students.
<ul>
<li>Pick a Web or Linked Data topic… or make your own!</li>
</ul>
</li>
<li class="next">
<a href="mailto:[email protected]">Mail me</a>,
<a href="https://twitter.com/RubenVerborgh">tweet to me</a>,
or come have a chat.
<ul>
<li>You can inform yourself without any commitment.</li>
</ul>
</li>
<li class="next">
We wish you the best in your future endeavours,<br>
on the Web or elsewhere!
</li>
</ul>
</div>
<div class="slide" id="participate">
<h2>
The more you participate,<br>
the more you’ll learn.
</h2>
<ul>
<li>
Think along, speak up,<br>
don’t hesitate to prove me wrong.
<ul>
<li class="next opinion">We’re especially happy to discuss opinions.</li>
</ul>
</li>
<li class="next">
Without further ado, let’s start<br>
with an <a href="birds-eye-view/">overview of the Web</a>
(and the course).
</li>
</ul>
</div>
<footer>
<p class="badge"><a href="https://github.com/RubenVerborgh/WebFundamentals">View on GitHub</a></p>
<p class="license">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" src="_shared/images/cc-by-small.svg" /></a>
Except where otherwise noted, the content of these slides is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>
</footer>
<script src="_shared/scripts/shower.min.js"></script>
<script src="_shared/scripts/enhancements.js"></script>
<script>ga=function(){ga.q.push(arguments)};ga.q=[['create','UA-6142365-12','auto'],['require','autotrack'],['send','pageview']];ga.l=1*new Date</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script async src="_shared/scripts/autotrack.js"></script>
</body>
</html>