ADVERTISEMENT

Harmful effects: Experts investigate contaminants of emerging concern in Mega Manila rivers

Published Mar 18, 2024 11:39 am

Under the study project titled "Post-Wastewater Treatment Determination of Endocrine Disrupting Compounds for Interventions" conducted in the rivers of Mega Manila, researchers identified endocrine-disrupting compounds (EDCs) that can potentially harm aquatic organisms and humans.

water-921067_1280.jpg
Photo from Pixabay

"Even in nanogram per liter to microgram per liter concentrations, these contaminants of emerging concern may have harmful effects on aquatic organisms and humans," researchers explained.

"The findings are critical evidence of contamination because there are no regulatory guidelines yet on these contaminants in the waterways and water systems," they added.

Meanwhile, based on the study, E1, commonly known as estrone, is a hormone capable of triggering endocrine-disrupting effects, even at low concentrations and with prolonged exposure. This includes potential fertility issues in aquatic organisms.

"It had been the only hormone detected to date in this study of the rivers, and its presence was attributed to municipal wastewater since this type of hormone can come from human and animal waste," UPD-CS said in a statement.

The study was conducted under the Department of Science and Technology (DOST) project and facilitated by researchers from the University of the Philippines (UP) College of Science, specifically the Institute of Chemistry (UPD-CS IC).

UPDStudyInvestigatesContaminantsofEmergingCon.png
Sources of endocrine-disrupting compounds (EDC) contamination of Mega Manila rivers. (Photo credit: Sta. Ana, et al., 2023)

EDCs are combinations of substances that can imitate hormones, disrupting hormone regulation within the human body.

Prolonged exposure to these compounds may result in various health-related complications, specifically in the endocrine system, including respiratory and neurodevelopmental problems, infertility, diabetes, obesity, and potentially prostate or breast cancer.

"In the Philippines, it is important to know the presence and concentrations of EDCs in aquatic systems because many Filipinos depend on aquaculture and fishing for livelihood and subsistence," researchers said in their study.

Consequently, EDCs are classified as water Contaminants of Emerging Concern (CEC).

The research was led by Dr. Maria Pythias Espino and assisted by Kate Galera and Katrina Sta. Ana was conducted in the Marikina, Pasig, Angat, and Pampanga rivers.

This study marks the first documentation of the presence and levels of EDCs in these rivers and provided valuable baseline data for the DOST's ongoing research program, titled "Removal of Excess Nitrogen and Endocrine Disruptors from Wastewater' (RENEW)."

Other chemicals detected

Furthermore, besides the mentioned chemicals, experts also emphasized the discovery of industrial chemicals bisphenol A, nonylphenol, and octylphenol in the rivers.

"The researchers surmised that this was due to their extensive use in manufacturing various products such as detergents, textiles, plastics, and many more, but clarified that the concentrations are still below international guideline values," UPD-CS said.

Due to this finding, researchers noted that the said rivers need "more cleanup efforts, effective regulations in wastewater treatment, and sustainable water resource management policies are needed to improve the water quality of the rivers in Mega Manila."

The Marikina and Pasig rivers, as well as the Angat and Pampanga rivers, all flow into Manila Bay, significantly impacting one of the Philippines' economically and socially significant water bodies.

The United States, Canada, and the European Union have established guidelines for certain EDCs in their environmental waters.

Unfortunately, the Philippines currently lacks guidelines for regulating these compounds, and there are inadequate wastewater treatment facilities to mitigate CECs.

The research team anticipates that these findings will accelerate the development of national guidelines for monitoring and controlling these contaminants.

Furthermore, samples collected from the four rivers underwent solid-phase extraction and were subsequently analyzed using liquid chromatography with tandem mass spectrometry.

This analytical method allows for separating and identifying compounds present in ultra-trace concentrations.

Related Tags

Pasig River University of the Philippines – Diliman College of Science (UPD-CS) angat
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.