Skip to content

Superintendent of the Yonkers Public Schools Visits CW

Superintendent of the Yonkers Public Schools, Anibal Soler, Jr. visited The College of Westchester (CW) to learn more about the college. During his visit, he also had the opportunity to meet a couple of CW students who were graduates from the Yonkers district.

Yoselin Bello Flores and Sara Dragoj, both graduates of the Yonkers School District and transfer students now attending CW, shared compelling stories about their higher education journeys and why CW has been the ideal choice for them.  Yoselin is a Gorton High School graduate studying Human Services and Sara graduated from Roosevelt Early College Studies High School currently in the business administration program at CW.

Also in attendance were President Karen J. Smith; Matt Curtis, VP of Enrollment Management; Dr. Erica Schacht, Vice President of Academic Affairs and Noel D’Allacco, Coordinator of Community Relations.

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