Skip to content

Annual Scholars Award Ceremony & Reception

Incoming freshmen who have been awarded scholarships for the September Class of 2019 were recognized at The College of Westchester (CW) Annual Scholars Award Ceremony & Reception. Students and their families heard from President, Mary Beth Del Balzo, Director of the Honors Program, Loretta Sinopoli, 2010 Alumni Katherine Alleyne Harris and a panel comprised of student’s across all majors.  Attendees also had the opportunity to meet Dean of Faculty, Dr. Stacy Larson, School of Information Technology Chairperson, Dr. Grace Bonanno, School of Business Assistant Chairperson, Maximino Torres, and School of Health Professions Associate Chairperson, Dr. Shamva Wright-Shingler.

scholarship ceremony

To find out more about scholarships at The College of Westchester, call 914-348-4308 or click here

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