ADVERTISEMENT

Djokovic eyes history at French Open as Swiatek launches title defense

Published May 26, 2023 06:32 am
PARIS (AFP) -- Novak Djokovic will bid for a record-breaking 23rd Grand Slam title at a French Open without his old rival Rafael Nadal for the first time since 2004, while Iga Swiatek attempts to become the first woman to defend the title in 16 years. *Serbia's Novak Djokovic reacts during his quarterfinals match of the Men's ATP Rome Open tennis tournament against Denmark's Holger Rune, at Foro Italico in Rome on May 17, 2023. (AFP)*

Serbian veteran Djokovic will not be the favorite for the title, though, after struggling with an elbow injury and failing to get past the quarter-finals in any of his three clay-court events so far this season. Carlos Alcaraz won the Barcelona and Madrid Opens en route to taking over from Djokovic as world number one, while Daniil Medvedev is seeded second for Roland Garros after his maiden clay triumph in Rome. But Djokovic will know this is a massive opportunity to break out of his tie with 14-time French Open winner Nadal at the top of the all-time list of most men's Slam singles titles. The two-time champion has lost eight of his 10 French Open meetings with Nadal who is missing this year's edition due to a hip injury he suffered at the Australian Open. "I know I can always play better," Djokovic said after losing to Holger Rune in the Italian Open last eight.  "Definitely am looking forward to working on various aspects of my game, of my body, hopefully getting myself in 100 percent shape. That's the goal." Djokovic and Alcaraz are seeded to meet in the semi-finals after being placed in the same half of the draw. The 36-year-old may also have to get past Monte Carlo Masters champion Andrey Rublev in the quarters. The other side of the draw appears wide open, with in-form Medvedev the highest seed despite never having previously got past the quarter-finals on the Paris clay. The Russian lost in the first round on each of his first four visits before making the quarters in 2021. "I would never (have) thought I would be able to make this (win a clay-court title)," Medvedev said after beating Rune in the Rome final. "But I have to be honest -- a Grand Slam is always bigger." In-form youngster Rune, who made a surprise run to last year's quarter-finals, could face Casper Ruud in the last eight in a rematch of a bad-tempered meeting 12 months ago. Ruud went on to be thrashed in the final by Nadal and also lost the US Open showpiece match to Alcaraz. But the Norwegian world number four has struggled for form this year, only reaching the quarters in two of the 10 tournaments he has played. Stefanos Tsitsipas, who lost the 2021 final to Djokovic after being two sets up, will be among the likely contenders but has not won a title yet this term -- the longest he has had to wait for a trophy in a season since 2018.
'New 'big three'? The winner of the women's singles is expected to be one of the trio of reigning champion Swiatek, Australian Open winner Aryna Sabalenka and Elena Rybakina. They have won the last four Grand Slam titles between them and at least one of them has featured in every WTA 1000 final this season. Swiatek, who turns 22 during the tournament, will be the favourite as she chases a third Roland Garros triumph and a first successful women's title defence since Justine Henin won her third French Open in a row in 2007. The Polish star retired from her Italian Open quarter-final against Rybakina with a thigh injury but trained at Roland Garros on Wednesday. Wimbledon champion Rybakina, ranked fourth, has already won the Rome and Indian Wells titles in 2023 and could face Swiatek in the Roland Garros semis. "Hopefully I can go far at the French Open," she said. "I have good memories playing there. "Now that I've got more matches on clay, it's a bit easier and (gives me) a bit more confidence." Other title hopefuls include last year's runner-up Coco Gauff, Tunisian Ons Jabeur and world number three Jessica Pegula.
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.