ADVERTISEMENT

CDO residents disgruntled by garbage collector's failure to penetrate inner areas in villages

Published May 19, 2023 05:43 am
CAGAYAN DE ORO CITY – Some residents here are still experiencing garbage problems owing to the new collector’s failure to penetrate inner areas in some villages. The situation led the residents to urge the city’s garbage collector to bring back the previous practice of penetrating even the villages’ inner areas so they can collect the garbage in front of their houses. *Several garbage bags were being gathered beside the street along Ilaya, Barangay Carmen, Cagayan de Oro City, on March 21, 2023 (File photo courtesy of Nestor Mesias Banuag, Jr.)*
Engr. Armen Cuenca, head of the City Local Environment and Natural Resources Office (CLENRO) acknowledged the concerns of the residents from inner areas in some villages. However, he said most of the garbage trucks’ drivers are not from the previous contractor and are still not familiar with some of the places in the city. "Our recommendation is that if there are concerns, they can be relayed to the media, on Facebook, or to our office in order for us to identify the areas and address the concerns," Cuenca told the Manila Bulletin in vernacular on Wednesday, May 17, adding that residents can also report their concerns to their respective barangay. The CLENRO explained that the new collector is still adjusting as there are garbage trucks that cannot penetrate the inner areas due to their size. The residents have also raised their concern on the schedule of garbage collection, which is allegedly not being followed. "The garbage collection schedule at Xavier Heights has not been observed. Our garbage has not been collected since Monday, May 4, 2023," said Linda Manalo in her comment on the same CLENRO’s post pertaining to the garbage schedule. Another resident named Ryan Motante said: "Mas maayo pa man tong sauna kay wala gayud sipyat, consistent Tuesday and Friday, naa gayud sila unya layo pa lang, sige na sirbato. Kaning karon, shy type (Before was way better because it never missed, was consistent, Tuesday and Friday they were there, and from afar, they were signaling." The city’s previous collector — IPM Waste CDO — ended its contract on January 31 this year after the local government did not renew it. The Bids and Awards Committee (BAC) of the city government awarded the contract to the new collector, the joint venture of Jomara Konstruckt Corporation and Tencil Construction Incorporated, on March 23. It manages the garbage collection in the city in collaboration with CLENRO. Meanwhile, Cuenca urged the residents to display their garbage until 9 a.m. before the arrival of the garbage trucks to maintain the cleanliness of the surroundings. Cuenca at the same time made it clear that the garbage that they are collecting now is the newest garbage, as they had already resolved the garbage backlogs during those times when the local government was still searching for a new collector.
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.