King visits fish farming project in Al Jafr district

King visits fish farming project in Al Jafr district
His Majesty King Abdullah visited a fish farming project in Al Jafr district, part of a Royal Initiative promoting sustainable development of the Southern Badia, and creating job opportunities for the local community (Photo courtesy of Royal Court)

Project built under Royal initiative to promote development in Southern Badia


AMMAN — His Majesty King Abdullah on Wednesday visited Al Jafr Fish Farming Project, which is a Royal initiative that promotes development of the Southern Badia, and the creation of job opportunities for the local community.

The fish farm project raises fish for sale in the local market, with the first production starting in July. The project provides 60 job opportunities for area residents, who receive training and qualification through specialised programmes, according to a Royal Court statement.

The project is located on a 2,000-dunum plot of land, and is operated by Takatuf for Agricultural and Industrial Investments, a partnership between the Jordan Armed Forces-Arab Army and Harmony Investments Company.

His Majesty was briefed on the fish farm’s development and investment goals and the project’s significance to the local community, the statement said.

The project comprises several ponds of different sizes for fish farming, with an expected production capacity of 500 tonnes per year.

Agriculture Minister Khaled Hneifat spoke about the importance of the project and its role in enhancing food, economic, and social security through meeting the needs of the local market for fish, and providing job opportunities for the local community, highlighting the importance of expanding the project in the future and developing integrated agricultural products and food industries.

Royal Hashemite Court Chief Yousef Issawi and Director of the Office of His Majesty Alaa Batayneh accompanied the King on the visit.

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