ADVERTISEMENT

'Tactics for Better PlasTIK' forum fights for an eco-friendly future

DOST, SMIC to help develop 'sustainable plastic materials'

Published Oct 11, 2024 05:08 am

Of all the trash we generate, plastics likely have the strongest chokehold on us. They are produced massively and at a pace which human consumption cannot keep up. This material offers convenience (and profit, of course, for the top plastic polluters) at the cost of a warming climate. What a horrible deal.

To help mitigate the grave impacts of climate warming, several initiatives now aim to reduce emissions from plastic production. A forum and expo was launched at a mall in Mandaluyong to tap green advocates and contribute to the fight for an ideal sustainable planet.

The Department of Science and Technology (DOST) partnered with SM Investments Incorporation (SMIC) to launch the "Tactics for Better PlasTIK” (Technology, Innovation, and Knowledge) expo and forum at the Megatrade Hall 3 of SM Megamall on Thursday, Oct. 10.

1.jpg
Representatives cut the ribbon to mark the launch of the partnership for plastic waste management. (Photos by Mat Richter)

DOST signed a memorandum of understanding with SMIC to “help advance the development of sustainable plastic materials and improve plastic waste management strategies.” This means collaboration on “sustainable plastics initiatives,” including joint research and development, training programs, and conferences.

“We're one of the top plastic producers. So this occasion is really very important for DOST as we step up our efforts to really provide solutions to existing problems. We can develop solutions that can help solve disaster and climate issues in the Philippines,” said DOST Secretary Renato Solidum Jr.

The expo displayed products and services that aim to curb plastic use and achieve a circular economy. Some highlights included waste management company Green Trident PH, plastic manufacturer Sentinel, Center for Sustainable Polymers, and Bamboo Textiles PH.

"We hope that our green technologies will make their way to the hearts and minds of our citizens through this expo and forum. DOST will be at the forefront of making innovations work for the Filipino," said Dr. Enrico Paringit, executive director of the DOST Philippine Council for Industry, Energy, and Emerging Technology Research and Development.

three.jpg
DOST Philippine Council for Industry, Energy, and Emerging Technology Research and Development Executive Director Dr. Enrico Paringit, DOST Secretary Renato Solidum Jr., SMIC Head of Sustainability Timothy Daniels, and SM GUUN President George Cheung

Meanwhile, SM has partnered with Japanese waste management company GUUN “to develop infrastructure for systematic waste management and resource recovery.” It said this partnership will implement the Japanese technique of reducing landfill impact, which converts non-recyclable and hard-to-recycle packaging into alternative fuel.

“We measure and track all of our plastics production across all the different businesses. We have a number of initiatives and a different business by business in order to reduce our footprint. In some cases, we're moving to alternative forms of packaging,” said Timothy Daniels, investments consultant and head of sustainability and investor relations at SM.

In response to campaigns against single-use plastic or sachet products, he said SM has a program called "Green Finds" that highlights biodegradable packaging and encourages consumers to choose sustainable products.

“We want to be a very responsible company. We're very interested in collaboration, particularly practical solutions and things we can implement that would make a difference in our business. We can really make a dent in the fight against plastic and help achieve a circular economy,” he added.

2.jpg
During the ‘Tactics for Better PlasTIK’ expo and forum

Winning the fight against the plastic and climate crisis requires collective efforts to change our unsustainable lifestyle. But starting small, lest we overwhelm ourselves, by building a habit of bringing our own bag when buying items, repurposing “waste” as resources, and minimizing and preventing plastic use, we help create a world where plastics no longer plague the planet and its people.

Related Tags

SMIC MBEnvironment DOST Renato Solidum Jr. Tactics for Better PlasTIK Timothy Daniels
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.