, 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 hosts Symposium on Common Grace in Business - News & Stories | 鶹

Skip to main content

Calvin News

Calvin hosts Symposium on Common Grace in Business

Sat, Nov 01, 2014
Grace Ruiter

On Oct. 31, theologians, scholars and business people converged on Calvin’s campus for the . Conceived and co-sponsored by the Calvin business department and the , the symposium's focus was on applying Abraham Kuyper’s theological work on common grace—the grace God extends to everyone that enables him or her to do good—to the business world.

Bringing together business and theology

“Theologians have been talking about the doctrine of common grace since the time of John Calvin,” said professor of business , the convener of the conference. “It’s foundational to our understanding of the world. This conference provided an opportunity to unpack what that grace means for people in business disciplines.”

“We’ve done a number of events that engage the business community, but this is the first significant scholarly event that the business department has played such a strong role in organizing and conducting—at least in recent memory,” said , professor of business.

A celebration

The idea for the event came about as a way to celebrate of Kuyper’s three-volume work on common grace, which had never been translated into English before.

“The Acton Institute was exploring different ways of celebrating the new translation, and they said, ‘we’d love to see it connected with business and Calvin College,’ so they met with us,” Eames recalled. “Together with Acton's Dr. Mel Flikkema, we thought about what we could do that would both be a meaningful piece of work honoring the Kuyper translation and something our faculty could get behind. We came up with the symposium.”

Working together

For the symposium, nearly all of Calvin’s professors contributed to scholarly papers about how common grace ties to their disciplines within business. They presented their findings at the symposium. The papers will all be published in a special edition of the .

“It is rare for most of our business faculty to be involved in the same scholarly project and that all of it is being published is incredible,” said Eames. “We’ve been working together on this [project] for 18 months, so it’s been quite a lengthy endeavor, but it’s been cool for our department to work together on something.”

Eames co-authored a paper on pricing discrimination in marketing, while Stansbury contributed to articles on virtue-based accounting and using moral imagination to solve difficult problems in business. Other papers focus on topics such as financial risk-taking and using efficient manufacturing techniques to ensure that people have meaningful work to do.

Encouraging discussion

Stansbury hopes that the presentations at the conference encourage more scholarly work that takes a theological approach to specific disciplines within business.

“Usually if there’s work done on theology and business, it’s focused on business as a larger discipline, not on the particular details of the work people do in business,” he said. “So I’m hoping these papers can be a starting point for work on how theology applies to the particular disciplines and tasks of business.”

In addition to the paper sessions, the symposium featured keynote presentations by , who served as the president of Fuller Theological Seminary for 20 years, and , the director of Transforming Business, a multidisciplinary effort to find enterprise solutions to poverty supported by Cambridge University. Business people, scholars and theologians also added their voices to the conversation on common grace through panel discussions. 

God at work

A recent graduate of Calvin’s business program donated money to fund up to ten scholarships for Calvin students interested in attending the event. Another donor created a scholarship for ten Calvin seminary students to come to the symposium.

Stansbury reflected on what he hopes those students, along with the other businesspeople who came to the symposium, took away from the event:

“I want [attendees] to be encouraged that God is at work, not just in the business world as some big whole, but that God is at work in things that they do as individuals … And when they encounter a difficult business ethics problem, I want them to know that they don’t have to be satisfied with the way the world frames the problem. Thanks to the work of common grace, all truth is God’s truth. As Christians, they can draw on that truth to reframe problems and find a solution.”