Researcher profile

F. Rossi

F. Rossi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
7works
0followers
6topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

7 published item(s)

preprint2026arXiv

HP2C-DT: High-Precision High-Performance Computer-enabled Digital Twin

Digital twins are transforming the way we monitor, analyze, and control physical systems, but designing architectures that balance real-time responsiveness with heavy computational demands remains a challenge. Cloud-based solutions often struggle with latency and resource constraints, while edge-based approaches lack the processing power for complex simulations and data-driven optimizations. To address this problem, we propose the High-Precision High-Performance Computer-enabled Digital Twin (HP2C-DT) reference architecture, which integrates High-Performance Computing (HPC) into the computing continuum. Unlike traditional setups that use HPC only for offline simulations, HP2C-DT makes it an active part of digital twin workflows, dynamically assigning tasks to edge, cloud, or HPC resources based on urgency and computational needs. Furthermore, to bridge the gap between theory and practice, we introduce the HP2C-DT framework, a working implementation that uses COMPSs for seamless workload distribution across diverse infrastructures. We test it in a power grid use case, showing how it reduces communication bandwidth by an order of magnitude through edge-side data aggregation, improves response times by up to 2x via dynamic offloading, and maintains near-ideal strong scaling for compute-intensive workflows across a practical range of resources. These results demonstrate how an HPC-driven approach can push digital twins beyond their current limitations, making them smarter, faster, and more capable of handling real-world complexity.

preprint2022arXiv

The peculiar short-duration GRB 200826A and its supernova

Gamma-ray bursts (GRBs) are classified as long and short events. Long GRBs (LGRBs) are associated with the end states of very massive stars, while short GRBs (SGRBs) are linked to the merger of compact objects. GRB 200826A was a peculiar event, because by definition it was a SGRB, with a rest-frame duration of ~ 0.5 s. However, this event was energetic and soft, which is consistent with LGRBs. The relatively low redshift (z = 0.7486) motivated a comprehensive, multi-wavelength follow-up campaign to characterize its host, search for a possible associated supernova (SN), and thus understand the origin of this burst. To this aim we obtained a combination of deep near-infrared (NIR) and optical imaging together with spectroscopy. Our analysis reveals an optical and NIR bump in the light curve whose luminosity and evolution is in agreement with several LGRB-SNe. Analysis of the prompt GRB shows that this event follows the $E_{\rm p,i}-E_{\rm iso}$ relation found for LGRBs. The host galaxy is a low-mass star-forming galaxy, typical for LGRBs, but with one of the highest star-formation rates (SFR), especially with respect to its mass ($\log M_\ast/M_\odot = 8.6$, SFR $\sim 4.0 \,M_\odot$/yr). We conclude that GRB 200826A is a typical collapsar event in the low tail of the duration distribution of LGRBs. These findings support theoretical predictions that events produced by collapsars can be as short as 0.5 s in the host frame and further confirm that duration alone is not an efficient discriminator for the progenitor class of a GRB.

preprint2021arXiv

The large inner Micromegas modules for the Atlas Muon Spectrometer Upgrade: construction, quality control and characterization

The steadily increasing luminosity of the LHC requires an upgrade with high-rate and high-resolution detector technology for the inner end cap of the ATLAS muon spectrometer: the New Small Wheels (NSW). In order to achieve the goal of precision tracking at a hit rate of about 15 kHz/cm$^2$ at the inner radius of the NSW, large area Micromegas quadruplets with 100\,\microns spatial resolution per plane have been produced. % IRFU, from the CEA research center of Saclay, is responsible for the production and validation of LM1 Micromegas modules. The construction, production, qualification and validation of the largest Micromegas detectors ever built are reported here. Performance results under cosmic muon characterisation will also be discussed.

preprint2013arXiv

IPN localizations of Konus short gamma-ray bursts

Between the launch of the \textit{GGS Wind} spacecraft in 1994 November and the end of 2010, the Konus-\textit{Wind} experiment detected 296 short-duration gamma-ray bursts (including 23 bursts which can be classified as short bursts with extended emission). During this period, the IPN consisted of up to eleven spacecraft, and using triangulation, the localizations of 271 bursts were obtained. We present the most comprehensive IPN localization data on these events. The short burst detection rate, $\sim$18 per year, exceeds that of many individual experiments.

preprint2013arXiv

IRIDE White Book, An Interdisciplinary Research Infrastructure based on Dual Electron linacs&lasers

This report describes the scientific aims and potentials as well as the preliminary technical design of IRIDE, an innovative tool for multi-disciplinary investigations in a wide field of scientific, technological and industrial applications. IRIDE will be a high intensity 'particle factory', based on a combination of a high duty cycle radio-frequency superconducting electron linac and of high energy lasers. Conceived to provide unique research possibilities for particle physics, for condensed matter physics, chemistry and material science, for structural biology and industrial applications, IRIDE will open completely new research possibilities and advance our knowledge in many branches of science and technology. IRIDE will contribute to open new avenues of discoveries and to address most important riddles: What does matter consist of? What is the structure of proteins that have a fundamental role in life processes? What can we learn from protein structure to improve the treatment of diseases and to design more efficient drugs? But also how does an electronic chip behave under the effect of radiations? How can the heat flow in a large heat exchanger be optimized? The scientific potential of IRIDE is far reaching and justifies the construction of such a large facility in Italy in synergy with the national research institutes and companies and in the framework of the European and international research. It will impact also on R&D work for ILC, FEL, and will be complementarity to other large scale accelerator projects. IRIDE is also intended to be realized in subsequent stages of development depending on the assigned priorities.

preprint2010arXiv

Local search for stable marriage problems

The stable marriage (SM) problem has a wide variety of practical applications, ranging from matching resident doctors to hospitals, to matching students to schools, or more generally to any two-sided market. In the classical formulation, n men and n women express their preferences (via a strict total order) over the members of the other sex. Solving a SM problem means finding a stable marriage where stability is an envy-free notion: no man and woman who are not married to each other would both prefer each other to their partners or to being single. We consider both the classical stable marriage problem and one of its useful variations (denoted SMTI) where the men and women express their preferences in the form of an incomplete preference list with ties over a subset of the members of the other sex. Matchings are permitted only with people who appear in these lists, an we try to find a stable matching that marries as many people as possible. Whilst the SM problem is polynomial to solve, the SMTI problem is NP-hard. We propose to tackle both problems via a local search approach, which exploits properties of the problems to reduce the size of the neighborhood and to make local moves efficiently. We evaluate empirically our algorithm for SM problems by measuring its runtime behaviour and its ability to sample the lattice of all possible stable marriages. We evaluate our algorithm for SMTI problems in terms of both its runtime behaviour and its ability to find a maximum cardinality stable marriage.For SM problems, the number of steps of our algorithm grows only as O(nlog(n)), and that it samples very well the set of all stable marriages. It is thus a fair and efficient approach to generate stable marriages.Furthermore, our approach for SMTI problems is able to solve large problems, quickly returning stable matchings of large and often optimal size despite the NP-hardness of this problem.

preprint2010arXiv

The Interplanetary Network Supplement to the HETE-2 Gamma-Ray Burst Catalog

Between 2000 November and 2006 May, one or more spacecraft of the interplanetary network (IPN) detected 226 cosmic gamma-ray bursts that were also detected by the FREGATE experiment aboard the HETE-II spacecraft. During this period, the IPN consisted of up to nine spacecraft, and using triangulation, the localizations of 157 bursts were obtained. We present the IPN localization data on these events.