, 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); })(); Nursing professor receives YWCA Tribute Award - News & Stories | »Æ´óÏɸßÊÖÂÛ̳

»Æ´óÏɸßÊÖÂÛ̳

Skip to main content

Calvin News

Nursing professor receives YWCA Tribute Award

Tue, Nov 15, 2016
Matt Kucinski

Adejoke Ayoola, an associate professor of nursing at Calvin College, is the recipient of the 2016 YWCA Tribute Award in the Sports, Fitness and Wellness category. Since 1977, YWCA has honored more than 175 women representing a distinguished sorority of leaders.

Promoting women’s health is Ayoola’s vocation—where her passion intersects with a real need in the world. She’s committed 20 years to pursuing that passion—the past 10 at Calvin.

Ayoola has invested in Grand Rapids neighborhoods, working alongside her students, equipping and empowering women to make better choices for their own health and the health of their families. One such example is the Preconception Reproductive Knowledge Promotion program, which she established through a grant from the Robert Wood Johnson Foundation Nurse Faculty Scholars. Her most recent initiative was the establishment of the H.E.A.L.T.H. Camp (Health, Education, and Leadership Training for a Hopeful Future) this past summer, which was an interdisciplinary camp fueled by the goal of promoting a culture of health among young girls.

Ayoola is also well published, respected and involved in leadership roles within her field.


Authors: