ADVERTISEMENT

Britons rush home as second virus wave threatens Europe

Published Aug 15, 2020 04:31 pm

Thousands of UK holidaymakers scrambled to get home to beat new restrictions on arrivals from European countries as a second wave of virus infections threatened more disruption and economic chaos on the continent.

Tourists and beachgoers enjoy the sea, sand and sun along the Mare e Sol beach in Coti-Chiavari on August 14, 2020 during the summer holidays on the French Mediterranean island of Corsica. - European nations among the hardest hit by the coronavirus unveiled further control moves on August 14, 2020 to battle rising cases, hitting summer tourism and aspects of everyday life on the continent. Confirmed cases in France reached levels not seen since May, at over 2,500 new cases per day. (Photo by Pascal POCHARD-CASABIANCA / AFP)
Tourists and beachgoers enjoy the sea, sand, and sun along the Mare e Sol beach in Coti-Chiavari on August 14, 2020, during the summer holidays on the French Mediterranean island of Corsica. (Photo by Pascal POCHARD-CASABIANCA / AFP)

France and the Netherlands were removed from a list of quarantine-exempt countries Friday, sparking a rush for plane, train and ferry ticket by Britons hoping get home before 4am (0300 GMT) Saturday, after which arrivals will have to self-isolate for 14 days. 

France is facing a resurgent wave of the disease that emerged in China late last year and has so far infected over 21 million people and killed more than 750,000 around the world.

Authorities in France have reported more than 2,500 new cases for the past three days -- levels not seen since May.

One British couple said they had spent nearly 1,000 pounds (1,105 euros) to make it home via Eurostar from central France.

"I went to bed last night thinking it was all OK, woke up at 7am to find we had to get back here pretty sharpish," Stuart Buntine told the PA news agency. 

Neighbouring Spain said it would close all nightclubs and ban smoking in the street where people are unable to stay at a safe distance, after the country reported almost 3,000 cases in 24 hours on Thursday.

Germany added all of Spain except the Canary Islands to its list of regions where incoming travellers must show a negative test for COVID-19 or quarantine for 14 days.

Austria urged its citizens to return from popular Mediterranean destination Croatia before similar rules come into effect on Monday, while Serbia introduced mandatory testing for travellers from four neighbouring countries.

And thousands of Albanians queued in their cars at the Greek border, hoping to squeeze across and return to work before tougher entry requirements designed to brake mounting infections come into effect.

Some people had been waiting for three days in the 20-kilometre (12-mile), 4,000-car jam, an Albanian police source said.

The US Department of Homeland Security also said it was extending a ban on non-essential travel through border crossings with Canada and Mexico throughout most of September "to slow the spread" of the disease.

Cross-Channel scramble

French student Antoine, 23, had to rush back to Bristol, in southwestern England where he is at university, cutting short his summer holidays. 

"I'm a waiter in a small cafe near college, I can't afford to spend 14 days in the house," he said at London's St Pancras railway station after getting off a Eurostar train.

French holidaymakers in the UK will be faced with tough choices of their own, as Paris swiftly announced a "reciprocal measure", although it was unclear when that might be imposed.

The Netherlands said it would advise against all but essential travel to Britain, but will not impose a quarantine of its own for incoming travellers.

A slew of data Friday revealed the scale of the economic impact of the virus and punishing lockdowns, with Hungary, Bulgaria, Romania, the Netherlands, Finland and Denmark all booking hefty hits to GDP in April-June.

Denmark and Hungary both reported their worst slumps since the early 1990s and Poland entered its first recession since the end of the communist era.

All eyes on vaccines

Hopes to break the cycle of outbreaks and lockdowns have turned to a vaccine, with Britain saying Friday it has secured access to another 90 million doses of two "promising" vaccines.

Vietnam meanwhile said it was looking to buy a bulk order of Russia's "Sputnik" vaccine, although Western scientists have raised concerns about the speed of its development and suggested that researchers might be cutting corners.

And Washington said it would distribute any vaccine proven to be effective to all Americans for free.

Mexico said it and Argentina aim to have a vaccine available for Latin America -- now the region with the worst virus toll and most cases -- early next year under a production agreement with drug giant AstraZeneca.

New Zealand is battling its second outbreak of infections and extended a lockdown of its largest city Auckland by at least 12 days, giving health authorities more time to trace and contain a variant of the virus previously unseen in the country.

The Pacific island nation's initial response to the pandemic was hailed a success, but a run of 102 days with no reported community transmission ended on Tuesday.

The country has now detected a cluster of 30 virus cases, and genomic tests indicated the latest infections were not the same strain of coronavirus recorded earlier 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.