forked from rucio/rucio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
522 lines (506 loc) · 25 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
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32728665-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-32728665-3');
</script>
<title>Rucio - Scientific Data Management :: Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html">
<span id="logo-container">
<img src='images/wide_logo2.png' />
</span>
</a>
<nav id="nav-desktop">
<ul>
<li><a class="icon fa-code" href="https://github.com/rucio/rucio"> Source</a></li>
<li>-</li>
<li><a class="icon fa-file-text-o" href="https://rucio.cern.ch/documentation"> Documentation</a></li>
<li>-</li>
<li><a class="icon fa-users" href="team.html"> Team</a></li>
<li>-</li>
<li><a class="icon fa-globe" href="community.html"> Community</a></li>
<li>-</li>
<li><a class="icon fa-comments-o" href="http://rucio.cern.ch/documentation/contact_us"> Communication</a></li>
<li>-</li>
<li><a class="icon fa-book" href="publications.html"> Publications</a></li>
<li>-</li>
<li><a class="icon fa-calendar" href="events.html"> Events</a></li>
</ul>
</nav>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"></a>
<div id="menu">
<ul>
<li><a class="icon fa-code" href="https://github.com/rucio/rucio"> Source</a></li>
<li><a class="icon fa-file-text-o" href="https://rucio.cern.ch/documentation"> Documentation</a></li>
<li><a class="icon fa-users" href="team.html"> Team</a></li>
<li><a class="icon fa-globe" href="community.html"> Community</a></li>
<li><a class="icon fa-comments-o" href="http://rucio.cern.ch/documentation/contact_us"> Communication</a></li>
<li><a class="icon fa-book" href="publications.html"> Publications</a></li>
<li><a class="icon fa-calendar" href="events.html"> Events</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<section id="team" class="wrapper style5">
<div class="inner">
<header class="major">
<h2>Team</h2>
</header>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/martin.jpg" alt="Picture of Martin Barisits">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>
Martin Barisits
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/bari12"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/martinbarisits/"></a>
</h2>
</div>
<p>
Martin Barisits is a CERN staff member and since 2017 the project leader for the scientific data
management system Rucio. In his role he focuses on the evolution of the software architecture to meet
the needs of ATLAS data taking during HL-LHC, as well as the needs of other scientific experiments using
Rucio. An ATLAS member for more than 10 years, he worked in ATLAS computing in different roles, where he
focused on leading the design and development of distributed systems. He is one of the architects of the
distributed data management system Rucio. Martin holds a PhD degree in computer science and a MSc degree
in computational intelligence, both from the Vienna University of Technology.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/mario.jpg" alt="Picture of Mario Lassnig">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>
Mario Lassnig
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/mlassnig"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/mario-lassnig/"></a>
<a class="icon fa-twitter" href="https://twitter.com/mlassnig"></a>
</h2>
</div>
<p>
Mario Lassnig has been working as a Software Engineer for CERN since 2006. Within the ATLAS Experiment
he leads the global data management activity and is one of the architects and core team members of the
Rucio project. In his previous life he developed mobile navigation software for public transport systems
as well as cryptographic smartcard applications. In his spare time he sends satellites into <a
href="https://oewf.org">space</a>. Mario holds a PhD in computer science from the <a
href="https://www.uibk.ac.at/">University of Innsbruck</a> and a Master's degree in computer science
from the <a href="https://www.aau.at">University of Klagenfurt</a>.
</p>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<personcard class="header">
<h2>Cedric Serfon</h2>
</personcard>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<personcard class="header">
<h2>Eric Vaandering</h2>
</personcard>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/dimitrios.jpg" alt="Picture of Dimitrios Christidis">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>
Dimitrios Christidis
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/dchristidis/"></a>
</h2>
</div>
<p>
Dimitrios first arrived at CERN in 2016 as a summer student. He joined the ATLAS Distributed Data
Management Operations team in 2018, eventually becoming its coordinator. He has since transitioned to
more development-focused role, spearheading the token workflow effort in Rucio. Dimitrios holds a
diploma in Computer Engineering and Informatics from the University of Patras, Greece.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/james.jpg" alt="Picture of James Perry">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>James Perry</h2>
</div>
<p>
James Perry is a software architect at EPCC, the University of Edinburgh's high performance computing
centre. He has several years of experience working on data management for particle physics experiments,
initially UKQCD and now DUNE. He holds a BEng degree in Computing and Electronics. Since joining the
Rucio team in 2018, James has improved Rucio's support for object stores and also implemented the policy
package system.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/benedikt.jpg" alt="Picture of Benedikt Ziemons">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Benedikt Ziemons</h2>
</div>
<p>
Benedikt Ziemons joined the Rucio project in 2020 as part of CERN's technical student programme for the
ATLAS team. He completed his Bachelor of Science degree at the University of Applied Sciences in Aachen,
Germany. Before working on Rucio, he already had experience as a software developer. Furthermore, he is
involved in several other free software projects.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/mayank.jpg" alt="Picture of Mayank Sharma">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Mayank Sharma
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/maany"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/mayanksharma94/"></a>
</h2>
</div>
<p>
Mayank is an Electronics Engineer by education and a Software Engineer by passion. He started working as
a fellow for the Worldwide LHC Computing Grid in 2017 and architected a private PaaS for the WLCG called
the <a href="https://simple-framework.github.io/">SIMPLE Framework</a>. He introduced the Integration
Testing framework in Rucio and is the component lead for WebUI, Monitoring and Logging, Traces and
Testing.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/rob.jpg" alt="Picture of Rob Barnsley">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Rob Barnsley
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/robbarnsley"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/robbarnsley"></a>
</h2>
</div>
<p>
Rob is a data operations scientist at <a href="https://www.skao.int/">SKAO</a>, working on assessing the
suitability of existing data management, processing and visualisation technologies for an
intercontinental network of regional centres. He is interested in expanding Rucio's functionality to
better fit astronomy use cases, in particular the handling of metadata. He holds a PhD in Astronomical
Instrumentation from Liverpool John Moores University and an MSc in Astrophysics from Liverpool
University.
</p>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Tim Noble</h2>
</div>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Fabio Luchetti</h2>
</div>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Francesc Torradeflot
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/ftorradeflot"></a>
</h2>
</div>
<p>
Francesc holds a degree in Mathematics and works as a Software Engineer at <a href="https://pic.es">PIC</a> since 2016. After some years of full-time commitment to <a href="https://www.esa.int/Science_Exploration/Space_Science/Euclid">ESA's Euclid mission</a>, he gradually shifted his duties to the development and maintenance of common tools for data analysis. Given the importance of jupyterlab and Rucio in PIC's services portfolio, contributing to the rucio-juptyerlab extension was a logical step.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/enrique.jpg" alt="Picture of Enrique Garcia">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Enrique Garcia
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/garciagenrique"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/garciagenrique/"></a>
</h2>
</div>
<p>
Enrique is a CERN IT fellow working for EU-funded projects, from where the <a
href="https://github.com/vre-hub">Virtual Research Environment</a> (VRE) project started. He contributes
to the Rucio jupyterlab extension, plugin used by the VRE analysis facility to access the <a
href="https://projectescape.eu">ESCAPE</a> data lake. He holds a degree in Physics from Universidad
Autonoma de Madrid, and a MSc in Astrophysics from Universidad Complutense de Madrid.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/eraldo.jpg" alt="Picture of Eraldo Junior">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Eraldo Junior
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/esilvaju"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/eraldojunior/"></a>
</h2>
</div>
<p>
Eraldo Junior is a Site Admin at the Brazilian Center for Research in Physics (BR) and the deputy manager of the WLCG Regional Operating Centre in Latin America.
He began his contributions at CERN in 2015 and worked as a software developer on a private Platform as a Service (PaaS) for the Worldwide LHC Computing Grid (WLCG) called the <a href="https://simple-framework.github.io/">SIMPLE Framework</a>.
In early 2021, he joined the ATLAS DDM and Rucio development team. Currently, he is working on the development of the Rucio Web UI.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/maggie.jpg" alt="Picture of Maggie Voetberg">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Maggie Voetberg
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/voetberg"></a>
</h2>
</div>
<p>
Maggie is an AI Researcher at Fermi National Accelerator Laboratory,
holding degrees in physics and mathematics with a focus on computational physics from Michigan State University.
After joining the rucio core team in late 2023, they focus on Client operations and maintaining documentation.
Their previous work focuses on scientific software for AI development and explainability,
and database engineering for commercial enterprises.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/riccardo.jpg" alt="Picture of Riccardo Di Maio">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Riccardo Di Maio
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/rdimaio"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/ramdimaio/"></a>
</h2>
</div>
<p>
Riccardo is a software engineer at CERN,
joining in 2024 as part of the EP-ADP-CO group.
Before CERN, he was working in Dublin
as a system development engineer for Amazon Web Services.
Riccardo holds a Master's degree in Electronic and Computer Engineering
from the University of Nottingham.
</p>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Alexander Richards</h2>
</div>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Hugo Gonzalez Labrador</h2>
</div>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Guilherme Lima</h2>
</div>
</div>
</div>
<div style="clear: both; margin-bottom: 3em;"></div>
<header class="major">
<h2>Former Team members</h2>
</header>
<p>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/gabriele.jpg" alt="Picture of Gabriele Fronzé">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Gabriele Fronzé</h2>
</div>
<p>
Gabriele is an Italian researcher at INFN and a CERN user since 2016. Gabriele holds since 2018 a PhD in
Physics from Università degli Studi di Torino (IT) and IMT Atlantique Nantes (FR). As part of the
LIGO-Virgo-KAGRA collaboration he developed the per-RSE checksum mapping, the <a
href="https://github.com/rucio/fuse-posix">Rucio FUSE-POSIX</a> module and is currently working on
an extended metadata filtering syntax called <a href="https://github.com/rucio/rucio/pull/4139">inequality
engine</a>.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image"><img src="images/team/rizart.jpg" alt="Picture of Rizart Dona"></figure>
<div class="personcard_text">
<personcard_header>
<h2>Rizart Dona
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/rizart"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/rizart-dona/"></a>
</h2>
</personcard_header>
<p>
Rizart Dona is a computer scientist and a CERN Fellow, who is part of the EU-funded <a
href="https://projectescape.eu">ESCAPE</a> project. In the context of Rucio, he’s been involved in
contributions, which touch OpenID Connect support, metadata functionality & other ESCAPE specific
activities. He holds a BSc and a MSc degree in Computer Science, both from the <a
href="https://www.di.uoa.gr/en">National and Kapodistrian University of Athens</a>.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image"><img src="images/team/elena.jpeg" alt="Picture of Elena Gazzarrini"></figure>
<div class="personcard_text">
<personcard_header>
<h2>Elena Gazzarrini
<a class="icon fa-envelope" href="mailto:[email protected]"></a>
<a class="icon fa-github" href="https://github.com/egazzarr"></a>
<a class="icon fa-linkedin" href="https://www.linkedin.com/in/egazzarrini/"></a>
</h2>
</personcard_header>
<p>
Elena holds a MSci degree in Physics from King's College London and is a Fellow in the
CERN IT department since 2021. Her work focuses on driving the EU-funded <a
href="https://github.com/vre-hub">Virtual Research Environment</a> (VRE) project, a platform
to facilitate Particle Physics and Astrophysics analyses. She deploys and maintains a K8s Rucio instance
for the project's data management framework, accessible by scientists form the Rucio jupyterlab
extension. Her contributions to the Rucio code were therefore mainly targeted at the jupyterlab extension,
along with enabling access to Rucio from <a
href="https://docs.reana.io/advanced-usage/access-control/rucio/#rucio">Reana</a>, CERN's reproducible
analysis platform.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/radu.jpg" alt="Picture of Radu Carpa">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Radu Carpa</h2>
</div>
<p>
Radu joined CERN in early 2021. He is a developer in the rucio core team and focuses on replica
lifecycle (Upload/Download, Transfers, Listing, Deletion) and on Kubernetes operation. Radu holds a
Master's in Computer Networks and Systems from Université Claude Bernard Lyon 1; and a PhD in Computer
Science from École Normale Supérieure de Lyon. Before joining CERN, he worked as Site Reliability
Engineer at Criteo and at Booking.com.
</p>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Igor Mandrichenko</h2>
</div>
</div>
</div>
<div style="clear: both; margin-bottom: 3em;"></div>
<p>A full list of former team members and contributors can be found in our <a
href="https://github.com/rucio/rucio/blob/master/AUTHORS.rst">repository</a>.</p>
</div>
<!-- CTA -->
<section id="cta" class="wrapper style5">
<div class="inner">
<header>
<h2>Get in touch</h2>
<p>We are always happy to chat. You can drop us a mail and we will reply as quickly as possible.
</p>
</header>
<ul class="actions vertical">
<li><a href="http://rucio.cern.ch/documentation/contact_us" class="button special">Contact us</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/rucio" class="icon fa-github"><span class="label">GitHub</span></a>
</li>
<li><a href="http://rucio.cern.ch/documentation/contact_us" class="icon fa-comments"><span
class="label">Contact Us</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a>
</li>
</ul>
<ul class="copyright">
<li>Website template by: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Background image by: <a href="https://cds.cern.ch/record/1489958">CERN</a></li>
</ul>
</footer>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>