ASEZA advances water, trade, green projects

ASEZA advances water, trade, green projects
The Aqaba Special Economic Zone Authority’s board of commissioners on Tuesday approves the registration of the 'National Carrier Project' company (Petra photo)

AMMAN — The Aqaba Special Economic Zone Authority (ASEZA) board of commissioners on Tuesday approved the registration of the "National Carrier Project" company within the zone.

This move allows the company to benefit from the zone’s incentives, paving the way for the launch of this "critical" water project, which will desalinate Red Sea water and transport it to the capital, the Jordan News Agency, Petra, reported.

The ASEZA took several “strategic” steps aimed at boosting investment, accelerating national infrastructure efforts, and promoting sustainability in the region.

In a bid to strengthen Aqaba’s role as a "regional" logistics hub, the board also endorsed new guidelines that will enable companies not formally registered in the zone to engage in "transit" trade.

The board of commissioners decided to approve the signing of a memorandum of understanding to facilitate the integrated and sustainable management of textile waste within the ASEZA.

The recycling textile waste project aims to promote the green economy and encourage sustainability in the industrial sector.

This initiative is part of a broader effort to promote a circular economy and reinforce Aqaba’s transformation into an environmentally friendly, green city.

The board also approved the "revised" zoning plans for the village of Dabbat Hanout.

This decision is part of the authority’s vision to regulate and develop Dabbat Hanout village in coordination with relevant entities, addressing existing irregularities to ensure proper land division, consolidation, regulatory amendments, and the removal of violations on state-owned lands.

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