ADVERTISEMENT

Moscow COVID deaths surge, S. Africa reimposes restrictions

Published Jun 28, 2021 09:20 am

MOSCOW, Russia – Moscow on Sunday recorded its worst daily coronavirus death toll and South Africa reimposed restrictions for two weeks to combat a surge in the highly contagious coronavirus Delta variant.

Indonesia saw more than 21,000 infections in a day, a record, as countries across the Asia-Pacific region extended or reimposed restrictions to tackle fresh waves of cases.

Even as vaccination drives have brought down infection numbers in many wealthy countries, the Delta strain of the virus remains a concern.

The variant is now in 85 countries and is the most contagious of any COVID-19 strain so far identified, according to the World Health Organization.

While in much of Europe and the United States curbs on daily life are easing as vaccination programs bear fruit, Russia is grappling with a deadly third wave.

Moscow on Sunday recorded 144 COVID-19 deaths in the last 24 hours, a day after Saint Petersburg set Russia's previous highest figure.

Saint Petersburg has hosted six Euro 2020 matches and is due to host a quarter-final on Friday, with spectator numbers capped at half but still upwards of 26,000 people.

Russia has seen an explosion of new infections since mid-June driven by the Delta variant. Officials in Moscow are pushing vaccine-skeptic Russians to get inoculated.

Rapid, large-scale vaccination was the only answer, Moscow Mayor Sergei Sobyanin told state-run television on Saturday.

"Nobody has invented any other solution."

S. African 3rd wave

South Africa's President Cyril Ramaphosa announced fresh restrictions in a televised address Sunday. The country, he said, "is facing a massive resurgence of infection".

The government has banned the sale of alcohol, and all gatherings except for funerals, capped at 50 people. The overnight curfew has been extended by an hour, and restaurants and other outlets can now only serve take away food.

"The peak of this third wave looks set to be higher than the previous two," the president warned. South Africa, the worst-hit nation on the continent, has already suffered nearly 60,000 deaths.

The Delta variant is also feeding fresh outbreaks in Southeast Asia and Australia where authorities have brought back or extended restrictions.

More than five million Sydney residents endured their first full day of a two-week lockdown Sunday. Restaurants, bars and cafes were shuttered and stay-at-home orders were issued, leaving the city centre virtually deserted.

More than 110 COVID-19 cases have been reported in Sydney since a driver for an international flight crew tested positive in mid-June for the Delta variant.

The flare-up has been a shock for a place that had returned to relative normality after months with few local cases.

Australia's northern city of Darwin also entered a separate snap 48-hour lockdown on Sunday after a handful of cases linked to a coronavirus outbreak on a remote gold mine.

Restrictions reimposed

Similar spikes in infections have been seen across Southeast Asia, with Indonesia setting a new daily infection record of more than 21,000.

Hospitals are flooded with patients in the capital Jakarta and other COVID-19 hotspots across the region's hardest-hit nation.

Thailand will from Monday reimpose restrictions on restaurants, construction sites and gatherings in the capital Bangkok. Its latest wave began in April when a cluster was found in upscale Bangkok clubs.

Premier Prayut Chan-O-Cha has said he plans to fully reopen the country by October, but this would require hitting a target of vaccinating 50 million Thais in four months.

In neighboring Malaysia, the prime minister announced a nationwide lockdown already in place for about a month will continue. He gave no date for the lifting of restrictions.

Bangladesh also said it would impose a new national lockdown from Monday, with offices shut for a week and only medical-related transport allowed.

The announcement prompted tens of thousands of migrant workers to desert the capital Dhaka, where the lockdown will cut off their revenue sources.

"During lockdown, there is no work," Fatema Begum, 60, told AFP while waiting for a ferry. "And if we don't work, how do we pay rent? So we packed up everything and are going back to our village."

Infections declined in May but started to rise again this month, with a pandemic high of 119 deaths on Sunday, according to the health ministry.

Luxembourg Prime Minister Xavier Bettel's office announced he is self-isolating for 10 days after testing positive for COVID shortly after a European Union summit.

None of the other 26 EU leaders who attended is considered a contact case, a statement said.

AstraZeneca and the University of Oxford on Sunday began trials to test a modified vaccine against the Beta variant, which first emerged in South Africa.

Related Tags

S. AFRICA REIMPOSES RESTRICTIONS moscow COVID DEATHS
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.