, 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); })(); Susan Verwys | »Æ´óÏɸßÊÖÂÛ̳

»Æ´óÏɸßÊÖÂÛ̳

Skip to main content

Dr. Susan Verwys

Associate Professor

Biography

After graduating from Calvin College with a BA, Dr. Verwys entered a graduate program in clinical social work, focusing on work with young children and families in counseling. Discovering that she needed more joy in her work, Dr. Verwys entered the field of early childhood education, developing progressive programs in children’s ministries, childcare, and preschool. Her joy is shared with students, colleagues, and children in our community.

Students in Susan’s classes enjoy circle time, where they participate in music and movement experiences, read-aloud, and hands-on learning experiences. Visits to early childhood classrooms for exploration of materials and learning experiences stretch her students’ imagination of what is possible in early childhood classrooms. Dr. Verwys most appreciates her students’ creativity as they collaborate to create early childhood programs or when they engage in inquiry learning with young children in local classrooms.

Dr. Verwys collaborates with area experts, including early childhood program administrators, teachers, and local agencies that serve young children and families. Regular attendees at the yearly conference of the Michigan Association for the Education of Young Children look forward to Dr. Verwys and her students presenting on advocacy and project-based learning. Dr. Verwys also coordinates the Children’s Worship Program at Shawnee Park Christian Reformed Church.

Passionate about justice for young children and families, Dr. Verwys has written and presented on the schooling experiences of young African-Americans. She recognizes cultural ways of being and speaking, encouraging her teacher candidates to gain deeper understanding of the cultures of their students. More recently, Dr. Verwys has been studying adverse childhood experiences, toxic stress, and mind-mindedness.

Education

  • BA Calvin College
  • MA, University of Chicago, 1978
  • PhD, Michigan State University, 2009
    Area: Child Development

Academic Interests

  • Early childhood development & education
  • Brain development
  • Culturally relevant practice
  • Inquiry learning
  • Spiritual development in children

Professional Services

  • Member. Early Childhood Advisory Committee. Family Futures. Grand Rapids, MI. 2014 - present.
  • Member. Great Start Collaborative. Kent County 2013 – present.
  • Coordinator and Teacher. Children’s Worship Shawnee Christian Reformed Church. 2010-present.
  • Board Member Head Start for Kent County. 2010 – 2015.
  • Chair of Personnel Co. Head Start for Kent County. 2012 – 2015.