, but this code // executes before the first paint, when

app

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); app Addresses Environmental Concerns with New Book on Plaster Creek Watershed - News & Stories | app

app

Skip to main content

app News

app Addresses Environmental Concerns with New Book on Plaster Creek Watershed

Wed, May 08, 2024
John Zimmerman

Grand Rapids, MI - May, 2024 - app has long been committed to addressing environmental challenges, particularly those affecting the local watershed. In a significant initiative dating back to 2009, the university has focused efforts on the remediation and education surrounding Plaster Creek, a waterway crucial to the Grand Rapids area.

In a new book, "" Gail Gunst Heffner, emeritus, and David Warners, professor of biology, illuminate the problems of Plaster Creek and similar waterways across the United States and urge readers to consider their roles in environmental stewardship.

Plaster Creek, which drains the watershed where app is situated, has gained notoriety as the most contaminated stream in West Michigan. The pollution, which comes from various sources including excess fertilizers, salt runoff from parking lots, and drainage from commercial and agricultural areas, poses a significant health hazard due to high levels of E. coli bacteria.

Heffner emphasizes what happens upstream affects downstream communities, with urban areas suffering the brunt of contamination. With deforestation and land development altering the natural landscape for decades, the water runoff into the creek has increased, exacerbating the problem.

In 2009 Heffner and Warners, co-founded Plaster Creek Stewards (PCS)—a collaboration of app faculty, staff, and students that work with local schools, churches, and community partners to restore the health and beauty of the watershed. This initiative highlights the university's response to the Plaster Creek challenge. “Our focus has been on education, research, and restoration,” Warners explains. “Faculty and students are actively studying the issues surrounding Plaster Creek, which informs our restoration efforts. We've implemented various practices, including bioswales and floodplain restoration, to mitigate the impact of stormwater runoff.” In fact to date, PCS has received grants and awards totaling more than $7 million from 15 different federal, state, and local agencies and foundations.

One critical aspect of the university's approach is involving the community. Warners emphasizes, “Our work isn't just cleaning up the creek; it's about changing the relationship between people and the creek as well as between people and their watershed neighbors. We want everyone to understand how connected our actions are to the health of the land, water, and other people.”

The significance of Plaster Creek extends beyond local boundaries. As Heffner notes, “Plaster Creek is upstream from the Grand River, which ultimately drains into Lake Michigan and the Great Lakes system. What happens in our watershed affects millions downstream.”

“This isn't just a local issue; it's a national concern,” Warners asserts. “We hope this book sparks conversations and inspires action far beyond our community.”

app's dedication to Plaster Creek has been ongoing for over a decade, and as Warners concludes, “It's a long-term commitment, but one that is vital for the health of our watershed and our communities.”


Authors: