ADVERTISEMENT

Honoring visionaries and advancing eco-friendly solutions for a greener future

Volvo partnered with Manila Bulletin to recognize Dr. Noel Peter Tan at the Newsmakers of the Year Awards 2025 for his science-backed solutions for sustainability

Published Feb 19, 2025 03:22 am

The shift toward sustainability has never been more urgent, and as industries strive to reduce their environmental footprint, innovative solutions are emerging to address pressing ecological challenges. Among these, developing materials from renewable resources is a key focus, driving efforts to minimize waste and promote circular economies. Volvo Cars is at the forefront of transforming automotive production, showcasing how responsible material sourcing and advanced engineering can drive a more sustainable future.

100623VolvoXC402.jpg
A fully-electric, zero-emissions Volvo EX40 plugged into a wall charger.

Volvo Cars is committed to achieving net-zero greenhouse gas emissions by 2040, taking a holistic approach to reducing its carbon footprint across the entire value chain. A key pillar of this strategy is the full electrification of its vehicle lineup. In 2023, the company introduced the EX90, EX30, and EM90 models, further expanding its portfolio of fully electric vehicles.

Beyond electrification, they actively embrace a circular economy by minimizing the use of primary resources and maximizing material reuse. The company remanufactures 36 different component groups, including engines, gearboxes, turbo compressors, and clutches. In 2022 alone, these efforts led to the remanufacturing of over 33,000 parts, preventing more than 4,800 tonnes of CO₂ emissions. Through these initiatives, Volvo continues to protect both people and the planet, reinforcing its leadership in sustainable automotive innovation.

They also advocate for policies and try to support the plastic industry in their transformation, actively promote incorporating recycled materials in vehicle components, support closed-loop recycling, and engage in research to advance eco-friendly plastics.

The company uses mechanically and chemically recycled plastic materials as well as bio-based materials in manufacturing processes, proving that high-performance automotive components can be both durable and environmentally responsible.
Their dedication to sustainability extends beyond vehicle design. Volvo has launched several initiatives aimed at reducing environmental impact, such as recycling programs that repurpose plastic waste from production and vehicle repairs. For instance, in Sweden, Volvo has initiated a bumper recycling program that aims to recover and reuse 150 tons of plastic annually. This circular approach not only minimizes waste but also reduces reliance on virgin plastic materials, further contributing to sustainability goals.
Further solidifying this commitment, Volvo partnered with Manila Bulletin—an institution equally devoted to sustainability and innovation—to celebrate individuals making a meaningful impact on the country. The 2025 Manila Bulletin Newsmakers of the Year Awards recognized remarkable figures who have contributed to groundbreaking advancements in their respective fields. Among them was Dr. Noel Peter Tan, whose pioneering research in development of biodegradable packaging through nanotechnology.

021925VolvoMB125.jpg
HARI (Volvo’s official distributor in the PH) Vice Chair, President, and CEO Maria Fe Perez-Agudo; 2025 Newsmakers of the Year honoree, Dr. Noel Peter Tan; and Manila Bulletin Business Development Manager, Jordan Tan at the 2025 Newsmakers of the Year Awards.

Dr. Tan, a medium-term Balik Scientist under the Department of Science and Technology (DOST), leads the Center for Advanced New Materials, Engineering, and Emerging Technologies (CANMEET) at the University of San Agustin in Iloilo. His work focuses on developing an alternative bioplastic with enhanced mechanical properties suitable for packaging applications, providing a sustainable alternative to conventional plastic waste. Through nanotechnology, his research aims to address one of the world’s most pressing environmental concerns—plastic pollution.

Recognizing Dr. Tan’s outstanding contributions, Manila Bulletin and Volvo honored him at the Newsmakers of the Year Awards held on February 10, 2025, at The Tent City, Manila Hotel. At the venue, the Volvo EX30 was prominently displayed, symbolizing the event’s overarching theme - forward-thinking solutions. 

021125VolvoEX301.jpg
Volvo EX30 in Moss Yellow

The convergence of automotive innovation and sustainable materials research underscores a collective effort to a greener future. Volvo Cars’ initiatives and Dr. Tan’s groundbreaking work highlight how industries and scientific advancements can work hand in hand to reduce plastic waste and promote sustainability. Efforts to develop eco-friendly materials continue to gain momentum, and collaborations like the Manila Bulletin Newsmakers of the Year Awards serve as vital platforms for recognizing and inspiring solutions that drive meaningful environmental change.

Related Tags

Volvo
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.