ADVERTISEMENT

Time to channel 'NSD' spirit as Ginebra eyes equalizer

Published Nov 2, 2024 07:08 am

At A Glance

  • Grinding out a crucial 85-73 win in Game 3 to finally get on the board, Ginebra head coach Tim Cone hopes his team has enough gas left for the crucial contest that tips off at 7:35 p.m. with the awarding of the Best Player of the Conference and Best Import serving as a fitting appetizer.

If there's an opportunity for Ginebra to live up to its "Never-Say-Die" mantra, now is the perfect time – down one game in the PBA Season 49 Governors’ Cup Finals against a formidable team like TNT.

PBA Images11 (75).jpg
 Scottie Thompson and the rest of the Kings are hoping to find extra energy from their legs to finally tie the best-of-seven series against the Tropang Giga in Game 4 at the Smart Araneta Coliseum on Sunday, Nov. 3.

Grinding out a crucial 85-73 win in Game 3 to finally get on the board, Ginebra head coach Tim Cone hopes his team has enough gas left for the crucial contest that tips off at 7:35 p.m. with the awarding of the Best Player of the Conference and Best Import serving as a fitting appetizer.

“This won't mean much for us if we don't get the one on Sunday and obviously we had to expend a lot of energy to win this one tonight and hopefully we can find a way to get that energy on Sunday,” said Cone whose charges needed a backbreaking 16-3 finishing kick to escape TNT.

The cause of concern, however, is the fitness of Kings main guns who played extra minutes in Game 3. Brownlee looked a little winded late in Game 3 while Japeth Aguilar was subbed out in the final frame due to cramps.

And that’s where Scottie Thompson believes that Ginebra needs its NSD mentality more than ever.

“Finals na eh kailangan to grind it out every game siyempre down kami 0-2 we have to win. Yun lang (nasa isip) namin. I think this is the perfect time to show the NSD spirit sana makabalik kami sa series,” he added.

The series is looking like a battle of endurance so far especially with TNT import Rondae Hollis-Jefferson playing every single minute of the series. Even so, he has been effective at anchoring the offense for the Tropang Giga while putting a body and limit Justin Brownlee on the offensive end.

“Justin is struggling offensively but he's not quitting defensively. I think if you're gonna have Rondae guarding you for 35 minutes of the game, you're gonna struggle. He is, and always has been, an elite defender in the NBA,” Cone said of Hollis-Jeffferson’s defense on Brownlee.

Cone, though, was all praises still on his resident import as he is mustering every strength that he has to still be an impact, more importantly on the defensive end – evident in his two crucial blocks on Calvin Oftana and Glenn Khobuntin and a swipe on Hollis-Jefferson to keep TNT at bay during that crucial fourth quarter run.

“He's helping us block shots, he's helping us on our defensive rotation and he is picking up Rondae at certain times of the game and those are as valuable as him hitting the three and four point shots,” he added.

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.