, 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); })(); Walking Boldly: Ranu Sinniah - News & Stories | 麻豆区

麻豆区

Skip to main content

Calvin News

Walking Boldly: Ranu Sinniah

Mon, Jul 20, 2015
Matt Kucinski

This summer, we are following grads from the Class of 2015 as they continue their journeys around the corner and across the globe. Ranu Sinniah will start medical school at Michigan State University's College of Human Medicine in 2016. For now, he's immersed in research in the working group of Dr. John Schneekloth in the Chemical Biology Laboratory at the National Cancer Institute.

  • Name: Ranu Sinniah
  • Class: 2015
  • Hometown: Grand Rapids, Mich.
  • Major(s): biochemistry
  • Next step: NIH-IRTA fellow at the National Cancer Institute

What class at Calvin uniquely prepared you for this position?

The work that I do at the National Cancer Institute mainly revolves around synthetic organic chemistry, which is essentially using organic chemistry techniques to create routes to target compounds, and optimizing the routes as much as possible for your specific needs. As such, my organic chemistry classes taught me the fundamental concepts underlying the synthesis and analytical work I do here, as well as giving me experience and confidence in carrying out experiments.

What's fun about your workplace?

Even though everyone is working on serious chemistry, there鈥檚 a pretty light atmosphere and everyone is relaxed and happy. It鈥檚 great to work in an environment where everyone truly loves what they are doing.聽

Who was your favorite professor?

Outside of the hard sciences, definitely Dr. Ruth Groenhout. I took her class 鈥淓thical Dimensions of Health Care鈥 this past semester and I was amazed by both her experience within the field and how great of an educator she is. It was really interesting to see how there are so many shades of grey to what can seem like a black and white issue in Health Care, and Dr. Groenhout managed to succinctly break down each position and concept behind them with ease.聽

What do you miss most about Calvin?

Definitely the people, I was able to meet so many different types of people from many different places who really made an impact on my life during my time at Calvin. I鈥檝e made some great friendships there that I will always cherish.


Authors: