-
Notifications
You must be signed in to change notification settings - Fork 103
/
team.html
510 lines (369 loc) · 19.4 KB
/
team.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
<!doctype html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Team · 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 id="header-navbar" class="navbar">
<a class="navbar-brand navbar-item navbar-link is-arrowless" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt=""
/>
<span class="is-uppercase is-size-4">Solid</span>
</a>
<nav class="navbar-menu is-hidden-mobile">
<ul class="navbar-end">
<li class="navbar-item has-dropdown is-hoverable is-size-6 is-size-5-tablet">
<a
class="navbar-link is-size-6 is-size-5-tablet is-arrowless"
href="/about"
>About Solid</a>
</li>
<li class="navbar-item has-dropdown is-hoverable is-size-6 is-size-5-tablet">
<button
class="navbar-link is-size-6 is-size-5-tablet"
aria-haspopup="true"
>Developers</button>
<ul class="navbar-dropdown">
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/developers/tutorials/getting-started"
>Getting Started</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/developers/tools"
>Solid Tools and Libraries</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/apps"
>Solid Apps</a>
</li>
</ul>
</li>
<li class="navbar-item has-dropdown is-hoverable is-size-6 is-size-5-tablet">
<button
class="navbar-link is-size-6 is-size-5-tablet"
aria-haspopup="true"
>Users</button>
<ul class="navbar-dropdown">
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/users/get-a-pod"
>Getting a Pod</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/apps"
>Solid Apps</a>
</li>
</ul>
</li>
<li class="navbar-item has-dropdown is-hoverable is-size-6 is-size-5-tablet">
<button
class="navbar-link is-size-6 is-size-5-tablet"
aria-haspopup="true"
>Community</button>
<ul class="navbar-dropdown">
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/newsletter"
>Newsletter</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/events"
>Events</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="https://forum.solidproject.org/"
>Solid Forum</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="https://matrix.to/#/#solid_project:matrix.org"
>Chat</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/press"
>Press</a>
</li>
<li>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="https://github.com/solid/process/blob/main/code-of-conduct.md"
>Code of Conduct</a>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<div id="draft-warning"></div>
<script>
if (
document.location.hostname === 'localhost'
|| document.location.hostname === 'solid.github.io'
|| document.location.hostname.substring(document.location.hostname.length - 10) === "vercel.app"
|| document.location.hostname.substring(document.location.hostname.length - 11) === "netlify.app"
) {
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 historical content of the Solid website. If you are looking for reliable information, visit the live site at <a href="https://solidproject.org/team" 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="">
Team
</a>
</li>
</ul>
</div>
</nav>
<main id="main">
<div class="container">
<div class="columns">
<div class="column is-two-thirds">
<article class="section content">
<p>The Solid team helps coordinate the standardisation work and support those who are implementing and using Solid.</p>
<p>You can read more about the <a href="https://github.com/solid/process">process around how the Solid Team work together</a> which is open for suggestions around how to improve by <a href="https://github.com/solid/process/issues">submitting an issue</a> or sending an email to [email protected].</p>
<h2 id="sir-tim-berners-lee">Sir Tim Berners-Lee</h2>
<p><strong>Solid Director</strong>
Sir Tim Berners-Lee is co-founder and Chief Technology Officer of Inrupt. Named one of Time Magazine’s ‘100 Most Important People of the 20th Century,’ Tim invented the web while at CERN in 1989. He is the Founder and Director of the World Wide Web Consortium (W3C), the international standards forum for technical development of the Web, and the Web Foundation whose mission is that the World Wide Web serves Humanity. He co-founded and is President of the Open Data Institute in London. Tim is a Professor at the Massachusetts Institute of Technology (MIT) in the Computer Science and AI Lab (“CSAIL”). In April 2017, Sir Tim was awarded the Turing Prize which is considered the “Nobel Prize of Computing”.</p>
<h1 id="editors">Editors</h1>
<p>Editors are responsible for maintaining and reviewing suggestions to the Solid specification.</p>
<h2 id="sarven-capadisli">Sarven Capadisli</h2>
<p><strong>Solid Editor</strong>
<a href="https://csarven.ca/#i">Sarven Capadisli</a> contributes to the advancement of technical specifications in the Solid ecosystem and aims to ensure open consensus within a common ethical framework. They have been involved in the evolution of Solid alongside TimBL at MIT since 2015.</p>
<h2 id="ruben-verborgh">Ruben Verborgh</h2>
<p><strong>Solid Editor</strong>
<a href="https://ruben.verborgh.org/">Ruben Verborgh</a> focuses on ecosystem architecture and developer experience.</p>
<h2 id="justin-bingham">Justin Bingham</h2>
<p><strong>Solid Editor</strong>
Justin Bingham is co-founder and Chief Technology Officer of Janeiro Digital, where he and his team apply Solid to solve large-scale problems across the world. He is closely involved in the evolution of the Solid ecosystem, including data interoperability patterns, secure data boundaries, developer tooling, and frictionless end user experience.</p>
<h2 id="dmitri-zagidulin">Dmitri Zagidulin</h2>
<p><strong>Solid Editor</strong>
Dmitri is Senior Consulting Software Engineer at Digital Bazaar and co-founder of Ro Network. He is also the Co-Co-Chair of the Secure Data Storage Working Group at the Decentralised Identity Foundation. He was part of the MIT Solid project.</p>
<h2 id="kjetil-kjernsmo">Kjetil Kjernsmo</h2>
<p><strong>Solid Editor</strong>
Kjetil is a Senior Advisor with the Norwegian Agency for Development Cooperation, where he works as a technical expert on normative technologies and Digital Public Goods. He has a PhD in Informatics from the University of Oslo in Norway and has 25 years of experience with social and semantic web technology.</p>
<h1 id="creators">Creators</h1>
<p>Creators are responsible for maintaining and reviewing suggestions to solidproject.org which includes Solid content such as the newsletter This Month in Solid.</p>
<h2 id="kay-kim">Kay Kim</h2>
<p><strong>Creator</strong>
Kay is a technical writer at Inrupt and a newcomer to Solid.</p>
<h2 id="kyra-assaad">Kyra Assaad</h2>
<p><strong>Creator</strong>
Kyra Assaad is the Product Designer at Inrupt. She works to ensure that the Solid user experience is accessible and useable for all. Passionate about increasing representation and participation of women, people of colour and other under-represented groups in the Solid community, she helped form and now serves as one of the chairs of the Solid Diversity, Equity, and Inclusion (DEI) team.</p>
<h2 id="virginia-balseiro">Virginia Balseiro</h2>
<p><strong>Creator</strong></p>
<p><a href="https://virginiabalseiro.com/#me">Virginia Balseiro</a> is a web developer and co-chair of the Solid Community Group. She has been actively involved in the Solid Project since 2020. As a founder of the Women of Solid group and a member of the Solid Team, she advocates for openness, transparency, inclusion, and positive collaboration within the Solid community. She also contributes to the development and standardization of Solid Technical Reports and guidelines as an editor.</p>
<h2 id="vincent-tunru">Vincent Tunru</h2>
<p><strong>Creator</strong>
Vincent Tunru is a front-end engineer. He has worked at Inrupt, and before that he worked on finding out how technology can help ensuring open access to academic research. He is focusing on technical writing for app developers to learn how to build Solid apps.</p>
<h2 id="ted-thibodeau">Ted Thibodeau</h2>
<p><strong>Creator</strong>
<a href="http://id.myopenlink.net/dataspace/person/tthibodeau#this">Ted Thibodeau</a>, @TallTed, is a Technical Evangelist at <a href="https://www.openlinksw.com/">OpenLink Software</a>, where he’s been employed since December 2000. While working with internal and external users of <a href="https://www.openlinksw.com/data/turtle/products.ttl">OpenLink’s products</a> including <a href="https://virtuoso.openlinksw.com/">Virtuoso</a>, <a href="https://ods.openlinksw.com/">OpenLink Data Spaces (ODS)</a>, <a href="https://osds.openlinksw.com/">OpenLink Structured Data Sniffer (OSDS)</a>, <a href="https://osde.openlinksw.com/">OpenLink Structured Data Editor (OSDE)</a>, <a href="http://ode.openlinksw.com/">OpenLink Data Explorer (ODE)</a>, and others, he has also been contributing to a number of Identity-, RDF-, RWW-, and Linked Data-focused <a href="https://www.w3.org/users/42501">W3C Working and Community Groups</a> and related projects, including <a href="https://github.com/openlink/virtuoso-opensource/">Virtuoso</a>, the <a href="https://www.w3.org/groups/cg/solid">Solid CG</a>, the <a href="https://www.w3.org/groups/wg/did">Decentralized Identifiers WG</a>, the <a href="https://www.w3.org/groups/wg/vc">Verifiable Credentials WG</a>, the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star WG</a>, and several others.</p>
<h2 id="jeff-zucker">Jeff Zucker</h2>
<p><strong>Creator</strong>
Jeff Zucker has developed software for and led projects at UNICEF, UNESCO, New York City Department for the Ageing, Columbia University, and at not-for-profit agencies internationally and in Oregon, USA. He is the published author of books and articles on multi-cultural education, adult literacy, and the relationship of technology to society as well as a number of open source software packages.</p>
<h2 id="timea-turdean">Timea Turdean</h2>
<p><strong>Creator</strong>
<a href="https://timea.solidcommunity.net/">Timea Turdean</a> is a Software Engineer for Inrupt and part of <a href="https://solidos.solidcommunity.net/">SolidOS</a>.</p>
<h1 id="administrators">Administrators</h1>
<p>Administrators are responsible for administration of tools, systems, and services used for advancing Solid.</p>
<h2 id="tim-berners-lee">Tim Berners-Lee</h2>
<p><strong>Administrator</strong>
Sir Tim Berners-Lee is co-founder and Chief Technology Officer of Inrupt.</p>
<h2 id="jackson-morgan">Jackson Morgan</h2>
<p><strong>Administrator</strong>
Jackson Morgan is a freelance Solid developer for <a href="https://o.team">o.team</a></p>
<h2 id="justin-bingham-1">Justin Bingham</h2>
<p><strong>Administrator</strong>
Justin Bingham is co-founder and Chief Technology Officer of Janeiro Digital</p>
<h2 id="alain-bourgeoa">Alain Bourgeoa</h2>
<p><strong>Administrator</strong>
<a href="https://bourgeoa.solidcommunity.net/profile/card#me">Alain Bourgeoa</a> is the maintainer of <a href="https://solidcommunnity.net">solidcommunity.net</a> and works on several other teams such as <a href="https://solidos.solidcommunity.net/">SolidOS</a> and <a href="https://github.com/nodeSolidServer/">NSS</a>.</p>
</article>
</div>
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">
<div class="menu is-large">
<ul class="menu-list" role="navigation">
<li><a href="/about">About Solid</a>
<ul>
<li><a href="/specification">Specification</a></li>
<li><a href="/contributing">Contribute</a></li>
<li><a href="/team">Team</a></li>
</ul>
</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="/">Home</a>
</li>
<li>
<a class="is-size-5" href="/about">About Solid</a>
</li>
<li>
<a class="is-size-5" href="/users">Using Solid</a>
</li>
<li>
<a class="is-size-5" href="/users/get-a-pod">Get a Pod</a>
</li>
<li>
<a class="is-size-5" href="/apps">Solid Apps</a>
</li>
<li>
<a class="is-size-5" href="/team">Team</a>
</li>
<li>
<a class="is-size-5" href="/faqs">FAQs</a>
</li>
<li>
<a class="is-size-5" href="/terms">Terms of Use</a>
</li>
<li>
<a class="is-size-5" href="https://github.com/solid/process/blob/main/code-of-conduct.md">Code of Conduct</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">What's New</span>
</li>
<li>
<a class="is-size-5" href="/newsletter">This Month in Solid</a>
</li>
<li>
<a class="is-size-5" href="/events">Solid Events</a>
</li>
<li>
<a class="is-size-5" href="/press">Press</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/developers">Developers</a>
</li>
<li>
<a class="is-size-5" href="/developers/tutorials/getting-started">Getting Started</a>
</li>
<li>
<a class="is-size-5" href="https://forum.solidproject.org">Forum</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">More</span>
</li>
<li>
<a class="is-size-5" href="/specification">Specification</a>
</li>
<li>
<a class="is-size-5" href="/license">License</a>
</li>
<li>
<a class="is-size-5" href="/logo-usage-guidelines">Logo usage guidelines</a>
</li>
<li>
<a class="is-size-5" href="https://github.com/solid/solidproject.org/issues/new">Website feedback</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 is-hidden-mobile" href="mailto:[email protected]">
</a>
<a class="navbar-item is-size-3-mobile is-hidden-tablet" href="mailto:[email protected]" aria-label="[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>
<a class="navbar-item" href="https://vimeo.com/solidworld" title="Solid on Vimeo">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/vimeo-v.svg"
alt="Vimeo"
class="brand-icon"
/>
</span>
</a>
</div>
</nav>
</footer>
</body>
</html>