Skip to content

Adult College Summer Orientation

CW welcomed our evening students during Adult College Summer New Student Orientation.

During the event students were greeted by Dr. Warren Rosenberg, Provost and Vice President of Academic Affairs, “Thank you for entrusting The College of Westchester with helping you reach your educational goals. Everyone here, and everyone you’ll meet this evening, is committed to your success. If you’ll commit to staying focused, working hard, and asking for help when it’s needed, we’ll commit doing everything in our power to see that you succeed. Congratulations on making a hard, but important, decision to continue your education and thank you for selecting The College of Westchester,” said Rosenberg. 

The Adult Summer session kicks off next week and we wish all our students a very successful and productive term. 

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