ADVERTISEMENT

UN Human Rights Council prolongs Russia monitoring

Published Oct 13, 2023 12:27 am
33XN6YU-Preview.jpg
Delegates stand for a minute of silence following war between Israeli forces and the Palestinian militant group Hamas and a series of earthquakes in western Afghanistan, during a session of the UN Human Rights Council in Geneva, on October 9, 2023. (Photo by Fabrice COFFRINI / AFP)

GENEVA, Switzerland -- The UN Human Rights Council on Thursday extended the mandate of its rapporteur on rights violations in Russia by a year, in a second diplomatic defeat for Moscow in three days.

The United Nations' top rights body adopted a resolution brought by several European countries to prolong Bulgarian human rights expert Mariana Katzarova's work for another year.

On Tuesday in New York, countries scotched Russia's bid to rejoin the 47-member Human Rights Council, having kicked Moscow out in April last year following its invasion of Ukraine.

In Geneva on Thursday, the UN's top rights body inflicted another diplomatic blow on Russia, passing the resolution on the special rapporteur by 18 votes to seven.

Argentina, Britain, France, Germany, Ukraine and the United States were among the countries backing the resolution.

China, Cuba, Eritrea, Kazakhstan and Vietnam voted against prolonging Katzarova's mandate.

Some 22 countries abstained, including India, Malaysia, Mexico, Pakistan, South Africa and the United Arab Emirates.

In October 2022, the council decided a special rapporteur was needed for Russia, amid concerns over an intensifying domestic crackdown by Moscow during its war in Ukraine.

Katzarova is the first UN-backed monitor of the rights situation in any of the five permanent member states on the UN Security Council.

- 'Embarrassing' -

The resolution passed Thursday calls on Moscow to establish "constructive communication and full cooperation" with Katzarova and allow her unhindered access, including to meet freely with civil society and individuals in detention.

Moscow has refused to let her in and not recognised her mandate.

"No country is above scrutiny, no matter how upsetting or embarrassing they find it; no matter how strong their military is... and no matter how aggressively they threaten or cajole other countries," US ambassador Michele Taylor told the council before Thursday's vote.

Luxembourg's ambassador Marc Bichler, presenting the resolution, said: "Just like all human beings everywhere, the inhabitants of Russia deserve to live freely and enjoy all of their human rights... regrettably, the authorities have decided otherwise."

The resolution said it was gravely concerned at the "continued significant deterioration of the situation" of human rights in Russia, citing reports of "the extrajudicial killing of government critics and severe restrictions" on freedom of opinion.

It also voiced alarm at reported mass arbitrary arrests, "the lack of an independent judiciary, the denial of the right to a fair trial... the blocking and forced closure of nearly all independent media outlets" and "cyber-surveillance to control information and intimidate and silence critics".

- 'Sophisticated' repression -

Presenting the findings of her first report last month, Katzarova said repression in Russia had soared since Moscow's full-scale invasion of Ukraine in February 2022, reaching levels not seen since Stalinist times.

"The level of repression against the civil society independent media, and generally anybody with a dissenting voice... is unprecedented in recent history," she told reporters.

She lamented Moscow's "enormous crackdown" on critics since invading Ukraine.

"Civic society in Russia has been closed by the authorities," she said, adding that the "repression is very sophisticated", with new laws presented virtually every week "to stifle" any form of criticism or dissent.

Before Thursday's vote, British ambassador Simon Manley said the special rapporteur was a "vital link between the international community and the oppressed people of Russia".

China's representative said the council was becoming "increasingly politicised and confrontational".

Cuban ambassador Juan Antonio Quintanilla Roman said such resolutions were "only intended to point the finger at certain states for geopolitical purposes".

Russia declined the opportunity to take the floor.

 

 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.