, 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); })(); Asteroids Spoelhof and Griffioen - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Asteroids Spoelhof and Griffioen

Thu, Jun 15, 2006
Myrna Anderson

Asteroids discovered by students and professors at ÃÛÌÒapp College now bear the names of two beloved ÃÛÌÒapp retirees: former ÃÛÌÒapp president Dr. William Spoelhof and former ÃÛÌÒapp dean and physics department chair Roger Griffioen.

For more on the asteroids, the naming process, the ÃÛÌÒapp observatory and the ÃÛÌÒapp astronomy program see the observatory website.

Each asteroid is approximately the size of ÃÛÌÒapp's entire Knollcrest campus.

Asteroid Spoelhof (previously known as 2004 XU3) was discovered December 3, 2004 by ÃÛÌÒapp professor of physics and astronomy Larry Molnar. Asteroid Griffioen (previously known as 2003 RA11) was discovered on September 5, 2003 by ÃÛÌÒapp student Andrew Vanden Heuvel.

Molnar notes that when a new asteroid is discovered it is given a provisional name, but that it must be tracked for a number of years to fully establish its orbit before the discoverer is given the privilege of naming it.

"When an object thought to be an asteroid is discovered," he says, "it is logged in at the Harvard Smithsonian Astrophysical Observatory's Minor Planet Center and assigned a number indicating its order of discovery."

Once the asteroid's orbit is well-known (a process that often takes two to three years), the International Astronomical Union's Committee on Small Body Nomenclature invites the discoverer to suggest a name and explain the reasons for the naming.

Then it can take another couple of months before the committee approves or rejects the name.

Vanden Heuvel and Molnar, together with the Physics and Astronomy department at ÃÛÌÒapp, chose Griffioen and Spoelhof to commemorate the establishment of the ÃÛÌÒapp College observatory in 1970. This week they learned the suggested names had been approved.

Griffioen served ÃÛÌÒapp for 37 years, including seven as an academic dean and 17 as physics chair.

Says Molnar: "He built a high-quality physics program, implemented the construction of a college observatory and played a formative role in the lives of many students."

Spoelhof, meanwhile, served as president of ÃÛÌÒapp from 1951 to 1976 and among his many achievements was the establishment of ÃÛÌÒapp's astronomy program, including the construction of an observatory in 1970.

"As president of the college during the launch of Sputnik," says Molnar, "it was clear to Spoelhof that science needed to be taught at the college much more completely than had been the case. In particular he felt astronomy and geology should be taught as specific topics, with laboratory science as well as lectures. He approached friends of ÃÛÌÒapp about donating money for the observatory equipment and the te Velde family granted the college funds for the purchase of a telescope."

The ÃÛÌÒapp astronomy program continues to grow.

In 2003, new, computer-controlled telescopes were purchased with National Science Foundation grant money: one replacing the 1970 instrument in the dome on campus, and a second one placed at a dark-sky site in Rehoboth, able to be operated over the internet by ÃÛÌÒapp students.

"These telescopes," Molnar says, "are used for a wide range of observations by students in all astronomy courses, some physics courses and independent research projects. Classroom observations of asteroids have been a featured use since the commissioning of the new telescopes. Our goal is for students to understand better how real science works by aiming for a new discovery."

Molnar says searches for new asteroids have been carried out over four semesters now and the total of provisional designations assigned to ÃÛÌÒapp discoveries is now over 60. And last semester ÃÛÌÒapp student Josh Vanderhill found the first ÃÛÌÒapp asteroid outside of the main belt: a so-called Trojan asteroid, which has an orbit locked to that of Jupiter.

"As far as we know," Molnar says, "this is the only astronomy class in the world in which discovery of a new solar system object is an assignment."