, 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); })(); A renewed perspective on people - News & Stories | app

app

Skip to main content

app News

A renewed perspective on people

Fri, Aug 05, 2016
Jacquelyn Hubbard

Lauren Newhuis ’15 was first inspired to pursue her profession due to an unlikely character … King Nebuchadnezzar.

“I was doing a Bible study on the book of Daniel,” Newhuis recalled. “King Nebuchadnezzar chose the strong, smart and beautiful by the world’s standards [to work for him], and it dawned on me that that’s how our world is—we tend to choose the strong, smart and beautiful by worldly standards. I then felt a huge calling to serve those who can be cast aside, or are falling behind in school, and help their families see them for who they can be.”

A passion put into practice

Thus, after graduating with her degree in special education in December 2015, Newhuis began working at Living Stones Academy (LSA), an elementary school in Grand Rapids for kindergarteners through sixth graders with about 100 students. As a behavior and academic interventionist, Newhuis worked with students one-on-one and met with the educational support services coordinator and their teachers to work toward academic or behavioral improvement.

In fall 2016, though, Newhuis will be the new educational support services coordinator, overseeing all services that the students receive at LSA and providing some of those services herself.

“Education is knowing your students,” Newhuis said. “You first begin [helping students] by trying to find out where they’re falling behind.” Newhuis uses different supportive methods to help students that are struggling with everything from reading to organizational skills.

These interventions can be challenging, but they are challenges that Newhuis looks forward to. “I love working with these kids and their families at LSA,” she said. “LSA does a very good job at being intentionally diverse racially, socioeconomically and even spiritually. It’s been fun to learn about the different people.” 

A perspective shaped at app

While a student at app, it was her caring community and intentional professors that helped her through hard times and empowered her for her work at LSA. “College was a difficult time for me, so being in a Christian environment with professors who actually cared and knew who I was, was hugely impactful,” She said. “app also gave me the mindset needed for the job I have now. app definitely shaped my perspective on how I view people, and how I view education, in such a positive way.” 

Newhuis hopes to achieve her applied behavior analysis (ABA) degree in the future and to help students with special needs, but is also thankful to be working with students whose needs are sometimes overlooked or unnoticed.

“I love what I do. It’s my passion and my mission in life,” Newhuis said. “I want to find those kids that don’t necessarily have a clear disability, too—those kids on the margins that look like they can follow along in class easily, but are getting passed by and falling behind.”