, 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); })(); Scholarship beyond the disciplines - News & Stories | 鶹

Skip to main content

Calvin News

Scholarship beyond the disciplines

Fri, Oct 03, 2008
Katie Landan

The launch of Calvin College’s (ISRI) was held at 3:30 p.m. Oct. 1, in the atrium of the Science Building. The event attracted over 100 Calvin students, staff and faculty, spanning the disciplines: “I saw people from the art department, and I saw students from a visual rhetoric class. All of the departments from the science division were represented,” said professor of and ISRI director Randall Pruim.

Guests were served cake and punch, and, following conversation, they shuffled into Science Building 010, where Dr. Brad Smith spoke about his multi-disciplinary career. Smith is the associate dean for creative work, research and graduate education and an associate professor at the School of Art and Design at the University of Michigan. He is also a research associate professor in the department of radiology at the University of Michigan Medical School.

Perfect choice

Pruim regarded Smith as the ideal lecturer for the launch of the ISRI, which was to foster collaboration across the disciplines in Calvin’s science division. “He combines so many different things: the science, the art,” explained Pruim. “He is also ideal in that aspect because he has done a lot of interesting (computer) visualization.”

Smith lectured on his cross-disciplinary approach to research: “Knowledge does not exist in the disciplines; it exists in its own right,” he explained. Smith argued that if the disciplines work together, greater work can be accomplished: “I think when it’s done well, it asks larger questions that have more impact across audiences.”

With or without sound

Smith illustrated the power of his approach by showing his animated sequence of the development of a fetus. He played a second version of the clip that featured the soundtrack of a child’s song by two Peruvian girls. He then asked the audience: “What happens if we add audio to them? Does it change the meaning? Is it listened to more readily?”

Pruim considered the event a good springboard for the ISRI: “It gives people a glimpse of the power of visualization, to inspire people to pursue things in that direction. It’s underway, the first event, getting out that we exist,” he said of the ISRI, “and thinking about the future things to do.”