ADVERTISEMENT

'Ninja' Djokovic eyes eighth Wimbledon title and 24th Slam crown

Published Jul 1, 2023 08:54 am
LONDON (AFP) -- Novak Djokovic has Roger Federer's record of eight Wimbledon titles and a 24th major in his sights as he closes in on a first calendar Grand Slam in 54 years. *Novak Djokovic. (AFP)*


Fresh from breaking out of a tie with Rafael Nadal for 23 Slams at the French Open, the 36-year-old Djokovic will comfortably be the overwhelming favourite at the All England Club when he starts his title defence on Monday. With a 10th Australian Open and third Roland Garros already wrapped up this season, an eighth Wimbledon triumph would leave Djokovic needing just the US Open in September to emulate Rod Laver's sweep of all four majors in 1969. "He takes your legs, then he takes your soul, then he digs your grave and you have a funeral and you're dead. Bye-bye. Thank you for coming," said coach Goran Ivanisevic when asked to caption the Serb's Grand Slam mindset. Djokovic has won the title on his last four visits to Wimbledon and has not lost on Centre Court since the 2013 final. His 86 match wins are only bettered by the now retired Federer and are more than the rest of the current top 20 put together. Of those players, only two -- Cameron Norrie and Hubert Hurkacz -- have made the semi-finals of Wimbledon. Amongst his top five rivals, not one has got beyond the last 16 while two-time champion Nadal is sitting out the rest of the year through injury. A 24th major for Djokovic would take him level with Margaret Court for the most Grand Slam titles won by one player. World number one Carlos Alcaraz will be Djokovic's biggest threat, especially as the young Spaniard now has a maiden grass-court title in his collection thanks to his win at Queen's last weekend. However, Alcaraz conceded key ground by admitting that the stress and tension of facing Djokovic in the semi-final at the French Open caused the cramping that sparked his defeat.

'Like a Ninja'


Ivanisevic described Djokovic as "unbelievable". "He's still moving like a cat on the court. He's there. Like a Ninja, he's everywhere. He's going to find some kind of motivation to win 24, maybe 25, who knows where is the end." Not surprisingly, Alcaraz has attempted to shift all the focus onto Djokovic. "I saw that Djokovic has never lost a match on Centre Court since 2013 when he lost against Andy Murray -- so it's 10 years, it's crazy," said Alcaraz who made the last 16 in 2022 before falling to Jannik Sinner. "But I hope to have the crowd behind me to change that stat." Moscow-born Elena Rybakina was the shock women's champion in 2022. Her decision to switch allegiance to Kazakhstan in 2018 proved to be a wise move when all Russian players were banned last year. However, her chances of successfully defending her title have suffered a setback by her failure to shake off a virus which forced an early withdrawal from the French Open. World number one and four-time major winner Iga Swiatek, who is looking for a maiden Wimbledon title to add to her US and French Open crowns, has yet to progress beyond the last 16. The 22-year-old Pole made the semi-finals of a grass-court tournament for the first time this week at Bad Homburg in Germany before suspected food poisoning forced her to withdraw. "I need to take care of myself. I hope I'll be fine soon," she said. World number two Aryna Sabalenka of Belarus, banned last year because of her country's support for Russia in the war in Ukraine, made the semi-finals in 2021. Sixth-ranked Ons Jabeur was runner-up 12 months ago and was a grass-court champion in Birmingham in 2021. Sentimental votes for a potential women's champion will be cast for 43-year-old five-time winner Venus Williams as well as 2011 and 2014 champion Petra Kvitova, the only player in the top 10 over 30.

Related Tags

Wimbledon Novak Djokovic
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.