ADVERTISEMENT

Gov't can tap P400B public funds to fight COVID-19

Published Mar 26, 2020 12:00 am
  By Genalyn Kabiling The government can tap close to P400 billion worth of public funds for the operations against the coronavirus pandemic following the passage of the Bayanihan law. Cabinet Secretary Karlo Nograles (Photo from Karlo Nograles / Facebook page / MANILA BULLETIN) Cabinet Secretary Karlo Nograles (Photo from Karlo Nograles / Facebook page / MANILA BULLETIN) Cabinet Secretary Karlo Nograles, spokesman of the inter-agency task force for the management of the emerging infectious diseases (IATF), said the bulk of the funds could bankroll the social amelioration measures, including food and cash assistance to Filipinos in need Republic Act No. 11469, the "Bayanihan to Heal as One Act” gives the President extra powers to address the coronavirus emergency, including realigning savings within the Executive branch for the government's efforts to contain the disease outbreak. "Ang alam ko about 200… almost – in fact, 400 kung i-add mo lahat-lahat. Almost 400 billion kung hindi ako nagkakamali (I know there's about P200 almost, in fact 400 if you add everything. Almost P400 billion if I'm not mistaken)," he said during a Palace press briefing last Wednesday when asked about the funds that can be accessed under the Bayanihan measure. “Eighteen million families ang target dito. Malaking chunk ng pera ang mapupunta dito and that’s food assistance plus iyong cash assistance na ibibigay ng gobyerno sa lahat ng mga marginalized at iyong mga kababayan natin na nangangailangan (A big chunk of the funds will go to the 18 million families targeted. That's food assistance plus cash assistance the government will give to the marginalized and our countrymen in need)," he said. Under the Bayanihan law, the President is empowered to provide a two-month emergency subsidy program for around 18 million poor families. The emergency subsidy will range from P5,000 to P8,000 for low income households. Nograles said a technical working group chaired by the Department of Social Welfare and Development (DSWD) has been directed to convene and finalize the government's social amelioration program. "Kapag itong Joint Memorandum Circular ay na-approve na ng IATF at mapirmahan na ng iba’t-ibang mga ahensiya na kasama dito sa Joint Memorandum Circular, then we’ll launch it immediately (Once the joint memorandum circular is approved by the IATF and signed by various agencies, then we will launch it immediately)," he said. "We will immediately implement this and this is nationwide basically, at ang target po dito (the target) is 18 million families," he added. Another concerned task group on resource management will also identify the requirements for the coronavirus response, including hospital beds, testing kits, medical supplies, and other equipment so they could be effectively addressed, according to Nograles. He said they must submit a report to the IATF and the President to facilitate the procurement of the resources needed to combat the pandemic. He said the distribution of resources will not only be in Luzon but in Visayas and Mindanao as well. "Dapat mabilis ang action ng lahat diyan (The action must be swift). We are in a state of calamity. We are in a state of emergency," he said. The government earlier crafted the "National Action Plan" to implement measures to effectively combat the spread of the coronavirus and mitigate the impact of the pandemic on the social, economic, and personal security of Filipinos. Defense Secretary Delfin Lorenzana has been designated to lead the national task force to supervise operations against the disease outbreak. Smaller task groups are also created to focus on response operations, resource management and logistics, and strategic communications. "Itong structure na in-approve po ng IATF (The structure approved by the IATF) this is the structure that is used whenever the country gets hit by a national calamity or when we are in a state of national emergency," he said. "Timing lang din iyong pag-approve nito, pagpirma ni Pangulo noong batas ng Bayanihan Act (It coincided with the President's signing of the Bayanihan Act) so that all goes hand-in-hand," he said. https://www.dailymotion.com/video/x7sxwtq
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.