ADVERTISEMENT

Scientists round on UK over plan to end COVID curbs

Published Jul 17, 2021 10:09 am

LONDON, United Kingdom - The UK government's plan to scrap day-to-day pandemic restrictions in England next week is reckless and has no basis in science, international experts warned on Friday, with one arguing it amounts to premeditated murder.

People enjoy the evening sunshine on Thames Embankment by the river Thames in London on July 16, 2021. The UK government's plan to scrap day-to-day pandemic restrictions in England next week is reckless and has no basis in science, international experts warned on Friday, with one arguing it amounts to premeditated murder. Tolga Akmen / AFP


Prime Minister Boris Johnson said this week it was "highly probable" the worst of the coronavirus pandemic was over as he pressed ahead with Monday's reopening, despite the Delta variant spreading out of control.

He has said the UK can reopen because two-thirds of adults are now fully vaccinated, but England's Chief Medical Officer Chris Whitty warned that infection rates were on track to reach "quite scary" levels.

International scientists including advisers to other governments had brutal words for Johnson.

"I've written that I believe that the strategy of herd immunity is actually murderous," US scientist William Haseltine said after an emergency discussion among experts about the UK plan.

Aiming for herd immunity would mean pursuing a policy in the knowledge that it would lead to many thousands of deaths, he said.

"It is a disaster as a policy," he added.

The UK government denies it is pursuing a policy of "herd immunity" by letting the Delta variant rip, but concedes that daily infection rates could surge to 100,000 in the weeks ahead, which would put further pressure on hospitals.

"I don't think we should underestimate the fact that we could get into trouble again surprisingly fast," Whitty said on Thursday, urging the public "to take things incredibly slowly" as restrictions ease.

From Monday -- dubbed "Freedom Day" by some media -- the government will lift most restrictions on public gatherings in England and allow businesses such as nightclubs to reopen.

Mandates covering face masks and work from home will be lifted as Johnson promotes a new approach of personal responsibility, although he has also urged people not to "throw caution to the winds".

But that is just what Johnson is doing with a policy of allowing the virus to spread, "infect people, make them ill, and have them die", according to professor Gabriel Scally at the University of Bristol.

The government's stated approach of lifting controls now before any winter surge of respiratory disease is marked by "moral emptiness and epidemiological stupidity", he said.

- 'Pingdemic' -

The devolved governments of Scotland and Wales set their own health policy and will keep in place a legal requirement to wear face coverings in enclosed spaces such as shops and on public transport. Northern Ireland looks set to follow suit.

The scientists attending Friday's online meeting warned that England was falling out of step not just with its neighbours in the UK but with the rest of the world.

The meeting was organised by the authors of a protest letter published by medical journal The Lancet last week that originally carried 122 signatures.

Another 1,400 scientists have since added their names.

"In New Zealand we've always looked to the UK for leadership," said Michael Baker, professor of public health at the University of Otago in Dunedin.

"You have a remarkable depth of scientific knowledge. You've done remarkably well in vaccine development and rollout. Remarkable clinical trials that we're drawing on," he said.

"And that's why it just seems so remarkable that you're not following even basic public health principles here."

Professor Shu-Ti Chiou, former head of Taiwan's Health Promotion Administration, said she was "very concerned" that younger age groups and clinically vulnerable people were left exposed by the UK plan.

"In our culture there is a saying that it is unethical to take the umbrella away from people while it's still raining," Chiou said.

"And it's actually raining very hard."

The surge in infections sweeping Britain led to more than 530,000 people being instructed to self-isolate by a government-run app in the week to July 7, the highest total since January, according to latest data.

Some companies such as carmaker Nissan have been losing staff en masse after they were pinged by the app -- in a brewing crisis described by UK newspapers as a "pingdemic".

Butchers, another industry hit hard, have even warned of national meat shortages unless the app is made less sensitive.
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.