Skip to main content

Conferences & Workshops

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

GARR Conference 2025

03 February 2025 | Conferences & Workshops
GARR Conference 2025

The 2025 edition of the GARR Conference, titled "Digital Frontiers. Shared and independent infrastructures for the future of research", will be hosted by the University of Bari Aldo Moro at the Department of Law from 13 to 15 May. The day of 12 May will be dedicated to training opportunities.

The Conference serves as a key forum for discussion and networking for those who use the GARR network for study, teaching, and research, as well as for those working to innovate and continuously improve the services offered, meeting the evolving needs of users. This annual gathering provides a platform to share experiences, ideas, and visions on the use of digital infrastructures and services across a wide range of disciplines and contexts.

More details on the event, the call for proposals, and registration will be available soon!

  • Interviews

  • Videos of the sessions

  • Slide

  • Gallery

  • Go to the website

GARR Conference 2025

University of Bari

25-13-15 MAY 2025, BARI

Interviews

(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const o of i)if(o.type==="childList")for(const l of o.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&r(l)}).observe(document,{childList:!0,subtree:!0});function t(i){const o={};return i.integrity&&(o.integrity=i.integrity),i.referrerPolicy&&(o.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?o.credentials="include":i.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(i){if(i.ep)return;i.ep=!0;const o=t(i);fetch(i.href,o)}})();var W,f,se,P,Y,fe,j,C={},ae=[],we=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function S(_,e){for(var t in e)_[t]=e[t];return _}function de(_){var e=_.parentNode;e&&e.removeChild(_)}function $e(_,e,t){var r,i,o,l={};for(o in e)o=="key"?r=e[o]:o=="ref"?i=e[o]:l[o]=e[o];if(arguments.length>2&&(l.children=arguments.length>3?W.call(arguments,2):t),typeof _=="function"&&_.defaultProps!=null)for(o in _.defaultProps)l[o]===void 0&&(l[o]=_.defaultProps[o]);return U(_,l,r,i,null)}function U(_,e,t,r,i){var o={type:_,props:e,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:i??++se};return i==null&&f.vnode!=null&&f.vnode(o),o}function B(_){return _.children}function D(_,e){this.props=_,this.context=e}function T(_,e){if(e==null)return _.__?T(_.__,_.__.__k.indexOf(_)+1):null;for(var t;ev?H>x-v?k+=g-v:k--:k=g=0||s=0){if((u=e[l])&&i==u.key&&o===u.type)return l;l--}if(s

GARR Workshop 2024

31 July 2024 | Conferences & Workshops
WORKSHOP GARR 2024

In this edition of the GARR Workshop 2024, we provide updates on the state of the new GARR-T network, enhanced by the European TeRABIT and ICSC projects. Attendees learn about the latest GARR services and the innovative use of fibre infrastructure for no-data services, including time-frequency signal transmission, sensing, and quantum communication. We also focus on security, especially on NIS2, digital identities, cloud technology, and the many applications and services supporting researchers in Italy and across Europe.

The GARR Workshop has long been a crucial gathering for networking experts from the university, education, and research sectors, offering a valuable platform for discussion, exchange, and professional development on the latest technological trends.

Additionally, on 4th November, we will host an event dedicated to training opportunities, featuring in-person courses tailored for GARR user community.

  • Interviews

  • Videos of the sessions

  • Slide

  • Photo Gallery

  • Event website

GARR Workshop 2024

Biblioteca Nazionale Centrale di Roma

5-7 NOVEMBER 2024, ROME

Interviews

(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const o of i)if(o.type==="childList")for(const l of o.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&r(l)}).observe(document,{childList:!0,subtree:!0});function t(i){const o={};return i.integrity&&(o.integrity=i.integrity),i.referrerPolicy&&(o.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?o.credentials="include":i.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(i){if(i.ep)return;i.ep=!0;const o=t(i);fetch(i.href,o)}})();var W,f,se,P,Y,fe,j,C={},ae=[],we=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,K=Array.isArray;function S(_,e){for(var t in e)_[t]=e[t];return _}function de(_){var e=_.parentNode;e&&e.removeChild(_)}function $e(_,e,t){var r,i,o,l={};for(o in e)o=="key"?r=e[o]:o=="ref"?i=e[o]:l[o]=e[o];if(arguments.length>2&&(l.children=arguments.length>3?W.call(arguments,2):t),typeof _=="function"&&_.defaultProps!=null)for(o in _.defaultProps)l[o]===void 0&&(l[o]=_.defaultProps[o]);return U(_,l,r,i,null)}function U(_,e,t,r,i){var o={type:_,props:e,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:i??++se};return i==null&&f.vnode!=null&&f.vnode(o),o}function B(_){return _.children}function D(_,e){this.props=_,this.context=e}function T(_,e){if(e==null)return _.__?T(_.__,_.__.__k.indexOf(_)+1):null;for(var t;ev?H>x-v?k+=g-v:k--:k=g=0||s=0){if((u=e[l])&&i==u.key&&o===u.type)return l;l--}if(s
torna su