ADVERTISEMENT

'Juana's Table' puts the spotlight on local vegetables

Take a culinary masterclass with Juana Manahan-Yupangco as she launches her latest book

Published Sep 25, 2023 12:25 pm
Juana's Table
Juana Manahan-Yupangco launches “Juana’s Table” in partnership with Villeroy & Boch, S Maison, and La Creperie

The Philippines is a country rich in natural resources, offering ample opportunities for people to make exciting discoveries. For cookbook author and culinary enthusiast Juana Manahan-Yupangco, these discoveries often begin in the kitchen, where many local vegetables have yet to be fully embraced and loved by all.

She wants to convey this in her newest book, “Juana’s Table," launched last Sept. 20, 2023, at Villeroy & Boch boutique in S Maison, Pasay City. This book is the product of Juana’s experiences and inspiration while taking her master’s in Food Security and Nutrition from the University of Edinburgh in Scotland. The recipes from her cookbook integrate clean ingredients with the rich tapestry of Filipino cuisine, infusing a healthier, plant-based take without sacrificing flavor and variety.

"My thesis was about replacing pork with native Filipino legumes in the Filipino diet," Juan tells Manila Bulletin Lifestyle in an interview. Filipinos eat a lot of pork. That's our main meat protein because it's cheap. And I studied that. I looked at native beans, kadyos, and rice beans. We have it here, it's very cheap."

The Yupangcos
The Yupangcos (From L-R): Juana, Rosanna, Rick, and Jaime

Juana also said that "Juana's Table" is the bigger version of her first-hit book, "Mesa ni Misis"—where she shared affordable recipes. But this time, in “Juana’s Table,” she generously shared the lessons she earned from her master's degree in a palatable way everyone can easily understand and appreciate.

"My first book was very snapshot, easy to read all the info in two pages," she says. "Here, it's many pages. I have to really consolidate the knowledge that I learned from my masters . The very sciency stuff that I think is important for people to know but to make it digestible."

Juana, a hands-on mother and a loving wife, also said that in this book, she hopes to inspire more people to incorporate more vegetables in their diet and debunk some myths and misconceptions about vegetables.

"For example, beans. If you eat it, you should soak it for a minimum of eight hours," she says. "That's to break down the anti nutrients. There's also a myth that beans cause uric acid, which is absolutely not true. It's a fallacy."

Kelly Misa and Rica Peralejo
Kelly Misa and Rica Peralejo attended 'Juana's Table' book launch at S Maison

Meanwhile, with Juana's advocacies and efforts to impart her knowledge to everyone, SM Supermalls is glad to be where the author launched her new book.

“We have partnered with Juana this year not only because of her impressive credentials but because she is a mom like many of you," says SM Supermalls Vice President for Corporate Marketing Grace Magno during the launch. "A mom who simply wants her kids to live healthier lives. Hence, a plant-based diet which is not only affordable, but clean and sustainable.”

Overall, Juana is grateful for the support and opportunity. Still, more than that, she's looking forward to more Filipinos exploring more of our local vegetables, hitting the local “palengke” and “talipapa” to look for those.

"Local Filipino vegetables are healthy," she says. "They're nutritious and they can be plated beautifully. Such as pakbet or bulanglang."

Related Tags

s maison Juana Manahan Yupangco Juana's Table Villeroy & Boch
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.