ADVERTISEMENT

Swiss Ambassador Highlights 2024 Key Priorities

Published Jun 13, 2024 08:05 am
amb bruhl.jpg
Ambassador Dr. Nicolas Brühl of the Swiss Embassy leads the discussion with Assistant to the Deputy Head of Mission & Cultural Officer Amaris Javillonar, Communication Officer Sofia
Santelices, Deputy Head of Mission Thimon Furst, and Head of Economic and Trade Advisory
Kent Marjun Primor.

On June 04, 2024, Swiss Ambassador Dr. Nicolas Brühl outlined four key priorities that will shape Swiss-Philippine relations in the coming year. Addressing the media community, Ambassador Brühl emphasized Switzerland’s commitment to fostering strong bilateral ties and promoting mutual growth in various sectors.

He underscored the importance of the Swiss community in the Philippines,
highlighting ongoing efforts to support Swiss nationals and integrate them into local society, stressing that Switzerland is dedicated to ensuring the well-being of its citizens abroad while fostering a sense of unity and belonging.

Focusing on economic relations, the Ambassador pointed to the robust trade and investment connections between Switzerland and the Philippines. He noted that the Swiss economy, known for its innovation and sustainability, offers significant opportunities for collaboration and aims to enhance this relationship further, creating more avenues for economic growth and stability. In keeping with Switzerland’s role in global peace efforts, the Ambassador reiterated his country’s commitment to supporting the peace process in the Philippines, emphasizing Switzerland's long-standing tradition of neutrality and peacebuilding.

Human rights remain a cornerstone of Swiss foreign policy, and Ambassador Brühl emphasized ongoing initiatives to uphold human rights standards and collaborate with the Philippines on related issues. He reaffirmed Switzerland's belief in the universal application of human rights and its commitment to working with partners to promote and protect these values.

swiss 01.jpg
Communication Officer Sofia Santelices

Additionally, the Ambassador unveiled an exciting lineup of cultural and innovation events scheduled for 2024, including the Heidi Bucher Exhibit, celebrating the renowned Swiss artist; the Day of the Future, focusing on sustainability, innovation, and future trends; and the Swiss Innovation Prize
Competition, encouraging creativity and technological advancements to foster collaboration between Swiss and Filipino innovators.

swiss 02.jpg
Head of Economic and Trade Advisory Kent Marjun Primor

In his speech, Ambassador Brühl emphasized the enduring relationship between Switzerland and the media community. He spoke of Switzerland’s dedication to innovation, global peace, and sustainability, sharing insights into Switzerland’s contributions on the global stage and in the Philippines.

swiss 03.jpg
Deputy Head of Mission Thimon Furst

He stressed the importance of enhancing understanding and strengthening the relationship between the Swiss Embassy and European media organizations through meaningful interactions and the provision of accurate and up-to-date information about Switzerland's key areas of interest.

swiss 04.jpg
Members of the media attend briefing by the Swiss embassy.

Ambassador Brühl concluded the briefing by expressing his gratitude to the attendees for their role in informing and educating the public, looking forward to fruitful discussions and exchanges, followed by a reception that allowed further interaction, reinforcing the strong ties between Switzerland and the media community.

swiss 05.jpg
Manila Bulletin’s Badette Cunanan with Marbee Shing-Go of Daily Tribune

Related Tags

Embassy of Switzerland in the Philippines
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.