Skip to content

Commit

Permalink
update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Aug 3, 2024
1 parent 26c664c commit 1fa9dea
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
42 changes: 40 additions & 2 deletions data-it.typ
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

#let current-position-entries = (
(
title: [Research Fellow],
title: [PhD Student],
subtitle: [Department of Computer Science and Engineering],
subtitle-aside: [University of Bologna, Italy],
date: [April 2023 --- Today],
date: [November 2023 --- Today],
),
(
title: [Teaching Tutor],
Expand Down Expand Up @@ -143,6 +143,14 @@
)

#let projects-contributions-entries = (
(
title: [Maintainer of collektive],
subtitle: [Complier plugin developer],
date: [2023 --- Today],
more: [
#link("https://github.com/collektive/collektive")[#fa-icon("github", fa-set: "Brands") collektive/collektive]
]
),
(
title: [Lead designer and maintainer of PulvReAKt],
subtitle: [Kotlin multiplatform framework for pulverized application development],
Expand Down Expand Up @@ -192,3 +200,33 @@
]
),
)

#let pubblications = (
(
title: [Scalability through Pulverisation: Declarative deployment reconfiguration at runtime],
subtitle: [
Farabegoli, N., Pianini, D., Casadei, R., & Viroli, M. (2024). Scalability through Pulverisation: Declarative deployment reconfiguration at runtime. Future Generation Computer Systems, 161, 545–558. http://dx.doi.org/10.1016/j.future.2024.07.042],
date: [2024],
),
(
title: [Proximity-based Self-Federated Learning],
subtitle: [
Domini, D., Aguzzi, G., Farabegoli, N., Viroli, M., & Esterle, L. (2024). Proximity-based Self-Federated Learning. arXiv. https://doi.org/10.48550/ARXIV.2407.12410
],
date: [2024],
),
(
title: [Middleware Architectures for Fluid Computing],
subtitle: [
Casadei, R., Farabegoli, N., Fortino, G., Savaglio, C., & Viroli, M. (2024). Middleware Architectures for Fluid Computing (F. Zambonelli, G. Fortino, B. Re, & M. Viroli, Eds.; pp. 49–63). Springer International Publishing. https://doi.org/10.1007/978-3-031-62146-8_3
],
date: [2024],
),
(
title: [Towards Intelligent Pulverized Systems: a Modern Approach for Edge-Cloud Services],
subtitle: [
Domini, D., Farabegoli, N., Aguzzi, G., & Viroli, M. (2024). Towards Intelligent Pulverized Systems: a Modern Approach for Edge-Cloud Services. In M. Alderighi, M. Baldoni, C. Baroglio, R. Micalizio, & S. Tedeschi (Eds.), Proceedings of the 25th Workshop “From Objects to Agents”, Bard (Aosta), Italy, July 8-10, 2024 (Vol. 3735, pp. 233–251). CEUR-WS.org. https://ceur-ws.org/Vol-3735/paper_19.pdf
],
date: [2024],
)
)
1 change: 1 addition & 0 deletions nicolasfarabegoli-cv-eng.typ
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#show-header("Nicolas Farabegoli", contact-entries, "none")
#entries-section("Current Position", current-position-entries)
#entries-section("Education", education-entries)
#entries-section("Publications", pubblications)
#entries-section("Professional Experiences", work-experience-entries)

// Skills and languages
Expand Down

0 comments on commit 1fa9dea

Please sign in to comment.