, 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); })(); Amy Wilstermann | 茄子视频

茄子视频

Skip to main content

Dr. Amy Wilstermann

Professor, Biology Co-Chair, Honors Program Associate Director, Pre-Physician Assistant Advisor

Biography

I am Associate Director of the Calvin Honors Program. I am also the advisor for Calvin's pre-occupational therapy and pre-physician assistant programs. I enjoy doing research at Calvin because it provides me with the opportunity to work closely with very talented and curious students, who often ask wonderful, thought-provoking questions that prompt the exploration of new research avenues. Outside of Calvin, I enjoy spending time with family. We can often be found outdoors at a local park or the beach. I also enjoy baking, ice skating, reading, and spending time with extended family and friends.

Education

  • Ph.D. in Biochemistry, Vanderbilt University (2002)
  • B.S. in Biochemistry, Oakland University (1995)

Professional Experience

Prior to joining the faculty at Calvin, I taught at a Christian university in Nashville, TN, where I also served as the coordinator of the science and mathematics department. I joined the faculty at Calvin in 2007 and currently teach cell biology and genetics, cell physiology, general biology, and human biology.

Academic Interests

  • DNA topoisomerases
  • Interactions between chemotherapeutic agents and their cellular targets
  • DNA-enzyme interactions
  • Active-learning pedagogies

Research

I am developing materials to improve children's understanding of cancer. My research student, Sara Conrad, and I found a lack of . We focused on developing a curriculum with four sections: (1) introducing children to the basic scientific concepts of cancer; (2) teaching about leukemia and lymphoma, the most common cancers for children under age 9; (3) presenting information about cancer treatments; and (4) helping children find ways to care for others with cancer.

I have also investigated the role of bacteria in the premature rupture of fetal membranes. I focused on studying the shift from a healthy vaginal environment to bacterial vaginosis conditions, which causes negative effects in reproduction, pregnancy, and contracting STDs.

Research and Scholarship