ADVERTISEMENT

Gilas eyes repeat over rival South Korea in FIBA Asia Cup Qualifiers

Published Jun 19, 2021 10:48 pm

Ange Kouame grabs the rebound as two South Korean players try to reach in during their FIBA Asia Cup qualifying match last Wednesday, June 16, at the AUF Gym in Pampanga. (FIBA)

Gilas Pilipinas is eager to prove South Korea that its buzzer-beating victory was not just pure luck as the two rivals square off Sunday, June 20 in the conclusion of the FIBA Asia Cup Qualifiers at the Angeles University Foundation Sports and Cultural Center in Pampanga.

The game starts at 3 p.m. with coach Tab Baldwin already drawing the battle lines after expressing his displeasure over the comments made by South Korean counterpart Cho Sanghyun that SJ Belangel’s three-pointer that sealed Gilas’ 81-78 win last Wednesday was a “lucky shot.”

Dwight Ramos, arguably the most consistent player for the national cagers since the Clark window started, is bracing for a more-determined South Korean side in the return match.

“That game’s gonna be a battle,” said Ramos. “I know they gonna come strong and try to show that our win was just a fluke.”

READ: Dwight Ramos not satisfied with Gilas win vs Korea: ‘We still need a lot of improvement’

Gilas battled back from a 17-point second quarter deficit and five with over two minutes to go behind the gallant efforts of Ramos, Kai Sotto, Ange Kouame, RJ Abarrientos, Carl Tamayo and Belangel.

“We have to come out strong and prove to them that we’re not showing that can be taken lightly. We’re young but we got that heart, puso. I think that’s what we have to do, to play our hardest,” added the good-looking 6-foot-4 guard.

South Korea has posted a pair of lopsided wins over Indonesia and Thailand since the heartbreaking defeat.

Cho’s side defeated Indonesia, 104-81, last Thursday before walloping Thailand, 120-53, Saturday, June 19.

Against Thailand, South Korean hardly played naturalized player and former PBA import Ricardo Ratliffe due to an injury, posting just five points and four rebounds in seven minutes.

But Cho assured that Ratliffe, who carries the name Ra Guna, will be ready to give it all against the Filipino cagers.

“Ra’s situation with his injury is not that severe. We just wanted to give him some break for the game tomorrow,” said Cho through an interpreter.

Another player expected to once again give Gilas some headache is Hyunjung Lee, who plays for Davidson in the US NCAA.

Lee has averaged 18.7 points on 41-percent shooting with 7.3 rebounds, 2.7 assists and 1.7 steals through three games in the third window. He had 15 points against Gilas, including a three-pointer that tied the score at 78-all with 2.9 seconds left.

Related Tags

FIBA Asia Cup Qualifiers gilas pilipinas
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.