ADVERTISEMENT

Gilas places 24th in World Cup, earns ticket to OQT

Published Sep 3, 2023 06:03 am

At A Glance

  • Gilas, at last, after a series of heartbreaks, finally won its first game, a convincing 96-75 decision against Asian rival China to end the campaign on a high note and avoid another winless run in the World Cup.

“No greater feeling.”

That was what coach Chot Reyes uttered after Gilas Pilipinas finally found the light at the end of the long, winding tunnel in the 2023 FIBA Basketball World Cup.

 

viber_image_2023-09-02_22-18-03-266.jpg
Gilas Pilipinas finally gets to celebrate a victory in the World Cup after taking down China, 96-75, in its last game. (Noel Pabalete/MB)

 

Gilas, at last, after a series of heartbreaks, finally won its first game, a convincing 96-75 decision against Asian rival China to end the campaign on a high note and avoid another winless run in the World Cup.

The Nationals may have fell short of their bid for an outright spot in the 2024 Paris Olympics but the win didn’t only assured the hosts of avoiding finishing dead last just like in the 2019 edition but also breathed new life to their hopes of returning to the Olympiad.

The brave stand against the Dominican Republic, Angola and Italy was not put to waste as it enabled Gilas, along with its lone victory against China, to finish at the 24th spot in the 32-field global showpiece.

Gilas landed in the "next 16 best-placed teams in the World Cup which didn’t qualify to the Olympics" to get an invite to the Olympic qualifying tournament.

The Filipinos finished with a 1-4 record in tie with China and Angola in the Group M standings in the classification round but went on to claim the second spot due to a favorable point differential to secure their place from 21st to 24th spots.

Gilas finished as the third-best team in Asia behind the Paris-bound Japan which finished with a 3-2 record and the late blooming Lebanon which swept its classification matches to finish with a 2-3 slate.

Reyes was glad to finally give back the unwavering support of the Filipino crowd, who braved through the heavy rains to cheer their hearts out for Gilas, by picking up the Nationals’ first win.

“We reminded the players that no matter the typhoon, the weather, being essentially a no bearing game, the crowd still came Filipinos still came to watch, I said let's give them a present,” said Reyes.

“Make sure we end this with a gift to the Filipino people for their continued belief and support for the team,” he added.

A catalyst to that cause was Jordan Clarkson who etched his name to annals of Philippine basketball after a historic scoring that saw him explode for 34 points – the most by any Filipino in the World Cup, surpassing the 33 and 31 points of Mon Cruz in the 1978 edition and the 31 points of the Filipino legend Caloy Loyzaga in 1951.

“We have to dig deep and that's what the players did. Every single one of them, (I’m) so proud, unfortunately the result didn't come out as we expected but to end with the win, no greater feeling,” said Reyes.

Related Tags

gilas pilipinas 2023 FIBA World Cup FIBA OQT
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.