, 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); })(); Committed to excellence on, off, and under the fields | ϲʿ¼

ϲʿ¼

Skip to main content

Calvin News

Committed to excellence on, off, and under the fields

Tue, Sep 12, 2023
Matt Kucinski

Over the next couple of years, Calvin’s outdoor athletic fields are getting major upgrades. On the northwest side of campus, the men’s and women’s soccer teams both won their initial contests on the new turf Zuidema soccer field. On the east side of campus a new track will be completed within weeks. And this is just the beginning.

But perhaps of equal importance to future stadiums, locker rooms, and training facilities is what’s not in plain sight, what’s hidden underground. The fields below the fields.

A deeply rooted commitment

“If this project is successful, I think it will allow us to move our carbon neutrality delivery date earlier, which aligns with President Boer’s desires,” said Matt Heun, professor of engineering at Calvin.

The project Heun references is the installation of two small geothermal fields—one to the northwest of the future soccer stadium and one just east of the future football building, “which ironically is slated to be underneath the future football field,” said Dirk Pruis, the CFO at Calvin.

Faculty and student advisors

“I didn’t dream this up,” said Pruis referring to the possibility of adding geothermal to Calvin’s campus, “others have been thinking about this for a while.”

Thinking about caring for creation and sustainability? Yes. ϲʿ¼ faculty and staff have produced scholarship and pushed the university to lean into this commitment for nearly half a century.

Thinking about geothermal solutions? “The student project for my Engineering 333 class last fall was focused on how to decarbonize campus heating,” said Heun. “They looked at lots of options. The one they landed on was geothermal.”

bodyimage1

The client for that class project was President Boer. Pruis, who serves on the president’s cabinet, acknowledged the students’ work “helped inform our thinking around this.”

And it’s not the first time that student work helped inform sustainability initiatives on campus. Look no further than the Bunker Interpretive Center, where a group of senior engineers’ design project involved fitting that building with solar panels. That building is LEED-certified.

Piloting geothermal

While every building on campus outside the Bunker Interpretive Center is heated and cooled with a loop of hot and cold water, the university is “not putting these new athletic buildings on that loop,” according to Pruis.

The administration’s decision is encouraging to Calvin faculty, like Heun, who share in a deep commitment to caring for creation.

“I’m thrilled that the decision was made to go geothermal for the new buildings. They will be a great test case for us,” said Heun. “As the electricity supply gets decarbonized, they will emit less and less CO2 as we heat and cool them. That’s such a good, forward-thinking step for the university.”

While the plans are to install the two new geothermal fields, university leaders are still awaiting results from a 500-foot deep test bore that was done a couple of weeks ago before moving forward. Pruis says he “anticipates those results will determine that we can move forward with these plans.”


Authors: