Skip to content

A New Semester, A New Chapter at The College of Westchester

As Fall classes begin across Day, Evening, and Online programs, The College of Westchester (CW) community is once again filled with the energy that students, faculty, and staff bring to campus and online learning. When the hallways in White Plains or the online platform are quiet during breaks, the difference is felt—reminding us of the vibrancy that comes from an engaged learning community. Each new semester represents another step forward as students work toward the futures they envision for themselves.

This Fall, CW is proud to share important updates and enhancements that strengthen the student experience and reflect the College’s commitment to preparing graduates for success in today’s competitive job market.

Campus Enhancements at The College of Westchester

The White Plains campus has received a fresh new look. The building exterior has been beautifully repainted, with new signage that reflects CW’s identity as a career-focused college in Westchester County. Parking lots have been resealed and striped, with additional spaces added to improve convenience for commuting students. Behind the scenes, technology upgrades are underway to improve operations and strengthen student support services.

Looking ahead, a dedicated laboratory space is being developed as part of the College’s effort to gain approval for a Licensed Practical Nurse (LPN) program in New York. The approval process is rigorous and lengthy, but the necessary steps are already underway to bring this important new healthcare program to future CW students.

Academic Advancements: MBA, Cybersecurity, and More

CW continues to expand programs designed to meet workforce needs. The College has officially submitted its request to the New York State Department of Education to offer its first-ever graduate degree: a Master of Business Administration (MBA) in Westchester, NY. In the not-too-distant future, this program will be available to CW graduates and the broader community of professionals seeking to advance their careers.

Additionally, the Bachelor of Science in Information Technology has been renamed Computer Science in Cybersecurity & Defense to better reflect its specialized curriculum and alignment with high-demand career pathways. The Associate Degree in Information Technology is also being refreshed with cutting-edge content to keep pace with evolving employer expectations in IT, computer science, and digital fields.

Moving Forward Together

The College of Westchester is proud of the commitment demonstrated by its students, faculty, and staff. Their dedication is what makes each semester rewarding and impactful. With these updates, CW continues to strengthen its position as a career-focused institution that supports student success and community engagement.

As always, thoughts and feedback are welcome at president@cw.edu.

Here’s to a bright and successful Fall semester!

President Karen J. Smith

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