Play
Pause
Reflections on the Media Landscape

Reflections on the Media Landscape

Number of Episodes:

0

Produced By:

Dr. Baraa Almonlla

Broadcast Date:

Friday 21:00 PM

Reflections on the Media Landscape

A radio talk program that explores the evolving Syrian media landscape after liberation. Hosted by the presenter with a range of media professionals, researchers, and specialists, the program sheds light on key aspects of the sector, including institutional structures, media management, editorial discourse, and professional codes of conduct. Through in-depth discussions, it aims to examine the challenges and opportunities of this new phase and contribute to shaping a professional, responsible media environment that serves society and promotes transparency and credibility.

Number of Episodes:

0

Produced By:

Dr. Baraa Almonlla

Broadcast Date:

Friday 21:00 PM

Recent Episodes

No data was found

Subscribe For The Latest Episodes

Subscribe to receive all the latest updates from Radio Al Balad

document.addEventListener('DOMContentLoaded', function () { const wpmlItems = document.querySelectorAll( '.menu-item-wpml-ls-item.menu-item-has-children' ); wpmlItems.forEach(function (item) { const link = item.querySelector(':scope > a.has-submenu'); if (!link) return; link.addEventListener('click', function (e) { // Only change behavior on desktop if (window.innerWidth <= 1024) { return; } e.preventDefault(); e.stopPropagation(); const isOpen = item.classList.contains('wpml-click-open'); // Close other WPML language dropdowns wpmlItems.forEach(function (otherItem) { otherItem.classList.remove('wpml-click-open'); const otherLink = otherItem.querySelector(':scope > a.has-submenu'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } }); // Open this one if (!isOpen) { item.classList.add('wpml-click-open'); link.setAttribute('aria-expanded', 'true'); } }); }); // Close when clicking somewhere else document.addEventListener('click', function (e) { if (!e.target.closest('.menu-item-wpml-ls-item.menu-item-has-children')) { wpmlItems.forEach(function (item) { item.classList.remove('wpml-click-open'); const link = item.querySelector(':scope > a.has-submenu'); if (link) { link.setAttribute('aria-expanded', 'false'); } }); } }); });