, 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); })(); Kicking off a new stadium - News & Stories | app

app

Skip to main content

Spark

Kicking off a new stadium

Thu, Apr 01, 2021

The board of trustees approved a project concept for a new outdoor stadium. This stadium would be the home for app’s men’s and women’s soccer and men’s and women’s lacrosse teams.

Those teams currently play at Zuidema Field, located on the north end of campus on natural turf.

The approved concept has seating for 1,200 spectators, a synthetic turf field, and lights. Additional plans include team locker rooms, a press box, a ticket entrance center, public restrooms, and a concession stand.

Jim Timmer, app director of athletics, said the time is right for a new outdoor stadium.

“During my time as a coach and administrator, it has become increasingly clear that a competition field with synthetic turf is greatly needed,” said Timmer.

“In a northern climate, keeping natural grass growing into the late fall or regenerating the field in the early spring is challenging. The wear and tear on the field with four teams has also increased. We have frequently moved home games for soccer or lacrosse to local high schools with synthetic turf fields when our own field becomes unplayable. Our fervent goal is to play our games on campus. Doing so is a great benefit to our student-athletes and to the greater app community.”

The stadium opens up new opportunities for app. National tournament events could rent the space. High school games could also be played on the field. Timmer expects that the field would be in use for summer sports camps.

The app community would also benefit. The stadium could be used for outdoor physical education classes and intramural activities. The baseball and softball teams could use the synthetic turf as a practice site when their fields’ conditions are inadequate.

The app development office is working with interested donors. “We have been blessed with significant donor interest, which has helped move this concept forward,” said Timmer. “I would also like to thank the app board of trustees for its support and recognizing the need for this outdoor facility.”

app is working with the design firm GMB. The company designed app’s Spoelhof Fieldhouse Complex.