Site icon News Kiosk

Emphasis on shaping the future of multilateralism, based on human rights

Referring to the many crises in the current era, human rights experts said that the world is grappling with armed conflicts, poverty, inequality, discrimination, climate change, biodiversity loss, forced displacement, migration, new technology, transnational crime and other emerging challenges. He stressed that human rights have an important role in overcoming these challenges. Practical and concrete measures must be taken to protect civilians, rebuild institutions, and support the transitional justice process. During the recent 30th annual meeting of the Special Rapporteur, independent experts and representatives of the Working Group under the UN Human Rights Council, a joint declaration was adopted against the backdrop of global challenges. Renewed Resolve This declaration addresses those concerns. Again shared, which were also discussed during the 2024 Future Summit. Last year, in the month of September, in the Memorandum of Understanding for the Future, it was resolved to adopt a new vision for multilateralism. According to experts, human rights will have to be taken into account strongly in all the initiatives of the United Nations, the future of the world It is important to keep them in a central role in giving shape also. “Human rights are not just words to be included in treaties and declarations. They are the cornerstone on which everyone can depend for freedom, peace, security and sustainable development.” He said human rights are our shared DNA to build trust between the people we serve and the United Nations. Attacks on independence Experts expressed concern that efforts are being made to weaken their stature and independence in the UN system. In the process of carrying out their mandate, they are being attacked, and threats are being made personally and to their families. In view of this, he cautioned that political will is needed to protect the institutions and mechanisms of the United Nations. There will be a need. Emphasis has also been laid in the declaration on providing financial resources, so that the United Nations human rights efforts can be taken forward strongly. At present only five percent of the regular budget is allocated for this item. He urged countries and stakeholders to take full account of human rights in implementing all global goals and resolutions and stood in support of building this shared vision.Human Rights ExpertSpecial Rapporteur and Independent Human Rights Expert, United Nations Are part of the special human rights process. They are appointed by the Geneva-based UN Human Rights Council to investigate a specific human rights issue or the situation in a country and submit a report. These positions are honorary and human rights experts do not receive any salary from the United Nations for their work.

Credit-Read More

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);

// 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!

Exit mobile version