ADVERTISEMENT

Valenzuela gov't inaugurates new pumping station, 2 elementary school buildings

Published Feb 12, 2024 11:36 am

The local government of Valenzuela City led the inauguration and blessing of a new pumping station and two elementary school buildings in the city on Monday, Feb. 12.

Valenzuela City Mayor Weslie “Wes” Gatchalian led the opening of the newly established Malinta Pumping Station.

IMG-cc2fd7ffee5e705204ed4e93b1e87c4a-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

According to the city’s public information office, the newly constructed pumping station in Barangay Malinta is a crucial project for flood control and mitigation.

It added that the pumping station is a reliable solution to prevent flooding in low-lying areas in Malinta and neighboring barangays during the rainy season.

IMG-9ce7c087c98875a88eed69e4621710a6-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

The city now has a total of 24 pumping stations.

The new pumping station has three units of 270-horsepower water pumps with a capacity of 2 cubic meters for each pump, and a 500 Kilowatts (KW) electric generator for backup.

IMG-3dceb03980c5f8643b7b89cafc3fb403-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

Meanwhile, the two newly opened four-story school buildings at Pinalagad, Barangay Malinta, Valenzuela City occupy a 300-square-meter lot donated by the Gan family.

IMG-a2fd010f742a5999475e08e000692147-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

The newly built Pinalagad Elementary School buildings have 24 classrooms, an activity center, a cafeteria, and administrative and faculty offices.

The new elementary school can accommodate approximately 1,000 pupils per day, addressing the necessity to establish a new school within the Pinalagad community.

IMG-10da7be97e3a61191972ae2e85237fa3-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

Gatchalian shared his inspiration and the process behind conceptualizing a meaningful project that will benefit the Pamilyang Valenzuelano in the Sitio Pinalagad.

“Sa totoo lang, hindi ko po nakikita ang vision noong panahon dahil alam kong napakasikip ng lugar natin. Nagsisikipan ang mga bahay dito, nagsisiksikan ang mga tao dito, dahil wala po tayong lupa. Pero pwede palang mangyari ang isang bagay na akala natin ay imposible. Dito sa Pinalagad ay nagtayo po tayo ng gusali na maaaring magbigay ng classroom sa mahigit isang libong estudyante (To be honest, I didn't see the vision at that time because I knew our place was very crowded. The houses are crowded here, the people are crowded here, because we have no land. But something we thought was impossible can happen. Here in Pinalagad, we have built buildings that can provide classrooms for more than a thousand students),” he said.

The city mayor also expressed his gratitude to Mr. Kelvin Gan and his family for donating their lot where the new public school is located.

IMG-c1c05fbd61741d2344c16b8dbcb39cca-V.jpg
Photo from Valenzuela City's Public Information Office/MANILA BULLETIN

Vice Mayor Lorie Natividad-Borja, City councilors, School Division Superintendent Dr. Noel Bagano, Malinta Punong Barangay Buding Balajadia and Council, SK Federation President Jai Esplana, and SK Malinta Council members also graced the event.

Furthermore, the LGU affirmed its commitment to addressing concerns that may impact the well-being of Valenzuelano families.

 

Related Tags

Valenzuela City metronews
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.