ADVERTISEMENT

Player unease as US Open to go ahead without fans

Published Jun 17, 2020 12:00 am
By Agence France-Presse The US Open tennis championships will go ahead as scheduled in August but without spectators, officials confirmed on Tuesday. (FILES) In this file photo taken on September 05, 2019 a general view of Arthur Ashe Stadium during the Men's Singles semi-final match between Matteo Berrettini of Italy and Rafael Nadal of Spain on day twelve of the 2019 US Open at the USTA Billie Jean King National Tennis Center in the Queens borough of New York City.   P - The US Open tennis tournament is to go ahead as planned pending formal government approval, the New York Times reported on June 15, 2020. (Photo by Mike Stobe / GETTY IMAGES NORTH AMERICA / AFP) A file photo taken on September 5, 2019 shows a general view of Arthur Ashe Stadium during the men's singles semifinal match between Matteo Berrettini of Italy and Rafael Nadal of Spain on day twelve of the 2019 US Open at the USTA Billie Jean King National Tennis Center in the Queens borough of New York City. (Photo by Mike Stobe / GETTY IMAGES NORTH AMERICA / AFP) After weeks of uncertainty surrounding the tournament -- which is being staged in the epicentre of the US coronavirus crisis -- New York Governor Andrew Cuomo formally gave the event the green light. "The @usopen will be held in Queens, NY, without fans from August 31 to September 13," Cuomo announced on Twitter. https://twitter.com/NYGovCuomo/status/1272919291776708614 The New York leader said the US Tennis Association would take "extraordinary precautions" to protect players and staff during the event. "It will be held without fans, but we can watch it on TV, and I'll take that," Cuomo later said during a briefing. Safety protocols in force at the tournament include testing, additional cleaning, extra locker room space, and dedicated housing and transportation. The decision had been anticipated after reports on Monday said the USTA's plans for the tournament had received support from the ATP and WTA Tours. The ATP/WTA Cincinnati hardcourt event -- the Western & Southern Open -- will also be staged at the USTA's Billie Jean King National Tennis Center as a lead-in tournament. The USTA opted to move the tournament to New York in order to minimize travel for players taking part in both tournaments. USTA Mike Dowse said the US Open would be held in the "safest manner possible, mitigating all potential risks". Several leading players have expressed reservations about the prospect of playing a tournament in New York, and it remains to be seen how many of the games elite will commit to playing the event. World number one Novak Djokovic has been one of the most vocal critics, saying that safety measures and restrictions on the numbers of support staff allowed for each player were problematical. 'Selfish' decision "We would not have access to Manhattan, we would have to sleep in hotels at the airport, to be tested twice or three times per week," Djokovic said. "Also, we could bring one person to the club, which is really impossible. "I mean, you need your coach, then a fitness trainer, then a physiotherapist." Djokovic's misgivings have been shared by defending men's singles champion Rafael Nadal, who would be chasing a 20th Grand Slam title at Flushing. Nadal, the world number two, said earlier this month he would not play in New York if the tournament was taking place now, adding that tennis should not resume until it is "completely safe" for competitors. Australia's Nick Kyrgios meanwhile reacted with disgust about reports indicating the tournament was set to go ahead. "People that live in the US of course are pushing the Open to go ahead 'Selfish' I'll get my hazmat suit ready for when I travel from Australia and then have to quarantine for 2 weeks on my return," Kyrgios posted on Twitter. https://twitter.com/NickKyrgios/status/1272687984882577408 Two-time Wimbledon champion Petra Kvitova expressed reservations but said she expected financial imperatives would persuade many players to travel. "To be honest, I don't feel like going ... we can't do anything, we can't even really enjoy the tournament. And, above all, we'll play without fans which is the worst thing there is for me," Kvitova said. "But it will be a tournament where you can make money after a terribly long time and I think many girls will go." However Karolina Pliskova, the world number three and 2016 US Open finalist, said she was "definitely flying" for the tournament. "I've been at home for six months now. It's important to start. The sooner we start, the sooner we will play before an audience," Pliskova said. "If we stay home waiting for the ideal situation, we may wait forever. The tournament is better with fans but if the players like tennis, they should go."
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.