Skip to content

Students of the Semester

Congratulations to our Students of the Semester in the Day College; Jade Daniels & Vishal Paryag!

As Student of the Semester recipients, Jade and Vishal demonstrate academic excellence and effort in their degree program and hold a minimum of a 3.8 GPA.  Jade and Vishal were selected by the faculty as Students of the Semester in the Day College.  Read about Jade and Vishal.

Student of the Semester Jade DanielsJade Daniels is enrolled in the Business Administration program, with a 3.90 cumulative GPA. She has earned and maintained Dean’s List recognition since her first semester. Jade attended Lincoln High School, where she chose to study arts for most of her time there. Jade is due to graduate in April 2020 and is looking into furthering her education in obtaining her Bachelor’s Degree with CW!  Her overall career goal is to start her own business as a hair extensions vendor and open up her own shop. One of her biggest dreams is to eventually leave New York all together and take her skills to Los Angeles, California. Jade spends her free time with her dog, Jacob, shopping, and growing her YouTube channel!
 

Student of the Semester Vishal ParyagVishal Paryag is enrolled in the Information Technology program, with a 3.95 cumulative GPA earning him Dean’s List recognition. Vishal is Guyanese American, born in Mount Vernon, NY. After graduating from high school, Vishal attended another college where he earned his associate degree in CIS (Computer Information Systems). He chose to attend CW due to the IT courses offered and the time it would take to complete. Vishal is due to graduate in December 2020 and begin his IT career.

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