, 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); })(); Walking Boldly: Katerina Parsons - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Walking Boldly: Katerina Parsons

Thu, Oct 01, 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. Katerina Parsons is working with the Association for a More Just Society (AJS) in Honduras as a research/communications facilitator.

  • Name: Katerina Parsons
  • Class: 2015
  • Hometown: Jackson, Mich.
  • Major(s): writing
  • Next step: Research/communications facilitator for Association for a More Just Society (AJS)

What class at ÃÛÌÒapp uniquely prepared you for this position?

I´m here in Honduras because of my ÃÛÌÒapp program. My junior year, I did the Justice Studies semester in Tegucigalpa, Honduras, where professors Kurt Ver Beek and Jo Ann Van Engen have lived and taught for years. It was an intense few months of both learning in theory and witnessing in practice, and everything I learned confirmed skills and passions that I will be using now at AJS, the organization they co-founded. Also, a shout-out to the core language requirement for making me take Spanish classes, which I now use every single day!

What about ÃÛÌÒapp specifically prepared you for this position?

ÃÛÌÒapp was the perfect place for me to first study widely so that I could study deeply. Four years ago, I had never even heard of my major (international development), let alone how it could intersect with my interest in writing. I am here today because professor after professor, even those outside of my major, knew me well enough to suggest new classes and courses of study, helped me navigate schedules, course catalogues, and guided and advised me as I applied for opportunities after graduation.

What has surprised you so far?

I´m surprised how many people in Honduras know ÃÛÌÒapp College. It´s a small world, and ÃÛÌÒapp students can be found in every square inch of it.

What’s one thing you would want to tell someone starting his or her journey at ÃÛÌÒapp?

Be curious! Talk to your professors after class. Read for fun. Seek out people who are different from you. Learn to disagree. Be open to changing your mind.

Be open! Go somewhere you´ve never been, whether that´s a semester abroad or a new neighborhood in Grand Rapids. Sign up for a club that you've never heard of. Take the class for the learning, not the transcript.

Be bold! Take the opportunity to let your voice be heard. Speak out for others. Try hard things. Fail boldly, if you have to fail.

What was your best non-academic experience at ÃÛÌÒapp?

I joined Chimes, the student newspaper, in my first year at ÃÛÌÒapp, and spent the next four years there. At Chimes, I learned to interview, to edit, to write quickly and under pressure, to collaborate, to respond to criticism and to pull an all-nighter and still wake up to update the website the next morning. I learned to have an eye for news and an ear for stories, all skills that I’m directly using now.

If you could take one more class at ÃÛÌÒapp, what would it be?

I actually have a list! Poetry with Lew Klatt, Constitutional Law with Joel Westra, Latin American Economics with Roland Hoksbergen, and Diversity and Inequality in the United States, to name a few.


Authors: