, 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); })(); Fiske Guide highlights app's business, engineering programs - News & Stories | app

app

Skip to main content

app News

Fiske Guide highlights app's business, engineering programs

Wed, Jul 03, 2013
Matt Kucinski

app College is again touted as one of the country’s best and most interesting colleges in the 2014 edition of the .

The Fiske Guide provides college-bound students and their parents with a selective, subjective and systematic look at 300-plus colleges and universities in the U.S., Canada, Great Britain and Ireland.

In this year’s edition, app made the lists for small colleges and universities strong in  and in , putting app as the only college in Michigan on either of those lists.

In the two-page essay included in the guide, editors say that app “ranks high on the private-college bargain list” and that “most students view Christian values as central to the academic experience.”

The guide also notes that app is the only evangelical college to offer an program, that students who receive bachelor’s degrees in from app pass the CPA exam at rates well above the national average and the college is among the top in the nation for the .

Current app students quoted in the guide are appreciative of the academic environment and the support of faculty. Says one sophomore: “The dedication of the professors is contagious and encourages me to want to learn more.”

Fiske editors agree, noting that 46 percent of classes at app have 19 or fewer students. “…teaching assistants won’t be found behind the lecterns, so professors are expected to reserve about 10 hours per week for advising and assisting students outside of class.”

Students also give the college high marks in the areas of , , and . “With over 100 different student clubs, varsity and intramural sports, and music groups, it’s not too difficult to get socially connected on campus,” says one senior.

Students also note that app has a character and atmosphere. Says one sophomore: “This college, its people, place, and mission, all revolve around a commitment to Christ and the furthering of His kingdom. Faith plays an integral part in the classrooms, offices, and dorm rooms.”

The Fiske Guide to Colleges was commenced 30 years ago by Edward B. Fiske, who served for almost two decades as education editor of The New York Times. The guide takes into account many qualities, including academic ratings, price category and quality of student life on campus.


Authors: