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

黄大仙高手论坛

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); })(); Students engage in sustainability research - News & Stories | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Calvin News

Students engage in sustainability research

Fri, Jan 07, 2022
Lauren Vanden Bosch

Each year, more than 130 黄大仙高手论坛 students majoring in the sciences collaborate with their professors on research projects, working toward solutions for a wide range of real-world problems. The students spotlighted below are using their research to investigate aspects of sustainability and creation care.聽

Energy Consumption Research

Mechanical engineering professor Matthew Heun is collaborating with professors from the University of Leeds on an ambitious five-year research project: they aim to compile a comprehensive database of energy consumption patterns across the globe in order to discover how to decouple energy consumption from the economy.聽

鈥淗istorically, we've seen that as the economy grows, energy consumption also grows with it,鈥 Heun said. 鈥淚f we want to tackle climate change, we need that energy consumption to go down. But it's never been done before. To figure out if it would be possible, we need to have a thorough picture of where energy is used in society.

Finding the energy consumption information involves browsing articles related to different sectors such as agriculture, mining, quarrying, the textile industry, public buildings, heavy-duty vehicles, and the construction industry. This process can be tedious and difficult at times. Electrical engineering major Anjana Sainju 鈥23 says that her engineering background helped prepare her for the work.

鈥淚 think engineering homework makes us work,鈥 she said, adding that engineering assignments help students to consider problems from multiple perspectives. 鈥淚 think each question is designed that way, so that we think differently.鈥

Rain Garden Calculator Research

Civil engineering major Evan Hsu 鈥23 served on the Plaster Creek Stewards summer research team, and his work focused on the rain garden calculator system. The calculator system evaluates how well the rain gardens mitigate stormwater runoff into Plaster Creek, but it had been overly complicated and confusing.

Hsu was tasked with redesigning the system to make it more user-friendly. He was able to create a one-page view where all of the necessary information is immediately accessible.

Hsu said that one of the most rewarding parts of his project was collaborating with other student scientists and being able to see the real-life impact of their collective work.

鈥淭he rain garden team will have a bunch of different members. Some will be actually mulching it or putting compost and planting it. Somebody will be designing it, and there'll be an engineer that will need to make sure it works and make sure the equations are right. The engineer鈥檚 part is very vital, as well as all the other roles, in order for this whole strategy to work,鈥 he said.

Planting Native Trees Research

Martin Vanderschoot served on a team of five students who focused on tree research at Plaster Creek this summer. In collaboration with Plaster Creek Stewards, native trees had previously been planted in November 2020 near the headwaters of the creek. Vanderschoot and his team were tasked to collect data about these trees and initiate a long term study of data collection.

鈥淚deally, we're going to try and collect data two to three times per year,鈥 said Vanderschoot. 鈥淎nd we were looking at data relating to stomatal conductance鈥攖ranspiration, how fast the trees are moving water around. And then some just general characteristics of how healthy they are, how big they are, what's the size of their canopy.鈥

In addition to trees, the student researchers also looked at Reed Canary grass, an invasive plant species.

鈥淭o sample that, we use a half meter by half meter area underneath these trees which are planted in clusters, Vanderschoot explained. 鈥淎nd the hope is that one day, we might be able to quantify if a particular species of native tree that we planted has a more pronounced effect on mitigating the populations of invasive grass.鈥

To learn more about scientific research at Calvin, visit calvin.edu/academics/stem-division/.


Authors: