Cocoon Factory opened in Karak's Al Hussein Industrial Estate 

Cocoon Factory opened in Karak's Al Hussein Industrial Estate 
Agriculture Minister Khaled Hneifat on Saturday inaugurates Cocoon Factory, an agricultural production factory at Al Hussein Industrial Estate (Petra photo)

Factory helps save water, combat climate change


AMMAN — Agriculture Minister Khaled Hneifat on Saturday inaugurated an agricultural production factory at Al Hussein Industrial Estate.

During the inauguration ceremony, Hneifat said that the Cocoon Factory is a "qualitative" project that aims to support the national economy and contribute to enhancing the circular economy and environment sustainability, the Jordan News Agency, Petra, reported.

The minister said that the government has adopted the cocoon technology, "using a biodegradable vessel that nurtures tree growth in harsh and arid conditions", in order to make cocoons locally available with "reasonable" prices and sufficient amounts for governmental and private forestation projects.

He said that the factory, supported by the ministry with JD200.000, is the first among 20 factories that the government will establish across Jordan, which will contribute to boosting sustainable agriculture, save water and address climate change.

Hneifat expressed appreciation to the Arab Potash Company (APC) for supporting the project that would create more than 100 job opportunities in the coming years.

APC Chairman Shehadah Abu Hdaib said that the company's social responsibility programme is based on partnership with various initiatives and supporting the community empowerment and environment projects.

Abu Hdaib said that the APC's support to the project reached JD450.000, stressing that the company will continue working with the government to build on opportunities that would support local communities and achieve sustainable development.

Royal Society for the Conservation of Nature (RSCN) Director General Fadi Nasser said that the project is "a model for the actual development innovation", noting that the importance of the company lies in gathering environmental, social with economical dimensions.

Cocoon Company Director General Hisham Dheissat said that the project is the outcome of cooperation between the public and private sectors, stressing that local communities are a partner in the preservation of nature.

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