ADVERTISEMENT

Coronavirus: latest US restrictions as cases soar

Published Nov 17, 2020 09:35 am

US states and cities were imposing a raft of new restrictions to try to curb soaring Covid-19 infection rates. 

People walk through Grand Central Terminal in Manhattan as New York City tries to contain a spike in COVID-19 cases on November 16, 2020 in New York City. While much of the nation has witnessed a surge in COVID-19 cases, hospitalizations, and deaths, New York City is seeing a gradual rise in its infection rate which now stands just below 3 percent. New York City Mayor Bill de Blasio has said he will close schools if the rate exceeds 3 percent. (Spencer Platt/Getty Images/AFP)

Here, AFP takes a look at some of the latest measures:

- Chicago -

A new stay-at-home advisory came into effect in Chicago, America's third-biggest city, on Monday.

Residents have been asked to remain confined to their homes for the next three weeks except for essential activities such as attending work, school or buying groceries.

- Michigan -

The Midwestern state, whose largest city is Detroit, is halting all indoor dining and in-person learning for university and high-school students for three weeks.

Other indoor activities such as movie theaters, casinos, bowling centers and group fitness classes will also be suspended when the order takes effect Wednesday.

- Washington state -

Democratic Governor Jay Inslee announced new restrictions including suspending indoor dining, closing gyms and museums and limiting stores and places of worship to 25 percent occupancy.

The measures, which ban residents from having guests at their homes unless the guest quarantined beforehand, begin to take effect from Monday night and run until December 14.

- New Jersey -

Indoor gatherings are limited to a maximum 10 people from Tuesday, while outdoor gatherings will be capped at 150 from next week, Governor Phil Murphy announced Monday.

Some indoor events such as religious services, weddings and funerals may continue at 25 percent capacity or up to 150 people, he added.

- New Mexico -

A two-week lockdown took effect in the Southwestern state on Monday, with residents ordered to stay at home except for essential trips.

All non-essential businesses must close and restaurants are only allowed to operate pickup and delivery services, ruled Governor Michelle Lujan Grisham.

- Oregon -

Democratic Governor Kate Brown has limited all bars and restaurants to take-out and delivery only from Wednesday until December 2.

She also closed all recreational facilities, including museums, gyms, zoos and gardens, and limited social gatherings to six people under the order announced Friday.

- New York -

Democratic Governor Andrew Cuomo ordered all establishments licensed to sell alcohol statewide to close at 10:00 pm from Friday last week.

New York City Mayor Bill de Blasio is on the verge of closing public schools, which teach 1.1 million students, as the city's seven-day average of new cases nears three percent.

- California -

San Francisco stopped indoor dining and reduced capacity at fitness centers and movie theaters from Saturday following a 250 percent spike in cases since early October.

Democratic governor Gavin Newsom announced Monday that 41 of California's 58 counties are now subject to the state's tightest level of restrictions, which includes closed and outdoor dining only at restaurants.

Schools can only operate at 25 percent capacity, and only students considered a priority may attend class in person.

- North Dakota -

On Friday, the state's Republican governor ordered all residents to wear face masks in public after months of resisting the measure.

Doug Burgum also signed an executive order limiting restaurants and bars to 50 percent capacity from Monday.

Related Tags

ncov
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.