Skip to content

CW’s Entrepreneur Expo

Learning, networking, and meeting new people are pivotal components for a successful business. Recently CW’s Enactus Club hosted an entrepreneur’s expo to inspire our entrepreneur students to showcase their products and services to the CW community. With the slogan, “Real Classes for Real People”, CW student Katherine Jimenez, who runs her own dancing academy,  was

Annual Scholars Award Ceremony & Reception

Incoming freshmen who have been awarded scholarships for the September Class of 2019 were recognized at The College of Westchester (CW) Annual Scholars Award Ceremony & Reception. Students and their families heard from President, Mary Beth Del Balzo, Director of the Honors Program, Loretta Sinopoli, 2010 Alumni Katherine Alleyne Harris and a panel comprised of

6 Key Email Etiquette Rules

From job applications to virtual classroom communications to social interactions, email is an important part of daily functioning. To come across well and effectively connect with others, you need to keep certain basic rules in mind. This recent post on email etiquette from Career Girl Daily shares 6 must-knows you should commit to memory. Here’s

100 Years of Excellence

The College of Westchester has reached its 100 year anniversary! This means thousands and thousands of CW graduates have graced the halls of virtually every company and organization in Westchester County, Rockland, Manhattan, Putnam, Bronx and Orange Counties and surrounding areas. Thousands of success stories, tens of thousands of families whose lives were made better

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