Workshop & Symposium

1st Aviation Meteorology 360° Workshop

A recently launched workshop entitled Aviation Meteorology 360° integrates academic insight with practical expertise to facilitate a comprehensive exploration of atmospheric phenomena.

Symposium image

The event will convene researchers, weather forecasters, meteorologists, pilots, flight dispatchers, and other aviation professionals to exchange knowledge and engage with emerging developments in the field.

1st Aviation Meteorology 360° Symposium

Held alongside the Aviation Meteorology 360° Workshop, the Aviation Meteorology 360° Symposium offers a platform for sharing original research and insights on aviation weather, modeling, and forecasting technologies.

Symposium Main Topics

  • Observation and Forecasting Systems
  • Weather Hazards and Risk Management
  • Weather Information for Flight Planning
  • Training and Education in Aviation Meteorology
  • Collaborative Decision Making (CDM)
  • Technological Innovations
  • Climate Change and Sustainability in Aviation
function startCountdown() { const targetDate = new Date(“2025-11-24T00:00:00”); const countdownElement = document.getElementById(“countdown”); function updateCountdown() { const now = new Date(); const diff = targetDate – now; if (diff <= 0) { countdownElement.innerHTML = "The event has started!"; clearInterval(interval); return; } const days = Math.floor(diff / (1000 * 60 * 60 * 24)); const hours = Math.floor((diff / (1000 * 60 * 60)) % 24); const minutes = Math.floor((diff / (1000 * 60)) % 60); const seconds = Math.floor((diff / 1000) % 60); countdownElement.innerHTML = days + " days " + hours + " hours " + minutes + " minutes " + seconds + " seconds left until the event."; } updateCountdown(); const interval = setInterval(updateCountdown, 1000); } document.addEventListener("DOMContentLoaded", startCountdown);