Minister reiterates Jordan’s commitment to Syria’s reconstruction


JEA, Syrian counterpart sign MoU to boost cooperation 


AMMAN — Public Works and Housing Minister Maher Abul Samen on Wednesday reiterated Jordan’s support for Syria’s reconstruction efforts.

During a meeting with Syrian Engineers Syndicate President Malek Haj Ali, Abul Samen highlighted His Majesty King Abdullah’s directives to provide all possible assistance in supporting Syria’s recovery, according to a ministry statement.

The minister noted that Jordanian sectors, particularly engineering and consultancy, are ready to extend support and establish strategic partnerships with Syrian counterparts to contribute to the reconstruction of infrastructure and development projects.

He stressed the extensive expertise and competence of Jordan’s engineering and contracting sectors, calling for the utilisation of these capabilities in upcoming Syrian reconstruction initiatives.

For his part, Haj Ali expressed appreciation for Jordan’s continued support, noting the severe damage inflicted on both public and private infrastructure in Syria. He also highlighted Syria’s interest in drawing on Jordanian experience during the reconstruction phase.

Also on Wednesday, the Jordan Engineers Association (JEA) signed a Memorandum of Understanding (MoU) with its Syrian counterpart, aimed at enhancing cooperation in engineering, vocational and scientific fields.

The MoU was signed by JEA President Abdullah Ghusheh and his Syrian counterpart in the presence of representatives from both associations.

As part of the partnership, JEA is preparing a comprehensive study to identify potential opportunities for engagement in Syria. The study covers areas such as urban planning, sustainable urban development and housing strategies, with a focus on meeting the needs of returning residents and ensuring efficient use of resources and space.

It also addresses the rehabilitation of key infrastructure sectors, including energy, water and sanitation, electricity, transportation and roads, all considered essential for economic recovery and the restoration of daily life in affected areas, according to the statement.

The study also includes the rehabilitation of historic and heritage buildings to preserve the architectural and cultural identity of Syrian communities, while ensuring their structural safety and integration into modern urban planning frameworks.

Another key focus of the roadmap is enhancing governance and risk management by strengthening engineering institutions and community-based organisations, thereby enabling more flexible and effective oversight of reconstruction projects and improving preparedness for future crises and emergencies.

To oversee the implementation of the memorandum and ensure coordinated efforts, a joint committee will be established, according to the statement.

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