Skip to content
Prof. Joseph

JOANNE JOSEPH

Position(s): Associate Professor, School of Human and Social Services

Department(s): Faculty

MSW Lehman College; BSW Mercy College
Certifications: Licensed Clinical Social Worker, Certified in Field Instruction (SIFI), Healthcare Lead Mentor, America Eseential Hospital Fellowship

As an Associate Professor of Human Services, I am deeply committed to academic excellence, transformative student mentorship, and the intentional development of a skilled and socially responsive workforce. I intentionally integrate real-world public health and human services experiences into the classroom, preparing students to operate effectively at the intersection of clinical practice and advocacy. My teaching philosophy is grounded in critical thinking, ethical decision-making, cultural competency, and community human services support. Through experiential learning, applied research, and community engagement initiatives, I equip students with the competencies necessary to serve vulnerable populations, influence organizational change, and engage in meaningful advocacy that advances equity and social justice.

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