ADVERTISEMENT

Building a resilient economy

Published Feb 29, 2020 12:00 am
BETTER DAYS By SENATOR SONNY ANGARA Senator Sonny Angara Senator Sonny Angara The announcements that Nokia, Wells Fargo, and Honda will be minimizing or shutting down their business operations in the Philippines have been met with serious concern. Their employees—700 IT professionals in Nokia, 700 out of 750 tech workers in Wells Fargo, and nearly 400 manufacturing workers in Honda—will have to consider how they can best be employed again, and in the shortest amount of time. I can only imagine the difficulty, particularly for Honda employees, as some of them may have had decades in Honda’s workforce. It’s not hard to believe that for some of them, the solution will be to work abroad, becoming OFWs, if they cannot find jobs here at home that need their skills, and can pay them at least near what they were earning. For others, they may experience a long period of unemployment, and this will produce unwanted stress within their families. It’s imperative now that we craft a “resilience plan” that will allow our country’s economy to sidestep large-scale business shutdowns. Such plan should also integrate ways to address other global issues such as the coronavirus epidemic, as these events disrupt economic processes, particularly in terms of manufacturing. If the coronavirus needs a vaccine to counter it, then our economy needs a contingency plan to make sure that it can weather the new economic realities that are happening all over the world. Last Wednesday, we held an inquiry on the implementation of government programs concerned with industrialization and employment generation. The inquiry will start the process of figuring out the following—what has been accomplished, which ones are working, and what will have to be done to sustain programs that are working well. Indeed, our economy would be more resilient from large-scale shutdowns if more jobs were available, and if the government invested strategically in generating these jobs. This is where our Tatak Pinoy (Made in the Philipines) initiative comes in.  Tatak Pinoy is not just about saying that something is proudly Philippine-made. It is about identifying and encouraging productive sectors of our industries, in such a way as to give small and medium businesses a better chance of succeeding and expanding their operations. Tatak Pinoy-related programs will help our industries become more self-sufficient, and will encourage more local employment for our workers. The goal, really, is to transform the Philippines into an economy that not only consumes, but innovates, invests, and manufactures products as well. There, too, is a need to take stock of our initiatives for industries that involve information technology, business process outsourcing, tourism, creative industries, trade, manufacturing, agriculture and aquaculture, logistics, shipping, research and development, and other sectors that will be analyzed as productive. As we can see by the jobs that will be lost in when Nokia, Honda, and Wells Fargo pull out their stakes, these industries require that we make action strategies if stakeholders decide to leave or downscale operations. What must be done now is to study how best we can leverage the 2020 P4.1-trillion national budget to innovate and upgrade our own industries, so that we can create more local jobs for our fellow Filipinos. And it is not as if we are lacking in success: Our country is home to global brands like Jollibee, Oishi, and Bench. We also have excellent Tatak Pinoy examples like furniture designer Kenneth Cobonpue, and the Puentespina family, who developed the award-winning Malagos chocolate from Davao. CSM Philippines, a ceramics company run by the Manriques, exports handmade china plates, teacups, and other similar products. Ubisoft developed the video game Assassin’s Creed in its Laguna Studio, and SG Interactive prepares audiovisual presentations for Fortune 500 companies. All these are made in the Philippines, so to speak. And this is why one of the goals of the Tatak Pinoy program is to create a unified strategy to encourage and develop Filipino products and services for the local and the global market. We need to work on making sure that we will have jobs and services ready to help those who suddenly become unemployed. We should also make sure that these are local solutions, so our people won’t have to find work elsewhere. We all know too well how difficult the life of an OFW is, and how brain-drain is detrimental to our country’s development. In short, we must create more jobs for the Filipino people, now and in the future. E-mail: [email protected]| Facebook, Twitter & Instagram: @sonnyangara   Senator Sonny Angara has been in public service for 15 years — nine years as representative of the Lone District of Aurora, and six as senator. He has authored and sponsored more than 200 laws.   
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.