USAID grants $880,000 for 44 water projects in Irbid

No Image

AMMAN — USAID has awarded $880,000 (around JD623,400) to 28 charitable and cooperative societies in Irbid for the installation of 44 rainwater-harvesting cisterns and other community-based water projects in northern Jordan.

In a statement released Sunday, the US agency said “these efforts build on the recent installation of rainwater-harvesting cisterns in 221 locations in north Jordan, as well as the rehabilitation of the Jaber Pump Station in support of Yarmouk Water Company.”

The station, unveiled in a ceremony late last week, will provide 195 cubic metres of freshwater per hour for 58,000 residents in Irbid Governorate, 80km north of Amman, and bring total USAID contributions to community-based water projects in the northern governorates to $1.4 million.

“USAID remains committed to working with communities and local organisations to alleviate water scarcity and meet ever-increasing demand,” the statement quoted USAID Mission Director Beth Paige as saying.

“The grants awarded today will allow communities to take a leading role in responding to their water needs,” Paige added at the grant ceremony, also held late last week.

These activities fall under the Community-Based Initiatives for Water Demand Management Project, funded by USAID and implemented by Mercy Corps.

This partnership has been building the capacity of community-based organisations since 2006 to address water scarcity and raise the efficiency of water usage in rural areas, 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'); }); }); });