, 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 College offering data analytics minor - News & Stories | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Calvin News

Calvin College offering data analytics minor

Fri, Sep 23, 2016
Jacquelyn Hubbard

What do majors like business, political science, kinesiology, public health and English have in common? Data.

While this hasn鈥檛 always been the case, recent technological advances in almost every professional discipline have made data analytics skills beneficial in more career paths than ever.

And it鈥檚 prompted Calvin College this fall to begin . 聽

The conversation surrounding the new program began about three years ago when Calvin professors Randy Pruim, Joel Adams and Patrick Bailey started brainstorming how to make this minor an official option for Calvin students. After creating the course list and meeting with other Calvin professors and staff, the minor was accepted.

In a plethora of disciplines

鈥淸Data analysis] mainly focuses on how businesses extract useful information out of all this information they鈥檙e getting,鈥 Adams, a computer science professor at Calvin, explained. 鈥淔or instance, every time you swipe your credit card at a store or buy something online, [businesses] are getting inundated with data. Analytics tends to focus on businesses extracting customer information to create sales.鈥

But data analytics can be applied to many other fields, too. Health care professionals keep track of patient data to learn better strategies in caring for their patients. Sports medicine specialists use performance data from sports teams鈥 practices and games that coaches can implement into their game plans, as well as injury prevention strategies. Even Calvin English professor Jim Vanden Bosch uses corpus tools to do research in grammar, to analyze works of literature, and to assist students and colleagues with their own research projects in history, business, marketing and philosophy.

Data and聽polling

And in light of the upcoming presidential election, new and improved data analysis plays into the polling process. With data analysts having access to increasing amounts of data, polling outcomes could vary for this election more so than in previous elections.

鈥淭he [statistics] gap between the candidates four years ago was smaller four years ago, but the outcome was more certain,鈥 Pruim, a mathematics professor at Calvin, said. 鈥淭his year, understanding both the number and the precision of the number is a really important thing.鈥

聽Although Calvin鈥檚 program isn鈥檛 geared toward a big data career, Pruim hopes the program will empower students to have an extra boost of data knowledge in their desired workforce.

鈥淸Students] will be able to understand main issues, talk to co-workers with a lot more technical expertise, know what kinds of questions can be answered from data, and be able to evaluate how much money to spend on this or that effort,鈥 Pruim said.

鈥淟ike most minors, it鈥檚 giving you a taste of something and giving you enough background to speak reasonably with people who know a lot more than you. That鈥檚 starting to become a pretty important thing for a business manager鈥攖hey need to know what they can ask and what kinds of people can get those answers for them,鈥 he added.

Salt and light

However, there are times when companies can abuse the power of data by running unethical experiments that are unbeknownst to their customers. Adams believes that Christian data analysts have a responsibility to speak up against such experiments.

鈥淚 think Christians are needed in these positions to moderate that tendency of companies to just choose whatever is going to increase the bottom line, regardless of what the ethical implications of that would be,鈥 Adams said. 鈥淐hristians need to be involved in this area, to be the salt and light in our culture.鈥

In this technological age, students may be headed toward an opportunity to analyze data, whatever their career path may be. 鈥淔or a lot of disciplines, if you know a little programming and you鈥檝e got some data savvy, you鈥檝e got a leg up on the people that don鈥檛,鈥 Pruim reiterated. 鈥淚t expands the areas that you could work in with sociology, biology, economics; whatever your discipline happens to be.鈥

More data science options

Calvin is also now offering . While the data analytics minor is about using existing software effectively, the data science minor helps students to be able to develop analysis software. And the data science major includes more advanced study and equips students for possible careers as data scientists. The major combines roughly equal portions of computer science and statistics with a substantial cognate in a domain area of the student's choice, where they will apply their data analysis skills.