ACI launches digital platform for industrial waste exchange

ACI launches digital platform for industrial waste exchange
The Amman Chamber of Industry on Sunday launches a digital platform for industrial waste exchange, the first of its kind in Jordan (JT file)

AMMAN — The Amman Chamber of Industry (ACI) on Sunday launched a digital platform for industrial waste exchange, the first of its kind in Jordan, in a qualitative step towards promoting circular economy practices and sustainability in the industrial sector.

The platform, which was launched with the support of the German Agency for International Cooperation (GIZ) through the "Green Activities in Industrial Facilities" project, funded by the German Federal Ministry for Economic Cooperation and Development (BMZ), the Jordan News Agency, Petra, reported.

It will contribute to transforming environmental challenges into real economic opportunities, said President of the Jordan and Amman Chambers of Industry Fathi Jaghbir, during a meeting at the chamber's headquarters.

The platform seeks to stimulate industrial exchange between factories by offering reusable waste as raw materials in other industries, reducing waste, lowering costs and enhancing partnerships between sectors, according to a statement from Amman Industry.

For his part, the Secretary General of the Ministry of Environment, Jihad Alswaier, pointed out that the transition to a green and circular economy has become a strategic and indispensable option for the Kingdom.

He added that this transition can only be achieved through a sustainable partnership based on mutual trust between the government and the industrial sector, praising the launch of this waste exchange platform, where waste has become a "recoverable" resource, not a "worthless" waste.

"Industrial Waste Exchange" is a digital platform that aims to enable industrial enterprises to display non-hazardous waste resulting from their production processes, and exchange it with other industrial enterprises that can use it as raw materials, thus enhancing industrial cooperation opportunities, achieving economic benefits and saving on waste disposal costs and purchasing raw materials.

The platform will also contribute to minimising the environmental impact of industrial activity and stimulate innovation opportunities in the field of recycling and reuse, within an integrated framework of circular economy concepts

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