Skip to content

CW Inducts Students into National Honor Societies

The College of Westchester honored students inducted into Phi Theta Kappa, Sigma Beta Delta, and CW Baccalaureate Honors Program in a virtual ceremony lead by Terrence Keyes, Associate Professor and Director of Honors Program and Societies. Included in the ceremony presentation were President Karen J. Smith; Program Director-School of Health Professions, Dr. Shamva Wright-Shingler; Dean of Student Life and Success, Janna Gullery; Associate Prof. and First Year Experience Coordinator, Dr. Amanda Nugent; Student Services Coordinator, Esperanza Cruz, staff, honored students and their families.

Twenty-two students were inducted into Phi Theta Kappa, sixteen students inducted into Sigma Beta Delta National Honor Society and two 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'); } }); }); });