Labour Ministry's project reaches final stage of Global WSIS Awards

Labour Ministry's project reaches final stage of Global WSIS Awards

AMMAN — The Ministry of Labour on Sunday announced that its "Electronic Inspection Systems – Control and Quality Room" project has advanced to the final stage of the World Summit on the Information Society Prizes (WSIS Prizes 2025), after being ranked among the top 20 global projects in the e-business category.

The ministry noted that the project, implemented by the Central Inspection Directorate and the Human Resources and Institutional Development Directorate, represents a pioneering digital initiative aimed at modernising oversight mechanisms and enhancing the quality of labour-related services, the Jordan News Agency, Petra, reported.

The WSIS Prizes honour innovative ICT projects that support the achievement of the Sustainable Development Goals (SDGs).

The competition is open to governments, private sector entities, civil society, academia, and international and regional organisations.

The final winners will be announced during an official awards ceremony scheduled to take place in Geneva, Switzerland, from July 7 to 11.

Five top projects in each category will be selected through public voting, after which a specialised jury will choose the final winner.

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