, 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); })(); Why I Teach: Eric Washington | 澳门六合彩开奖记录资料

澳门六合彩开奖记录资料

Skip to main content

Spark

Why I Teach: Eric Washington

Tue, Mar 15, 2022

Eric Washington鈥檚 office is how you鈥檇 imagine a history professor鈥檚 office鈥攈undreds of books, thousands of stories. The books go from the floor to the ceiling, and if you read them, all the way around the world. They contain personal accounts from both sides of the transatlantic slave trade. There are heart-wrenching diary entries from the Haitian Revolution.

One book is a memoir written by an Iranian-American woman who came to the U.S. when the Iranian Revolution broke out. 鈥淪tudents really get into her story. They tell me on the way out that I have to keep that book.鈥

bodyimage1

These stories are at the heart of Washington鈥檚 classroom and his profession as a historian. Not because the stories give the answers, but because they invite complex questions. After reading the Iranian-American woman鈥檚 memoir, students often write in their papers about how reading it has challenged their views of immigration and revealed some nuance they didn鈥檛 understand before.

鈥淧eople have uncomplicated views of the world and of history. I encourage students to live in the tension. History is not an equation that gives you an answer. In fact, you may have more questions after you read these stories鈥 and that鈥檚 good,鈥 Washington said.

鈥淭his is a great big world. And there鈥檚 a lot that we don鈥檛 know. God has placed us in this world not to remain stuck in our own corners. I want students to understand that you can travel without leaving where you are, through books, through history, through literature. That鈥檚 important because we鈥檙e in the world to explore it, to see what
makes us human.鈥

Exploring the world and what makes us human has always been important to Washington. He was born and raised in New Orleans, Louisiana. Some of his favorite books growing up were the encyclopedias and the World Atlas set his parents bought. 鈥淚 read those over and over. I guess in one sense, that鈥檚 probably what started me on a path of becoming a historian.鈥

As for teaching, his first experience teaching was in church. He was 15, his dad was the pastor, and the vacation Bible school program needed a teacher. It was inevitable. 鈥淚 was teaching kids just a few years younger than me,鈥 he said.鈥淚 had to learn how to prepare for class and present the material in an interesting way.鈥

Today, he keeps his class interesting by modeling curiosity himself. 鈥淎 professor never stops learning, interrogating, and challenging themself. I bring that attitude into the classroom鈥攖hat鈥檚 what I want for my students. If they see me being curious and asking a lot of questions, I think they will, too, and that鈥檚 how they learn and grow.鈥