Skip to content

Commit 5b1bae7

Browse files
committed
Added CERN iCSC experience
1 parent 9153c77 commit 5b1bae7

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

assets/icons/edu_exp.svg

Lines changed: 1 addition & 0 deletions
Loading

content/about.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ During my 5th year, I served as the **institute's representative**, as well as s
3030
</div>
3131
<div class="experiences">
3232
<h2>🎯 Some experiences</h2>
33+
{{< experience title="Inverted CERN School of Computing" date="April 2025" >}}
34+
I participated to the inverted CERN School of Computing, exploring topics such as use of ML/RL and parallel coding applied to physics, from guidance of previous CSC attendees
35+
<!--Prepared button, won't work until the article will be ready :)-->
36+
<!--{{< readmore title="Read the article" link="/posts/school-computing" >}}-->
37+
{{</ experience >}}
3338
{{< experience title="Didactic Tutor for the Computer Science Department " date="Sept 2024 - Jan 2025">}}
3439
Thanks to a scholarship for collaborating with the university, I won the possibility of becoming a didactic tutor for the courses of Computer Architecture (Unit 1) and Progettazione di Sistemi Digitali. I served for a total of 150 hours
3540
{{</ experience >}}

content/posts/school-computing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
title: "How the CERN School of Computing mattered"
33
date: 2025-03-23
44
draft: true
5-
---
6-
5+
---

layouts/shortcodes/education.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<div class="exp_container">
22
<div class="exp_decorator">
3-
<div class="exp_dec_point"><img src="/icons/education.svg" class="edu_icon"></div>
3+
<div class="exp_dec_point">
4+
{{ if eq .Params.type "special" }}
5+
<img src="/icons/edu_exp.svg" class="edu_icon">
6+
{{ else }}
7+
<img src="/icons/education.svg" class="edu_icon">
8+
{{ end }}
9+
</div>
410
<div class="exp_dec_line"></div>
511
</div>
612
<div class="exp_content">

layouts/shortcodes/readmore.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<button class="download_button" onclick="location.href = '{{ .Params.link }}'">
2+
{{ .Params.title | markdownify }} <img src="/icons/outer_link.svg" class="download_icon">
3+
</button>

0 commit comments

Comments
 (0)