Skip to content

CW Warriors Inducted Into Honor Societies

This past November, CW honored students inducted into Phi Theta Kappa, Sigma Beta Delta, and CW Baccalaureate Honors Program in a virtual ceremony lead by Terrence Keyes, Professor and Coordinator of the Honor Society Programs. Included in the ceremony presentation were President Karen J. Smith, Vice President of Academic Affairs, Dr. Erica Schacht, Student Services Coordinator, Esperanza Cruz, staff, honored students and their families.

Fifteen students were inducted into Phi Theta Kappa, fourteen students inducted into Sigma Beta Delta National Honor Society and three students in the CW Honors Baccalaureate Program.

Phi Theta Kappa offers prestigious recognition that distinguishes members as scholars and leaders. The mission of Sigma Beta Delta is to recognize and encourage scholarship and accomplishment among bachelor’s degree students of business, management and administration, and to promote personal and professional development. Those students who have earned Baccalaureate Honors, went through rigorous research under the guidance of Professor Keyes.

Phi Theta Kappa Inductees

Sigma Beta Delta Inductees

CW Baccalaureate Honors Program Inductees

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });