ADVERTISEMENT

Davao City placed under community quarantine

Published Mar 15, 2020 12:00 am
By Warren Elijah Valdez  DAVAO CITY - A day before this City was supposed to celebrate its 83rd Araw ng Dabaw, Mayor Sara Duterte has placed the city under community quarantine Sunday. The City Mayor signed Executive Order No.10, declaring the entire city under community quarantine. “There is a need a immediately to be aggressive and proactive on the impending spread of COVID-19 in Davao City,” the EO states. With the Resolution 11 recently issued by the coronavirus disease 2019 (COVID-19) Inter-Agency Task Force (IATF), it also allowed local government units (LGUs) to declare community quarantines under specific parameters. The EO states the declaration was partly due to the “limited testing kits and results that take too long to become available.” Duterte said, in an interview with the city government-run Davao City Disaster Radio 87.5 FM, that she deemed it necessary to declare community quarantine. “Earlier, while we were discussing with the doctors, there really is a challenge,” she said, pointing out that it takes several days to wait for the results of laboratory tests which still has to be sent to Metro Manila. The mayor said the city has yet to receive a test finding a patient positive of COVID-19, but she said results of the tests could take a week to be determined. The mayor said “we will no longer wait for two patients before declaring a community quarantine.” “Because under the Inter-Agency Task Force Resolution (11), it is needed that there are two positive COVID (cases) in different barangays before you declare a community quarantine city wide. We still do not have the results back (if positive) but it was indicated in the executive order our challenges in testing and the time that the result of testing comes back here in the City of Davao, " she said. “I don’t think we should wait that there has to be two who will be found positive for COVID in our city before we declare a community quarantine,” she added. She also said that the city was "a step away" from a lockdown. With the community quarantine declared in the city, the EO states that people should stay in their homes. People may only come out for work, to buy foods or medicines, to go to the hospital, or to take out garbage. “Gina-buhat na nato na karon, gina-buhat na na nato na karon, gina-remind na nato na karon sa tanan tao. (We are already doing it. We are already mandating, and we are reminding it to the public),” she said. Mass gatherings and classes from kindergarten to post graduate studies are also suspended until after the state of public health emergency is lifted. The EO also states that all religious activities are suspended. “So wala na nato gi-advise, wala na nato ni gina- ecncourage, gina- mando na nato ni na all religious activities are suspended. (We are not advising it anymore. We are no longer encouraging, we are already mandating it that all religious activities are suspended.),” Mayor Duterte said. Government works, however, will not be suspended. The mayor said City Hall will continue its operations in dispensing public services, noting that their employees from other provinces may enter Davao City. The EO stressed, that necessary screening procedures must be followed on this. Private companies must prepare and implement a flexible work plan for their employees. Duterte said this was mandated under the community quarantine declaration “in preparation for a lockdown.” “So it must be that our private companies, must be ready what will happen (to their employees) if there will be a lockdown (especially) those businesses with employees outside Davao City,” she said. “And also those businesses possible to be closed during a total and complete lockdown because they will not have businesses (by that time.) So for now, they have to prepare for a possible lockdown, " she said. The EO also requires people to procure services and buy goods online from local suppliers. “Dapat magshift na mo to online. daghan mga messengering services, naa pud mga courier nga tawagan nimo ipakuha nimo ipahatod nimo sa imoha. And then dunay mga online na mga tindahan, so kana nalang ang ilahang kinahanglan buhaton. (You must shift to online. There are many messengering services, there are also couriers that you can call to pick up (or) send (the item) to you. And there are online stores. So that is what they should do), " she said. The EO also encourages online meetings and bank transactions. Public transportation will be allowed. The city mayor has reiterated that it will be required to observe the social distancing with a minimum of one meter from each other. She said, however, this was impossible on the jeepneys, vans and buses here. “What we ask for people to do is when you ride a jeepney, a bus, a van – you wear a mask,” she added. Cargo deliveries will be allowed as long as the it will be unloaded by the workers of the area or company who will be receiving the cargo. All other activities that may be determined in the future to be applicable in community quarantine will be determined later on.
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.