RSS holds ‘Policy Dialogue for Climate’ conference in Tunisia

RSS holds ‘Policy Dialogue for Climate’ conference in Tunisia

AMMAN - The Royal Scientific Society organised a conference titled “High-Level Policy Dialogue” at the municipal level in Tunisia, within the framework of MINARET project “The MENA Region Initiative as A Model of Nexus and Renewable Technologies”.

The conference aimed to put local governance structures at the driver’s seat of integrated and innovative climate action, and highlighted cities as the engines of economies and municipalities as the heart of demand-driven resources management.

The regional initiative “MINARET” is being implemented by the Royal Scientific Society with the support of the Internationale Zusammenarbeit (GIZ), targeting municipalities in Jordan, Lebanon and Tunisia, with the aim to empower municipal governance for climate resilience by adopting the water-energy-food Nexus Approach.

The conference brought together a number of decision-makers and representatives from Line Ministries (Interior, Energy, Water and Environment), as well as the targeted municipalities, international organisations, experts and activists in the fields of climate change in Tunisia to discuss the important role that local governance structures play in preparing their societies to meet the challenges of climate change with integrated solutions.

Side workshop was also convened by the Royal Scientific Society under “Public-Finance for Municipalities” to equip the governance structures with tool and hands on techniques to make their cities inclusive, safe, resilient, sustainable and climate-friendly.

The workshop was led by an Access to Finance Expert specialised in economic governance and decentralisation at the municipal level.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });