Skip to content

CW’s CIO Kelly Walsh Joins Flipped Learning Network

Exciting News! Kelly Walsh, College of Westchester CIO and author of the popular EmergingEdTech.com blog, has joined the Flipped Learning Network in a part time role as Community Director. As part of the shift to a community-driven hub, FLN just launched an updated version of its website to promote professional development and facilitate collaboration within

CW’s CIO Kelly Walsh Joins Flipped Learning Network

Exciting News! Kelly Walsh, College of Westchester CIO and author of the popular EmergingEdTech.com blog, has joined the Flipped Learning Network in a part time role as Community Director. As part of the shift to a community-driven hub, FLN just launched an updated version of its website to promote professional development and facilitate collaboration within

Boost Productivity to Lower Stress

Student juggling lots of commitments and projects can often feel overwhelmed and stressed out. Aside from hurting our work performance, stress can contribute to chronic health problems if we don’t get a handle on it. Easier said than done? Absolutely. However, there are some strategies you can use to help. This article shares some strategies

Addicted to your Devices?

We often joke about being addicted to our phones, tablets, and other tech devices, but it can actually be a serious problem when it starts hurting productivity. When even WebMD is writing about smartphone addiction, you know it’s a big deal. This article looks at some of the ways that tech addiction can amp up

i3 Scholars Program

Darnell and David at University of Pittsburgh participating in the i3 Scholars program! CW students Darnell Dixon and David Guerrero, were selected to participate in the i3 Scholar Undergraduate Research Program at the University of Pittsburgh School of Information Sciences. The undergraduate program focuses on research and leadership development for the underrepresented populations across the

Independence Day

I truly do love New York.  We live and work in a state that I believe is forward thinking, supports the rights of all, and encourages higher education.  Our NY State education leaders are caring individuals who support freedom of choice and I am proud and grateful that The College of Westchester is one of

Accounting Networking Career Café

Career Services hosted an Accounting Networking Career Café where students had the opportunity to network with employers to discuss careers, including internships and full-time positions, as well as mentoring opportunities. Employers attending the event were Peter O’Connor from Robert Half Accountemps, Fernando Rodriguez, CPA, Jinga Cuervas and Amanda Bordino from Westhab, and Gary Javier from

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