ILO launches Jordan National Dialogue on future of work

AMMAN — The International Labour Organisation (ILO) on Tuesday launched the Jordan National Dialogue as part of the agency’s global Future of Work initiative.

The framework is being launched globally to mark the ILO’s centenary in 2019, and seeks to help the agency and its constituents enhance their understanding of the forces that are changing work.

According to the ILO, the overarching goals of the initiative are to generate a shared understanding of the forces transforming the world of work and what it means for governments, unions and employers; to provide a constructive global forum for the exchange of ideas and information.

The initiative also seeks to articulate and promote policy alternatives and good practices that can be replicated by governments, trade unions and employers’ associations to better serve their members’ needs in the future.

Speaking at the launch ceremony in Amman, Nicolas Niemtchinow, special adviser on the Future of Work, said the centenary initiative “is now the main ILO political priority”.

The Jordan National Dialogue on the Future of Work, which brings together tripartite and social partners, as well as UN agencies, academic institutions, private sector representatives and experts in respective fields, will focus on four thematic areas.

The first area is managing the demographic transition in the country, in which half of the population is under the age of 19, putting an increased focus on the need to provide jobs to a growing workforce.

The initiative will also focus on maintaining social stability in the context of massive population displacement, managing technological change for more and better jobs and managing the employment impact of climate change.

“The issue of maintaining social stability and fighting poverty with decent jobs for all, especially for the younger, is currently a key issue for Jordan,” the ILO official said.

“We all know the burden [hosting refugees] represents for your country, and the ILO is proud to help Jordan to find solutions,” Niemtchinow added.

“I want here to pay tribute to Jordan for having offered a safe harbour to Syrian refugees and for allowing them to work.”

The results and recommendations of the Jordan National Dialogue will feed into a regional conference, to be held in early 2017, to discuss the future of work in Arab states and the next programming phase of the ILO in Jordan.

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