ADVERTISEMENT

UN voices 'horror' after reports of Libya mass graves

Published Jun 11, 2020 12:00 am
  By Agence France-Presse The United Nations voiced "horror" after reports that eight mass graves had been discovered in an area recently seized by the unity government after forces loyal to eastern strongman Khalifa Haftar withdrew. "UNSMIL notes with horror reports on the discovery of at least eight mass graves in past days, the majority of them in Tarhuna," the UN mission said in a statement on Twitter. A member of security forces affiliated with the GNA's Interior Ministry surveyed the reported site of a mass grave in the town of Tarhuna, southeast of the capital Tripoli (AFP Photo/Mahmud TURKIA / MANILA BULLETIN) A member of security forces affiliated with the GNA's Interior Ministry surveyed the reported site of a mass grave in the town of Tarhuna, southeast of the capital Tripoli (AFP Photo/Mahmud TURKIA / MANILA BULLETIN) "International law requires that the authorities conduct prompt, effective & transparent investigations into all alleged cases of unlawful deaths," it added. Several presumed mass graves have been discovered near Tarhuna, southeast of the capital Tripoli, since it was seized back by forces loyal to the UN-recognised Government of National Accord on June 5. An AFP journalist on Thursday was granted access to a site where several bodies had been discovered and exhumed by the Libyan Red Crescent for identification the day before. Scraps of clothing were scattered around the site near graves covered with fresh soil. "We are searching all the mass graves to identify the bodies and return them to their families," said GNA interior minister Fathi Bachagha, who was in Tarhuna on Thursday. UNSMIL welcomed a decision on Thursday by the justice minister to establish a committee to investigate the finds. "We call on its members to promptly undertake the work aimed at securing the mass graves, identifying the victims, establishing causes of death & returning the bodies to next of kin," it said. Separately, 160 bodies were also discovered in the morgue by GNA forces upon their arrival in the city, according to the director of Tarhuna's public hospital, Aburawi al-Buzeidi. The bodies "were transferred to Tripoli and Misrata by the Red Crescent", he told journalists, giving no further detail. Tarhuna was the main rear base for a devastating year-long offensive by eastern-based Haftar's forces to seize the capital from the unity government. Pro-Haftar forces backed by Russia, Egypt and the United Arab Emirates had been battling since April in fighting that has left hundreds dead and forced 200,000 to flee their homes. In recent weeks the GNA, reinforced with Turkish drones and air defences, has staged a pounding counter-attack to regain control of the whole of the northwest. Haftar's forces this month abandoned their remaining positions in the southern suburbs to advancing government troops. The US, EU and other foreign powers have called for a ceasefire following Haftar's losses in Tripoli. But the resurgent GNA has vowed to push on for Sirte, Kadhafi's hometown and the last major settlement before the traditional boundary between western Libya and Haftar's stronghold in the east. The GNA's counter-assault is the latest round of fighting in years of violence following the 2011 toppling and killing of longtime dictator Moamer Kadhafi in a Western-backed uprising.  
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; } }

{{ static_articles_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.