, 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 in 2022: A Year in Review - News & Stories | app

app

Skip to main content

app News

app in 2022: A Year in Review

Sat, Dec 31, 2022
Matt Kucinski

The 2022 calendar year at app included a presidential transition, new programming and new spaces, and milestone moments for the state of Michigan. Most importantly, it included many instances of the university leaning further into its mission of equipping students to think deeply, to act justly, and to live wholeheartedly as Christ’s agents of renewal in the world.

So, as 2022 draws to a close, News & Stories highlights a dozen ways app has experienced momentum over the past year. Note: This list is representative and in no way exhaustive of all the great things happening at app.

1. The app Prison Initiative (CPI) had an historic year in 2022. In May, app awarded degrees to 76 inmates in a grand celebration in Ionia, Michigan. It marked the first time in the state of Michigan that bachelor’s degrees were awarded behind bars. In August, the undersecretary from the U.S. Department of Education paid a visit to CPI and determined what was happening there should be a national model for prison education.

2. In 2022, app students became Fulbright, Goldwater, and Beckman scholars, published authors and chemical compound discoverers. Students also started new organizations, developed new business ideas, and discovered a path for app to become carbon neutral even faster than its 2057 commitment.

3. In May, Joel Adams was selected to advise the U.S. Department of State as a part of the 2022-2023 class of Jefferson Science Fellows. Adams, who spent the past 30-plus years as a professor of computer science at app, is among the first experts to be selected since the new Bureau of Cyberspace and Digital Policy was established in fall 2021.

4. In June, Adejoke Ayoola was appointed as the inaugural dean of the School of Health. An accomplished advisory board is leading alongside her. New partnerships, like the Pine Rest Academy, are already being established, and renovations to North Hall are now in progress to help increase student opportunities and client success.

5. This summer, a presidential transition took place. Dr. Michael Le Roy completed his 10th and final season as app president and Dr. Wiebe Boer began his tenure as the university’s 12th leader in its 147-year history.

6. In July, a residential master plan was made public that expands and invigorates living spaces around the app campus. The new plan provides a roadmap toward updating all residence halls, including adding connecting lounges on each residential floor, increasing accessibility through elevators, open-air staircases connecting lobbies, and residence hall basements, and updated kitchen and community spaces.

7. This fall, more than 1,000 incoming students began their pursuit of an undergraduate or graduate degree at app. The entering class showed academic strength and was record-setting in terms of ethnic and geographic diversity.

8. In September, the School of Business officially opened its doors with a groundbreaking ceremony. The school also introduced new programming in 2022, including a new Operations and Supply Chain Management major. Students are also able to make their business ideas a reality with the launching of the entrepreneurial incubator, the Startup Garage.

9. In October, app launched a Leadership Development program for underrepresented faculty and staff aimed at helping people of color on staff at app to have greater opportunity to become leaders at the institution. Helping lead the effort is Rev. Dr. Michelle Loyd-Paige, who, in August, received the Dante Venegas Award, a prestigious honor given out by the Office of Race Relations recognizing distinguished leadership in diversity and racial justice in the Christian Reformed Church.

10. In October, more than 2,000 people gathered in Van Noord Arena and many more online to witness the inauguration of Dr. Wiebe Boer as app’s 12th president and to formally welcome Wiebe, Joanna, and their family to app. President Boer delivered an inaugural address titled: “The Greatest Generation is Now.”

11. In October, the board of trustees approved the university’s athletics strategic plan, which adds women’s acrobatics and tumbling, men’s volleyball, and men’s football to its portfolio of NCAA Division III athletic offerings. The plan also includes major upgrades to the university’s outdoor athletic facilities, which are already underway.

12. app continued to demonstrate its commitment to sustainability. In July, app became the first university in the state to pursue Solar-as-a-Service as an approach to accelerating the energy transition. This fall, two sections of an engineering class discovered a path for app to eliminate its natural gas-related net CO2 emissions from its heating. And, in December, app was designated an arboretum—the entire campus, a rarity in higher ed.


Authors: