Jordan, Lebanon, Iraq and Syria set path towards food security

Jordan, Lebanon, Iraq and Syria set path towards food security

Communiqué of quadripartite meeting affirms cooperation in agriculture


AMMAN — The agriculture ministers of Jordan, Lebanon, Iraq and Syria on Monday agreed to support the Kingdom's initiative to host the regional observatory for food security, in order to participate in constructing policies that provide successful emergency solutions to food security issues.

In the final communiqué of the quadripartite meeting, announced by Agriculture Minister Khalid Hneifat during a press conference, the ministers approved a proposal by the World Food Programme to conduct a study on the possibility of establishing a regional centre for food security in Jordan, the Jordan News Agency, Petra, reported.

The ministers agreed on the importance of increasing food security and enhancing integration due to current global changes, expectations of increased demand for food, price hikes and food-producing and food-importing countries’ plans to increase strategic reserves.

Hneifat stressed the willingness of the participating countries to enhance commercial exchange, facilitate the flow of agricultural produce, prepare plans to develop technical cooperation in the agriculture sector, exchange expertise and build agricultural workers’ capacity.

According to the communiqué, the ministers of agriculture welcomed a proposal to establish partnerships in agricultural marketing, supporting the efforts of the Jordanian-Palestinian Agricultural Marketing Company to promote the exchange of agricultural goods.

The proposal also planned to develop contracts and move towards non-traditional agriculture.

They also agreed to cooperate on the creation of an agricultural calendar that reflects yield and production dates to further agricultural integration among all parties.

The ministers decided to facilitate trade movements among the participating countries, also planning to develop infrastructure, encourage investments and provide an environment that enhances product availability and boosts food industry efficiency.

The ministers also called to increase coordination to face all climate change-related challenges, water scarcity, and the spread of epidemics.

In addition to Hneifat, the meeting featured the participation of Syrian Agriculture Minister Muhammad Qatna, Iraqi Agriculture Minister Muhammad Khafaji and Lebanese Agriculture Minister Abbas Hajj Hassan.

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