-
Notifications
You must be signed in to change notification settings - Fork 2
/
events.html
562 lines (471 loc) · 17.5 KB
/
events.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
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!doctype html>
<html>
<head>
<title>Solid Events · Solid</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
rel="shortcut icon"
type="image/x-icon"
href="/favicon.ico?"
/>
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<header>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="is-hidden-mobile navbar-item navbar-brand-name is-uppercase is-size-4" href="/">
Solid
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/use-solid"
>使用Solid</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-developers"
>开发人员</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-enterprises"
>企业</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/faqs"
>常见问题</a>
</div>
</div>
</nav>
</header>
<div id="draft-warning"></div>
<script>
if (document.location.hostname === 'localhost' || document.location.hostname === 'solid.github.io') {
const draftWarningElement = document.getElementById('draft-warning')
draftWarningElement.innerHTML = `
<div class="message is-danger is-large" role="alert">
<div class="message-body">
You are currently viewing a draft version of the Solid website. If you are looking for reliable information, visit the live site at <a href="https://solidproject.org/events" title="The official Solid website">SolidProject.org</a>.
</div>
</div>
`;
}
</script>
<nav id="breadcrumb" class="breadcrumb">
<div class="container">
<ul>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="">
Solid Events
</a>
</li>
</ul>
</div>
</nav>
<main>
<div class="container">
<div class="columns">
<div class="column is-two-thirds">
<article class="section content">
<p>Solid Events are an opportunity for people working on Solid or who are interested about learning more about Solid to meet in person locally. </p>
<p>Solid Events are run by people like you. If you are interested in coordinating a Solid Event near you reach out to the Solid Manager on [email protected].</p>
<p>In light of the COVID-19 pandemic Solid Events are moving online for the foreseeable future. <a href="https://zoom.us/j/606342071">Tune in</a> on the first Thursday of every month at 1600 CET. </p>
<p>If you had upcoming Solid Events planned reach out to the Solid Manager on [email protected] to arrange moving the content online with Solid World.</p>
<p>Are you interested in speaking about what you have been building on Solid? Reach out to the Solid Manager on [email protected] to get a speaking slot at the next event.</p>
<h1 id="past-events">Past events</h1>
<table>
<thead>
<tr>
<th>Date</th>
<th>Event</th>
<th>Organizer(s)</th>
<th>Recordings and Slides</th>
<th> </th>
</tr>
</thead>
<tbody>
<tr>
<td>2020-03-05</td>
<td><a href="https://www.meetup.com/Solid-Toronto/events/268684820/">Solid Toronto</a></td>
<td><a href="https://github.com/SolidToronto">Li Lu</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2020-02-20</td>
<td><a href="https://meetabit.com/events/february-2020-bay-area-solid-interest-club-meetup">Solid San Francisco</a></td>
<td><a href="https://github.com/travis">Travis Vachon</a></td>
<td>-</td>
<td> </td>
</tr>
<tr>
<td>2020-02-19</td>
<td><a href="https://ingenieriainformatica.uniovi.es/actualidad/eventos/-/asset_publisher/uS6D/content/conferencia-solid-search:-introduccion-a-solid-y-como-cambiar-el-paradigma-de-los-buscadores-de-co?redirect=%2F">Solid Oviedo</a></td>
<td><a href="https://gitter.im/alexcorvis84">Alejandro Juan García</a></td>
<td><a href="https://youtu.be/xBopDO2NTxo">recording</a> and <a href="https://docs.google.com/presentation/d/19Glq6dcIa83nliQR1fvS9ZzYglogFD7mT5Pb5JLFrIQ/edit?usp=sharing">slides</a></td>
<td> </td>
</tr>
<tr>
<td>2020-02-18</td>
<td><a href="https://www.meetup.com/MyData-Barcelona/events/268485856/">Solid Barcelona</a></td>
<td><a href="https://noeldemartin.com">Noel De Martin</a></td>
<td><a href="https://speakerdeck.com/noeldemartin/an-introduction-to-solid">slides</a></td>
<td> </td>
</tr>
<tr>
<td>2020-02-10</td>
<td><a href="https://www.eventbrite.com/e/solid-meetup-berlin-tickets-88843267605">Solid Berlin</a></td>
<td>Christian Buggedei</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2020-01-30</td>
<td><a href="https://www.pldn.nl/index.php/2nd_Solid_Amsterdam_Meetup_–_January_30th,_2020">Solid Amsterdam</a></td>
<td><a href="https://github.com/jjvbeele">Jeroen van Beele</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2020-01-07</td>
<td><a href="http://solid-khartoum.atspace.cc">Solid Khartoum</a></td>
<td><a href="https://github.com/alisirag">Ali Siragedien</a></td>
<td><a href="https://youtu.be/BhFFCzjAqm4">recording</a></td>
<td> </td>
</tr>
<tr>
<td>2019-12-10</td>
<td><a href="https://www.utwente.nl/en/digital-society/events/2019/12/63530/solid-christmas-meetup-enschede-how-to-fix-the-internet">Solid Enschede</a></td>
<td>Erwin Folmer</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-11-20</td>
<td><a href="https://www.eventbrite.com/e/data-control-ethics-solid-workshop-this-is-for-everyone-join-the-movement-tickets-79208132657?ref=estw">Solid London</a></td>
<td>Kartika Tulusan</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-11-21</td>
<td>Solid Montreal</td>
<td><a href="https://github.com/vid">David H Mason</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>26-10-2019</td>
<td><a href="https://www.eventbrite.com/e/solid-intro-workshop-this-is-for-everyone-join-the-movement-tickets-77597174237?aff=ebdssbdestsearch">Solid London</a></td>
<td><a href="https://github.com/ktulusan">Kartika Tulusan</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>11-10-2019</td>
<td><a href="https://www.meetup.com/Solid-Copenhagen-Meetup-Group/events/264871687/">Solid Copenhagen</a></td>
<td>Sarmad Reda</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>10-10-2019</td>
<td>Solid Amsterdam</td>
<td><a href="https://github.com/jjvbeele">Jeroen van Beele</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>12-09-2019</td>
<td><a href="https://www.eventbrite.com/e/solid-meetup-berlin-tickets-70748445505">Solid Berlin</a></td>
<td><a href="https://github.com/JollyOrc">Christian Buggedei</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-07-20</td>
<td>Solid Beijing</td>
<td><a href="https://github.com/leinue">Ivy Dom</a></td>
<td><a href="https://github.com/learnsolid/solid-beijing-2019">Solid Beijing 2019</a></td>
<td> </td>
</tr>
<tr>
<td>2019-07-05</td>
<td><a href="https://www.meetup.com/San-Jose-SOLID-Technology-decentralized-Web-Meetup/events/262620128/">Solid San Jose</a></td>
<td><a href="http://www.bartas.net/resume.html">John Bartas</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-06-28</td>
<td><a href="https://www.meetup.com/vierdevrijdag/events/jjtxlqyzjblc/">Solid Hague</a></td>
<td>Bart Roorda</td>
<td><a href="https://www.slideshare.net/PLDN/solid-the-hague-june-28th-2019-153348635">The PLDN, Linked Data, Solid Intro & Demo</a></td>
<td> </td>
</tr>
<tr>
<td>2019-06-12</td>
<td><a href="https://www.eventbrite.com/e/solid-oviedo-solid-chat-challenge-prize-ceremony-tickets-61938296111">Solid Oviedo</a></td>
<td><a href="https://github.com/labra">Jose Emilio Labra Gayo</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-05-29 </td>
<td><a href="https://www.eventbrite.com/e/solid-meetup-berlin-tickets-61643210502">Solid Berlin</a></td>
<td><a href="https://www.linkedin.com/in/buggedei">Christian Buggedei</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-05-22</td>
<td><a href="https://www.meetup.com/Solid-London/">Solid London</a></td>
<td><a href="https://www.linkedin.com/in/worrall/">Paul Worrall</a></td>
<td><a href="https://youtu.be/urxRBvpEjR4">Inaugral Solid London Video</a></td>
<td> </td>
</tr>
<tr>
<td>2019-05-13</td>
<td><a href="https://www.meetup.com/Solid-Toronto/">Solid Toronto</a></td>
<td><a href="https://github.com/SolidToronto">Li Lu</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-05-08</td>
<td>Solid New York</td>
<td>Brian Cort</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-05-02</td>
<td><a href="https://www.eventbrite.com/e/solid-seattle-tickets-60131990402">Solid Seattle</a></td>
<td><a href="https://www.linkedin.com/in/jonpederson/">Jon Pederson</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-04-09</td>
<td><a href="https://www.meetup.com/San-Jose-SOLID-Technology-decentralized-Web-Meetup/events/260087036/">Solid San Jose</a></td>
<td><a href="http://www.bartas.net/resume.html">John Bartas</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-04-09</td>
<td><a href="https://www.pldn.nl/index.php/PLDN-Solid_Kick-Off_%E2%80%93_April_9th_2019">Solid Utrecht</a></td>
<td><a href="https://www.linkedin.com/in/pietervaneverdingen/">Pieter van Everdingen</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-03-27</td>
<td><a href="https://www.eventbrite.com/e/solid-meetup-berlin-tickets-55479654139">Solid Berlin</a></td>
<td><a href="https://github.com/JollyOrc">Christian Buggedei</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-03-22</td>
<td><a href="https://www.eventbrite.com/e/solid-startup-workshop-boston-tickets-57623868542">Solid Boston</a></td>
<td><a href="https://github.com/InruptKelly">Kelly O’Brien</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-03-21</td>
<td><a href="https://www.eventbrite.com/e/solid-boston-tickets-57623377072">Solid Boston</a></td>
<td><a href="https://github.com/InruptKelly">Kelly O’Brien</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-02-20</td>
<td><a href="https://forum.solidproject.org/t/solid-meetup-saxony-germany/1215">Solid Saxony</a></td>
<td><a href="https://wefourc.com/">Team 4C</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-02-08</td>
<td>Solid Stockholm</td>
<td><a href="https://github.com/eduardoinnorway">Eduardo Ibacache Rodriguez</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2019-01-09</td>
<td>Solid Berlin</td>
<td><a href="https://github.com/JollyOrc">Christian Buggedei</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2018-12-12</td>
<td>Solid Oslo</td>
<td><a href="https://github.com/eduardoinnorway">Eduardo Ibacache Rodriguez</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2018-12-11</td>
<td>Solid Utrecht</td>
<td><a href="https://www.linkedin.com/in/pierluigi-casale-41271430/">Pierluigi Casale</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2018-12-05</td>
<td><a href="https://www.eventbrite.com/e/solid-boston-tickets-52634666705">Solid Boston</a></td>
<td><a href="https://github.com/Mitzi-Laszlo">Mitzi László</a></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2016-04-11</td>
<td><a href="http://www2016.ca/program/program-by-track/tutorials.html#building-decentralized-applications-for-the-social-web">Solid Montreal</a></td>
<td><a href="http://www2016.ca">International World Wide Web Conference</a></td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</article>
</div>
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">
<div class="menu is-large">
<ul class="menu-list">
<li><a href="#past-events">Past events</a></li>
</ul>
</div>
</aside>
</div>
</div>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="columns">
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/">首页</a>
</li>
<li>
<a class="is-size-5" href="/use-solid">使用Solid</a>
</li>
<li>
<a class="is-size-5" href="/implement">实现Solid</a>
</li>
<li>
<a class="is-size-5" href="/team">团队</a>
</li>
<li>
<a class="is-size-5" href="/faqs">常见问题</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">最新消息</span>
</li>
<li>
<a class="is-size-5" href="/this-week-in-solid">Solid本周</a>
</li>
<li>
<a class="is-size-5" href="/press">新闻</a>
</li>
<li>
<a class="is-size-5" href="/events">Solid事件</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/for-developers">开发人员</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/apps">写应用</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/pod-server">运行Pod服务</a>
</li>
<li>
<a class="is-size-5" href="/funding">资金</a>
</li>
<li>
<a class="is-size-5" href="https://forum.solidproject.org">论坛</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">更多</span>
</li>
<li>
<a class="is-size-5" href="/standardisation">标准化</a>
</li>
<li>
<a class="is-size-5" href="/license">许可</a>
</li>
<li>
<a class="is-size-5" href="/logo-usage-guidelines">图标使用指南</a>
</li>
<li>
<a class="is-size-5" href="https://github.com/solid/solidproject.org/issues/new">网站反馈</a>
</li>
</ul>
</div>
</div>
</div>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="navbar-item" href="mailto:[email protected]">
</a>
<a class="navbar-item" href="https://github.com/solid/" title="Solid on GitHub">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/github.svg"
alt="GitHub"
class="brand-icon"
/>
</span>
</a>
<a class="navbar-item" href="https://twitter.com/project_solid" title="Solid on Twitter">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/twitter.svg"
alt="Twitter"
class="brand-icon"
/>
</span>
</a>
</div>
</nav>
</footer>
</body>
</html>