ADVERTISEMENT

Djokovic in, Andreescu out as US Open loses 2019 champions

Published Aug 14, 2020 05:50 pm
Novak Djokovic
Novak Djokovic of Serbia (Photo by KARIM SAHIB / AFP)

Novak Djokovic boosted the US Open by saying Thursday he will play in the Grand Slam tennis event while reigning women's champion Bianca Andreescu joined a host of notable no-shows.

Top-ranked Djokovic, a 17-time Slam singles champion, ended speculation by saying he would travel to New York on Saturday and play a tuneup event inside a COVID-19 quarantine bubble on the Flushing Meadows grounds ahead of the US Open start on August 31.

"It was not an easy decision to make with all the obstacles and challenges on many sides," three-time US Open winner Djokovic said.

"But the prospect of competing again makes me really excited."

The 33-year-old Serbian will be the only member of the "Big Three" at Arthur Ashe Stadium, with reigning champion Rafael Nadal -- a four-time winner -- deciding already not to defend his 2019 title and five-time champion Roger Federer out with a knee injury.

The three stars have won 40 of the past 51 men's Grand Slam titles, including the past 13 in a row.

Nadal has won 19 men's Slam crowns, one shy of Federer's record, while Djokovic has won five of the past seven.

Britain's Andy Murray, the 2012 US Open champion, will compete.

But also among the missing are France's Gael Monfils, Italy's Fabio Fognini, Swiss Stan Wawrinka, the 2016 winner, and Australian crowd-puller Nick Kyrgios.

Bianca Andreescu
Bianca Andreescu of Canada (Photo by Noel CELIS / AFP)

The US Open will lack both reigning champions in Nadal and Canada's Andreescu, who said Thursday she will not defend her crown because she has been unable to properly prepare, in part because of the pandemic.

"After many discussions with those closest to me, I have made the difficult decision not to return to New York this year," Andreescu said in a statement.

"I have taken this step in order to focus on my match fitness and ensure that I return ready to play at my highest level."

Andreescu defeated Serena Williams 6-3, 7-5 in last year's US Open final.

"The US Open victory last year has been the high point of my career thus far and I will miss not being there," Andreescu said.

"However, I realize that the unforseen challenges, including the COVID pandemic, have compromised my ability to prepare and compete to the degree necessary to play at my highest level."

She joins a women's absentee list that includes Australia's top-ranked Ashleigh Barty, Ukraine's fifth-ranked Elina Svitolina, seventh-rated Kiki Bertens and past winner Svetlana Kuznetsova of Russia.

Related Tags

Rafael Nadal 2020 US Open Serena Williams Bianca Andreescu Gael Monfils Fabio Foginini Andy Murray Stan Wawrinka covid-19 Roger Federer coronavirus novel coronavirus Novak Djokovic US Open Nick Kyrgios
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.