FAO, RSS sign agreement promoting community forest fire engagement

FAO Representative in Jordan Nabil Assaf and Vice President and Executive Director of the Sustainable Solutions Sector at the RSS Rafat Assi sign a letter of agreement on Tuesday (Photo courtesy of FAO)

AMMAN — The Food and Agriculture Organisation of the United Nations (FAO) and the Royal Scientific Society (RSS) on Tuesday signed a letter of agreement to support community engagement in integrated forest fire management.

This agreement falls under the activities of the “Enhancing the capacity of the forestry sector to control and manage forest fires in Jordan” project which addresses the country’s technical capacity needs and supports the Ministry of Agriculture / Forestry Department as well as the neighbouring communities in regard to forest fire management, according to a FAO statement.

FAO Representative in Jordan Nabil Assaf said: “This agreement is a continuation of FAO’s support to the Government of Jordan and to the agricultural sector in facing natural disasters and achieving the Sustainable Development Goals (SDGs), mainly SDG2- Zero Hunger, to eliminate hunger, food insecurity and malnutrition”.

“Also, supporting national efforts to control forest fires and alleviate their effects is expected to improve the sector’s capacity and contribution to the national development process,” Assaf added.

Vice President and Executive Director of the Sustainable Solutions Sector at the RSS Rafat Assi stressed the role of local communities in dealing with and being aware of neighbouring forest fires.

“The forest cover is limited, so it is essential to control forest fires in the Kingdom,” Assi said.

Moreover, the letter of agreement includes activities such as conducting awareness campaigns, developing community-based forest fire management initiatives, and investigating the potential of community-based traditional governance modalities in forest fire management as well as the legal issues related to such engagements. These activities will be implemented in the next five months.

Forest protection is a pillar of the United Nations Sustainable Development Goal 15: “Protect, restore and promote sustainable use of terrestrial ecosystems, sustainably manage forests, combat desertification, halt and reverse land degradation and halt biodiversity loss.”

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