ADVERTISEMENT

France locks down, Germany closes down, as virus cases hit record

Published Oct 29, 2020 06:05 am

France announced a new month-long national lockdown and Germany imposed drastic new curbs on people's daily lives as the EU's biggest countries admitted that hospitals would soon be overwhelmed by patients suffering from coronavirus.

The dramatic lockdown decision from French President Emmanuel Macron came after weeks of exponentially rising new infections across Europe that have forced governments across the continent to contemplate reinstating the punishing stay-at-home orders seen during the first wave in March and April.

Ireland had already locked down again last week, and France's move will likely lead to pressure on other governments to follow suit, including Britain's.

"All of us in Europe are surprised by the spread of the virus," French President Emmanuel Macron said in another televised address to the nation during which he stressed that the second lockdown would be less severe than the first.

Bars and restaurants are to be closed until at least the start of December, travel between regions will be limited, and citizens will need an authorisation form to leave their homes, he said. But creches, schools, factories and building sites will remain open.

"As elsewhere in Europe, we are overwhelmed by a second wave that will probably be more difficult and deadly than the first," Macron said.

"If we did nothing... within a few months we would have at least 400,000 additional deaths," he added.

- Record number of new cases -

Many epidemiologists have been warning for weeks that European governments have lost control of the latest outbreaks, making lockdowns almost inevitable as a last resort in what has become the global epicentre of the second wave of the coronavirus pandemic.

New cases have been doubling every week or so, while track-and-trace and mass-testing systems that were promised after the first wave have been quickly overwhelmed.

Reflecting the bleak outlook, and with the seasonal winter flu season still ahead in the northern hemisphere, European and US stock markets tumbled as investors fretted over how the new measures will further hurt the economy.

In Germany, Chancellor Angela Merkel ordered a new round of shutdowns for the cultural, leisure and food and drink sectors from Monday November 2 until the end of the month, although Germans will not be confined to their homes.

Bars, cafes and restaurants must close, as well as theatres, operas and cinemas. Hotel stays are to be restricted while professional sports, including Bundesliga football, is set to be been pushed back behind closed doors.

A total of 516,898 new infections were registered worldwide on Tuesday, according to an AFP tally from health authorities around the globe -- a record figure, although experts caution that most coronavirus cases were undiagnosed during the first wave.

- Backlash -

One of the biggest concerns for European governments is weariness and anger among voters over the new restrictions, which have caused huge economic problems for business owners and employees, as well as mental health problems.

A backlash against closure orders in Italy widened on Wednesday following several nights of occasionally violent protests in cities such as Rome, Milan and Naples.

Scores of chefs and restaurateurs joined a rally in central Rome at lunchtime, kicking off protests in 24 cities organised by a business federation against rules forcing restaurants, bars, gyms and other businesses to close their doors at 6:00 pm.

Far-right and nationalist politicians ramped up their attacks on Prime Minister Giuseppe Conte, accusing him of sacrificing the economy for measures that will not save Italy from the virus.

In France, Macron has been repeatedly denounced by far-right leader Marine Le Pen, his most likely challenger in the next presidential election in 2022.

In Belgium, meanwhile, which has the most cases per capita in the world, the number of coronavirus hospital admissions has almost matched the level in the first wave in March and April, a public health institute said.

Medics in one hospital in Liege are so overstretched that some staff who are themselves infected with Covid are continuing to treat patients.

Prime Minister Alexander de Croo could announce more stringent measures soon.

- 'A big day for us' -

Across the world, the coronavirus has infected more than 44 million people, with close to 1.2 million deaths.

In India, millions turned out Wednesday to vote in state polls in Bihar despite tens of thousands of new cases every day in the world's second-most infected nation.

Some booths were packed out and many ignored government advice on wearing masks and social distancing, AFP journalists witnessed.

Over in the sporting world, football star Cristiano Ronaldo was left furious when he was left out of Juventus' team for Wednesday's Champions League clash against Barcelona in Turin, as he continued to test positive for coronavirus.

And as the race to find a treatment or cure gathered pace, pharma giant Pfizer voiced measured optimism Tuesday about the prospect of a vaccine becoming available this year.

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.