, 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); })(); Calvin鈥檚 GIS Program on The National Map - News & Stories | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Calvin News

Calvin鈥檚 GIS Program on The National Map

Wed, Sep 27, 2023
Matt Kucinski

In 2021, 黄大仙高手论坛 introduced an . Just a few years later, the university鈥檚 program is considered among the best in the country. UniversityHQ, a leading independent education organization, .

鈥淪alary, retention, graduation rates, all of those things matter in getting a ranking,鈥 said Jason VanHorn, professor of GIS and director of the GIS master's program. 鈥淪o, to see us sitting in the Top 25 ranking lets me know a couple of things. First, our grads are succeeding, and secondly it indicates we have a strong set of offerings given we are ranked alongside the top GIS masters programs around the country.鈥

Surveying and mapping

While the ranking provides validation, VanHorn doesn鈥檛 necessarily see it as surprising considering the intentionality that was taken in designing the relatively new offering. Along with his colleagues, VanHorn, the chief architect of the program, scanned the country鈥檚 top GIS programs and determined what core courses and electives would create a really strong offering. They then surveyed the , which VanHorn says is 鈥渢he guiding document that lays out the things one should know if they want to be an expert in GIS.鈥

鈥淭hat was a key component in creating this master鈥檚 program,鈥 said VanHorn. 鈥淚 wanted to capture as many of the GIS&T聽 Body of Knowledge concepts and sections as possible through all our courses. So, when a student graduates they are really equipped for any direction they want to go.鈥

Gaining proficiency through experience

The program is seven courses long and intentionally project based. In fact, VanHorn says there鈥檚 at least one hands-on project in every single course.

鈥淟ab work is part and parcel in the world of GIS, so, yes a student will learn theory, but the projects are where we focus heavily.鈥

In fact, in one of the courses, students spend six weeks working with a business on a GIS project, finding out their goals and then executing the project for the business. The team then presents their work to the business at the conclusion of the project.

鈥淧utting in numerous hours, about 40-60 on that project alone, gives the students experience that employers are looking for in graduates,鈥 said VanHorn. 鈥淪o, when our students get into the real world and do GIS, they are not only successful to propose projects but also to execute them and do them really well.鈥

Adding value

Knowing the growing importance of GIS across many industries, from archaeology to civil engineering, from biology to data science, VanHorn intentionally designed a certificate program. The three courses aim to equip students from any discipline to succeed in GIS. If a student decides to go on to pursue a master鈥檚 at Calvin, they only have four courses left to complete that degree. Note: In Fall 2023, a new effort to aid cities with GIS was launched at Calvin with the GIS Certificate for Local Government.

Besides being a nationally ranked GIS program, VanHorn says the university鈥檚 approach to this work is an additional value-add for students.

鈥淭here鈥檚 a large conversation in GIS about ethics in GIS, but I believe we can move that further from ethics to virtue. Our program takes a virtue-driven approach to what we do in GIS, how we think, how we interact with people. So, as we think about virtues like hope, love, joy, peace, patience, kindness, we consider how each of these virtues fits into our learning and into our exercise of GIS on a daily basis,鈥 said VanHorn. 鈥淭here are so many problems and challenges that this world is facing right now and because so many of these challenges are geographic in nature, GIS is one of the tools that can be utilized in finding solutions. So, the virtue-driven approach is a unique approach to offer our students as we think about moving the needle on impacting this world with GIS.鈥


Authors: