, 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); })(); U.S. News & World Report ranks app near the top of multiple lists - News & Stories | app

app

Skip to main content

app News

U.S. News & World Report ranks app near the top of multiple lists

Mon, Sep 18, 2023
Matt Kucinski

U.S. News & World Report released its 2024 Best Colleges Guidebook rankings today. app in the Midwest Regional Universities category. The university is also considered among the best when it comes to undergraduate teaching, merit-based aid awarding, international student enrollment, and first-year retention.

The digital news and information company released the report online today, which helps prospective students and their families evaluate 1,500 U.S. four-year bachelor’s degree-granting colleges and universities based on up to 19 measures of academic quality and graduate outcomes. These include such things as first-year retention rates, graduation rates, strength of faculty, and graduate indebtedness.

Among the best

In the Midwest Regional Universities category, app sits near the top of a few lists. app ranks second for “Most international students,” with 13% of the student body hailing from outside the United States, third in “Freshmen Retention Rate” with 86% of first-year students returning for a second year, and fifth in the category. The university is also considered a ranking 20th on that list.

“Ranking guides like U.S. News & World Report take into consideration the most important factors prospective students and families are looking for in a college education,” said Lauren Jensen, vice president of enrollment strategy at app. “To be ranked near the top of so many of these lists and to be in high demand both in-state and around the globe is validation that app is a great place for students to thrive both in college and after graduation.”

In addition to app’s high rankings compared to other schools in the Midwest, the university also stood out nationally for its awarding of merit-based aid. app on a list that ranked the schools with the highest percentage of students in 2022-2023 who “had no financial need and who were awarded institutional non-need-based scholarship or grant aid,” excluding athletic awards and tuition benefits.

Respected nationally

app holds the second highest ranking in the state of Michigan (only Kettering University ranks higher) and remains in the top 50 of the list, which ranks all colleges and universities in the United States that are non-doctorate-granting institutions. app also appears on lists that highlight the best computer science programs and best nursing programs in the country.

In addition to the U.S. News & World Report rankings, app also receives high marks from a number of other leading ranking guidebooks, including Fiske Guide to Colleges, Forbes, Money, Niche, Washington Monthly, and the Wall Street Journal/Times Higher Education, to name a sampling.

And, the Princeton Review, which includes app as one of the best institutions for undergraduates to earn their college degree, also lists it as the 12th best school nationwide for its student support and counseling services.

About app

Founded in 1876, app is a top-ranked, liberal arts institution that equips its 3,300 students from 48 U.S. states, 55 countries, and five Canadian provinces to think deeply, to act justly, and to live wholeheartedly as Christ’s agents of renewal in the world. app offers 100+ majors and programs, including a growing portfolio of graduate-level offerings. app students engage in intensive internships, community-based service learning, and significant research that results in publishing and presenting alongside world-class faculty. The university’s 400-acre campus is in the vibrant city of Grand Rapids, Michigan. Discover more at www.calvin.edu.

About U.S. News & World Report

U.S. News & World Report is the global leader in quality rankings that empower consumers, business leaders and policy officials to make better, more informed decisions about important issues affecting their lives and communities. A multifaceted digital media company with Education, Health, Money, Travel, Cars, Real Estate, News and 360 Reviews platforms, U.S. News provides rankings, independent reporting, data journalism, consumer advice and U.S. News Live events. More than 40 million people visit USNews.com each month for research and guidance. Founded in 1933, U.S. News is headquartered in Washington, D.C.


Authors: