ADVERTISEMENT

Birdie-spree lifts Bisera past Fortuna

Published Sep 12, 2023 08:27 am

At A Glance

  • Yvon Bisera rattled off four birdies in a row from No. 1 on her way home as she recovered from a wobbly backside start to shoot a 71 and snatch the first day honors from Mikha Fortuna in the ICTSI South Pacific Classic on Monday, Sept. 11.

Yvon Bisera rattled off four birdies in a row from No. 1 on her way home as she recovered from a wobbly backside start to shoot a 71 and snatch the first day honors from Mikha Fortuna in the ICTSI South Pacific Classic on Monday, Sept. 11.

BiseraYvon02.jpg
Yvon Bisera.

Bisera used her power and banked on steady putting to make a big turnaround then endured a bogey on the sixth to gain the head-start in the 54-hole championship on her home turf at the South Pacific Golf & Leisure Estates here.

“My driving was quite steady and strong and my putting clicked,” said Bisera after coming out on top while bucking the heat in a punishing start to the P1 million championship serving as the ninth leg of this year’s Ladies Phiilppine Golf Tour.

“I’m used to this kind of weather since this is my home course,” added Bisera, whose six-foot birdie putt on No. 1 sparked a run that included a tap-in birdie on the par-5 second hole which she reached in two, and a clutch pitch-in feat on the par-3 No. 3.

She capped her blitz with a long putt on the fourth but missed posting a two-shot cushion with a missed-green mishap on No. 6.

“I just need to stay focused and try to keep my drives on the fairways,” said Bisera, whose bid coming off a fifth-place finish at Del Monte took a wobbly start after a three-putt miscue on No. 11 and a missed green bogey on the next.

Fortuna, back in the hunt after missing the Del Monte stop following a fourth place finish at Forest Hills, actually took command with a two-under card after 16 holes on a six-birdie, four-bogey card. But she wavered at the finish, dropping strokes in the last two to end up with a 72 and slip to second.

“I had two chip-ins and the rest were like five-footers which were good,” said Fortuna. “But my bogeys were careless mistakes, like I had three missed shots that went past the greens and it was tough to get up-and-down from there.”

She added that playing under scorching conditions took its toll on her, saying: “It (heat) was a huge factor, It was really hot here so I had to stay hydrated and tried to focus on my routine because I wanted to play faster. Yes, it was kind of harder to focus because of the heat.”

Sarah Ababa, another homegrown talent seeking to end a long title spell after scoring a breakthough at Sherwood Hills in 2015, also bogeyed two of the last five holes to card a 73 for third while Apple Fudolin missed joining Fortuna at second with a double-bogey on No. 7 for a 74.

Daniella Uy, whose back-to-back victories at Forest Hills and Del Monte installed the former Junior World titlist as the marked player this week, faltered in an uncharacteristic backside stint that saw her yield five strokes for a birdie-less 41 and a 78.

She tumbled to joint ninth with Gretchen Villacencio behind fifth-running Korean Seoyun Kim, who turned in a 75, two-leg Harmie Constantino and Pamela Mariano, who matched 76s, and Monica Mandario, who turned in a 77.

The other fancied names also groped for form in hot conditions with Valley leg champion amateur and Del Monte joint runner-up Mafy Singson limping with an 80 in a tie with Marvi Monsalve and Korean Min Yeong Kim, behind Annika Cedo, Kristine Fleetwood and Ju Young Yang, who all carded 79s.

Related Tags

ICTSI
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.