ADVERTISEMENT

Siargao home to hundreds of flora and fauna — DOST National Research Council

Published Feb 1, 2021 08:29 am

Siargao Island is not just a home to the famous “Cloud 9” wave, but also a home to hundreds of species of plants and fauna. 

The teardrop-shaped island’s biodiversity was uncovered in a study conducted by the Department of Science and Technology’s (DOST) National Research Council of the Philippines (NRCP) members of Division V (Biological Sciences).

Led by Dr. Cecilia Banag-Moran, the NRCP team logged around 110 species of plants and 403 species of animals from the aquatic and terrestrial habitats in the municipality of Del Carmen alone. 

The study showed that "remarkable plant and beach forest species and possible new species of frog, rat, tarsier, insects, marine fish and decapod crustaceans” can be found  in Del Carmen, Siargao in Surigao del Norte. 

"With this rich diversity, a move for the global importance of Del Carmen, Siargao should be considered for its conservation and sustainability,” the NRCP said in a statement posted on its website. 

Included in the list of identified species of animals are the 11 amphibians, 14 mammals, 23 reptiles, 52 birds, and 81 marine fish.

"It was found that nine species of plants and 34 species of terrestrial vertebrates are endemic to the Philippines,” according to the NRCP.

"In addition to this, 45 species of plants and 17 species of terrestrial vertebrates are not yet assessed for their conservation status.”

The NRCP study also cited the “excellent condition” of the amphibians and reptiles in mangroves and surrounding habitats, which prodded the Banag-Moran’s team to recommend that protection measures be put in place in the area.

Through biological field surveys,  the project researchers found out  that Del Carmen’s mangrove forest also houses interesting species, and is endowed with unique floral assemblages, and high floral diversity. 

"Out of the 54 mangrove species in the world, Del Carmen is composed of 19 or 35.19 percent of the world species,” the study pointed out. 

Considering that about new 90 species of marine flora, the NRCP team underscored the need for continuance of correct and diversified mangrove planting.

The NRCP said given the data presented by the project researchers, there is no reason for Siargao not to be listed as new Ramsar site in the country. 

The data was conducted under the SAKLAW (Saklolo sa Lawa – Sustainable Communities) of the National Integrated Basic Research Agenda (NIBRA) after the local government unit of Siargao requested scientific evidence to support their bid for Ramsar. 

It noted that currently, there are six wetland habitats in the Philippines that have been designated as Ramsar wetlands of international importance.

The Ramsar Convention on Wetlands of International Importance, signed in 1971 in Iran’s city of Ramsar is an international treaty for the conservation and sustainable utilization of wetlands. 

"The presence of a threatened and endemic flora and fauna and possible new species, aside from the high diversity in the area is sufficient support for the Del Carmen Mangrove Forest to be listed under Ramsar for its long term conservation and sustainable utilization,” the NRCP said. 

Aside from the inclusion of Del Carmen in the list of Ramsar sites in the country, the project researchers also sought the policy conservation and protection of Siargao ecosystems and its biodiversity resources.

The NRCP noted that a three-pager Photoguide of the Birds of Del Carmen Siargao has been produced under the study.

The project results were virtually presented by the NRCP team during the stakeholders meeting held on January 6, 2021. The heads of the municipality of Del Carmen, Mayor Proserfina M. Coro and Vice Mayor Alfredo M. Coro II attended the event. 

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.