, 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); })(); Restorative Practices and Situations of Academic Dishonesty - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Restorative Practices and Situations of Academic Dishonesty

Wed, Oct 19, 2022

On October 18, 2022, the de Vries Institute for Global Faculty Development hosted restorative justice expert Ted Lewis for a workshop with ÃÛÌÒapp staff and faculty. Lewis applied the principles of restorative justice (an alternative to more punitive or retributive approaches to justice) to situations of student academic dishonesty.

Lewis explained that in cases of academic dishonesty, universities and colleges (especially those guided by faith commitments) should consider aiming for the following:

  1. Processes that address harms of academic dishonesty (both to the individual student and the academic community) holistically and supportively through trust-building and dialogue.
  2. Processes that that empower offending students to share, listen, reflect, learn, and take positive responsibility for their actions.
  3. Processes that address the needs of those most impacted and support the reintegration of students into the learning community.

In a restorative approach, Lewis said, the rules for academic integrity must be shown to serve the relationships involved in the academic community. Processes for enforcing the rules, in turn, need to address the relationships that are harmed by the violation of rules.

Lewis is a restorative consultant and mediator for the Center for Restorative Justice & Peacemaking at the University of Minnesota Duluth. He is also founder and coordinator of the Restorative Church project. His other activities in the area of restorative justice include service on the board of directors of the National Association of Community and Restorative Justice and as series editor for Wipf & Stock Publishers' Restorative Justice Classics series. 

In addition to this workshop, Lewis also gave presentations to ÃÛÌÒapp's Student Life leadership team, the staff of the ÃÛÌÒapp Institute of Christian Worship, and the Religion Department. He gave a handful of talks and trainings that were organized by the ÃÛÌÒapp Peacemakers student organization. And he spent 15 hours at the Handlon Correctional Facility training 12 graduates of the ÃÛÌÒapp Prison Initiative as restorative justice facilitators.