ADVERTISEMENT

Zero brownout for five sitios in Palawan

Published Nov 23, 2018 12:00 am
By Anne S. Tiangco Contributor The power situation in the country remains dark with 2.4 million households still without electricity. Even in the beautiful province of Palawan, known as a prime tourist destination, rotational power interruption that lasts up to 8 hours is experienced on a regular basis.  The power situation in Palawan has gone so bad that even President Duterte, in his recent visit to the province, expressed his dismay and gave the local government and the local energy cooperative until the end of the year to fix the problem. But there are five small fishing villages located in the remote areas of the province, predominantly occupied by indigenous people, that enjoy uninterrupted power supply. These five villages enjoy the zero brownout privilege using different power source combinations: wind turbine, solar power and a standby generator, thanks to the Save, Invest, Nurture Access to Green Energy and Technologies (SINAG), the Access to Energy (A2E) program of Pilipinas Shell Foundation, Inc. (PSFI ). Last 2014, PSFI embarked on a mission to power up communities in Palawan that are off-the-grid and are not likely to be provided with power within the next 10 years. They identified the areas which has existing natural resources for power generation and secured the commitment of the communities to sustain the project. Global Shell commissioned the global advisory company Enclude to develop a toolkit to assess the energy needs of Kalakuasan and identify sustainable potential interventions.  Kalakuasan is a remote village in Puerto Princesa which is home of the Batak tribe and has since become the pilot area for PSFI’s SINAG A2E. Palawan is intrinsic to PSFI as the Malampaya gas field operated by Shell Phlippines Exploration B.V. is in the northwest part of the province. PSFI Program Manager  Marvi Rebueno-Trudeau said that they choose communities based on several factors. “One is if the community is vulnerable and not in the priority list for electrification within the next 5-10 years. We also choose fishing communities where there are mostly IP residents and communities who commit to sustaining the project,” Rebueno-Trudeau said. “These are communities who only had lights from kerosene lamps, who used to drink water from open pits, who used to pay for borrowed electricity for only four hours every single day,” she adds. So far, PSFI has powered up Sitios Binaluan, Batak, Baras, Ligad and Decabaitot with grid and micro-grid projects that provide electricity and potable water supply to thousands of beneficiaris. Apart from the micro-grid projects, PSFI also provides individual solar home systems and in Sitio Logpan, for example, the first-ever SINAG kiosk was put up which may look like your ordinary sari-sari store but is actually now a source of livelihood for the community. It provides access to energy and potable water using solar energy. It is also a charging station for mobile phones, a spot for cooking, buying cold drinks, even ice cream.  More importantly, it has become the hub for socializing within the community as they gather here to watch their favorite shows in the modest-sized tv set. PSFI’s SINAG project has impacted not just the lifestyle but the economics of these tribal communities. In Sito Binaloan, boat maker Nardo Montilla, 43, said that when they still did not have electricity, he could only finish one boat for two months. But now that he has power tools to help him, he can finish a boat in as fast as 2 weeks. Fishermen who comprise more than 60% of the population now have ice to keep their daily catch fresh. Housewives have also become entrepreneurs, selling anything from cold beverages, ice, to frozen food. For city people, these developments maybe trivial but for these tribal communities that are now enjoying access to energy, this is life-changing.
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.