VIDEO
GALLERY

Drought Observatory Part 3

Leandro Rocchi
Category: Drought Observatory, Services

Drought Observatory Part 2

Ramona Magno
Category: Drought Observatory, Services

Drought Observatory Part 1

Tiziana De Filippis
Category: Drought Observatory, Services

Anadia 2.0 – Assistance Agrométéo

Category: Anadia, Integrated Projects

Anadia 2.0 – Slapis

Category: Anadia, climateservices.it, Integrated Projects

Anadia 2.0 – Le Projet

Category: Anadia, Integrated Projects

Anadia 2.0 – Témoignages

Category: Anadia, Integrated Projects

Assistance Agrométéo Ourogueladjo

Category: Anadia, Integrated Projects

Assistance Agrométéo Tounouga

Category: Anadia, Integrated Projects

Assistance Agrométéo Namaro

Category: Anadia, Integrated Projects

Assistance Agrométéo Kieche

Category: Anadia, Integrated Projects

Assistance Agrométéo Tessa

Category: Anadia, Integrated Projects

Assistance Agrométéo Guecheme

Category: Anadia, Integrated Projects

TOPACS The making of

Category: TOPaCS, WMO RTC Italy

TOPACS Promo

Category: TOPaCS, WMO RTC Italy

AGROMET DOC

Category: Agromet, WMO RTC Italy

AGROMET Promo

Category: Agromet, WMO RTC Italy

Seasonal Forecast Basic

TOPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Extreme Events Analysis

TOPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Basics of Agrometeorology

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Drought Management and Forecasting

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Monitoring Soil Moisture

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

The Impacts of Climate Change

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Introduction to Climate Variability

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Risk Reduction

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Modeling Principles

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate and Risk Communication

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Data Analysis Software and Tools

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Drought Observatory Part 3

Leandro Rocchi
Category: Drought Observatory, Services

Drought Observatory Part 2

Ramona Magno
Category: Drought Observatory, Services

Drought Observatory Part 1

Tiziana De Filippis
Category: Drought Observatory, Services

Drought Observatory Part 3

Leandro Rocchi
Category: Drought Observatory, Services

Drought Observatory Part 2

Ramona Magno
Category: Drought Observatory, Services

Drought Observatory Part 1

Tiziana De Filippis
Category: Drought Observatory, Services

TOPACS The making of

Category: TOPaCS, WMO RTC Italy

TOPACS Promo

Category: TOPaCS, WMO RTC Italy

AGROMET DOC

Category: Agromet, WMO RTC Italy

AGROMET Promo

Category: Agromet, WMO RTC Italy

Seasonal Forecast Basic

TOPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Extreme Events Analysis

TOPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Basics of Agrometeorology

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Drought Management and Forecasting

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Monitoring Soil Moisture

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

The Impacts of Climate Change

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Introduction to Climate Variability

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Risk Reduction

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Modeling Principles

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate and Risk Communication

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy

Climate Data Analysis Software and Tools

ToPaCS Course Introduction
Category: TOPaCS, WMO RTC Italy
document.addEventListener('DOMContentLoaded', function () { var tablists = document.querySelectorAll('[role="tablist"]'); tablists.forEach(function (tablist) { var tabs = tablist.querySelectorAll('[role="tab"]'); tabs.forEach(function (tab, i) { var isSelected = tab.getAttribute('aria-selected') === 'true'; tab.setAttribute('tabindex', isSelected ? '0' : '-1'); tab.addEventListener('keydown', function (e) { var newIndex = null; if (e.key === 'ArrowRight') newIndex = (i + 1) % tabs.length; if (e.key === 'ArrowLeft') newIndex = (i - 1 + tabs.length) % tabs.length; if (newIndex !== null) tabs[newIndex].focus(); }); tab.addEventListener('click', function () { tabs.forEach(function (t) { t.setAttribute('aria-selected', 'false'); t.setAttribute('tabindex', '-1'); }); tab.setAttribute('aria-selected', 'true'); tab.setAttribute('tabindex', '0'); }); }); }); }); document.addEventListener('DOMContentLoaded', function () { const videoTriggers = document.querySelectorAll('[role="button"][tabindex="0"]'); videoTriggers.forEach(function (el) { el.addEventListener('keydown', function (e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); el.click(); // simula il click per attivare il lightbox } }); }); });