Kingdom’s ‘actual capital’ lies in its people — Prince Hassan

Kingdom’s ‘actual capital’ lies  in its people — Prince Hassan

Dutch-funded programme sought to prepare communities for changing climate, gender roles


AMMAN — HRH Prince Hassan, head of the West Asia/North Africa Institute (WANA), on Tuesday precided over the closing ceremony of the “Enabling Communities for Climate Change Adaptation Planning: Understanding Gender Roles” project.

WANA launched the project with funding from the Netherlands, the Jordan News Agency, Petra, reported.

In his address, the prince stressed that the Kingdom’s “actual capital” lies in the empowerment of its people and their ability to contribute to its development.

He highlighted the importance of building partnerships between decision makers, civil society and citizens, and the necessity of setting comprehensive policies in order to balance priorities, create holistic visions to overcome challenges and develop skills.

Prince Hassan pointed to the connection between agriculture and nutrition and the need to develop “clear-cut” programmes and policies to mitigate the effects of hunger and water problems, according to Petra.

He called for increased attention to water pollution, for its “significant impact” on human health.

The prince also stressed that accurate maps would contribute to the integration of spatial, human and economic depth.

“The project has provided Jordanian youth with the opportunity to understand climate change and the importance of adapting to it,” Mark Hassler, a senior Dutch official at the embassy in Amman, said.

He added that the Dutch government would continue to support Jordan in its efforts to adjust to climate change.

.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'); }); }); });