, 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); })(); Out of the woods emerges a new partnership - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Out of the woods emerges a new partnership

Fri, Mar 30, 2012
Matt Kucinski

A new partnership
Ìý

In its communications to prospective students, ÃÛÌÒapp traditionally emphasizes its small class sizes and its faculty-to-student ratio of 11:1. However, a ratio that is less well advertised is the ratio of ÃÛÌÒapp students to ÃÛÌÒapp trees, something enrollment staff like to call the tree-to-student ratio (TSR). Recently ÃÛÌÒapp's biology and geology, geography and environmental studies departments teamed upÌýÌýon ÃÛÌÒapp's campus. "What we noticed about the tree map was that the numbers of our students (3,967) and of our trees (3,516) were so close that we could work toward a 1:1 ratio of the two species by 2015," said Ben Arendt, director of admissions counseling.

Ìý

Admissions counselors quickly capitalized on the new online asset to create a program they call Tree Partners (TP), a recruiting effort that pairs each student with his/her own tree. "It was the tipping point for me," said freshman Randy Terbeek-Wigboldy, who was paired with one of the coveted maples growing on the Commons Lawn. "Coming to ÃÛÌÒapp from out of state, I didn't know many people at first. But Oakley has become a true friend to me. He's always right there, and he's always supportive."

To help the enrollment division ensure that every student has an intentional arboreal experience, biologist Dave Warners is cultivating 500 saplingsÌýin the college greenhouse.

Ìý

Note: This story is a part of the special April 1 edition put out by News & Stories.


Authors: