ADVERTISEMENT

MMDA Chair appeals to parents: Keep kids at home

Published Jul 20, 2021 01:57 pm

Metropolitan Manila Development Authority (MMDA) Chairman Benjamin "Benhur" Abalos Jr. encouraged parents Tuesday, July 20, to keep their children at home amid the lingering threat of the Delta variant of the coronavirus disease (COVID-19).

KIDS swim at the famous beach front in Boracay Island when the country’s most famous beach destination reopened to local tourists in October 2020. (Tara Yap)

Abalos made the appeal after he confirmed that the Metropolitan Manila Council, composed of all mayors in Metro Manila, formally requested the Inter-Agency Task Force(IATF) to suspend the relaxation of pandemic restriction that allows minors aged five to 17 years old in outdoor areas in areas under the general community quarantine (GCQ) and modified general community quarantine (MGCQ).

"Sa mga magulang po na nakikinig, sana po mauwaan niyo na hindi pa po natin ganap na alam kung anong magiging epekto nito sa atin kung kaya't minabuti po ng ating mga alkalde na temporarily baka pwede isuspinde muna ng IATF nang sa gayon ay mapag-aralan nang maigi (To the parents listening, I hope you understand that we still don't know what its effect to us will be so all the mayors requested the IATF to temporarily suspend the and study the situation well)," Abalos said in a radio interview over DZMM.

Abalos said that while the IATF has yet to respond to the request of Metro Manila mayors, the parents of children should take the initiative to protect their children by keeping them at home.

"Kamukha ng sinabi ni Presidente, very aggressive itong Delta variant, very infectious (Just like what President said, the Delta variant is very aggressive and very infections)," he stated.

A single person infected with the Delta variant can infect up to eight persons, far more contagious than the original strain from Wuhan, China which can infect up to two persons per single case.

Abalos also mentioned that the risk for children are greater since they are still not allowed for vaccination.

"Alam naman natin pwede ring magspread ang mga bata sa kanilang mga bahay. Sa amin pong talaan, talagang tumaas ang kaso sa NCR (We all know that children can also spread the birus in their households. In our tally, the cases in NCR really increased)," he bared.

The MMDA chief said the easing of restriction may be reimplemented after one or two weeks if the situation in Metro Manila remains unchanged, or the number of cases see a downward trend.

"After one or two weeks, wala naman pong problema ibalik natin kung pwede. Pero sa panahon pong ito na simula, ito po ang pinaka-critical sa lahat (We have no problem if they will bring it back after one or two weeks. But right now that we are starting to see its effects, this is the most critical part)," Abalos noted.

Last week, the Department of Health (DOH) detected 16 new cases of Delta variant in the country, including 11 cases that were transmitted locally.

DOH Undersecretary Maria Rosario Vergeire said that eight individuals who had been tagged as "recovered" from the Delta variant yielded positive results anew when they were re-tested.

Of these cases, one was found in Manila, four in Cagayan de Oro, one in Misamis Oriental, and two were returning overseas Filipinos (ROFs).

Abalos said intense contact tracing efforts were being conducted to locate where the single case of Delta variant in Manila got the disease.

"Ito pong contact tracing ay ginagawa ng DOH at inaalam nilang maigi, hinahanap pa natin 'yong isa kung saan ang pinagmulan. Hindi nila matala kung galing abroad o ano (The contact tracing is being done by the DOH and they are really looking at the origin of the single case. They cannot determine if its from abroad or what)," he said.

"I-assume na lang natin na habgn inaantay natin dahil nagmamdali po tayo, na locally transmitted na ito (While waiting for them, let's just assume that it is locally transmitted since we are racing against time)," he added.

Related Tags

delta variant Minors pandemic restriction covid-19 MMDA outdoor
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.