document.addEventListener("DOMContentLoaded", function() {
// Seleziona il video principale
const video = document.querySelector("video");
if (video) {
video.setAttribute("fetchpriority", "high"); // ridondante ma sicuro
video.setAttribute("preload", "auto"); // assicura che il browser inizi subito il download
}
});
GARR
The italian research and education network
Ultra-fast connectivity for data and knowledge sharing
About GARR
GARR
The italian research and education network
Ultra-fast connectivity for data and knowledge sharing
About GARR
ULTRA- HIGH CAPACITY INFRASTRUCTURE
INFRASTRUTTURA AD ALTE PRESTAZIONI
-
24000
Optical fiber
-
932
Annual data traffic
-
36
Backbone capacity
-
600
Interconnection to the european GÉANT network
-
20000
Fibra ottica
-
724
traffico dati all’anno
-
20
capacità di dorsale
-
400
interconnessione alla rete europea Géant
-
EXPLORE THE NETWORK
-
REAL TIME STATISTICS
Services
-
Network & Access
-
IP addresses & DNS
-
Domain names
-
Security
-
eduroam
-
Federated identity
-
Digital certificates
-
Applications
-
Webconference
-
Live streaming & Video
Get connected to GARR
-
Who we connect
-
Network access rules
-
Contacts in connected organisations
-
Network and services support
High-speed connections
-
3000000
Users
-
1000
Connected sites
-
120
POPs Nationwide
User community
-
Scientific research
-
University
-
Biomedical research
-
Cultural heritage
-
Schools
-
Performing Arts
International Connection
The GARR network is interconnected with research and educational networks worldwide. Along with other European networks, GARR is a founding member of GÉANT, the European research fiber fibre optic backbone that interconnects European research networks at high capacity and, in turn, is globally interconnected with America, Asia, Africa and Oceania.
GÉANT network
Events
all events
function setDecorativeImagesInNewsGrid() {
const newsGrid = document.getElementById('eventihome-id-en');
if (newsGrid) {
const images = newsGrid.querySelectorAll('img[alt]:not([data-processed])');
images.forEach(img => {
// Marca l'immagine come già processata per evitare loop
img.setAttribute('data-processed', 'true');
img.setAttribute('alt', '');
img.setAttribute('role', 'presentation');
img.setAttribute('aria-hidden', 'true');
});
if (images.length > 0) {
console.log(`Impostate come decorative ${images.length} nuove immagini`);
}
}
}
// MutationObserver più sicuro
const observer = new MutationObserver(function(mutations) {
let hasNewImages = false;
mutations.forEach(mutation => {
if (mutation.type === 'childList') {
mutation.addedNodes.forEach(node => {
if (node.nodeType === 1) {
if (node.tagName === 'IMG' || node.querySelector('img')) {
hasNewImages = true;
}
}
});
}
});
// Solo se ci sono nuove immagini, non per modifiche agli attributi
if (hasNewImages) {
setTimeout(setDecorativeImagesInNewsGrid, 100);
}
});
document.addEventListener('DOMContentLoaded', function() {
setDecorativeImagesInNewsGrid();
observer.observe(document.body, {
childList: true,
subtree: true
// Rimosso attributes per evitare loop
});
});
Opportunities
-
Training
GARR provides its user community with a variety of courses and webinars on network management, cybersecurity, data protection, monitoring, digital identity, Open Educational Resources (OER), and advanced services. These activities aim to facilitate knowledge-sharing within the Research and Education community about new technologies and services.
-
Scolarships
Every year, GARR offers scholarships, named after Prof. Orio Carlini, to support 10 young talents pursuing studies or research in fields related to digital infrastructures and their multidisciplinary use. These scholarships aim to foster innovation and consist in a 12-month research project conducted at one of the organisations connected to GARR network.
-
GÉANT Innovation Programme
The GÉANT Innovation Program is a funding opportunity for innovative projects promoted by the European Research Network. The topics on which proposals can be submitted are: multimedia, networking, trust&identity, digital health, privacy and security. It's a chance to explore new concepts and drive progress in technology, business practices, human capital, and sustainability within the GÉANT community.
National and european projects
Video
-
GARR Network: Ultrafast connections for data and knowledge sharing
-
GARR Services for a community on the move
-
eduroam easy, simple and secure (ENG sub)
-
Butterfly Project on stage at the Teatro Comunale di Modena: Inside the Notes – Opera for Future
ABOUT US
GARR network is designed and managed by Consortium GARR, a non-profit association founded under the auspices of the Ministry of University and Research. The members are CNR, ENEA, CRUI Foundation, INAF, INFN, INGV, Italian public universities, Scientific Institute for Research, Hospitalization and Healthcare (IRCCS) and the Experimental Zooprophylactic Institutes (IZS)
-
Organisation
-
GARR Members