Skip to content

Students of the Semester

Congratulations to our Fall 2018 Students of the Semester, Angie Jaramillo and Trayvon Campbell! Angie Jaramillo (Associate’s) Angie Jaramillo is enrolled in the Medical Assistant Management program, with a 3.92 cumulative GPA. She has earned both President’s List and Dean’s List recognition and is a member of the Phi Theta Kappa National Honors Society. Also,

Find Out About Saturday Classes!

The College of Westchester is will be offering courses on Saturdays for the Spring II Term. The Saturday Spring II session starts May 4th and ends June 22nd.  Class meeting time is from 8:30am – 12:15pm and will be open to Day and Adult College students. The following courses will be offered: GEN330 Adult Development

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

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