ADVERTISEMENT

UN rights chief Bachelet won't seek second term

Published Jun 13, 2022 05:21 pm

GENEVA, Switzerland -- UN rights chief Michelle Bachelet said Monday she will not seek a second term, ending months of speculation amid growing criticism of her lax stance on rights abuses in China.

"As my term as High Commissioner draws to a close, this Council's milestone 50th session will be the last which I brief," Bachelet told the UN Human Rights Council as it opened a four-week sitting.

She provided no explanation for her decision.

The 70-year-old former Chilean president, who will wrap up her four-year mandate at the end of August, had until now remained mum about whether she would seek to stay on for a second term.

Speculation has been rife for months, with a wide range of diplomats in Geneva telling AFP in recent weeks that she had yet to provide clues to her plans.

The post of High Commissioner for Human Rights typically faces heavy political pressure from countries around the world, and while it can be held for a maximum of two terms, nearly all of Bachelet's predecessors have avoided staying on for more than one term.

- Discrete diplomacy -
Bachelet has faced mounting criticism from countries and NGOs for not speaking out more forcefully against allegations of widespread rights abuses in some countries, most notably in China.

When she was appointed in 2018 by UN Secretary-General Antonio Guterres, it was clear she was meant to mark a break with the repeated declarations of outrage by her very outspoken predecessor Zeid Ra'ad Al Hussein of Jordan.

Bachelet, who went from torture victim under Augusto Pinochet to become the first woman to serve as president of Chile, has instead emphasised the importance of dialogue and discrete diplomacy in forwarding rights in various countries.

This approach has not sat well with some and she has faced significant pushback over her restraint, especially when it comes to China.

She did take a long-awaited trip to the country last month -- the first in 17 years by a UN rights chief.

The trip took her to the far-western Xinjiang region, where China is alleged to have detained over a million Uyghurs and other Muslim minorities, as well as carried out forced sterilisation of women and coerced labour.

The United States has labelled China's actions in Xinjiang a "genocide" and "crimes against humanity", allegations vehemently denied by Beijing which says its security crackdown in the region was a necessary response to extremism.

- 'Seek dialogue' -
While there, Bachelet did raise concerns about the situation, but NGOs said had not gone far enough and had "legitimised Beijing's attempt to cover up its crimes".

In her statement to the Rights Council Monday, Bachelet stressed that she had "raised concerns regarding the human rights situation of the Uyghur and other predominantly Muslim minorities in Xinjiang, including broad arbitrary detention and patterns of abuse."

Bachelet, who has faced harsh criticism for so far failing to release a report on the rights situation in Xinjiang, said the report was now "being updated".

"It will be shared with the government for factual comments before publication," she said.

At the same time, she hailed the opening of dialogue with China, saying there was now an agreement to "hold an annual senior meeting on human rights and to continue exchanges on "specific human rights issues of concern".

"We are now elaborating concrete steps to put the agreements into action."

Presenting an overview of a long line of rights situations of concern around the world, Bachelet appealed Monday to the rights council to "continue to seek dialogue".

"Be willing to hear the other, to understand respective points of view and to actively work towards identifying common ground," she said.

Related Tags

UN Human rights council Michelle bachelet united-nations
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.