Skip to main content

Events

Trieste Next 2025

12 September 2025 | Conferences & Workshops

From 26 to 28 September, Trieste Next returns with a new edition of the Festival of Scientific Research, which every year transforms the city into a vast stage for science.

This year’s edition, entitled “La vita dentro. Dialoghi tra Scienza e Tecnologie” (“Life Within. Dialogues between Science and Technologies”), explores the relationship between science and society and the role of technologies in redefining our lives.

Among the key participants is GARR, which on 27 September from 10:00 to 11:15 will take part in the session “Il supercalcolo per la ricerca” (“Supercomputing for Research”), alongside experts from the PNRR projects TeRABIT and ICSC – National Research Centre in High Performance Computing, Big Data and Quantum Computing.

  • Event website

  • Photogallery

Trieste Next 2025

Piazza Unità d’Italia

26-28 September 2025, Trieste

GARR at the Festival

“Il supercalcolo per la ricerca” (Supercomputing for Research) By the end of 2025, Italy will complete the development of its national cloud-based supercomputing infrastructure, funded through the NRRP. Leading this effort are the projects ICSC – National Research Centre in High Performance Computing, Big Data and Quantum Computing, and TeRABIT (Terabit Network for Research and Academic Big Data in ITaly). Together with the scientific and technological representatives of these projects, we will explore the features and potential of supercomputing in the context of the evolution and adoption of a frontier technology such as quantum computing.

Speakers include Silvia Calegari, INFN Infrastructure Manager for the TeRABIT project; Massimo Carboni, Deputy Director and Chief Technical Officer at GARR; Alessia D’Orazio, Research Manager at ICSC – National Research Centre in High Performance Computing, Big Data and Quantum Computing; and Elisa Zuccolo, Senior Researcher at OGS. The session will be moderated by Matteo Massicci from the ICSC Communications Office.

Photo Gallery

Would you like to learn more about GARR events?

Contact us

Towards Einstein Telescope: results from TeRABIT and ETIC

30 June 2025 | Conferences & Workshops
Towards Einstein Telescope: the results of TeRABIT and ETIC

The event “Verso Einstein Telescope: i risultati di TeRABIT e ETIC - Dai progetti PNRR reti iperveloci e laboratori avanzati per lo sviluppo della ricerca e del territori (Towards Einstein Telescope: the results of TeRABIT and ETIC – Ultra-fast networks and advanced laboratories from PNRR projects to support research and regional development)” is an opportunity to present the outcomes and future perspectives of the strategic TeRABIT and ETIC projects, funded by the PNRR and key to Italy’s scientific and technological growth.

A moment of dialogue between institutions, universities and research bodies on the crucial role of infrastructure and advanced connectivity. The focus of the day will be the achievements in Sardinia in the areas of fibre optic networks, supercomputing, and cutting-edge laboratories, which also support Italy’s bid to host the Einstein Telescope.

  • Find out more

  • Programme

  • Interviews

  • Videos of the session

  • Photo Gallery

TeRABIT and ETIC event

Università degli Studi di Cagliari, Aula Magna del Rettorato
Via Università, 40

9 July 2025, Cagliari

Interviews & Press reviews

  • Einstein Telescope, Tira: "Con TeRABIT ed Etic, Sardegna al centro d'Europa"

  • RAI News TGR - Einstein Telescope: i nuovi laboratori ETIC e i risultati di TeRABIT

  • RAI News TGR - Einstein Telescope: una rete ad altissima velocità in Sardegna

Videos of the session

Photo Gallery

Would you like to learn more about GARR events?

Contact us

GARR Workshop 2025

28 May 2025 | Conferences & Workshops
WORKSHOP GARR 2025

The new edition of the GARR - Net Makers workshop will be hosted at the Department of Architecture of the Roma Tre University from 3 to 5 November 2025.

The workshop has always been an important event for networking experts from the research and education community: an opportunity for discussion and comparison on current technological topics, but also for professional updating.

  • Interviews

  • The Visual Story

  • Videos of the sessions

  • Slide

  • Photo Gallery

  • Event website

  • Programme

GARR Workshop 2025

Roma Tre University
Departiment of Architecture

Entry from:
Piazza Orazio Giustiniani, 4
Largo Giovanni Battista Marzi, 10

3-5 NOVEMBER 2025, ROME

GARR Workshop: The Visual Story

Interviews

// Configurazione const MAX_VIDEOS = 5; const TAG_FILTER = 'interviste-ws25'; const API_BASE_URL = 'https://garr.tv/api/v1/videos'; // Funzione per recuperare i video più recenti async function fetchRecentVideos() { const apiUrl = API_BASE_URL + '?tagsOneOf=' + TAG_FILTER + '&sort=-originallyPublishedAt&count=' + MAX_VIDEOS; console.log('API URL:', apiUrl); try { const response = await fetch(apiUrl); if (!response.ok) { throw new Error('Request failed with status: ' + response.status); } const data = await response.json(); return processVideoData(data); } catch (error) { console.error('Error fetching videos:', error); return []; } } // Funzione per processare i dati dei video function processVideoData(apiResponse) { const videos = []; const videoList = apiResponse.data || []; console.log('API Response:', apiResponse); console.log('Video list:', videoList); for (let i = 0; i < MAX_VIDEOS && i < videoList.length; i++) { const video = videoList[i]; console.log('Video object:', video); const embedUrl = 'https://garr.tv/videos/embed/' + video.uuid; console.log('Embed URL:', embedUrl); videos.push({ title: video.name, videoSrc: embedUrl, publishedAt: video.originallyPublishedAt || video.publishedAt }); } console.log('Processed videos:', videos); return videos; } // Funzione per creare una card video function createVideoCard(video) { // Escape HTML characters per il title const escapedTitle = video.title .replace(/&/g, '&') .replace(/"/g, '"') .replace(//g, '>'); return '
' + '
' + '

' + video.title + '

' + '
' + '' + '' + '
' + '
' + '
'; } // Funzione per renderizzare i video function renderVideos(videos) { const container = document.getElementById('garr-videos-container'); if (videos.length === 0) { container.innerHTML = '

Nessun video trovato.

'; return; } const videosHTML = videos.map(video => createVideoCard(video)).join(''); container.innerHTML = '
' + videosHTML + '
'; } // Funzione principale async function initVideoGallery() { const container = document.getElementById('garr-videos-container'); container.innerHTML = '

Caricamento video...

'; const videos = await fetchRecentVideos(); renderVideos(videos); } // Avvia l'applicazione quando il DOM è pronto if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initVideoGallery); } else { initVideoGallery(); }

Videos of the sessions

Click on the menu at the top left of the player to browse the playlist

Slide

document.documentElement.classList.add("k-ui-j5", "k-ui-j5-site");document.documentElement.classList.add('k-js-enabled');

Photogallery

Would you like to learn more about GARR events?

Contact us

torna su