ADVERTISEMENT

'Surprised' Shelton fights back to reach Shanghai last eight

Published Oct 11, 2023 01:05 am

At A Glance

  • The 19th seed emerged from an excruciatingly tight deciding set to battle through 2-6, 6-3, 7-6 (7/5) and faces fellow American Sebastian Korda in the quarterfinals.

SHANGHAI (AFP) -- US Open semifinalist Ben Shelton fought back from a set down to defeat sixth seed Jannik Sinner on Tuesday, Oct. 10, and reach the Shanghai Masters last eight in one of the biggest victories of his young career.

33XW3QP-Preview.jpg
US's Ben Shelton hits a return to Italy's Jannik Sinner in their men's singles match during the Shanghai Masters tennis tournament in Shanghai on Tuesday, Oct. 10. (AFP)

The 19th seed emerged from an excruciatingly tight deciding set to battle through 2-6, 6-3, 7-6 (7/5) and faces fellow American Sebastian Korda in the quarterfinals.

The 26th-seeded Korda fended off a late fightback from the 20th seed Francisco Cerundolo of Argentina to go through 7-5, 7-6 (8/6).

Shelton, who lost to Novak Djokovic in the last four in New York last month, did his now-trademark "dialed-in" celebration with an imaginary telephone to mark his first time into the quarterfinals of a Masters.

"I think my toughness level and how resilient I was able to be on the court, I surprised myself a little bit," said Shelton, who turned 21 on Monday.

Shelton endured a torrid opening set against the in-form Sinner, summed up by his double fault to concede the seventh game of an error-strewn first stanza.

The Italian Sinner, fresh from winning the China Open in Beijing, clinched the opening set with a well-placed smash.

Shelton was a changed man in the second, sealing the set with an ace and a roar, and then immediately put Sinner under the cosh to start the decider.

The 22-year-old Sinner survived the initial onslaught, saving five break points to seal a game that lasted nearly 10 minutes, and the set went with serve to force a tiebreak.

Shelton prevailed and a crowd that had been on his side serenaded him by singing happy birthday.

Shelton only turned professional last year and his appearance at the Australian Open in January, where he reached the quarterfinals, was his first time outside the United States.

He is still getting used to the scrutiny that comes with his fast-growing profile.

"It's something that happened quite quickly and was kind of a shock to me," said Shelton, whose father Bryan reached 55 in the world as a player and is now his coach.

 

 

Shocks galore

 

A tournament full of shocks had another to start the day when 91st-ranked Fabian Marozsan had a belated birthday present of his own by beating eighth-seeded Casper Ruud.

The unseeded Hungarian won 7-6 (7/3), 3-6, 6-4 and will face Poland's 16th-seeded Hubert Hurkacz.

"This is just only my second Masters tournament, so it's kind of a new tournament series for me," said Marozsan, who beat Carlos Alcaraz at the Italian Open in May.

"I'm really enjoying this, I'm very proud for this one."

Hurkacz just about avoided falling victim to a shock, defeating unseeded home hope Zhang Zhizhen 7-6 (8/6), 4-6, 7-6 (7/4) in a match that stretched beyond midnight.

The Shanghai event, which is back on the ATP calendar for the first time since the Covid pandemic, has witnessed several shocks.

Korda dumped out second-seeded Daniil Medvedev and Holger Rune and Stefanos Tsitsipas, the third and fourth seeds, are already out.

The upsets have paved the way for top seed Alcaraz, who faces 18th seed Grigor Dimitrov in the last 16 on Wednesday.

World number one Djokovic is not in China.

Related Tags

Shanghai Masters
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.