ADVERTISEMENT

Higher gear

Published Jan 11, 2023 12:05 am
OF TREES AND FOREST Former Senate President Manny Villar As we enter a new year, the administration of President Ferdinand Marcos, Jr. endeavored to write a new chapter in Philippine-China relations. In his speech before embarking on a historic trip to Beijing, President Marcos laid out the fundamental objective of his visit: “I will be opening a new chapter in our comprehensive strategic cooperation with China.” He added that his meetings with Chinese President Xi Jinping will shift “the trajectory of our relations to a higher gear” and broaden cooperation between the two countries. The three-day trip was an important one coming as it was amidst the territorial disputes between the two countries. This is complicated by the deep historical ties we have with the United States which has engaged China in an economic and geopolitical tug of war. The state visit, which came after his visit to the US, was seen by experts as indicator of the shape of things to come as far as bilateral relations between the two countries are concerned. The first thing that I was really impressed by was President Marcos’ assertion of our country’s sovereignty. He reported that during his talks with President Xi he expressed his administration’s intention to pursue an independent foreign policy. This was, of course, in line with the Constitutional mandate and an important statement to make at the onset. President Bongbong said: “I emphasized how my administration intends to pursue an independent foreign policy, that we are more than willing to cooperate whenever possible in the pursuit of regional peace and our two countries’ national interest.” This is the perfect follow up to the theme of President Rodrigo Duterte’s foreign policy direction that also insisted on our sovereignty and the insistence that we be treated as equals in the global community. Sustaining this policy position was very critical not just to the status of the new Chief Diplomat but also the position of our country among the community of nations. During the meeting between the two leaders, Presidents Marcos and Xi agreed to “appropriately manage differences,” and “reaffirmed the importance of maintaining and promoting peace and stability in the region.” This is a clear and unambiguous statement from the Philippines and China that should set the right direction in our foreign relations. The South China Sea has long been a source of tension between the two countries and in fact in the region. Controversies would periodically flare up sending the two countries into a series of diplomatic protests, denials, and assertions of sovereignty over the disputed territory. The two leaders also agreed to resume negotiations on joint oil and gas explorations in an effort to revive their economies amid the pandemic downturn and address tensions over the South China Sea. In addition to these accomplishments, the state visit of President Marcos, Jr. generated an estimated $22.8 billion worth of investment pledges which included $13.76 billion for renewable energy, $7.32 billion for electric vehicles and mineral processing, and $1.72 billion for agriculture. Some quarters have criticized the frequent travels of the President linking it to extravagance. These critics need to realize that official visits to other countries are important because they are essential tools of economic and political diplomacy. The Presidency has a multitude of responsibilities, some domestic, some global. When a president travels it does not mean that he is neglecting his duties at home. The bureaucracy still functions and with advancements in communications technology, the President can always attend to urgent matters when they arise. And it is not as if these visits are for sightseeing purposes. Malacañang reported that in his first six months in office, President Marcos’ visits to Indonesia, Singapore, the US, Cambodia and Thailand have generated a total of $23.6 billion in investment pledges. I have been to numerous visits during the term of President Duterte and I can tell you that they are no picnics. The delegations have hectic schedules and meetings with counterparts and more importantly, with the Filipino community in the host country. The first months of his presidency has demonstrated President Marcos’ knowledge of statecraft. He understands that the requirements of good governance include building a healthy and productive relations with allies. And so rather than baseless criticisms, we should instead give our chief diplomat the support he needs to be successful in foreign relations. For comments, please send email to: [email protected] and/or http://www.mannyvillar.com.

Related Tags

OF TREES AND FORESTS Higher gear FORMER SENATE PRESIDENT MANNY VILLAR
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.