ADVERTISEMENT

At least 83 killed in fighting in Sudan's Darfur: medics

Published Jan 18, 2021 05:31 pm

More than 80 people have been killed in two days of ongoing clashes in Sudan's restive Darfur, doctors said Sunday, just over two weeks since a long-running peacekeeping mission ended operations.

In this file photo taken on April 2, 2016, A convoy of Sudanese security forces deploy during a rally in al-Geneina, the capital of the West Darfur state. (Photo by ASHRAF SHAZLY / AFP)

The violence is the most significant fighting reported since the signing of a peace agreement in October, which observers hoped would end years of war that has left the vast western region awash with weapons.

The fighting reportedly pitted Arab against non-Arab tribes in West Darfur's capital El Geneina, and is thought to have started as a local dispute before escalating into broader disputes between militias.

"The death toll from the bloody events that occurred in El Geneina, the capital of West Darfur State, has risen since Saturday morning... to 83 dead, and 160 wounded including from the armed forces," the Central Committee of Sudan Doctors said.

The United Nations -- a long-running presence in the nation -- also expressed deep concerns on Sunday over the violence.

Sudanese authorities have imposed a state-wide curfew in West Darfur, while the Khartoum government dispatched a "high-profile" delegation to help contain the situation.

Citing the doctors' union, the state-run SUNA news agency said casualties were likely to increase as fighting continues.

The union's local branch also said health facilities must be secured and transport made available. 

On Sunday, the head of Sudan's ruling body, army chief General Abdel Fattah al-Burhan, met top security chiefs to discuss the violence.

They decided to send reinforcements to the region to secure civilians and key infrastructure, the cabinet announced on Twitter.

The Sudanese Professionals Association, an umbrella group which spearheaded protests against ousted president Omar al-Bashir, said the violence hit camps for people already displaced by conflict.

"These events showed that the spread of weapons across Sudan, and especially in Darfur, are the main reasons for the deteriorating situation," it said in a statement.

- Peacekeeping mission over -

On December 31, the hybrid United Nations African Union Mission in Darfur (UNAMID) formally ended its 13 years of operations in the region.

It plans a phased withdrawal of its approximately 8,000 armed and civilian personnel within six months.

The Sudanese government "will take over responsibility for the protection of civilians" in Darfur, UNAMID said as its mandate ended.

Fearing deadly violence, Darfur residents held protests in late December against UNAMID's departure.

Also in late December, clashes in South Darfur state left at least 15 people dead and dozens wounded, prompting the government to send troops to the area.

On Sunday, the UN secretary-general's spokesman Stephane Dujarric called on Sudanese authorities to "bring an end to the fighting".

"Escalating inter-communal violence has resulted in scores of deaths and injuries, the displacement of nearly 50,000 people and the destruction of property," he said in a statement.

Darfur endured a bitter conflict that erupted in 2003, leaving roughly 300,000 people dead and 2.5 million displaced, according to the UN.

The fighting erupted when ethnic minority rebels rose up against the Arab-dominated government in Khartoum, which responded by recruiting and arming a notorious Arab-dominated militia known as the Janjaweed.

The main conflict has subsided over the years but ethnic and tribal clashes still flare periodically, largely pitting nomadic Arab pastoralists against settled farmers from non-Arab ethnic groups. 

The violence often centres on land ownership and access to water.

- Root causes 'not addressed' -

Sudan is undergoing a rocky political transitional after Bashir's April 2019 ouster.

Bashir, who is currently in custody in Khartoum, is wanted by the International Criminal Court for alleged genocide and war crimes in Darfur perpetrated more than a decade ago.

The transitional government, a power sharing arrangement comprised of generals and civilian figures, signed an October peace agreement with rebel groups in Sudan's main conflict zones, including Darfur.

But two groups refused to join the recent peace deal, including the Sudan Liberation Movement (SLM) faction led by Abdelwahid Nour, which is believed to maintain considerable support in Darfur.

The Sudanese Professionals Association said the violence in West Darfur shows the "deficiencies" of the peace agreement, which they said did not address the roots of the crisis in the region.

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.