ADVERTISEMENT

Photo exhibit captures Smokey Mountain's waste-to-energy fight

Published Jul 21, 2026 10:12 pm
A documentary photo exhibition in Manila showcased the experiences and concerns of Smokey Mountain residents over the proposed P26.648-billion waste-to-energy (WtE) facility in Tondo, a project that government officials have promoted as part of Metro Manila’s waste management strategy but which has also drawn criticism from some residents and environmental groups.
The one-day exhibit, “Nothing About Us, Without Us,” held on July 4 at Kanlungan ng Sining in Rizal Park, featured photographs and stories from residents who questioned the proposed project and its potential environmental and public health impacts. The exhibition was free and open to the public.
Documented by Meraki Media and presented by Women Innovating Culture, Change, and Advocacy (WICCA), in partnership with Smokey Mountain residents and environmental justice advocates, the exhibition, themed “Through the Lens of Survival: Climate Justice through the Eyes of Smokey Mountain Residents,” sought to highlight the perspectives of communities living closest to the proposed project.
Curated by Vijoh Fame Mora, head director of Meraki Media, the exhibition employed low-angle photography to challenge visual conventions that often portray marginalized communities as powerless. Rather than looking down on its subjects, the photographs portrayed residents at eye level, emphasizing their dignity, resilience, and agency.
“Kapantay ng baba nila sa lupa ang lente namin,” Mora shared during the exhibit. (“Our camera lens was at the same level as where they stood on the ground.”)
The photographs also retained natural lighting instead of the muted tones often associated with images of crisis. Mora said the visual approach reflected the belief that climate and environmental advocacy is rooted not only in resistance but also in the resilience of the communities involved.
The proposed project
The exhibition comes as the government moves forward with the proposed P26.648-billion, 100-megawatt waste-to-energy facility, first announced in 2025, as part of its response to Metro Manila's waste management challenges. Planned on a six-hectare site in Smokey Mountain, the project aims to process 3,000 tons of municipal waste daily and convert it into electricity.
Government officials have said the facility is intended to help address the region’s growing waste volume while generating power. During the exhibition, however, participating residents and environmental organizations expressed concerns over the project’s possible environmental and health implications.
The Global Alliance for Incinerator Alternatives (GAIA) said waste incineration produces hazardous ash and pollutants, including dioxins, which require long-term management and may pose risks to human health and the environment.
Research cited by GAIA Asia Pacific also noted that waste incineration generates bottom ash, fly ash, boiler ash, and wastewater. Health Care Without Harm has likewise discussed documented health risks associated with waste incineration technologies, including respiratory illnesses, impaired lung and brain development, certain cancers, and increased mortality.
Environmental organizations continue to call for stronger implementation of Republic Act No. 9003, or the Ecological Solid Waste Management Act, which prioritizes waste reduction, segregation, recycling, and materials recovery. Greenpeace has also urged policymakers to invest in reuse systems and renewable energy alternatives instead of waste-burning technologies.
Community concerns
Residents said that even before the proposed facility was announced, Smokey Mountain had undergone changes through urban gardening, recycling, and other community-led livelihood initiatives. What was once known primarily as a dumpsite has also become a source of food, income, and livelihood opportunities for many families.
Some residents said they believe those gains could be affected if the project proceeds. They also said they have sought dialogue with local officials while facing what they described as pressure to accept voluntary exit offers despite the absence of a clear relocation plan.
Speaking during the exhibition, resident Anora Madrid described what she said were repeated attempts by the community to seek a dialogue with city officials.
“Nagpasa na rin kami ng letter sa Office of the Mayor para makipag-diyalogo sa kanya, and then 'yung letter namin bumabalik sa aming kapitan. Kapag bumalik sa aming kapitan, aakyat ulit kami ng barangay at pinapatawag kami…” (We have already submitted a letter to the Office of the Mayor requesting a dialogue, but the letter keeps being returned to our barangay captain. When it goes back to the barangay, we are again asked to report to the barangay office…”)
Madrid said the issue goes beyond protecting homes, adding that residents are also concerned about preserving years of community-led environmental restoration, livelihoods built through recycling and urban farming, and the opportunity to participate in decisions affecting their community.
Beyond the photographs, “Nothing About Us, Without Us” highlighted what organizers described as the importance of community participation in discussions on development projects. Organizers said they hope the exhibit will encourage broader public dialogue on waste management, environmental protection, and the role of local communities in shaping decisions that affect them.
Following its July 4 launch, the exhibit was also presented on July 10 during the State of the Philippine Environment Forum 2026 at the University of the Philippines Diliman. WICCA said it also plans to bring “Nothing About Us, Without Us” to schools across Metro Manila as a mobile exhibition, with schedules and venues still being finalized.

Related Tags

Nothing About Us. Without Us Women Innovating Culture Change and Advocacy (WICCA) Smokey Mountain
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; } }

{{ static_articles_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.