Skip to content

DR. SHAMVA WRIGHT-SHINGLER

Position(s): Program Director, School of Health Professions

Department(s): Faculty

DC, Sherman College of Straight Chiropractic • BS, Claflin University
Certifications: Certified Health Instructor (CHI), MarylandOnline • Quality Matters Peer Reviewer, Allied Health Instructor (AHI)
“My purpose is not to create students in my own image, but to develop students who can create their own image. I encourage them to set their goals high enough to inspire them and low enough to encourage them. I chose to be a part of the Health Professions field because I enjoy sharing my knowledge and enlightening the way for others to become successful medical professionals.”

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