-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathteam.html
More file actions
588 lines (577 loc) · 31.6 KB
/
Copy pathteam.html
File metadata and controls
588 lines (577 loc) · 31.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
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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!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>
<title>Rucio - Scientific Data Management :: Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="me" href="https://fosstodon.org/@rucio" />
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<div id="header-container"></div>
<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 solid fa-envelope" href="mailto:martin.barisits@cern.ch"></a>
<a class="icon solid fa-globe" href="https://barisits.web.cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/bari12"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/martinbarisits/"></a>
</h2>
</div>
<p>
Martin Barisits is a <a href="https://home.cern">CERN</a> staff scientist and since 2017 the project
leader of the scientific data management system Rucio. One of the original architects of the software,
he leads the evolution of its architecture to meet the exabyte-scale demands of data taking during
<a href="https://hilumilhc.web.cern.ch">HL-LHC</a>, as well as the needs of the growing community of
scientific organisations using Rucio. He also represents CERN in several EU-funded research projects.
Martin holds a PhD degree in computer science and an MSc degree in computational intelligence, both
from the <a href="https://www.tuwien.at/en/">Vienna University of Technology</a>.
</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 solid fa-envelope" href="mailto:mario.lassnig@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/mlassnig"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/mario-lassnig/"></a>
<a class="icon brands 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">
<div class="personcard_header">
<h2>Cedric Serfon</h2>
</div>
<p>
Cédric Serfon works for Brookhaven National Laboratory and over time had different roles in the ATLAS and Belle II experiments. Currently he's deputy computing coordinator of Belle II. He is one of the architects and core team members of the Rucio project since 2012. Cédric holds a PhD in High Energy Physics from the Universitée de la Méditerranée, a MSc in Mathematical Physics, High Energy Physics and Modelisation as well as an engineer degree from Ecole Nationale de Physique de Marseille.
</p>
</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 solid fa-envelope" href="mailto:dimitrios.christidis@cern.ch"></a>
<a class="icon brands 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
<a class="icon solid fa-globe" href="https://ben.rs485.network"></a>
<a class="icon brands fa-github" href="https://github.com/bziemons"></a>
</h2>
</div>
<p>
Benedikt Ziemons joined the Rucio project in 2020 as part of CERN's technical student programme for the
ATLAS team and in 2026 as a graduate.
Before working on Rucio, he already had experience as a software developer. Furthermore, he is
involved in several other free software projects as well as co-organizing
<a href="https://froscon.org">FrOSCon</a>, a conference for free and open source software.
</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 solid fa-envelope" href="mailto:mayank.sharma@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/maany"></a>
<a class="icon brands 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 solid fa-envelope" href="mailto:rob.barnsley@skao.int"></a>
<a class="icon brands fa-github" href="https://github.com/robbarnsley"></a>
<a class="icon brands 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">
<figure class="personcard_image">
<img src="images/team/timothyn.jpg" alt="Picture of Timothy Noble">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>
Timothy Noble
<a
class="icon solid fa-envelope"
href="mailto:timothy.noble@stfc.ac.uk"
></a>
<a class="icon brands fa-github" href="https://github.com/thysk"></a>
<a
class="icon brands fa-linkedin"
href="https://www.linkedin.com/in/timothy-noble-43ab1857/"
></a>
</h2>
</div>
<p>
Timothy Noble is a Research Software Engineer working for the
Science and Technology Facilities Council (STFC) at the
Rutherford Appleton Laboratory (RAL).Tim holds a PhD in
Biomedical Sciene and has transitioned to scientific computing
in 2021 through the PhD conversion scheme. Tim is now keen on
working to ensure the PhD conversion scheme is continued for
more people to get the opportunity. Tim has been the Multi-VO
component lead since 2022, and he has an interest in developing
Multi-VO Rucio, improving access to Rucio monitoing for
experiments, and investigating newsotrage technologies and how
best to utilise them using Rucio. Tim also working with the LSST
experiement as the RAL liaison, and the Rucio monitoring expert.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/fabio.jpg" alt="Picture of Fabio Luchetti">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>
Fabio Luchetti
<a class="icon solid fa-envelope" href="mailto:fabio.luchetti@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/faluchet"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/fabioluchetti/"></a>
</h2>
</div>
<p>
Fabio began his journey with the ATLAS Distributed Computing group in 2021. Progressively taking the lead of Operations within the Distributed Data Management team, his contributions to Rucio focus on the storage consistency-checks component and integration efforts. Prior experiences include the development of the Kubernetes CI/CD framework, the client-server protobuf integration and the release-cycle workflow of tagged releases for the EOS storage service at CERN.
</p>
</div>
</div>
<div class="personcard">
<div class="personcard_image"></div>
<div class="personcard_text">
<div class="personcard_header">
<h2>Francesc Torradeflot
<a class="icon solid fa-envelope" href="mailto:torradeflot@pic.es"></a>
<a class="icon brands 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/maggie.jpg" alt="Picture of Maggie Voetberg">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Maggie Voetberg
<a class="icon solid fa-envelope" href="mailto:maggiev@fnal.gov"></a>
<a class="icon brands 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/alex.png" alt="Picture of Alexander Richards">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Alexander Richards</h2>
</div>
<p>
Alexander Richards is a Software Engineer working at Imperial College London. He joined the project in 2024 and before that had been working on software projects for other High Energy Physics experiments.
He holds a PhD in Physics from University College London.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/giovanni.jpg" alt="Picture of Giovanni Guerrieri">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Giovanni Guerrieri
<a class="icon solid fa-envelope" href="mailto:giovanni.guerrieri@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/soap2g"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/giovanniguerrieri/"></a>
</h2>
</div>
<p>
Giovanni Guerrieri is a physicist working at CERN, focusing on Distributed Data Management systems, Analysis Facilities, and Open Science.
He joined the Rucio project in 2024. He's also involved in various European initiatives, such as the ESCAPE Collaboration, the OSCARS project, and EOSC.
He holds a PhD in particle physics from the University of Trieste.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/hugo.jpeg" alt="Picture of Hugo">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Hugo González Labrador
<a class="icon solid fa-envelope" href="mailto:hugo.gonzalez.labrador@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/labkode"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/labkode/"></a>
</h2>
</div>
<p>
Hugo González Labrador is a Storage Engineer who has been working on large distributed tape and disk storage systems since he joined CERN in 2013. Prior to his time at CERN, he developed ground-station software for the <a href="https://space.skyrocket.de/doc_sdat/humsat-d.htm">HumSAT ESA project</a>. Hugo is a strong advocate for open-source technologies, with Go being his favorite programming language. He co-organized the <a href="https://gohack.devpost.com/">largest Go hackathon in the world</a>. In 2024, Hugo joined the Rucio development team and is part of the data management teams of both ATLAS and CMS experiments. His goal is to streamline best practices and promote the adoption of Rucio among other experiments.
In his spare time, Hugo enjoys technical diving in cold lakes and restoring classic cars. He holds an MSc in Computer Engineering from the University of Vigo.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/dimitris.jpg" alt="Picture of Dimitris Xenakis">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Dimitris Xenakis
<a class="icon solid fa-envelope" href="mailto:d.xenakis@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/Geogouz"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/dxenakis-geo/"></a>
</h2>
</div>
<p>
Dimitris, a PhD candidate in computer science at the University of Bern and MSc geomatics engineer from TU
Delft, joined CERN in June 2024 to enhance Rucio. As part of the
<a href="https://dafab-ai.eu/" target="_blank">DaFab AI project</a>, Dimitris will extend Rucio’s
capabilities to support Earth Observation data, marking its expansion beyond high-energy physics data. This
entails new metadata capabilities for Rucio along with enhanced discovery mechanisms. In this role,
Dimitris becomes a lead deputy for the Metadata component and lead for Rucio's Database. In his spare
time, you might find Dimitri exploring new horizons on his motorcycle.
</p>
</div>
</div>
<div class="personcard">
<figure class="personcard_image">
<img src="images/team/max.jpg" alt="Picture of Maximilian Linhoff">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Maximilian Linhoff
<a class="icon solid fa-envelope" href="mailto:maximilian.linhoff@cta-observatory.org"></a>
<a class="icon brands fa-github" href="https://github.com/maxnoe"></a>
</h2>
</div>
<p>
Max is a physicist working for the Cherenkov Telescope Array Observatory (CTAO) ERIC
as the Lead Developer of the Data Processing and Preservation System.
He joined the Rucio project in 2025, working on the integration with the DIRAC workflow management system
and support of hierarchical namespaces.
Max holds a PhD in Physics from TU Dortmund University and previously worked mostly on the analysis pipelines
for Imaging Air Cherenkov Telescopes (FACT, MAGIC, LST-1, CTAO).
</p>
</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 and the <a
href="https://github.com/rucio/fuse-posix">Rucio FUSE-POSIX</a> module, and worked on
an extended metadata filtering syntax called the <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 solid fa-envelope" href="mailto:rizart.dona@gmail.com"></a>
<a class="icon brands fa-github" href="https://github.com/rizart"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/rizart-dona/"></a>
</h2>
</personcard_header>
<p>
Rizart Dona is a computer scientist and was a CERN Fellow in the EU-funded <a
href="https://projectescape.eu">ESCAPE</a> project. In the context of Rucio, he was involved in
contributions touching 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 solid fa-envelope" href="mailto:gazzarrini.elena@gmail.com"></a>
<a class="icon brands fa-github" href="https://github.com/egazzarr"></a>
<a class="icon brands 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 was a Fellow in the
CERN IT department from 2021. Her work focused 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 deployed and maintained 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 was a developer in the Rucio core team and focused 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 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 solid fa-envelope" href="mailto:enrique.garcia.garcia@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/garciagenrique"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/garciagenrique/"></a>
</h2>
</div>
<p>
Enrique was 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 contributed
to the Rucio jupyterlab extension, a 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 solid fa-envelope" href="mailto:esilvaju@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/esilvaju"></a>
<a class="icon brands 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, where he worked on the development of the Rucio Web UI.
</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 solid fa-envelope" href="mailto:riccardodimaio11@gmail.com"></a>
<a class="icon brands fa-github" href="https://github.com/rdimaio"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/ramdimaio/"></a>
</h2>
</div>
<p>
Riccardo was a member of the Rucio project from 2024 to 2026
as a software engineer in CERN's 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">
<figure class="personcard_image">
<img src="images/team/guilherme.jpg" alt="Picture of Guilherme Lima">
</figure>
<div class="personcard_text">
<div class="personcard_header">
<h2>Guilherme Lima
<a class="icon solid fa-envelope" href="mailto:Guilherme.Lima@cern.ch"></a>
<a class="icon brands fa-github" href="https://github.com/mrguilima"></a>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/guilherme-lima-17334a13/"></a>
<a class="icon brands fa-researchgate" href="https://www.researchgate.net/profile/Jose-Guilherme-Lima"></a>
<a class="icon brands fa-orcid" href="https://orcid.org/0000-0003-4585-0546"></a>
</h2>
</div>
<p>
Guilherme works at <a href="https://www.fnal.gov">Fermilab</a>'s
Scientific Computing Division and is a member of the
<a href="https://geant4.org/">Geant4 Collaboration</a>, and the
<a href="https://gitlab.cern.ch/VecGeom/VecGeom">VecGeom</a> and
<a href="https://celeritas-project.github.io/celeritas/">Celeritas</a>
teams. He holds a PhD in High Energy Physics from
<a href="https://www.cbpf.br/">CBPF (Brazil)</a>,
and is a past member of
<a href="https://en.wikipedia.org/wiki/D%C3%98_experiment">D0</a>,
<a href="https://linearcollider.org">ILC</a>,
<a href="https://en.wikipedia.org/wiki/CALICE">Calice</a> and
<a href="https://atlas.cern/">ATLAS</a> Collaborations.
He briefly joined Fermilab's CMS Rucio team between 2024 and 2026,
supporting the CMS Rucio Consistency Enforcement system.
</p>
</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 -->
<div id="cta-container" data-style="style5"></div>
<!-- Footer -->
<div id="footer-container"></div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/header.js"></script>
<script src="assets/js/footer.js"></script>
<script src="assets/js/cta.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>