Agreement signed to explore copper ore in southern Jordan

The Ministry of Energy and Mineral Resources and the Turkish 'Solvest Trade and Industry Limited Company' signed a memorandum of understanding to explore copper ore on Wednesday   (Photo courtesy of Energy Ministry Facebook page)

Project to cover areas in Wadi Abu Khashiba, Ghor Fifa


AMMAN — The Ministry of Energy and Mineral Resources and the Turkish “Solvest Trade and Industry Limited Company” on Wednesday signed a memorandum of understanding to explore copper ore and associated minerals in the southern region’s Ghor Fifa and Wadi Abu Khashiba.

Minister of Energy and Mineral Resources Saleh Kharabsheh, in press remarks following the ceremony, highlighted the importance of the 12-month memo to optimise the Kingdom’s natural resources, according to a ministry statement.

On the exploration operations, Kharabsheh said that the project will extend over an area of 20 square kilometres at the Wadi Abu Khashiba region, and 28 square kilometres over the Fifa Valley. He noted that studies show evidence of available copper ores in good quantities and compositions.

As per the agreement, the Turkish company will conduct several exploration studies to assess the quantity and quality of the copper reserves and the associated minerals, to determine the economic feasibility.

If the project is proven feasible, the company will submit a preliminary economic feasibility study that includes the company's plan for the subsequent steps towards the development phase, he said.

He also noted that in the event the company decides to proceed with the next stages, the government will enter a partnership agreement with the company, which would require an approval of a special law.

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