Skip to content

Congratulations Honors Ceremony Inductees!

CW honored and inducted 69 students from Phi Theta Kappa, 22 students from Sigma Beta Delta, and 4 students from the CW BBA Honors Program.

The purpose of Sigma Beta Delta is to encourage and recognize scholarship and achievement among business students. On the other hand, Phi Theta Kappa recognizes and encourages the academic achievement of two-year college students. The Honors program is designed to introduce high achieving BBA students to research. Those inducted must develop qualities of leadership, fellowship, and service.

Congratulations to all of them!

Click here to view all news stories

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'); } }); }); });