ADVERTISEMENT

A British ambassador's visit

Published Jun 5, 2022 12:05 am
HEARD IT THROUGH THE GRIPE-VINE:OUR NEW ABNORMAL Earlier this week, the Manila Bulletin Intramuros office was honored with a visit by the UK ambassador to the Philippines, Her Excellency Laure Beaufils. I had the opportunity to interview the engaging Ambassador Beaufils during the third quarter of last year, when she had just been assigned here. The first female British ambassador to the Philippines, she enjoyed regaling me with how being a woman, plus being half-French, had occasionally sown confusion in her previous postings. It’s her speaking in French to her children that would often turn people’s heads, and making them think twice about which nation she was representing; but she loved that it meant she was representative of the new United Kingdom, ethnically diverse, and gender-inclusive. Ambassador Beaufils’ father is French, and she doesn’t want her two children to lose sight of that provenance. The two are enrolled at the British Academy here, and she makes it a point to converse with them in French, so that they don’t lose their gift of being fluently bilingual. Over the course of her diplomatic career, she herself has made it a point to pick up a little of the local language wherever she’s assigned. Last August, she floored me by carrying on a decent conversation in Pilipino, and disclosed that in her previous posting, when she learned she would be assigned to the Philippines, she began taking Pilipino lessons. She confesses to having slacked in these lessons since the New Year started, and in order to correct that had instituted a Pilipino Only on Fridays at the Embassy – which she hopes will help her be more adept with the language. I don’t know how many ambassadors make that kind of effort. Besides Dr. Emil Yap, and his cousin Michael Vincent, touring Ambassador Beaufils around the Manila Bulletin building were Editor-in-Chief Lorie Cabañes and News Editor Isabel de Leon. EIC Lorie was charmed, joking that he and the Ambassador were “tocayos,” Laure and Lorie. On the third floor, Ambassador Beaufils stopped in her tracks when we passed the gallery of shelves devoted to Emil’s collectible toys. Michael and Emil Yap with UK Ambassador Laure Beaufils at the MacArthur Suite of the Manila Hotel. Emil explained how it all started with Iron Man, but as far as Ambassador Beaufils was concerned, the shelves and sections assigned to Marvel, to Star Wars, and to DC were all something her nine-year old son would be super-excited by. She often has dinner with her son and 11-year old daughter, entertaining them with stories and anecdotes of what she was up to that day. Candidly, she admitted that more often than not, they would smile and just show a modicum of interest, but with the photos she took of the shelves, she knew that she would have them hooked later that night. At the newsroom, she gamely posed at the center table, while Bel joked that we’d pose as her sub-editors for the MB photographer, and she was more than amused to hear Emil explain that the configuration of the table layout was actually inspired by Star Trek, with Sir Lorie playing Captain Kirk. The presses, and the sustainability measures taken by the Manila Bulletin to operate them, sparked great interest, as Ambassador Beaufils is a strong sustainability advocate. Heading to Manila Hotel’s Champagne Room for a quick lunch, Ambassador Beaufils asked Bel to ride with her, and Bel says they had a great time establishing a more than casual friendship. In the course of the lunch, more weighty matters were discussed, and we were all impressed by her grasp of the political situation and of the incoming administration. YOUR COLUMNIST and the Ambassador at the Champagne Room of the Manila Hotel. A tour of the MacArthur Suite at the Manila Hotel followed, and she was gushing about how impressive the suite is – blending comfort and luxury, with a strong sense of history, given that General Douglas MacArthur actually occupied the suite from 1936 to 1941, while it served as his headquarters. Before we knew it, the Ambassador had to depart for her afternoon appointments. If this is the face of new diplomacy, of the ambassadors assigned to our country; then I’m all for it, as it is a refreshing change from the ambassadors I’ve met in my lifetime. Ambassador Laure Beaufils knows her protocol and standards of behavior; but she’s just as ready to dispense with the formalities and stuffiness that often accompanies the position, when she senses she’s with friends or feels more comfortable. I know Emil, Michael, Sir Lorie, and Bel join me in finding that so disarming.

Related Tags

A British ambassador’s visit UK ambassador to the Philippines Heard It Through the Gripe-Vine: Our New Abnormal Philip Cu Unjieng
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.