Skip to content

CW Faculty Participate as Judges for the Tri County Science and Technology Fair

The College of Westchester Faculty Participate as Judges for the Tri County Science and Technology Fair.

CW faculty members, Dr. Grace Bonanno, Paula Cancro, Dr. Daishia Howard, Dr. Chris Nwosisi and Dr. Shamva Wright-Shingler served as judges at the Westchester, Putnam and Rockland Tri County Science and Technology Fair organized by The Putnam Children’s Discovery Center, Inc. (PCDC), a volunteer organization.

The Fair’s primary purpose is to reward children who have an interest in science, math, and technology. Public, private and home schooled students from the three counties are welcome to participate in the Fair. 33 elementary and high schools participated this year. “CW’s participation in the Tri County Science and Technology Fair is just one of several important ways in which CW’s faculty contribute their services to the betterment of the New York metropolitan region’s citizens and businesses,” said Dr. Warren Rosenberg, CW’s Provost and Vice President of Academic Affairs.

For more information about Tri County Science and Technology Fair and this year’s winners visit: www.DiscoveryCtr.org.

Click here to view all news stories

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