ADVERTISEMENT

Honoring local creativity: PTTC-GMEA awards Obra Design Masterclass graduates

Uplifting local talent within the furniture and creative industries

Published Mar 25, 2024 03:04 am
Obra Design Masterclass mentees with DTI and PTTC-GMEA officials (1).png
Obra Design Masterclass mentees with DTI and PTTC-GMEA officials

Filipinos are inherently talented, whether it's singing, dancing, painting, or even furniture making. This was showcased during the recent graduation ceremony and award presentation of the Obra Design Masterclass on March 9, 2024, held during the 32nd Philippine International Furniture Show (PIFS) at SMX Convention Center, Pasay City.

The Department of Trade and Industry's Philippine Trade Training Center – Global MSME Academy (PTTC-GMEA) acknowledged the top designers among the 52 graduates of the inaugural Obra Design Masterclass, a program that was simultaneously conducted in Manila, Pampanga, and Cebu.

This mentorship initiative, spanning three months, focused on training and nurturing emerging designers in design and product development, with the goal of showcasing local talent within the furniture and creative industries.

Furniture, Lighting, Decor prototypes of Obra Design Masterclass mentees.png
Furniture, lighting, and decor prototypes of Obra Design Masterclass mentees

The program was guided by esteemed figures from the furniture design industry, including Ronald Rommel Viloria, Josef Crisanto, Eric Paras, Stanley Ruiz, Rey Soliven, Dem Bitantes, Vito Selma, Estela Ocampo-Fernandez, and Christine Manguerra, alongside key industry partners such as the Chamber of Furniture Industries of the Philippines (CFIP), Cebu Furniture Industries Foundation, Inc. (CFIF), and Pampanga Furniture Industries Foundation, Inc. (PFIF).

Nelly Nita Dillera, executive director of PTTC-GMEA, emphasized the importance of this program in cultivating the Philippine furniture sector. “The Obra Design Masterclass enriches the Philippine furniture industry by upskilling designers and crafters capable of making a significant impact on the global stage,” said Dillera. “Scholars with design backgrounds, architects, and industrial designers, among others, were guided by seasoned mentors on key concepts such as mindset development, design thinking, material selection, and assembly techniques, which were valuable in producing prototypes worth selling to the international market."

Obra Design Masterclass mentees_scholars.JPG
Obra Design Masterclass mentees scholars

The Obra Design Masterclass recognized outstanding achievers in three categories: furniture, decor, and lighting. In furniture design, Reimer Neil Bonghanoy from Cebu clinched the top spot with the Apollo coffee table. Following were Luzel Andrea Alconera from Cebu with the Heron Parasol, Dean Gabriel Lusung from the National Capital Region (NCR) with the MORF (Modular Organizer Furniture Set), Chester Gazzingan from the NCR with the Obrang Baybayin, and Basil Rico Gahi from Cebu with the Hiraya Bar, securing first to fourth runner-up positions, respectively.

For the decor design, Jay Chadly Pulan took the best decor design with the Pangolin Sauce Bowl. First runner-up goes to Reimer Neil Bonghanoy's Orbito Tray while David Paras's Kyrie Screen Divider secured the second runner-up position. All winners from this category are from Cebu.

Strapi Format - 2024-03-22T115633.837.png
From left: Best in lighting design, Zephyrus by Matthew David (Pampanga); Best in furniture design, Apollo Coffee Table by Reimer Neil Bonghanoy (Cebu); and Best in decor design, Pangolin Sauce Bowl by Jay Chadly Pulan

The lighting design category saw Matthew David from Pampanga winning with the Zephyrus. This was followed by Josh Matthew Flores's Socorro from Cebu who was awarded first runner-up with Maria Catherina Agregado's Orbital Corners from Pampanga taking the second runner-up position.

These opportunities not only provide a platform for aspiring artists to learn from mentors and showcase their talents but also contribute significantly to the growth and recognition of local talent within these industries.

Related Tags

Philippine International Furniture Show Obra Design Masterclass Department of Trade and Industry's Philippine Trade Training Center – Global MSME Academy Nelly Nita Dillera MBPropertyLiving
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.