ADVERTISEMENT

Growing number of airlines suspends or cuts China flights

Published Jan 31, 2020 12:00 am
PARIS (AFP) – A number of airlines say they are halting or reducing flights to China as the country struggles to contain the spread of the deadly novel coronavirus sweeping the country. China has advised its citizens to postpone trips abroad and cancelled overseas group tours, while several countries have urged their citizens to avoid travel to China if possible. The epidemic has killed 132 people, infected more than 6,000 worldwide, and spread to some 15 countries. The following is a list of airlines that have announced changes: Air France Air France suspended its three weekly flights to Wuhan on January 24. It said Wednesday that flights to Beijing and Shanghai would be suspended from Friday. Air India Air India announced Wednesday that it was suspending service on its Mumbai-New Delhi-Shanghai route effectively January 31, and through February 14. The flag carrier also said it would reduce the number of flights from Delhi to Hong Kong for the next two weeks. Air KBZ This Myanmar-based airline has confirmed it will halt flights to the southern Chinese city of Guangzhou from February 1. American Airlines American Airlines said it will suspend flights from Los Angeles to Beijing and Shanghai from February 9 through March 27. Flights from Dallas/Fort Worth to Beijing and Shanghai have been maintained, the US carrier said. United Airlines US carrier United Airlines said it will trim its services to China from the United States in light of reduced demand in the wake of a US travel warning urging Americans to reconsider non-essential travel. United said certain flights to Beijing, Hong Kong and Shanghai beginning February 1 through February 8 from three US cities were affected. British Airways British Airways said it had suspended all flights to and from mainland China. The airline flies daily from London's Heathrow airport to Shanghai and Beijing. The airline said it had taken the move following UK government advice against all but essential travel to China. Cathay Pacific The Hong Kong-based carrier said it would progressively reduce capacity by 50 percent or more on its routes to mainland China from Thursday through to the end of March. The reduction concerns both Cathay Pacific and its Cathay Dragon subsidiary. Delta Airlines Delta Air Lines said it was temporarily halving the number of weekly flights connecting the US and China due to "significantly reduced customer demand" – from 42 to about 21 per week. The new schedule will be in effect from February 6 through April 30. Finnair Finnair, which offers many connections between Europe and Asia, said it would suspend some flights beginning February 5 through most of March after group travel from China was halted. For the moment, it will continue daily flights to Beijing and Shanghai, two daily flights to Hong Kong, and two flights a week to Guangzhou. Iberia Iberia announced the suspension of its flight to Shanghai, the only flight they have to China, from Friday. Kazakhstan Kazakhstan says it will halt all transport links with China, beginning with road transport on February 1 and flights from February 3. KLM From Thursday, KLM will suspend its direct flights to Chengdu and Hangzhou and reduce the number of weekly flights to Shanghai from 11 to seven. From Friday, it will suspend direct flights to Xiamen. Lion Air Indonesia's Lion Air Group, Southeast Asia's biggest carrier by fleet size, said Wednesday it would halt all flights to and from China. The suspension, which affects routes to 15 different Chinese cities, takes effect from February 1 until further notice. Indonesia attracts more than one million Chinese tourists annually and hosts tens of thousands of guest workers. Lufthansa German flag carrier Lufthansa is cancelling flights to mainland China until February 9. The Lufthansa group, one of Europe's largest airline companies, said the decision also applied to flights run by its subsidiaries Swiss and Austrian Airlines. Each of the carriers will fly to their respective destinations in China "one last time" to give passengers and crew "the opportunity to return to Germany, Switzerland and Austria," the group said in a statement. The Lufthansa group normally operates 73 connections to and from mainland China a week, mainly to Beijing and Shanghai.
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.