Skip to content

SIDDHARTH ARORA

Position(s): Associate Professor, School of Business

Department(s): Faculty

MBA, West Bengal University of Technology, India • B-Com, Pt. Ravishankar Shukla University, India
With twenty years of global career in sales and finance at an S&P Global company, I translate high-level corporate expertise into accessible classroom learning. Having operated across diverse functions and geographies, I provide a unique practitioner perspective that bridges the gap between complex academic theory and real-world application through clear, non-technical language.
“I cannot teach anybody anything; I can only make them think.” – Socrates
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'); } }); }); });