ADVERTISEMENT

Pragmatic, practical nationalism

Published Feb 28, 2019 12:55 am

SWIMMING AGAINST THE CURRENT

By DR. JESUS P. ESTANISLAO

Dr. Jesus P. Estanislao Dr. Jesus P. Estanislao

Over the centuries, we have been travelling on the road that has been leading us towards becoming one nation, one people. It has taken us a long time; and perhaps we are still very much on the way; but we are most certainly getting there, if we focus on attaining this beautiful dream.

But now and in the decades ahead, we have to travel on this same road, with a more practical and pragmatic orientation. We are no longer fighting for freedom from foreign rule or from a colonial mind set. We are now fighting to substantiate our democracy with development; our freedom with civic, social, and national responsibility; our call for good governance with responsible citizenship.

This is where Anna Patricia comes in, with her call for “promoting nationalism” with a practical, results-oriented bias through creating a distinct “Made in the Philippines” brand, which should stand for creativity, distinctiveness, and very high quality. In other words, we should focus on products we can make with a special touch and competitiveness, and ones that we can sell anywhere at a good price, because of their excellent craftsmanship and very high quality. She even goes way beyond mere products: She also calls for our branding as a nation. She says: “Our country may have a few flaws and shortcomings. But we should not just settle down and complain: we each can try and bring each other up, collaborate and work against these negative elements in our national landscope.”

For this to happen, Patricia calls for a “collaborative environment that would encourage and enable cities/provinces/regions to share information and strategies.” This type of environment will lead us away from over-reliance on “top-down planning”; rather, it emphasizes the imperative of the observance of good governance practices at the level of cities, provinces, and regions. In order to meet this imperative, Patricia brings in a whole set of other players, other than the usual government and other public sector institutions, upon which we used to pin virtually all of yellowed’our hopes. Patricia insists on the role of “business owners and other (private) decision-makers,” who can put the focus on, and give substance to, creating a strong regional, and then also a national brand. Nationalism should translate into the involvement of many other sectors, outside of government, and outside of Metro Manila, in coming up with high-quality products that can be made in the various regions of our country.

In particular, outside of business, Patricia calls for the meaningful and substantive participation and involvement of civic and professional organizations, particularly those at the local — i.e., city, provincial, regional — level. These need to be brought in, perhaps as part of the multi-sector governance coalition, to help define, produce, and promote regionally and nationally branded products and services that provide a distinct face and definition of our increasingly substantiated “nationalism.”

Three things need underscoring in this regard:

• These nationwide civic and professional organizations have “smaller chapters at the local level.” These chapters need to be empowered and made to work autonomously. But they need to be imbued with a spirit of connecting with the “national movement” to contribute towards the Philippine national brand. While these organizations act local, they have to think national (and therefore never forget that they too should be promoting the entire Philippines).

• These organizations should also think “strategic,” i.e., for the sustained, integrated area development of their provinces and regions, with the full consciousness that they have to stay in the game over many years. The time horizon for development and the execution of strategy is always long-term.

• They should focus on meeting the many demands of strategy execution, and these include positive networking (instead of division); delivering real, substantive, game-changing outcomes (rather than mere sloganeering and posturing); and ensuring that vital services for the citizenry are provided efficiently, effectively, and conveniently for the common good of all (rather than “falling into the usual trap of politics” and politicking).

This type of “integrated planning” has another name, and it is the bottom-up approach of good governance.

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.