ADVERTISEMENT
970x220

Aquino administration infrastructure achievements cited by ex-DPWH chief Singson

Published Aug 27, 2021 04:14 pm

The administration of the late former President Benigno S. Aquino III had its share of significant contributions to public infrastructure development.

President Benigno S. Aquino III (Mark Balmores/ File photo/ MANILA BULLETIN)

This was the main takeaway from the recent virtual town hall discussion hosted by think tank Stratbase Albert del Rosario Institute (ADRi) in commemoration of Ninoy Aquino Day. One of the guests during the online event was Rogelio “Babes” Singson, who served as Department of Public Works and Highways (DPWH) secretary of the late former president, Benigno S. Aquino III.

Singson discussed major strategic policies adopted by the Aquino administration namely the good governance reform and anti-corruption program, strategic convergence program, the public-private-partnership (PPP) program, and the DPWH management policy of “Right Projects, Right Cost, Right Quality, Right on Time, and Implemented by the Right People.”

“What we did was really upgrade our Philippine National Roads into higher standards and safer roads," he noted.

“We did not implement projects that only benefited a few or were based on the whims of the politicians in the area. So, we had to choose the right projects,” Singson said.

He said that under the PPP initiative, the Aquino administration developed the "High Standard Highway Master Plan for Metro Manila and radius from NCR (National Capital Region)."

He said this means that "all the way to the North, to Tarlac, all the way to the South, leading to Batangas and to Quezon province, we had already established the High Standard Highway to connect and disperse people from Metro Manila.”

The former DPWH chief also reported significant accomplishments when it comes to paving road and reparing old bridges.

"We already had paved almost 100 percent of almost all primary national roads, 90 percent of secondary roads, and tertiary at 80 percent. In terms of bridges, we have already fixed all of the bridges. We had already made permanent all the wooden bridges we inherited in 2010.”

And then there's the improved linkages to Mindanao, which Singson said he "consider(s) a major legacy of the Aquino administration".

“We had to open a lot of east-west which led to the major ports of Cagayan De Oro, Nasipit, Sasa Port in Davao, and General Santos. So what we did was connect the ports, airports to the major production centers in the whole of Mindanao," he said.

For his part, ADRi President Prof. Dindo Manhit said that the country’s future leaders can get "valuable lessons on building back better" by contrasting the practices, policies, and results of the Duterte administration with those of the Aquino administration.

“I believe that principled leadership, good governance, a dignified foreign policy is good economics. We need a reality check for all Filipinos and government leaders. In facing challenges, great leaders may be adventurous in their decisions and actions. Greater leaders decide by principle, and confidently act through reforms. This is the political wisdom behind building back better that should enlighten us in the 2022 national elections,” Manhit said.

Aquino, or "PNoy", passed away last June 24 at the age of 61 due to renal disease, secondary to diabetes.

Related Tags

Benigno S. Aquino III Ninoy Aquino Day Dindo Manhit legacy 82721 rogelio babes Singson singson Stratbase accomplishments ADRI Aquino DPWH PRESIDENT Infrastructure
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.