, 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); })(); Hyesook Kim | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Dr. Hyesook Kim

Professor Emeritus

Biography

Hyesook Kim joined the faculty at Calvin College in 1991, and has been teaching Piano, Accompanying, Piano Chamber music, Piano Literature, and Music Appreciation. She received her M.M. and D.M.A. from Peabody Conservatory of Music while studying with Ann Schein.

Dr. Kim presents solo recitals regularly and has performed nationally and internationally as a soloist and as a chamber musician in various cities such as Seoul, Pusan, Daeku, Hong Kong, Jakarta, Bandung, Ottawa, Baltimore, Waco, Santa Clara, Ann Arbor, as well as many other cities throughout Michigan, Illinois, and Indiana.

Dr. Kim is a founding member of Ensemble Montage, which gave its first performance in 1997. Ensemble Montage is a chamber music group made up of Grand Rapids Symphony members that has actively introduced some of the great modern music literature to West Michigan audiences. For several years, Ensemble Montage performed a series of contemporary music "retrospectives" at the Urban Institute for Contemporary Arts in Grand Rapids. The group remains active to this day, performing frequently at various Michigan venues. Its repertoire includes twentieth century classics, such as the music of Stravinsky and Schoenberg, and also contemporary works dating from the last fifty years to the present.

In 2004, the Calvin Center for Christian Scholarship awarded Dr. Kim a grant to pursue a research and performance project on the French composer Olivier Messiaen. During the 2004-2005 season, she performed Messiaen's Visions de l'Amen with her colleague Stéphane Lemelin, of McGill University, at a number of venues across the North America, and again in 2008-2009 across Asia. A CD and a book written by historian Steve Schloesser, of Loyola University, were published in March 2014. Prof. Kim is a frequent adjudicator for various competitions and student achievement tests in Michigan.

Education

  • M.M., D.M.A., Peabody Institute of The Johns Hopkins University
  • B.M., M.M., Seoul National University