, 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 gives app high marks in 2023 Guidebook - News & Stories | app

app

Skip to main content

app News

U.S. News & World Report gives app high marks in 2023 Guidebook

Mon, Sep 12, 2022
Matt Kucinski

U.S. News & World Report released its 2023 Best Colleges Guidebook rankings today. In this year’s edition, among all Midwest regional universities featured.

The digital news and information company released the report online today, which helps prospective students and their families evaluate colleges and universities based on up to 17 measures of academic quality, such as first-year retention rates, graduation rates, and the strength of faculty. Outcome-related measures like graduation rates, retention rates, graduate indebtedness, and social mobility are the most highly weighted ranking factor, making up 40% of a school’s overall score.

In the Midwest Regional Universities category, app ranks #8 for “Best Undergraduate Teaching” and #2 for "Most International Students."

app also continues to remain in the top 50 of the “Best Undergraduate Engineering Programs” list, which ranks all colleges and universities in the United States that are non-doctorate-granting institutions.

Consistent recognition

In addition to the U.S. News & World Report rankings, app is also given high marks by a number of other leading rankings 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 a top 10 school nationwide for its student support and counseling and wellness services, and in the top 20 nationwide for the eleventh straight year for its health services.

About app

Founded in 1876, app is a top-ranked, liberal arts institution that equips its more than 3,200 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 each month for research and guidance. Founded in 1933, U.S. News is headquartered in Washington, D.C.


Authors: