Skip to content

Coffee with the President – September 2017

Associate Chairperson John Strange (Accounting) and VP of Marketing and Media Resources Nancy Trim joined me for a little coffee and discussion.  We discussed potential finance curriculum development, certifications in Accounting, and Professor Strange’s appointment to Who’s Who Among America’s Teachers.  This designation is special, as you must be nominated by one of your students. 

We discussed careers on Wall Street and what those firms expect in a recent grad.  It was a lively and enlightening discussion, as Professor Strange is passionate about his students and about accounting and finance, and about CW.

Nancy Trim enjoyed discussing how prospective students might be excited about a finance program leading to an opportunity to earn a meaningful certification and the potential for a better salary and enhanced job opportunities.  After our meeting, John shared this blog post with CW Community.

I always love synergistic conversations that feedback to potential new curriculum development!

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