The ILO chief said in warning words, “If we are not careful, the artificial intelligence will increase the gap between men and women.” International Labor Organization (ILO) Director General Gilbert F Hongbo said in a conversation with UN IN India in Delhi that the automation is more dangerous to women.
He said, “Most clerical activities have a multiplicity of women. Especially these activities are more likely to be automated.” “If we do not take care, artificial intelligence, will increase the gap between men and women. A video based on a conversation with Gilbert F Hongbo … Gilbert F Hongbo met with India’s Labor Minister Mansukh Mandavia and stressed the importance of social dialogue and counseling among the government, employers and labor organizations during his speech on social justice held in New Delhi. He said that this type of participation is necessary in shaping policies promoting economic and social stability. The Director General of ILO appreciated the increase in social security coverage in India. According to ILO’s latest World Social Security Report 2024-26, almost half of the country’s population, ie 48.8%, is now taking advantage of one type of coverage, which shows an increase in the previous figure of 24.4%. Highlighting his living Wage initiative, the ILO chief said that millions of salaried worldwide are still living in poverty due to insufficient salary. He said that this initiative has the ability to benefit millions of workers who get low salary and strengthen economic tolerance. He urged India to join this initiative. The ILO chief while visiting the global capacity center at Gurugram said that emerging technology and digital trends are shaping the employment market and India’s young working population can benefit immensely from it. He also met the United Nations country team in India to discuss the ways of strengthening labor market policies, expanding social security and promoting responsible business practices.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!