Welcome to my website!

About me

I have a PhD in Data Science and Computation at the university of Bologna.
I did my doctoral studies at CERN working on advanced computing techniques for the Compact Muon Solenoid experiment.
I developed a framework for parameter tuning in use in the experiment for optimizing the particle track reonstruction software.
I studied lossless compression techniques for storing the experiment RAW data, and developed and maintained a framework to orchestrate calibration workflows.

I previously held a research fellow at the INFN-CNAF computing centre where I worked on the IoTwins Horizon 2020 project for the development of Digital Twins for small and medium enterprises.

I graduated in Physics in Bologna, with a Master’s in applied physics. I tutored the courses in C++ Programming for Physics and Applied Machine Learning, and have been a lecturer for C++, Python and git.

Continue reading

Latest publication

S. Rossi Tisbeni, F. Pantaleo, A. Di Florio, A. Arabiat, and C. Hoang, Patatune: A Framework for Multi-Objective Optimization of Track Reconstruction Algorithms, Connecting The Dots (2025).

All publications

Latest blog

Embedding a Jupyter Notebook on a static web page

Posted on 11 November 2022 in posts

Jupyter notebook has been the leading software for interactive computing in Python and, more recently, many other coding languages. It's usefulness have made it more or less ubiquitous in data science and more generally in scientific research.

In this blog, I will often present code snippets in jupyter notebook, and I wanted to find out how to share them on static web pages. In this …

Continue reading