-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,11 +279,21 @@ <h2> | |
</div> | ||
</div> | ||
<div class="personcard"> | ||
<div class="personcard_image"></div> | ||
<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</h2> | ||
<h2> | ||
Fabio Luchetti | ||
<a class="icon fa-envelope" href="mailto:[email protected]"></a> | ||
<a class="icon fa-github" href="https://github.com/faluchet"></a> | ||
<a class="icon 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"> | ||
|