{"id":15092,"date":"2025-10-22T17:09:41","date_gmt":"2025-10-22T11:39:41","guid":{"rendered":"https:\/\/doms.iitm.ac.in\/wordpress\/?page_id=15092"},"modified":"2026-07-08T12:43:32","modified_gmt":"2026-07-08T07:13:32","slug":"faculty","status":"publish","type":"page","link":"https:\/\/doms.iitm.ac.in\/index.php\/people\/faculty\/","title":{"rendered":"all Faculty"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15092\" class=\"elementor elementor-15092\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75f18bc e-flex e-con-boxed e-con e-parent\" data-id=\"75f18bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29b3889 elementor-widget elementor-widget-html\" data-id=\"29b3889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"doms-faculty-hero-mini\" class=\"doms-fhm-iso-scope\">\r\n\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;600&family=Playfair+Display:wght@700&display=swap\" rel=\"stylesheet\">\r\n\r\n    <div class=\"doms-fhm-slideshow\">\r\n        <div class=\"doms-fhm-slide active lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(&#039;http:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/2U2A0308-scaled.jpg&#039;)\"><\/div>\r\n        \r\n        \r\n    <\/div>\r\n\r\n    <div class=\"doms-fhm-overlay\"><\/div>\r\n\r\n    <div class=\"doms-fhm-content\">\r\n        <h1 class=\"doms-fhm-title\">DoMS Faculty<\/h1>\r\n    <\/div>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            const slides = document.querySelectorAll('#doms-faculty-hero-mini .doms-fhm-slide');\r\n            let currentSlide = 0;\r\n            const slideInterval = 4000; \/\/ 4 seconds\r\n\r\n            setInterval(() => {\r\n                \/\/ Fade out current\r\n                slides[currentSlide].classList.remove('active');\r\n                \r\n                \/\/ Calculate next\r\n                currentSlide = (currentSlide + 1) % slides.length;\r\n                \r\n                \/\/ Fade in next\r\n                slides[currentSlide].classList.add('active');\r\n            }, slideInterval);\r\n        });\r\n    <\/script>\r\n\r\n    <style>\r\n        \/* --- 1. SCOPED VARIABLES --- *\/\r\n        #doms-faculty-hero-mini.doms-fhm-iso-scope {\r\n            --fhm-height: 350px; \/* Small Height *\/\r\n            --fhm-title-color: #ffffff;\r\n            --fhm-font-serif: 'Playfair Display', serif;\r\n            --fhm-overlay-color: rgba(0, 0, 0, 0.5); \/* Dimming *\/\r\n        }\r\n\r\n        \/* --- 2. RESET & CONTAINER --- *\/\r\n        #doms-faculty-hero-mini.doms-fhm-iso-scope {\r\n            all: initial;\r\n            display: block;\r\n            width: 100%;\r\n            height: var(--fhm-height);\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .doms-fhm-iso-scope * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        \/* --- 3. FIXED BACKGROUND SLIDESHOW --- *\/\r\n        .doms-fhm-slideshow {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            z-index: 0;\r\n        }\r\n\r\n        .doms-fhm-slide {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-size: cover;\r\n            background-position: center center;\r\n            \r\n            \/* THE FIXED EFFECT *\/\r\n            background-attachment: fixed; \r\n            \r\n            opacity: 0;\r\n            transition: opacity 1.5s ease-in-out;\r\n        }\r\n\r\n        .doms-fhm-slide.active {\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* --- 4. OVERLAY --- *\/\r\n        .doms-fhm-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            \/*background: var(--fhm-overlay-color);*\/\r\n            z-index: 1;\r\n            backdrop-filter: blur(0px);\r\n        }\r\n\r\n        \/* --- 5. CONTENT --- *\/\r\n        .doms-fhm-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            width: 100%;\r\n            height: 100%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .doms-fhm-title {\r\n            font-family: var(--fhm-font-serif);\r\n            font-size: 60px;\r\n            font-weight: 700;\r\n            color: var(--fhm-title-color);\r\n            text-transform: capitalize;\r\n            letter-spacing: 1px;\r\n            text-shadow: 0 4px 18px rgba(0,0,0,0.9);\r\n            opacity: 0;\r\n            animation: doms-fade-up 1s ease forwards;\r\n            animation-delay: 0.2s;\r\n        }\r\n\r\n        @keyframes doms-fade-up {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(-80px); }\r\n        }\r\n\r\n        \/* --- 6. MOBILE RESPONSIVE --- *\/\r\n        @media (max-width: 768px) {\r\n            #doms-faculty-hero-mini.doms-fhm-iso-scope {\r\n                height: 250px; \/* Even smaller on mobile *\/\r\n            }\r\n           \r\n\r\n            .doms-fhm-title {\r\n                font-size: 32px;\r\n            }\r\n\r\n            \/* Disable fixed attachment on mobile for performance\/browser support *\/\r\n            .doms-fhm-slide {\r\n                background-attachment: scroll;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be7d021 e-con-full e-flex e-con e-parent\" data-id=\"be7d021\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-647d349 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"647d349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"doms-faculty-final-v2-root\" class=\"doms-ff2-iso-scope\">\n\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap\" rel=\"stylesheet\">\n\n    <div class=\"doms-ff2-container\">\n        \n        <div class=\"doms-ff2-top-bar\">\n            <div class=\"doms-ff2-type-nav\">\n                <button class=\"doms-ff2-type-btn active\" data-type=\"regular\">Core Faculty<\/button>\n                <button class=\"doms-ff2-type-btn\" data-type=\"practice\">Professor of Practice<\/button>\n\t\t\t\t<button class=\"doms-ff2-type-btn\" data-type=\"chair\">Chair Professor<\/button>\n                <button class=\"doms-ff2-type-btn\" data-type=\"adjunct\">Adjunct Faculty<\/button>\n                <button class=\"doms-ff2-type-btn\" data-type=\"guest\">Guest Faculty<\/button>\n                <button class=\"doms-ff2-type-btn\" data-type=\"visiting\">Visiting Faculty<\/button>\n                <button class=\"doms-ff2-type-btn\" data-type=\"former\">Former Faculty<\/button>\n                \n            <\/div>\n            \n            <div class=\"doms-ff2-search-wrap\">\n                <svg class=\"doms-ff2-search-icon\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"\/><\/svg>\n                <input type=\"text\" id=\"doms-ff2-search\" class=\"doms-ff2-search-input\" placeholder=\"Search faculty...\">\n            <\/div>\n        <\/div>\n\n        <div class=\"doms-ff2-main-layout\">\n\n            <div class=\"doms-ff2-sidebar\">\n                <h4 class=\"doms-ff2-filter-heading\">Select Area<\/h4>\n                <div class=\"doms-ff2-area-nav\">\n                    <button class=\"doms-ff2-area-tab active\" data-area=\"all\">All Areas<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"finance\">Finance<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"hr\">HR & OB<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"is\">Information Systems<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"strategy\">Strategy & Integrative Management<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"marketing\">Marketing<\/button>\n                    <button class=\"doms-ff2-area-tab\" data-area=\"operations\">Operations<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"doms-ff2-content-area\">\n                <div class=\"doms-ff2-grid\" id=\"doms-ff2-grid\">\n                    \n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/arunkuamrg\/\" class=\"doms-ff2-card\" data-area=\"finance\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/gak.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Arunkumar G\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Arunkumar G<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>garun@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n                    \n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/thenmozhim\/\" class=\"doms-ff2-card\" data-area=\"finance\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0852-scaled.jpg-1-e1771587104861.webp\" class=\"doms-ff2-img lazyload\" alt=\"Thenmozhi M\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1190px; --smush-placeholder-aspect-ratio: 1190\/1190;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Thenmozhi M<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>mtm@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/krishnapp\/\" class=\"doms-ff2-card\" data-area=\"finance\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0868-scaled.jpg-1-e1771586235398.webp\" class=\"doms-ff2-img lazyload\" alt=\"Krishna Prasanna P\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1310px; --smush-placeholder-aspect-ratio: 1310\/1310;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Krishna Prasanna P<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>pkp@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/thillairajana\/\" class=\"doms-ff2-card\" data-area=\"finance\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/Thillai-rajan-A.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Thillai Rajan A\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 3646px; --smush-placeholder-aspect-ratio: 3646\/3646;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Thillai Rajan A<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>thillair@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/madhumatir\/\" class=\"doms-ff2-card\" data-area=\"finance\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/madhumathi.png\" class=\"doms-ff2-img lazyload\" alt=\"Madhumathi R\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Madhumathi R<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>rmm@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/latadayaram\/\" class=\"doms-ff2-card\" data-area=\"hr\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/lata_dyaram1-2.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Lata Dyaram\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Lata Dyaram<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>lata.dyaram@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/people\/faculty\/vijayalakshmi-v\/\" class=\"doms-ff2-card\" data-area=\"hr\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/03\/Vijayalakshmi_innerfaculty.png\" class=\"doms-ff2-img lazyload\" alt=\"Vijayalakshmi V\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 391px; --smush-placeholder-aspect-ratio: 391\/422;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Vijayalakshmi V<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>viji@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/rupshreebaral\/\" class=\"doms-ff2-card\" data-area=\"hr\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0831-scaled-1-1-e1771586884979.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Rupashree Baral\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 867px; --smush-placeholder-aspect-ratio: 867\/867;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Rupashree Baral<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>rupashree@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n\n\n\n\n<!--#############################################################-->\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/people\/faculty\/shrinivasans\/\" class=\"doms-ff2-card\" data-area=\"hr\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0840-scaled-e1771351607327.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Srinivasan S\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1183px; --smush-placeholder-aspect-ratio: 1183\/1600;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Srinivasan S<\/h3>\n                            <span class=\"doms-ff2-role\">Associate Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>srinivasan@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    \n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/imonchakraborty\/\" class=\"doms-ff2-card\" data-area=\"is\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/07\/Dr_imon_.jpeg\" class=\"doms-ff2-img lazyload\" alt=\"Imon Chakraborty\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/1377;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Imon Chakraborty<\/h3>\n                            <span class=\"doms-ff2-role\">Assistant Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>imon@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/sundarrajrp\/\" class=\"doms-ff2-card\" data-area=\"is\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0879-scaled.jpg-1-e1771587058112.webp\" class=\"doms-ff2-img lazyload\" alt=\"Sundarraj R P\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1387px; --smush-placeholder-aspect-ratio: 1387\/1387;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Sundarraj R P<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>rpsundarraj@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/nagrisp\/\" class=\"doms-ff2-card\" data-area=\"is\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/np.png\" class=\"doms-ff2-img lazyload\" alt=\"Nargis Pervin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Nargis Pervin<\/h3>\n                            <span class=\"doms-ff2-role\">Associate Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>nargisp@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/sajikm\/\" class=\"doms-ff2-card\" data-area=\"is\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/photo_6118508580961980152_y-e1771943916365.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Saji Mathew K\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 910px; --smush-placeholder-aspect-ratio: 910\/908;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Saji Mathew K<\/h3>\n                            <span class=\"doms-ff2-role\">Professor & Head<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>saji@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/amitrk\/\" class=\"doms-ff2-card\" data-area=\"strategy\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/photo_6129631618545683815_y-e1772197582607.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Amit R K\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1280px; --smush-placeholder-aspect-ratio: 1280\/960;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Amit R K<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>rkamit@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    \n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/prakashsail\/\" class=\"doms-ff2-card\" data-area=\"strategy\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/LPS-web-Aug24_1.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Prakash Sai L\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 4016px; --smush-placeholder-aspect-ratio: 4016\/4016;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Prakash Sai L<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>lps@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/prathameshk\/\" class=\"doms-ff2-card\" data-area=\"marketing\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/2U2A0319-scaled-e1768494804553.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Prathamesh Vivek Kittur\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1417px; --smush-placeholder-aspect-ratio: 1417\/1360;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Prathamesh Vivek Kittur<\/h3>\n                            <span class=\"doms-ff2-role\">Assistant Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>prathamesh.kittur@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/varisharehman\/\" class=\"doms-ff2-card\" data-area=\"marketing\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0826-scaled-1-e1771587241142.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Varisha Rehman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 700px; --smush-placeholder-aspect-ratio: 700\/700;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Varisha Rehman<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>varisha@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/richaagarwal\/\" class=\"doms-ff2-card\" data-area=\"marketing\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0818-scaled.jpg-1-e1771586823776.webp\" class=\"doms-ff2-img lazyload\" alt=\"Richa Agrawal\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1502px; --smush-placeholder-aspect-ratio: 1502\/1502;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Richa Agrawal<\/h3>\n                            <span class=\"doms-ff2-role\">Associate Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>richa@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/vaibhavchawla\/\" class=\"doms-ff2-card\" data-area=\"marketing\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0811-scaled.jpg-1-e1771587172376.webp\" class=\"doms-ff2-img lazyload\" alt=\"Vaibhav Chawla\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1160px; --smush-placeholder-aspect-ratio: 1160\/1160;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Vaibhav Chawla<\/h3>\n                            <span class=\"doms-ff2-role\">Associate Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>vaibhavchawla@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/arshinderk\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/2U2A0857-scaled-1-1-e1771585588560.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Arshinder Kaur\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1510px; --smush-placeholder-aspect-ratio: 1510\/1510;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Arshinder Kaur<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>arshinder@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/shrinivasang\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/gs-1.png\" class=\"doms-ff2-img lazyload\" alt=\"Srinivasan G\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Srinivasan G<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>gsrini@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/nanadans\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/nandan.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Nandan Sudarsanam\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Nandan Sudarsanam<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>nandan@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/ushamohan\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/usha.png\" class=\"doms-ff2-img lazyload\" alt=\"Usha Mohan\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Usha Mohan<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>ushamohan@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/rahulrm\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/rahul.png\" class=\"doms-ff2-img lazyload\" alt=\"Rahul Marathe R\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Rahul R Marathe<\/h3>\n                            <span class=\"doms-ff2-role\">Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>rrmarathe@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/vipinb\/\" class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"regular\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/03\/dr_vipin.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Vipin B\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2137px; --smush-placeholder-aspect-ratio: 2137\/2560;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Vipin B<\/h3>\n                            <span class=\"doms-ff2-role\">Assistant Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>vipinb@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/alexanderhubner\/\" class=\"doms-ff2-card\" data-area=\"all\" data-type=\"adjunct\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/prof_alexander.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Alexander H\u00fcbner\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Alexander H\u00fcbner<\/h3>\n                            <span class=\"doms-ff2-role\">Adjunct Faculty<\/span>\n                        <\/div>\n                    <\/a>\n\n\n\n\n\n\n                    <!--############################################################\n                    guest\n                    ##########################################################-->\n                    \n                    \n                    \n                    <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"guest\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/1746148394231-e1771840328651.jpg\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 922px; --smush-placeholder-aspect-ratio: 922\/830;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\"><\/h3>\n                            <span class=\"doms-ff2-role\">Soundari Mukherjea <\/span>\n                            \n                    \n                            \n                            <div class=\"doms-ff2-contact-list oms-ff2-area-tab active \">\n                                <a href=\"https:\/\/www.linkedin.com\/in\/soundari-mukherjea\/\"> View Profile<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    \n                    \n                    \n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/cbhaktavatsalarao\/\" class=\"doms-ff2-card\" data-area=\"all\" data-type=\"guest\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/dr_cbr.png\" class=\"doms-ff2-img lazyload\" alt=\"C Bhaktavatsala Rao\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/300;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">C Bhaktavatsala Rao<\/h3>\n                            <span class=\"doms-ff2-role\">Ajit Singhvi Chair Professor<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>cbrao2005@gmail.com<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n                    \n                        <a href=\"https:\/\/vancouver.labs.wsu.edu\/umesh\/\" class=\"doms-ff2-card\" data-area=\"all\" data-type=\"guest\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/1516185559974.jpg\" class=\"doms-ff2-img lazyload\" alt=\"=\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 450px; --smush-placeholder-aspect-ratio: 450\/450;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">U. N. Umesh<\/h3>\n                            <span class=\"doms-ff2-role\">Washington State University Vancouver<\/span>\n                             <span class=\"doms-ff2-role\">Entrepreneurship; Biases in Decision-Making; Internet and E-Commerce; Quantitative Marketing Models; Statistical Models. <\/span>\n                                 View Profile\n                                  <\/div>\n                                 <\/a>\n                       \n\n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/viswanathkumarganesan\/\" class=\"doms-ff2-card\" data-area=\"all\" data-type=\"adjunct\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/dr_ganesan.png\" class=\"doms-ff2-img lazyload\" alt=\"Dr. Viswanath Kumar Ganesan\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 265px; --smush-placeholder-aspect-ratio: 265\/265;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Dr. Viswanath Kumar Ganesan<\/h3>\n                            <span class=\"doms-ff2-role\">Adjunct Faculty<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>vkganesan@gmail.com<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n                    \n                    \n                       <!--#########################################################\n                    Chair\n                    ############################################################-->\n                    \n                    \n                    <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"chair\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/03\/gopal.png\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 203px; --smush-placeholder-aspect-ratio: 203\/306;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Gopalakrishnan Mohan<\/h3>\n                            <span class=\"doms-ff2-role\" style=\"color:black ;\"> W. P. Carey School of Business <\/span>\n                            <span class=\"doms-ff2-role\">Global Supply Chain Risk Management, Health Care Operations Management, Non-Profit Humanitarian Operations, Web-Congestion, Technology Capacity Management, Product Design, Target Costing <\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <a href=\"https:\/\/search.asu.edu\/profile\/69305\"> View Profile<\/a>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                        <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"chair\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/07\/vinay_patel.jpeg\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 180px; --smush-placeholder-aspect-ratio: 180\/180;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Vinay Patel<\/h3>\n                            <span class=\"doms-ff2-role\" style=\"color:black ;\"> University of Technology Sydney <\/span>\n                            <span class=\"doms-ff2-role\">market microstructure and digital finance, in particular, on detecting illegal trading and fraud in financial markets and the digitization of assets. <\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <a href=\"https:\/\/profiles.uts.edu.au\/Vinay.Patel\"> View Profile<\/a>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <!--#########################################################\n                    visiting\n                    ############################################################-->\n                    \n                    \n                    <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"visiting\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/sundar-balakrishnan-400.jpg\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 400px; --smush-placeholder-aspect-ratio: 400\/400;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">P.V. (Sundar) Balakrishnan<\/h3>\n                            <span class=\"doms-ff2-role\" style=\"color:black ;\"> UW Bothell School of Business <\/span>\n                            <span class=\"doms-ff2-role\">New Product Marketing & Marketing Strategy, Buyer-Seller Negotiations, Relationship Marketing, and Retail Locational Decisions <\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <a href=\"https:\/\/www.uwb.edu\/business\/faculty\/sundar-balakrishnan\"> View Profile<\/a>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                  \n                  \n                    <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"visiting\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/05\/viswanath_v.jpg\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 570px; --smush-placeholder-aspect-ratio: 570\/436;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Viswanath Venkatesh<\/h3>\n                            <span class=\"doms-ff2-role\" style=\"color:black ;\"> Eminent Scholar and Verizon Chair of Business Information Technology Fellow, Commonwealth Cyber Initiative<\/span>\n                            <span class=\"doms-ff2-role\">Understanding the diffusion of technologies in organizations and society <\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <a href=\"https:\/\/bit.vt.edu\/faculty\/directory\/venkatesh.html\"> View Profile<\/a>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    <!--##################################\n                    practice\n                    ###########################################-->\n                    \n                    \n\n                    <a href=\"https:\/\/doms.iitm.ac.in\/index.php\/home\/people\/faculty\/kandaswamyparamasivan\/\" class=\"doms-ff2-card\" data-area=\"all\" data-type=\"guest\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/kandasamy_outer.png\" class=\"doms-ff2-img lazyload\" alt=\"Kandaswamy Paramasivan\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 288px; --smush-placeholder-aspect-ratio: 288\/288;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Kandaswamy Paramasivan<\/h3>\n                            <span class=\"doms-ff2-role\">Guest Faculty (IPS Retd)<\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                                <span class=\"doms-ff2-contact-item\"><svg class=\"doms-ff2-icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>kandy@iitm.ac.in<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/a>\n                    \n                    \n                    \n                    <div class=\"doms-ff2-card\" data-area=\"\" data-type=\"practice\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_vqobamvqobamvqob.jpg\" class=\"doms-ff2-img lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1600px; --smush-placeholder-aspect-ratio: 1600\/1232;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Alok Ohrie<\/h3>\n                            <span class=\"doms-ff2-role\"> <\/span>\n                            <div class=\"doms-ff2-contact-list\">\n                               <a href=\"https:\/\/www.linkedin.com\/in\/alok-ohrie\/\">View Profile<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    \n                    \n                    <!--<div class=\"doms-ff2-card\" data-area=\"\" data-type=\"\">-->\n                    <!--    <div class=\"doms-ff2-img-box\"><img decoding=\"async\" src=\"\" class=\"doms-ff2-img\" alt=\"\"><\/div>-->\n                    <!--    <div class=\"doms-ff2-content\">-->\n                    <!--        <h3 class=\"doms-ff2-name\"><\/h3>-->\n                    <!--        <span class=\"doms-ff2-role\">Area : <\/span>-->\n                    <!--    <\/div>-->\n                    <!--<\/div>-->\n                    \n                    \n                    \n                    <!--#####################################\n                    former\n                    ############################################-->\n\n                    <div class=\"doms-ff2-card\" data-area=\"hr\" data-type=\"former\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-28-155040.png\" class=\"doms-ff2-img lazyload\" alt=\"Dr. Kamalanabhan T J\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 583px; --smush-placeholder-aspect-ratio: 583\/633;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Dr. Kamalanabhan T J<\/h3>\n                            <span class=\"doms-ff2-role\">Area : HR & OB<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"doms-ff2-card\" data-area=\"strategy\" data-type=\"former\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-27-115406.png\" class=\"doms-ff2-img lazyload\" alt=\"Dr. L S Ganesh\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 584px; --smush-placeholder-aspect-ratio: 584\/573;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Dr. L S Ganesh<\/h3>\n                            <span class=\"doms-ff2-role\">Area : Integrative Management<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"former\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/d34d074dbb7170d674c80adee3328dd9772ced8a-e1771586681106.jpg\" class=\"doms-ff2-img lazyload\" alt=\"Dr. L S Ganesh\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 695px; --smush-placeholder-aspect-ratio: 695\/553;\"><\/div>\n                        <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Prof. T.T. Narendran<\/h3>\n                            <span class=\"doms-ff2-role\">Area : Operations<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    \n                    \n\n                    <div class=\"doms-ff2-card\" data-area=\"operations\" data-type=\"former\">\n                        <div class=\"doms-ff2-img-box\"><img decoding=\"async\" data-src=\"https:\/\/doms.iitm.ac.in\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-03-125346.png\" class=\"doms-ff2-img lazyload\" alt=\"Dr. Rajendran C\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 647px; --smush-placeholder-aspect-ratio: 647\/751;\"><\/div> <div class=\"doms-ff2-content\">\n                            <h3 class=\"doms-ff2-name\">Dr. Rajendran C<\/h3>\n                            <span class=\"doms-ff2-role\">Area : Operations<\/span>\n                        <\/div>\n                    <\/div>\n\n\n\n\n\n\n\n\n\n\n\n                    <div class=\"doms-ff2-no-results\" id=\"doms-ff2-no-results\">\n                        No faculty members found matching your criteria.\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"doms-ff2-load-wrap\">\n                    <button class=\"doms-ff2-load-btn\" id=\"doms-ff2-load-more\">Load More Faculty<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const grid = document.getElementById('doms-ff2-grid');\n            const searchInput = document.getElementById('doms-ff2-search');\n            const typeBtns = document.querySelectorAll('.doms-ff2-type-btn');\n            const areaTabs = document.querySelectorAll('.doms-ff2-area-tab');\n            const loadMoreBtn = document.getElementById('doms-ff2-load-more');\n            const noResults = document.getElementById('doms-ff2-no-results');\n\n            \/\/ 1. SELECT ALL CARDS & SORT ALPHABETICALLY\n            let cards = Array.from(document.querySelectorAll('.doms-ff2-card'));\n\n            cards.sort((a, b) => {\n                const nameA = a.querySelector('.doms-ff2-name').innerText.trim().toLowerCase();\n                const nameB = b.querySelector('.doms-ff2-name').innerText.trim().toLowerCase();\n                return nameA.localeCompare(nameB);\n            });\n\n            \/\/ Re-append sorted cards to the DOM\n            cards.forEach(card => {\n                grid.appendChild(card);\n            });\n            \/\/ Ensure \"No Results\" stays at the bottom\n            grid.appendChild(noResults);\n\n\n            \/\/ 2. FILTER & RENDER LOGIC\n            let activeArea = 'all'; \n            let activeType = 'regular'; \/\/ Default top filter\n            let searchQuery = '';\n            \n            \/\/ Initial limit based on device width\n            let cardsToShow = window.innerWidth > 900 ? 9999 : 8; \n            const BATCH_SIZE = 8; \n\n            function render() {\n                let visibleCount = 0;\n                let matchedCards = [];\n\n                \/\/ Filter Logic\n                cards.forEach(card => {\n                    const area = card.getAttribute('data-area');\n                    const type = card.getAttribute('data-type');\n                    const textContent = card.innerText.toLowerCase();\n                    \n                    \/\/ Logic: Top filter (type) must match exactly. Left filter (area) can be 'all' or match.\n                    const matchesType = (type === activeType);\n                    const matchesArea = (activeArea === 'all' || area === activeArea || area === 'all');\n                    const matchesSearch = textContent.includes(searchQuery);\n\n                    if (matchesType && matchesArea && matchesSearch) {\n                        matchedCards.push(card);\n                    } else {\n                        card.classList.add('hidden');\n                    }\n                });\n\n                \/\/ Pagination Logic\n                matchedCards.forEach((card, index) => {\n                    if (index < cardsToShow) {\n                        card.classList.remove('hidden');\n                        card.style.opacity = '1';\n                        visibleCount++;\n                    } else {\n                        card.classList.add('hidden');\n                    }\n                });\n\n                \/\/ UI Updates\n                if (matchedCards.length > cardsToShow) {\n                    loadMoreBtn.style.display = 'inline-block';\n                } else {\n                    loadMoreBtn.style.display = 'none';\n                }\n\n                if (matchedCards.length === 0) {\n                    noResults.classList.add('visible');\n                } else {\n                    noResults.classList.remove('visible');\n                }\n            }\n\n            \/\/ Type Button Click Event (Top Filter)\n            typeBtns.forEach(btn => {\n                btn.addEventListener('click', () => {\n                    typeBtns.forEach(t => t.classList.remove('active'));\n                    btn.classList.add('active');\n                    activeType = btn.getAttribute('data-type');\n                    \n                    cardsToShow = window.innerWidth > 900 ? 9999 : 8; \n                    render();\n                });\n            });\n\n            \/\/ Area Tab Click Event (Left Filter)\n            areaTabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    areaTabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    activeArea = tab.getAttribute('data-area');\n                    \n                    cardsToShow = window.innerWidth > 900 ? 9999 : 8; \n                    render();\n                });\n            });\n\n            \/\/ Search Input Event\n            searchInput.addEventListener('input', (e) => {\n                searchQuery = e.target.value.toLowerCase();\n                cardsToShow = window.innerWidth > 900 ? 9999 : 8; \n                render();\n            });\n\n            \/\/ Load More Event\n            loadMoreBtn.addEventListener('click', () => {\n                cardsToShow += BATCH_SIZE;\n                render();\n            });\n\n            \/\/ Window Resize\n            window.addEventListener('resize', () => {\n                if (window.innerWidth > 900) {\n                    cardsToShow = 9999;\n                } else if (cardsToShow > 9000) { \n                    cardsToShow = 8;\n                }\n                render();\n            });\n\n            \/\/ Initial Render\n            render();\n        });\n    <\/script>\n<\/div>\n \n \n \n \n \n \n \n    <style>\n        \/* --- 1. SCOPED VARIABLES --- *\/\n        #doms-faculty-final-v2-root.doms-ff2-iso-scope {\n            \/* Palette *\/\n            --ff2-bg: #fdfdfd;\n            --ff2-card-bg: #ffffff;\n            --ff2-ink: #111111;\n            --ff2-ink-light: #555555;\n            --ff2-maroon: #800000;\n            --ff2-gold: #D4AF37;\n            --ff2-border: #e6e6e6;\n            --ff2-shadow-hover: 0 15px 40px rgba(0,0,0,0.08);\n            \n            \/* Typography *\/\n            --ff2-serif: 'Playfair Display', serif;\n            --ff2-sans: 'Manrope', sans-serif;\n            \n            \/* Spacing *\/\n            --ff2-pad: 60px;\n        }\n\n        \/* --- 2. RESET --- *\/\n        #doms-faculty-final-v2-root.doms-ff2-iso-scope {\n            all: initial !important;\n            display: block !important;\n            width: 100% !important;\n            background-color: var(--ff2-bg) !important;\n            font-family: var(--ff2-sans) !important;\n            color: var(--ff2-ink) !important;\n            box-sizing: border-box !important;\n            padding: var(--ff2-pad) 0 !important;\n            position: relative !important;\n        }\n\n        .doms-ff2-iso-scope * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            border: 0 !important;\n            background: transparent !important;\n        }\n\n        \/* --- 3. CONTAINER --- *\/\n        .doms-ff2-container {\n            max-width: 1400px !important;\n            margin: 0 auto !important;\n            padding: 0 20px !important;\n        }\n\n        \/* --- 4. TOP BAR (Type Nav + Search) --- *\/\n        .doms-ff2-top-bar {\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            flex-wrap: wrap !important;\n            gap: 20px !important;\n            margin-bottom: 40px !important;\n            border-bottom: 1px solid #eee !important;\n            padding-bottom: 20px !important;\n        }\n\n        .doms-ff2-type-nav {\n            display: flex !important;\n            gap: 10px !important;\n            flex-wrap: wrap !important;\n        }\n\n        \/* UPDATED TYPE BUTTONS *\/\n        .doms-ff2-type-btn {\n            font-family: var(--ff2-sans) !important;\n            font-size: 15px !important;\n            font-weight: 600 !important;\n            color: var(--ff2-ink-light) !important;\n            background: #fff !important;\n            padding: 10px 20px !important;\n            cursor: pointer !important;\n            transition: all 0.3s ease !important;\n            border-radius: 50px !important; \/* Pill Shape *\/\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n            border: 1px solid var(--ff2-border) !important;\n            color: var(--ff2-maroon) !important;\n            background: rgba(128, 0, 0, 0.05) !important;\n            border-color: var(--ff2-maroon) !important;\n        }\n\n        .doms-ff2-type-btn:hover {\n            color: var(--ff2-maroon) !important;\n            background: rgba(128, 0, 0, 0.05) !important;\n            border-color: var(--ff2-maroon) !important;\n        }\n\n        .doms-ff2-type-btn.active {\n            color: #fff !important;\n            background: var(--ff2-maroon) !important;\n            border-color: var(--ff2-maroon) !important;\n            font-weight: 700 !important;\n            box-shadow: 0 4px 10px rgba(128, 0, 0, 0.2) !important;\n        }\n\n        \/* Search *\/\n        .doms-ff2-search-wrap {\n            position: relative !important;\n            width: 100% !important;\n            max-width: 300px !important;\n        }\n\n        .doms-ff2-search-input {\n            width: 100% !important;\n            padding: 10px 15px 10px 40px !important;\n            border: 1px solid var(--ff2-border) !important;\n            border-radius: 50px !important;\n            font-family: var(--ff2-sans) !important;\n            font-size: 14px !important;\n            outline: none !important;\n            transition: all 0.3s ease !important;\n            background: #fff !important;\n            color: var(--ff2-ink) !important;\n        }\n\n        .doms-ff2-search-input:focus {\n            border-color: var(--ff2-gold) !important;\n        }\n\n        .doms-ff2-search-icon {\n            position: absolute !important;\n            left: 14px !important;\n            top: 50% !important;\n            transform: translateY(-50%) !important;\n            width: 16px !important;\n            height: 16px !important;\n            color: #999 !important;\n            pointer-events: none !important;\n        }\n\n        \/* --- 5. MAIN LAYOUT (Sidebar + Content) --- *\/\n        .doms-ff2-main-layout {\n            display: flex !important;\n            gap: 40px !important;\n            align-items: flex-start !important;\n        }\n\n        \/* Sidebar (Left Filter) *\/\n        .doms-ff2-sidebar {\n            flex: 0 0 240px !important;\n            position: sticky !important;\n            top: 20px !important;\n        }\n\n        .doms-ff2-filter-heading {\n            font-family: var(--ff2-serif) !important;\n            font-size: 1.2rem !important;\n            font-weight: 700 !important;\n            margin-bottom: 20px !important;\n            color: var(--ff2-ink) !important;\n            border-left: 3px solid var(--ff2-maroon) !important;\n            padding-left: 10px !important;\n        }\n\n        .doms-ff2-area-nav {\n            display: flex !important;\n            flex-direction: column !important;\n            gap: 8px !important;\n        }\n\n        \/* UPDATED AREA TABS *\/\n        .doms-ff2-area-tab {\n            text-align: left !important;\n            font-family: var(--ff2-sans) !important;\n            font-size: 19px !important;\n            font-weight: 500 !important;\n            color: var(--ff2-ink-light) !important;\n            background: transparent !important;\n            padding: 12px 15px !important;\n            border-radius: 4px !important;\n            cursor: pointer !important;\n            transition: all 0.2s ease !important;\n            position: relative !important; \/* For pseudo-element arrow *\/\n        }\n\n        .doms-ff2-area-tab:hover {\n            color: var(--ff2-maroon) !important;\n            background: #f9f9f9 !important;\n            padding-left: 20px !important; \/* Subtle slide *\/\n        }\n\n        .doms-ff2-area-tab.active {\n            background: var(--ff2-maroon) !important;\n            color: #ffffff !important;\n            font-weight: 700 !important;\n            box-shadow: 0 4px 10px rgba(128, 0, 0, 0.2) !important;\n        }\n\n        \/* Arrow for active tab *\/\n        .doms-ff2-area-tab.active::after {\n            content: '\u203a';\n            position: absolute;\n            right: 15px;\n            font-size: 18px;\n            line-height: 1;\n            top: 50%;\n            transform: translateY(-50%);\n        }\n\n        \/* Content Area (Grid) *\/\n        .doms-ff2-content-area {\n            flex-grow: 1 !important;\n            width: 100% !important; \n            \/* Fix for flex child width *\/\n            \n        }\n\n        \/* --- 6. FACULTY GRID --- *\/\n        .doms-ff2-grid {\n            display: grid !important;\n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;\n            gap: 30px !important;\n            min-height: 250px !important;\n        }\n\n        \/* --- 7. CARD DESIGN --- *\/\n        .doms-ff2-card {\n            background: var(--ff2-card-bg) !important;\n            border: 1px solid var(--ff2-border) !important;\n            border-radius: 6px !important;\n            overflow: hidden !important;\n            transition: all 0.3s ease !important;\n            display: flex !important;\n            flex-direction: column !important; \n            box-shadow: var(--ff2-shadow-hover) !important;\n            border-color: transparent !important;\n            position: relative !important;\n            text-decoration: none !important;\n            color: inherit !important;\n        }\n        \n        .doms-ff2-card:hover {\n             border-color: var(--ff2-gold) !important;\n             transform: translateY(-5px) !important;\n        }\n        \n        \/* Specific cursor styles based on type *\/\n        a.doms-ff2-card { cursor: pointer !important; }\n        div.doms-ff2-card { cursor: default !important; }\n\n        .doms-ff2-card.hidden { display: none !important; }\n\n        .doms-ff2-img-box {\n            width: 100% !important;\n            \/* UPDATED: Use aspect-ratio for portrait look instead of fixed height *\/\n            aspect-ratio: 3 \/ 3 !important; \n            overflow: hidden !important;\n            background: #f0f0f0 !important;\n        }\n\n        .doms-ff2-img {\n            width: 100% !important;\n            height: 100% !important;\n            object-fit: cover !important;\n            object-position: top center !important;\n            transition: transform 0.5s ease !important;\n            filter: grayscale(10%) !important;\n        }\n\n        a.doms-ff2-card:hover .doms-ff2-img {\n            \/*transform: scale(1.05) !important;*\/\n            \/*filter: grayscale(0%) !important;*\/\n        }\n\n        .doms-ff2-content {\n            padding: 20px !important;\n            flex-grow: 1 !important;\n            display: flex !important;\n            flex-direction: column !important;\n        }\n\n        .doms-ff2-name {\n            font-family: var(--ff2-serif) !important;\n            font-size: 19px !important;\n            font-weight: 700 !important;\n            color: var(--ff2-ink) !important;\n            margin-bottom: 5px !important;\n            line-height: 1.2 !important;\n        }\n\n        .doms-ff2-role {\n            font-size: 12px !important;\n            font-weight: 600 !important;\n            text-transform: uppercase !important;\n            color: var(--ff2-maroon) ;\n            letter-spacing: 0.5px !important;\n            margin-bottom: 12px !important;\n            display: block !important;\n            border-bottom: 1px solid #f0f0f0 !important;\n            padding-bottom: 12px !important;\n        }\n        \n        .doms-ff2-role-u{\n            \n        }\n\n        .doms-ff2-contact-list {\n            display: flex !important;\n            flex-direction: column !important;\n            gap: 6px !important;\n            margin-top: auto !important;\n        }\n\n        .doms-ff2-contact-item {\n            display: flex !important;\n            align-items: center !important;\n            gap: 8px !important;\n            font-size: 13px !important;\n            color: var(--ff2-ink-light) !important;\n            text-decoration: none !important;\n            word-break: break-all !important;\n        }\n\n        .doms-ff2-icon {\n            color: var(--ff2-gold) !important;\n            width: 14px !important;\n            height: 14px !important;\n            flex-shrink: 0 !important;\n        }\n\n        \/* --- 8. LOAD MORE BUTTON --- *\/\n        .doms-ff2-load-wrap {\n            text-align: center !important;\n            margin-top: 40px !important;\n        }\n\n        .doms-ff2-load-btn {\n            background: transparent !important;\n            border: 1px solid var(--ff2-maroon) !important;\n            color: var(--ff2-maroon) !important;\n            padding: 12px 30px !important;\n            font-family: var(--ff2-sans) !important;\n            font-size: 13px !important;\n            font-weight: 700 !important;\n            text-transform: uppercase !important;\n            letter-spacing: 1px !important;\n            border-radius: 4px !important;\n            cursor: pointer !important;\n            transition: all 0.3s ease !important;\n            display: none !important; \n        }\n\n        .doms-ff2-load-btn:hover {\n            background: var(--ff2-maroon) !important;\n            color: #fff !important;\n        }\n\n        .doms-ff2-no-results {\n            grid-column: 1 \/ -1 !important;\n            text-align: center !important;\n            padding: 40px !important;\n            color: #999 !important;\n            font-style: italic !important;\n            display: none !important;\n        }\n        .doms-ff2-no-results.visible { display: block !important; }\n\n        \/* --- 9. RESPONSIVE --- *\/\n        @media (max-width: 900px) {\n            #doms-faculty-final-v2-root.doms-ff2-iso-scope { padding: 40px 0 !important; }\n            \n            .doms-ff2-main-layout {\n                flex-direction: column !important;\n                gap: 20px !important;\n            }\n\n            .doms-ff2-sidebar {\n                width: 100% !important;\n                flex: none !important;\n                position: static !important;\n                margin-bottom: 20px !important;\n            }\n\n            .doms-ff2-area-nav {\n                flex-direction: row !important;\n                overflow-x: auto !important;\n                padding-bottom: 10px !important;\n            }\n            \n            .doms-ff2-area-tab {\n                white-space: nowrap !important;\n                flex-shrink: 0 !important;\n                border-radius: 50px !important;\n                padding: 8px 16px !important;\n                border: 1px solid var(--ff2-border) !important;\n                background: #fff !important;\n                margin-right: 5px !important;\n            }\n\n            .doms-ff2-area-tab.active {\n                background: var(--ff2-maroon) !important;\n                color: #fff !important;\n                box-shadow: none !important;\n            }\n            \n            \/* Remove arrow on mobile for cleaner look *\/\n            .doms-ff2-area-tab.active::after { display: none !important; }\n\n            .doms-ff2-top-bar {\n                flex-direction: column-reverse !important;\n                align-items: stretch !important;\n            }\n\n            .doms-ff2-type-nav {\n                justify-content: center !important;\n                width: 100% !important;\n            }\n\n            .doms-ff2-search-wrap {\n                max-width: 100% !important;\n            }\n        }\n    <\/style>\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9505d1 e-flex e-con-boxed e-con e-parent\" data-id=\"e9505d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4eefdf2 e-con-full e-flex e-con e-parent\" data-id=\"4eefdf2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa7c2fa elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"fa7c2fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DoMS Faculty Core Faculty Professor of Practice Chair Professor Adjunct Faculty Guest Faculty Visiting Faculty Former Faculty Select Area All Areas Finance HR &#038; OB Information Systems Strategy &#038; Integrative Management Marketing Operations Arunkumar G Professor garun@iitm.ac.in Thenmozhi M Professor mtm@iitm.ac.in Krishna Prasanna P Professor pkp@iitm.ac.in Thillai Rajan A Professor thillair@iitm.ac.in Madhumathi R Professor rmm@iitm.ac.in&hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":58394,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-15092","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/15092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/comments?post=15092"}],"version-history":[{"count":818,"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/15092\/revisions"}],"predecessor-version":[{"id":77389,"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/15092\/revisions\/77389"}],"up":[{"embeddable":true,"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/58394"}],"wp:attachment":[{"href":"https:\/\/doms.iitm.ac.in\/index.php\/wp-json\/wp\/v2\/media?parent=15092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}