ADVERTISEMENT

US declares virus 'emergency,' bans travelers from China

Published Jan 31, 2020 11:28 pm
  By Agence France-Presse The US said Friday it was declaring a public health emergency and temporarily banning the entry of foreign nationals who had traveled to China over the past two weeks to contain the spread of a deadly new virus. Sweeping new restrictions will also be imposed on American citizens, with those returning from the province at the disease's epicenter placed in facilities for mandatory 14-day quarantines, said Health Secretary Alex Azar. Secretary of Health and Human Services Alex Azar and members of the Trump Administration's Coronavirus Task Force hold a press briefing at the White House on January 31, 2020 in Washington, DC.   (Sarah Silbiger/Getty Images/AFP / MANILA BULLETIN) Secretary of Health and Human Services Alex Azar and members of the Trump Administration's Coronavirus Task Force hold a press briefing at the White House on January 31, 2020 in Washington, DC.
(Sarah Silbiger/Getty Images/AFP / MANILA BULLETIN) US citizens coming from other parts of China will undergo health screening at ports of entry and then be placed under monitored self-quarantine at home. "I have today declared that the coronavirus presents a public health emergency in the United States," said Azar during a briefing at the White House, adding the directives would take effect on February 2 from 5:00 pm eastern time (2200 GMT). "Foreign nationals, other than immediate family of US citizens and permanent residents, who have traveled in China within the last 14 days will be denied entry into the United States for this time," he added. The restrictions apply to people who have traveled to the designated areas in the two weeks prior to their attempted entry. There have been six confirmed US cases of the 2019 Novel Coronavirus, which originated in a live seafood market in Wuhan, in Hubei province, in December. The World Health Organization has already declared the epidemic a global emergency, and the Chinese death toll rose Friday to 213 while total infections reached nearly 10,000, surpassing the SARS epidemic of two decades ago. Three US airlines, American, Delta and United said they would soon suspend all flights to China. - First federal quarantine in 50 years - Earlier, officials imposed mandatory 14-day quarantine orders on 195 Americans who were air evacuated from Wuhan, the first time a federal directive of this kind was issued for more than 50 years. The last case involved a person who was evaluated for smallpox in the 1960s. A plane carrying the repatriated citizens, who include diplomats and their families, touched down at the March Air Reserve Base in Riverside, California, on Wednesday and officials initially said the passengers would be asked to voluntarily isolate themselves for up to 72 hours. Early signs were good, and the Centers for Disease Control and Prevention (CDC) declared that none of the individuals showed symptoms of the 2019 Novel Coronavirus. One of the individuals tried to leave the base and was placed under quarantine by the state of California, said CDC official Marty Citron, before the federal action. - Questions over test accuracy - The repatriated group submitted samples for testing at the CDC headquarters in Atlanta -- but officials now say they are not certain about the accuracy of their diagnostic tools. "We are seeing in the cases that are in the hospital, we've seen people who had detectable virus, and they didn't have the technical virus, and then three days later they had detectable virus," said Robert Redfield, the CDC's director. Given that the extent of asymptomatic transmission was not yet clear, a negative test was not being used as a release criteria. "It isn't like it's a horrible test, but it is not a test that's absolute," added CDC immunologist Anthony Fauci. Despite the seemingly drastic actions, the US public "should not let fear or panic guide your actions," said senior CDC official Nancy Messonnier, but instead exercise normal precautions for stopping the spread of respiratory viruses. These include washing your hands thoroughly for at least 20 seconds, disinfecting surfaces, staying home when sick and covering your cough or sneeze with a tissue and then throwing it in the trash. "We do not currently recommend the use of facemasks for the general American public," said Messonnier. "This virus is not spreading in your communities." "Please do not assume that just because someone is of Asian descent that they have this new coronavirus," she added, noting there are four million Chinese Americans in the US.  
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.