ADVERTISEMENT

Duterte's 'Build Build Build' three years after

Published Jul 21, 2019 12:05 am
NIGHT OWL Anna Mae Yu Lamentillo The “Build, Build, Build” program is the Duterte administration’s medium-term goal to increase infrastructure spending from 5.4 percent of the country’s Gross Domestic Product (GDP) in 2017, to 7.3 percent by the end of President Rodrigo Duterte’s term in 2022. This is higher than the 2.4 percent average recorded by the past six administrations in the last five decades — and the highest budget allocation for infrastructure in Philippine history. Three years after President Rodrigo Duterte took office, Department of Public Works and Highways Secretary Mark Villar reported the completion of 9,845 kms of road, 2,709 bridges, 4,536 flood control projects, 82 evacuation centres, and 71,803 classrooms. 9,845 km of roads completed Of the 9,845 km of roads completed, 1,096 km are farm-to-market roads, 589 km are missing links, 418 km are bypasses or diversion roads, 220 km lead to airports and seaports, 175 km lead to economic zones, and 961 km lead to declared tourism destinations. A total of 1,121 km were maintained, 2092.89 km widened, and 1,361 km rehabilitated and upgraded. These includes the Laguna Lake Highway, the Candon City Bypass Road in Ilocos Sur, the Slaughter House Road in Davao City, the Pulilan-Baliuag Diversion Road in Bulacan, the Calapan-Roxas Road in Oriental Mindoro, the Mandaue Causeway Road in Cebu, the Dipolog-Oriquieta Road in Misamis Occidental, the Dumaguete North Road in Negros Oriental, and the Taytay-El Nido Road in Palawan. 2,709 bridges Of the 2,709 bridges, 462 were widened, 108 constructed, 1,642 strengthened, and 155 replaced. About 342 local bridges were also built. These include the Anduyan Bridge in La Union, the Bolo-Bolo Bridge in Misamis Oriental, the Caguray Bridge in Occidental Mindoro, the Pasac-Culcul in Pampanga, the Maddiangat Bridge in Nueva Viscaya, and the Pigalo Bridge in Isabela. 4,536 flood control projects Considering the vulnerability of the Philippines to natural hazards, the government is aggressive in expanding protected flood-prone areas around the country. A total of 4,536 flood mitigation structures were completed since June, 2016. These include the pumping stations at Barangays Wawang Polo and Coloong, the Flood Risk Management Project for Cagayan River, the Flood Risk Management Project for Tagoloan River, the Leyte Tide Embankment Project. and the Pasig Marikina River Flood Control Project. 71,803 classrooms  To address the gap in physical facilities required for elementary and secondary schools nationwide, Villar said a total of 71,803 classrooms were constructed benefiting more than 3.2 million learners. Another 67,608 classrooms are in various stages of implementation. These accomplishments have eased the classroom congestion, from a ratio of 1 classroom to 35 learners in 2016 to 1 classroom to 28 learners in 2018. These include the National High School in Alaminos, Pangasinan, the Alejandra Navarro National High School in Davao City and the Bagong Pag-Asa Elementary School. Next three years The next three years of the Duterte administration will see the completion of big-ticket projects like the Philippine High Standard Highway Network Program, which aims to build and lay the ground work for the 1,049 km of new high-standard highways and expressways in Luzon, Cebu, and Davao. For instance, projects included in the Luzon Spine Expressway Network — a masterplan which aims to connect the northernmost part of Luzon to the southernmost part — will soon be accessible to the public. In 2019 alone, key segments of the Tarlac-Pangasinan-La Union Expressway, Central Luzon Link Expressway, NLEX Harbor Link, Metro Manila Skyway Stage 3, and C5 Southlink will be completed. Moreover, the Mindanao Road Development Network Program, a 2,847 km of road network in Mindanao, is expected to improve the logistics network in growth corridors and conflict affected areas.

Related Tags

Anna Mae Yu Lamentillo NIGHT OWL Anna Mae Lamentillo
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.