Skip to content

College Advisory Council

The College Advisory Council (CAC) is comprised of external business, technology, allied health, and education professionals who provide advice and guidance to CW in maintaining its position as the premier career-focused college in the greater metropolitan area. Input from the Council members helps drive change in curricula and programs of study delivered by The College. Council members belong to program-specific groups relevant to their industry experience and meet with the chairpersons of those departments, together with representatives from Admissions and Career Services, to ensure that programs are designed to prepare students to meet the needs of regional employers. The Council provides guidance on selecting student learning outcomes and performance competencies and regularly reviews and comments on student learning outcomes assessment results. The Council also assists the Office of Career Services by providing advice on employment and internship opportunities.  Council members meet yearly.

Is a Rewarding Career in Business, IT or Health Professions Right For You? Get More Info…

If you’re interested in learning more about careers in Business, IT or Health Professions and exploring if The College of Westchester is right for you, fill out the form on this page to receive more information.

For immediate questions, call 914-831-0200.

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