Skip to content

The College of Westchester Announces Board of Trustee Appointment

We are delighted to announce the appointment of Julia Tsakalis to the Board of Trustees at The College of Westchester, effective December 2024.

Julia brings a wealth of experience, and a dynamic skill set to our board. As the owner of Dynamic Heart Counseling since 2015 and a practicing psychotherapist since 2012, she has demonstrated exceptional leadership and a deep commitment to the mental health community. Her role as an adjunct professor and subject matter expert at The College of Westchester further highlights her dedication to education and student success.  Her commitment to both her clients and the academic community reflects her dedication to fostering growth and success in all aspects of life.

As an accomplished and highly sought-after speaker, Julia specializes in delivering presentations on college preparation for high school students and their parents, as well as conducting various self-care workshops tailored for young adults and women.

Julia holds a Master of Social Work from New York University and a BA in English Literature from Boston University.

Julia’s diverse expertise and compassionate approach will be invaluable as we continue to enhance our educational offerings and support our students’ success. Please join us in welcoming Julia Tsakalis to the Board of Trustees at The College of Westchester.

Outside of her professional life, Julia lives in New Jersey with her husband, their two young boys, and their beloved pug.

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