ADVERTISEMENT

'Build, Build, Built'

Published Oct 10, 2021 12:10 am

THE VIEW FROM RIZAL

Dr. Jun Ynares

Last week, President Duterte announced that he is bowing out of politics, a move that elicited mixed emotions and reactions.

“It is time to give way to a new set of leaders who will hopefully continue the reforms, programs and projects that this administration has pursued over the past few years, broadcast media quoted him as saying.

Some say it will be difficult for President Duterte to make a complete exit from the political scene. Others point out that the President is a master of political timing, and that he may have found the perfect opportunity to take a rest from the taxing, energy-consuming work of national leadership.

Whatever happens in the wake of the President’s announcement, he has already cemented his legacy in the infrastructure front.

The President’s “Build, Build, Build” strategy has been a wise move. It is one of the programs undertaken by the President that has had real, meaningful and life-changing impact on many Filipinos.

It has given people efficient, convenient and comfortable “connections.” Infrastructure connects people to the places where their work and business are located. The efficient connection creates convenience and comfort. It also creates new opportunities for expanded enterprise, prosperous means of livelihood and better lives.

This was what happened when the administration of President Duterte brought to completion an infrastructure project that remained merely a dream for the past many years.

We refer to the extension of the LRT Line 2 up to Masinag in Antipolo City and the construction of the Antipolo Station.

Today, the station serves thousands of commuters from Marikina and Antipolo cities who travel to Quezon City and Manila for work and for business.

When face-to-face classes resume in the near future, the value of the completion of this project under President Duterte’s administration will be fully realized. Thousands of Marikeños and Antipoleños attend school in Quezon City and at the university belt in Manila.

The Antipolo station will make their travel faster, safer and more convenient.

In building such infrastructure, the national government also “built hope.” When the government fulfills the dream of the ordinary people, they learn to hope. Hope is strengthened by promises fulfilled.

Recently, President Duterte’s administration fueled the resurgence of hope once more with the unveiling of another “Build, Build, Build” project.

Several days ago, the transportation department unveiled the ₱58.9 billion Metro Rail Transit Line 4 Project. This will be a monorail system which is expected to be fully operational by 2028.

The monorail system will begin from Taytay, Rizal and end at its terminal in N. Domingo St. in San Juan City – minutes away from the LRT Line 2 Station in SM Santa Mesa. That is a total run of 15.56 kilometers.

Based on its design, this system will have about 13 stations. About six of those stations will be located in the Rizal towns of Taytay and Cainta.

According to initial studies, this latest transportation system, once completed, will reduce the travel time from Cainta to San Juan City from the nearly two excruciating hours in traffic to a mere 27 minutes.

MRT 4 will be a major help to executives and employees working in the central business districts and who have chosen to build their homes and raise their children in gentler communities of Rizal province. We recall the time when our fellow Rizaleños who live in these towns had to wake up at 3 a.m. and leave their homes by 4 a.m. to make it on time to their respective offices and places of business.

The system will ply the Ortigas Extension and Ortigas Avenue routes, and will be intersecting with two of the busiest thoroughfares in the metropolis: EDSA and C-5. Ortigas Extension used to be a narrow two-lane road. There was a time when the commute and drive along this road took forever. That the day would come when people can travel this route and get to their destination in minutes was unimaginable.

Now, it can be real.

Some say we should not count on the project being completed by 2028. There will be a new administration next year which will be in office for the next six years. There is no basis to say that the next administration would ensure that this project – which was started under the Duterte administration – would be finished within the original timetable.

We believe that was precisely the President’s message: that the next generation of leaders would continue the projects started under this administration.

President Duterte showed that the combination of will and way can get projects of this magnitude completed despite years of delay.

That is why we can now enjoy the luxury of holding on to Hope.

*For feedback, please email it to [email protected] or send it to Block 6 Lot 10 Sta. Barbara 1 cor. Bradley St., Mission Hills Subd., Brgy. San Roque, Antipolo City, Rizal.

Related Tags

Built’ ‘Build Dr. Jun Ynares THE VIEW FROM RIZAL Build
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.