Skip to content

PAULA CANCRO

MBA, Iona College • BA, SUNY Purchase • Certificate in English Language Teaching Maryland Online Quality Matters Master Reviewer and Online & Face-to-Face Facilitator / Project Management Professional (PMP) / Microsoft Office 2007 Master Instructor Microsoft Office Certified Specialist in Word & Excel 2010 “I love what I do. I walk into class looking to

DR. GRACE BONANNO

Ph. D., Nova Southeastern University • MS, Iona College • BS, Pace University Certifications: MCSE, CCNA, CCAI, Network+, MCSA, Security+ “Technology impacts every area of our lives. Understanding the uses of technology and becoming an expert in the field of Information Technology (IT) provides an individual with a cutting edge career opportunity. It’s my goal

ANNE BIKOFSKY

MBA, BBA, Bernard Baruch College Certification: Certified Public Accountant (CPA) “I love teaching at CW because every day I make my classroom interesting and fun by challenging students with new and exciting information.”

DR. ERICA SCHACHT

Ed.D, Walden University • MA, Iona College • BA, Salve Regina University “Teaching is not something that can be developed over night. It is an art that must be mastered through time, diligence, and patience. I became a teacher because of all of my female professors who inspired me to be where I am today.

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