About 500 Samsung India Factory Workers Said to Be Holding Protest in Latest Dispute
About 500 Workers at Samsung’s Plant in South India Are Holding a Sit-in to Protest Against the Suspension of Three Employees, and The Company has deployed contrast work to fill the gap d significant labore dispute in less than SIX Months at the Plant in Sriperumbudur Near Chennai, Which Makes Refrigerators, Televisions, and Washing Machines and Accounted for a Fifth of Samsung’s $ 12 Billion (roughly routhi (routh 2022-23. The factory Employees Around 1,800 Workers.
in A Statement, Samsung Said That “Most of our Workers Remain Dedicated in Ensuring that Normal Business Operations Continue”. , Said there was no production impact for now as samsung had BROUGHT In Contract Workers to Manage The Situation, While The Workers Boycotting Work Were Sitting Inseed The Facility and Refusing to Budge.The Union Disputed That Account, Saying TheSomed or-making unit.last year, hundreds went on A five-wheek strike at the plant, seeking higher wages and union recognition. The strike ended in October after samsung agreed to address works’ Demands.A. Soundararajan, A Leader of the Samsung India Workers’ Union, Said the Protest Bold Continue as the Workers Had Been Suspended with Being Heard, For Making Demands by Standing Outside ISCUSSS with the government are alredy underway, “He Said. The tamil nadu state government did not respond to a request for comment.samsung said Vironment and other works “. It did not specify what has been to the suspension. , “Samsung’s statement said. © Thomson Reuters 2025 (this story has not been edited by ndtv staff and is auto-generated from a syndicated feed.)
Credit-Read More
// 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);
Random Latest Posts Display // Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// 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();