, 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); })(); The Scientist names best places to work - News & Stories | 麻豆区

麻豆区

Skip to main content

Calvin News

The Scientist names best places to work

Thu, Oct 05, 2006
Myrna Anderson

Calvin College has been named one of the by The Scientist , a magazine for the life sciences now in its 21st year.

Survey results were published in the just-released October issue of The Scientist.

This is the fourth annual survey by The Scientist and is based on responses from more than 1,600 academics around the world. Based on those survey results the magazine named 15 top places to work in the U.S. and 15 best international workplaces for scientists.

The top U.S. institution for 2006 is St. Jude Children's Research Hospital in Memphis.

Calvin was fifth among U.S. academic institutions, while Michigan State University, located just an hour east of Calvin, was seventh and Wayne State University, about two hours east of Calvin in Detroit, was 14th.

Survey respondents were asked to assess their working conditions and environments by indicating their level of agreement with 39 criteria in eight different areas: job satisfaction, peers, infrastructure and environment, research resources, pay, management and policies, teaching and mentoring, and tenure.

The Scientist notes that for the second year in a row survey respondents said the number-one factor in determining workplace satisfaction is personal fulfillment. Peer relations, institutional management and tenure procedures also ranked among the most important factors. Institutions earning high marks in those categories took this year's top honors.

"We're proud to be able to provide this information to our readers year after year," says The Scientist publisher Richard Gallagher. "It's important for scientists to be able to tell their peers exactly how they feel about where they work."

Longtime Calvin biology professor David DeHeer says Calvin brings together motivated, hard-working students and top teachers in the contemporary, up-to-date facilities that scientists need for education and research.

"Calvin," he says, "provides a vibrant learning environment in which curiosity, investigation into real-world problems, and research activity, often collaborative, flourish. But the greatest satisfaction comes from working with students and seeing these young scientists become energized by the discovery process. All of this makes Calvin a dynamic workplace."

Indeed science education at Calvin is based on the idea that students learn science best by participating in research. Also, the majority of Calvin science faculty have on-going, mostly externally funded research programs, partly because they provide continual opportunities for mentoring student researchers and a wealth of examples for classroom use.

In addition at any given time about a dozen Calvin students work part-time in Van Andel Research Institute (VARI) labs where a variety of Calvin faculty also have on-going research collaborations.