Skip to content

2016 Spring Day Students of the Semester Press Release

The College of Westchester is pleased to announce the students of the Semester for the Spring Day term.

Alejandra Rojas (Associate)

Alejandra is a Business Administration Associate degree student with a 4.0 cumulative GPA, having achieved President’s List recognition. She will be earning her degree next August and is planning to continue on for her BBA at CW. As part of her future plans, Alejandra wants to become a lawyer or a marketing manager. She absolutely loves CW, says it feels like home here and is enjoying her entire experience so far.

Monique Biswas (BBA)

Monique is a Bachelor’s in Healthcare Administration student with a 3.93 cumulative GPA, having achieved both Dean’s and President’s list recognition and is a member of Sigma Beta Delta honor society. She currently interns at Jacobi Medical Center and says that the medical field is her passion. Monique will be graduating this December with her Bachelor’s and plans on going on to graduate school for public health. Professor Jones and Professor Wasserman have been two inspirational and supportive faculty members for Monique during her time at CW.

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