ADVERTISEMENT

Team Asia continues to dominate Team Europe in Reyes Cup

Published Oct 18, 2024 07:28 am

At A Glance

  • Team Asia continues to dominate in the ongoing inaugural Reyes Cup as Carlo Biado and Singaporean partner Alloysius Yap scored a come-from-behind victory over the duo of Team Europe's Jayson Shaw and Eklent Kaci on Thursday, Oct. 17 at the Ninoy Aquino Stadium.

Team Asia continues to dominate in the ongoing Reyes Cup as Carlo Biado and Singaporean partner Alloysius Yapp scored a come-from-behind victory over the duo of Team Europe's Jayson Shaw and Eklent Kaci on Thursday, Oct. 17 at the Ninoy Aquino Stadium.

received_3483131108653442.jpeg

Hardly rattled by a 2-3 deficit, both the protagonists of 2021 US Open Finals Biado and Yapp displayed poise and took care of the last three racks to claim a 5-3 win and further pad the lead for Team Asia over Team Europe, 9-3, in the Race to 11 series.

Biado tied the contest with a runout on the sixth rack before pouncing on the mistake of Kaci who missed his shot on the 2-ball. The Filipino pool master then ran into a slight trouble at the four-ball but coolly executed a kick to pocket it and eventually put his side on the hill.

A brief safety battle ensued in the next rack to which the Asians prevailed after taking advantage on a Shaw miss on 1-ball.

It was an entirely different story earlier in the day when Team Asia, composed of recently crowned Hanoi Open winner Johann Chua, Ko Pin Yi of Chinese Taipei, and Duong Quoc Hoang of Vietnam, dominated Team Europe, 5-1 in the team play.

Team Europe visibly struggled with its strokes at the start of Day 3 highlighted by a costly miss on the 9-ball from Mickey Krause allowing Team Asia to take a commanding 3-0 lead.

Ko further padded the lead putting Team Asia on the hill with a runout on the next rack before Kaci tried to restore some sense of order for Team Europe, clearing the table to finally get his team in the board.

Team Asia, however, would not be denied as Yapp secured the victory for his crew, capping the contest with neat runout.

Team Europe, comprised of three of the world’s top five pool players, somehow salvaged a point on the third day after Shaw and Francisco Sanchez Ruiz triumphed over the Ko-Chua tandem, 5-3, in doubles play.

Still, it has been all Team Asia through the first three days of the tournament named after Filipino pool great Efren 'Bata' Reyes.

The Asians opened the tournament with 3-2 lead at the end of the first day before a 4-0 sweep on the second day catapulted the team to a commanding 7-2 lead.

Filipino pool great Django Bustamante also saw action and amazed the crowd with a 4-2 win over Jeremy Jones in an exhibition match.

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.