Celebrating 25 years of Safer Chemicals: Endurance in Purpose, Integrity in Patience

BizNGO Conference Summary

Celebrating 25 years advancing safer chemistry through collaboration, innovation, and sustainable solutions at the BIZNGO Annual Meeting.

25-yrs-bizngo_(1).png

For twenty-five years, Clean Production Action has worked alongside each of you in advancing a safer, more sustainable world—one free from the hidden risks of hazardous chemicals. What began as a focused effort has grown into a dynamic, cross-sector collaboration of businesses, NGOs, investors, and advocates, all united by a common vision: to redefine what responsible production and consumption can and should be.

The BIZNGO Annual Meeting is more than a gathering. It is a strategic convening of leaders and practitioners who are shaping the future of safer chemistry. Over these two days, participants will engage in thoughtful dialogue, share emerging innovations, and strengthen the partnerships necessary to drive meaningful, lasting change.

Share:

function externalLinks() { var current = location.hostname.replace(/^www\./, ""); // One reusable accessibility description for all external links var noticeId = "external-link-new-tab"; if (!document.getElementById(noticeId)) { var notice = document.createElement("span"); notice.id = noticeId; notice.className = "visually-hidden"; notice.textContent = "Opens in a new tab."; document.body.appendChild(notice); } document.querySelectorAll("a[href]").forEach(function (link) { var href = link.getAttribute("href"); if ( !href || href.indexOf("#") === 0 || /^(mailto:|tel:|javascript:)/i.test(href) || link.hasAttribute("download") ) {return;} var url; try { url = new URL(href, location.href); } catch (e) {return;} if (!/^https?:$/.test(url.protocol)) {return;} var destination = url.hostname.replace(/^www\./, ""); if (destination === current) {return;} // Allows an intentional same-window exception if ever needed. if ( link.getAttribute("target") === "_self" || link.hasAttribute("data-same-window") ) {return;} link.setAttribute("target", "_blank"); // Preserve any existing rel values. var rel = (link.getAttribute("rel") || "") .split(/\s+/) .filter(Boolean); if (!rel.includes("noopener")) {rel.push("noopener");} link.setAttribute("rel", rel.join(" ")); // Preserve any existing aria-describedby value. var describedBy = (link.getAttribute("aria-describedby") || "") .split(/\s+/) .filter(Boolean); if (!describedBy.includes(noticeId)) {describedBy.push(noticeId);} link.setAttribute("aria-describedby", describedBy.join(" ")); }); }