ADVERTISEMENT

IPOPHL to promote IP in fashion

Published Apr 7, 2023 03:13 am
The Intellectual Property Office of the Philippines (IPOPHL) said it working with leading textile and culture agencies to ensure IP protection for local fashion, particularly heirloom products, as it seeks to promote the contributions of women in fashion. IPOPHL Director General Rowel S. Barba announced that its Documentation, Information and Technology Transfer Bureau (DITTB), is working with the National Commission for Culture and the Arts (NCCA) and the Philippine Textile Research Institute (PTRI) to exhibit locally made fabrics and accessories from different communities of the Philippines at the 2023 Gawad Yamang Isip (GYI) Awards and Fashion Night to be held on April 26 to celebrate World IP Day. April is also National IP Month. Barba revealed that handcrafted heirloom products have been a pivotal part in expanding the country’s growing geographical indications (GI) map as around 32 percent of IPOPHL’s official list of potential GIs are made up of local textile products. “To enrich the country’s appreciation for IP-rich heirloom artistry, IPOPHL envisions the display of garments and other textile products as a tribute to the home-grown creators who have contributed to strengthening the Philippines’ creative industry,” Barba said. The GYI and Fashion Night also aim to empower women and help break gender disparities in the fashion and wearables industries in celebration of the broader National IP Month 2023 themed “Women and IP: Accelerating Innovation and Creativity.” “The community of women in this industry has exuded a sense of expression, dynamism and a drive for change that we feel can be best celebrated through our country’s rich culture of fashion. This National IP Month, we want to salute these brilliant Filipinas who have dedicated their work in shaping our IP system through the power of creativity and innovation by showcasing traditional pieces of fabric during the GYI,” Barba continued. IPOPHL recently signed a memorandum of agreement (MOA) with the NCCA to further strengthen appreciation for IP in the arts and culture, including the variety of fabrics that tell the different sides of the Philippine culture’s identity. The NCCA will be showcasing artists and performers during the World IP Day events and also local woven fabrics and other indigenous pieces, namely the T’nalak, Inabal, Tepo, Pukpuk, Inabel, Kattukong, Tennun products from the selection of Gawad sa Manlilikha ng Bayan (GAMABA) awardees. “Let us always keep in mind that a country that protects its creative content and inventions is a country that moves towards growth and innovation,” said NCCA Chairman Victorino M. Manalo during the MOA signing ceremony, expressing his full confidence in the partnership. Meanwhile, IPOPHL established ties with PTRI in another MOA that brings both agencies to work together to promote IP through the showcase of Philippine tropical fabric clothing. Through this MOA, IPOPHL will be providing an avenue for exhibiting Filipino-made and IP-registered designer apparel during the GYI. “The R&D process, particularly for textiles, indeed is a creative endeavor in itself,” PTRI Officer-in-Charge Julius L. Leaño said, emphasizing the role of the textile producers in the creative industry. During the GYI, IPOPHL will also feature a new collection from the Philippine Fashion Coalition (PFC) made from handwoven Philippine tropical textiles supplied by PTRI. The GYI is IPOPHL’s annual awarding ceremony that honors Filipinos and FIlipinas who have dedicated their efforts to promote IP rights protection in their fields. This is a culmination of the month-long celebration of IP every April, pursuant to Presidential Proclamation No. 190 signed by President Rodrigo Duterte in 2017. “Our partnerships with PTRI and NCCA form part of the wider linkages we are forging to help uplift our thriving creative economy. The collaborations we have built through our BRIGHT Agenda demonstrates the welcoming spirit of IPOPHL to more public and private ties in our journey to strengthen the culture of IP rights protection and appreciation,” Barba remarked.

Related Tags

Intellectual Property Office of the Philippines (IPOPHL) IPOPHL Director General Rowel S. Barba
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.