ADVERTISEMENT

Zubiri files resolution honoring young Bukidnon farmer who rescued wounded Philippine eagle

Published Jul 16, 2026 03:30 pm

At A Glance

  • Senate Majority Leader Migz Zubiri filed Senate Resolution No. 519 seeking to honor 21-year-old Indigenous farmer Marvin Linoy for rescuing an injured Philippine Eagle that was being attacked by about 30 monkeys in Malaybalay City, Bukidnon.
A Senate resolution has been filed to honor a young indigenous farmer from Bukidnon who helped save an injured Philippine Eagle after finding it under attack by a troop of monkeys.
Senate Majority Leader Juan Miguel
Senate Majority Leader Juan Miguel "Migz" Zubiri (Senate PRIB photo)
Senate Majority Leader Juan Miguel “Migz” Zubiri on Wednesday, July 15 filed proposed Senate Resolution No. 519 recognizing the bravery of 21-year-old Marvin Linoy, who rescued the critically endangered bird near the Sawaga River in Dalawangan, Malaybalay City on July 3.
According to the resolution, Linoy was harvesting passion fruits in the forest when he heard unusual sounds and discovered about 30 monkeys attacking the eagle. The bird was reportedly covered in soil and visibly shaking from fear.
To stop the attack, Linoy imitated the barking of a dog, causing the monkeys to flee. He then improvised first aid by covering the eagle's eyes with fern leaves and wrapping it in his jacket to keep it calm while waiting for rescuers.
“Hindi pangkaraniwang tapang ang ipinakita ni Marvin. At 21, he kept his composure in a dangerous situation and found a way to protect a wounded Philippine Eagle until help arrived (Marvin showed extraordinary courage. At 21, he kept his composure in a dangerous situation and found a way to protect a wounded Philippine Eagle until help arrived),” Zubiri, a native of Bukidnon, said.
“Extra proud tayo sa kanya dahil taga-Bukidnon din tayo, at lalo na dahil isang ‘critically endangered’ species ang kanyang iniligtas,” he added.
Zubiri also praised Linoy's quick thinking during the incident.
“Presence of mind, malasakit and the courage to act ang ginamit niya. Dahil sa mabilis niyang pagresponde, nabigyan ng pagkakataong mabuhay ang isang Philippine Eagle na malinaw na nasa panganib (He drew on presence of mind, compassion, and the courage to act. Because of his quick response, a Philippine Eagle that was clearly in danger was given a chance to survive),” the senator noted.
The measure likewise acknowledges Junissa Valdueza Docenos and Sanny Docenos, fellow members of the Inhandig Tribal Multi-Purpose Cooperative, for helping Linoy during the rescue.
After the rescue, the Philippine Eagle was turned over to the Department of Environment and Natural Resources before being transferred to the Philippine Eagle Foundation for treatment and rehabilitation. The foundation later found that the adult female eagle was dehydrated and suffering from maggot-infested wounds.
The proposed resolution cites the Philippine Eagle Foundation's estimate that only around 400 breeding pairs of Philippine Eagles remain in the wild. The species is also listed as Critically Endangered by the International Union for Conservation of Nature.
Through Senate Resolution No. 519, the Senate seeks to formally recognize Linoy's courage and his role in protecting one of the country's most iconic and threatened wildlife species.
“Karapat-dapat kilalanin ito ng Senado. Sana ang ginawa ni Marvin ay makahikayat ng mas marami pang Pilipino na protektahan ang ating kagubatan (This deserves recognition by the Senate. Hopefully, what Marvin did will inspire more Filipinos to protect our forests),” Zubiri added.
The resolution states: “Resolved by the Senate of the Philippines to recognize and commend Marvin Linoy for his exemplary courage and heroism in rescuing an injured Philippine Eagle from imminent danger near the Sawaga River in Dalawangan, Malaybalay City, on 3 July 2026, thereby contributing to the protection and conservation of one of the nation’s most treasured and critically endangered wildlife species.”

Related Tags

Migz Zubiri Philippine Eagle Senate of the Philippines
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; } }

{{ static_articles_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.