Skip to content

NYS Legislators Visit CW

The College of Westchester and The Business Council of Westchester’s Vice Presidents John Ravitz and Andra Horsch hosted a visit from NYS Legislators at the College.  Students and staff had the opportunity to meet and speak with Assembly Members MaryJane Shimsky and Dana Levenberg, along with Donna Chiapperino, Staff Member of Congressmen Lawler’s Office; and Pascale Jean-Gilles, Chief of Staff & Legislative Director of Assembly Member MaryJane Shimsky’s Office.

Seated L to R: CW Students, Pedro Villa, Dania Alwadi, Luana Ayana, Ty Phillip, and Janna Gullery, Dean of Student Life
Back row standing L to R: Dr. Warren Rosenberg, Provost & VP Academic Affairs; Assoc. Chair & Prof. Max Torres; Assembly Member MaryJane Shimsky; Assembly Member, Dana Levenberg; John Ravitz, Executive VP Business Council of Westchester; Donna Chiapperino, Staff Member of Congressmen Lawler’s Office; Lynda Dillard, Career Services Coordinator; JoAnn Sondey, Director of Career Services; Mary Beth Del Balzo, President; Maria Gangi, VP of Student Services.

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