{"id":3131,"date":"2024-04-10T10:25:48","date_gmt":"2024-04-10T04:55:48","guid":{"rendered":"https:\/\/icmrnitm.res.in\/?page_id=3131"},"modified":"2025-12-01T17:06:12","modified_gmt":"2025-12-01T11:36:12","slug":"scientific-advisory-committee","status":"publish","type":"page","link":"https:\/\/icmrnitm.res.in\/index.php\/scientific-advisory-committee\/","title":{"rendered":"Chairpersons (SAC)"},"content":{"rendered":"\n\n\n\n    \n    \n    <title>Scientific Advisory Committee<\/title>\n    \n        \/* General Styles *\/\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f2f2f2;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        h1 {\n            color: #333;\n            text-align: center;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n        }\n        .chairpersons-header {\n            width: 100%;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n        .member {\n            width: calc(33.33% &#8211; 20px); \/* Adjust width according to the number of columns *\/\n            margin-bottom: 40px;\n            text-align: center;\n            background-color: #fff;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease-in-out; \/* Animation *\/\n        }\n        .member:hover {\n            transform: scale(1.05); \/* Animation on hover *\/\n        }\n        .member img {\n            width: 150px;\n            height: 150px;\n            border-radius: 50%;\n            border: 5px solid #fff;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n        }\n        .member h3 {\n            margin-top: 10px;\n            color: #007bff;\n            font-size: 16px; \/* Adjust font size *\/\n            white-space: nowrap; \/* Prevent line break *\/\n            overflow: hidden;\n            text-overflow: ellipsis; \/* Add ellipsis if name overflows *\/\n        }\n        .member p {\n            color: #666;\n        }\n\n        \/* Colors *\/\n        .member:nth-child(odd) {\n            background-color: #e5f2ff; \/* Light blue *\/\n        }\n\n        .member:nth-child(even) {\n            background-color: #ffe5e5; \/* Light red *\/\n        }\n\n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            .member {\n                width: calc(50% &#8211; 20px);\n            }\n        }\n\n        @media (max-width: 576px) {\n            .member {\n                width: 100%;\n            }\n        }\n    \n\n\n    <div class=\"container\">\n        <h1>Scientific Advisory Council<\/h1>\n        \n        <h2 class=\"chairpersons-header\">Chairpersons (SAC)<\/h2>\n        <div class=\"member\" data-year=\"2007\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/R-kumar.webp\" alt=\"Chairperson 1\">\n            <div class=\"member-details\">\n                <h3>Prof. R.Kumar<\/h3>\n                <h3>(2007-2011)<\/h3>\n                <p>IISc, Bengaluru<\/p>\n                 <p>1st Chairperson<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"member\" data-year=\"2012\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/Dr.-Mohan-Gupte.webp\" alt=\"Chairperson 2\">\n            <div class=\"member-details\">\n                <h3>Dr.Mohan D Gupte<\/h3>\n                <h3>(2012-2015)<\/h3>\n                <p>Former Director, ICMR-NIE Chennai, &amp; ICMR Chair in Epidemiology<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"member\" data-year=\"2016\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/Prof-chandrakant-kokate.jpg\" alt=\"Chairperson 3\">\n            <div class=\"member-details\">\n                <h3>Prof. ChandraKant.Kokate<\/h3>\n                <h3>(2016-2017)<\/h3>\n                <p>Vice Chancellor, KLE University<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"member\" data-year=\"2018\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/Dr-manju-sharms.webp\" alt=\"Chairperson 4\">\n            <div class=\"member-details\">\n                <h3>Dr.Manju Sharma<\/h3>\n                <h3>(2018-2020)<\/h3>\n                <p>Former Secretary, DBT Former Exe Director, IIAR<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"member\" data-year=\"2021\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/Prof-Darshan-shankar.webp\" alt=\"Chairperson 5\">\n            <div class=\"member-details\">\n                <h3>Prof.Darshan Shankar<\/h3>\n                <h3>(2021-2023)<\/h3>\n                <p>Vice-Chancellor, Transdisciplinary University, Bengaluru<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"member\" data-year=\"2023\">\n            <img decoding=\"async\" src=\"https:\/\/icmrnitm.res.in\/wp-content\/uploads\/2024\/04\/Prof-bhushan-patvardhan.jpg\" alt=\"Chairperson 6\">\n            <div class=\"member-details\">\n                <h3>Prof.Bhushan Patwardhan<\/h3>\n                <h3>(2023-2026)<\/h3>\n                <p>Former Vice-Chairman, UGC, Distinguished Professor, Pune University<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    \n        \/\/ Get all member elements\n        const members = document.querySelectorAll(&#8216;.member&#8217;);\n\n        \/\/ Convert NodeList to array and sort it based on data-year attribute\n        const sortedMembers = Array.from(members).sort((a, b) =&gt; {\n            const yearA = parseInt(a.getAttribute(&#8216;data-year&#8217;));\n            const yearB = parseInt(b.getAttribute(&#8216;data-year&#8217;));\n            return yearB &#8211; yearA; \/\/ Sort in descending order\n        });\n\n        \/\/ Clear existing container content\n        const container = document.querySelector(&#8216;.container&#8217;);\n        container.innerHTML = &#8221;;\n\n        \/\/ Append sorted members to the container\n        sortedMembers.forEach(member =&gt; {\n            container.appendChild(member);\n        });\n    \n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Scientific Advisory Committee \/* General Styles *\/ body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; box-sizing: border-box; } h1 { color: #333; text-align: center; } .container { max-width: 800px; margin: 0 auto; padding: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; } .chairpersons-header { width: 100%; text-align: center; margin-bottom: 20px; } .member { [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3131","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"director@nitm","author_link":"https:\/\/icmrnitm.res.in\/index.php\/author\/directornitm\/"},"uagb_comment_info":0,"uagb_excerpt":"Scientific Advisory Committee \/* General Styles *\/ body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; box-sizing: border-box; } h1 { color: #333; text-align: center; } .container { max-width: 800px; margin: 0 auto; padding: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; } .chairpersons-header { width: 100%; text-align: center; margin-bottom: 20px; } .member {&hellip;","_links":{"self":[{"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/pages\/3131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/comments?post=3131"}],"version-history":[{"count":31,"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/pages\/3131\/revisions"}],"predecessor-version":[{"id":3848,"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/pages\/3131\/revisions\/3848"}],"wp:attachment":[{"href":"https:\/\/icmrnitm.res.in\/index.php\/wp-json\/wp\/v2\/media?parent=3131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}