{"id":15122,"date":"2025-12-13T06:15:43","date_gmt":"2025-12-13T06:15:43","guid":{"rendered":"https:\/\/test.scmirt.org\/?page_id=15122"},"modified":"2026-06-25T11:15:39","modified_gmt":"2026-06-25T11:15:39","slug":"committee","status":"publish","type":"page","link":"https:\/\/bansiratna.org\/?page_id=15122","title":{"rendered":"Committee"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15122\" class=\"elementor elementor-15122\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2102c42 elementor-section-height-min-height elementor-section-items-bottom elementor-section-boxed elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"2102c42\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6dcdeea\" data-id=\"6dcdeea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dba10b2 elementor-widget elementor-widget-heading\" data-id=\"dba10b2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Committee <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efae44b elementor-widget elementor-widget-spacer\" data-id=\"efae44b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d4743e industry-section elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"4d4743e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4f4d3b3 elementor-invisible\" data-id=\"4f4d3b3\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1d88a36 elementor-widget elementor-widget-html\" data-id=\"1d88a36\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<button data-showme= \"sns-tab\">\r\nGrievance Redressal Committee\r\n <\/button>\r\n<button data-showme= \"sjc-sps-tab\">Internal Complaint Committee<\/button>\r\n<button data-showme= \"scmirt-tab\">Internal Quality Assurance Cell<\/button>\r\n<button data-showme= \"schmtt-tab\">\r\n        Anti-Ragging Committee<\/button>\r\n<button data-showme= \"siics-tab\">\r\n         Anti-Women Harassment Cell<\/button>\r\n<!--<button data-showme= \"slc-tab\">SLC<\/button>--->\r\n<button data-showme= \"sihs-cop-tab\">  Reservation Committee<\/button>\r\n<!--<button data-showme= \"scnpst-tab\">\r\n          SCNPST  \r\n<\/button>--->\r\n<button data-showme= \"scphr-tab\">\r\n        Library Committee\r\n\r\n<\/button>\r\n\r\n<button data-showme= \"simmc-tab\">\r\n         Industry Institute Interaction Committee\r\n<\/button>\r\n<button data-showme= \"sibmt-tab\">\r\n         Examination Committee \r\n<\/button>\r\n<button data-showme= \"simmc-pgdm-tab\">\r\n       Cultural Committee \r\n<\/button>\r\n<button data-showme= \"sift-tab\">\r\n         NSS Committee \r\n<\/button>\r\n\r\n<!--<button data-showme= \"piat-tab\">\r\n         PIAT \r\n<\/button>\r\n<button data-showme= \"simcem-tab\">\r\n         SIMCEM \r\n<\/button>\r\n<button data-showme= \"sgi-tab\">\r\n         SGI \r\n<\/button>--->\r\n\r\n<!-- script starts here-->\r\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script>\r\n$(document).ready(function(){\r\n    \r\n    $('.all-tab-btn').hide(); \/\/ Hide all tabs initially\r\n    $('.sjc-sps-tab').show(); \/\/ Show the default tab\r\n\r\n    \/\/ Set active class on the default button\r\n    $('[data-showme=\"sjc-sps-tab\"]').addClass('active-btn');\r\n\r\n    $('[data-showme]').on('click', function(){\r\n        var showme = $(this).attr('data-showme');\r\n        \r\n        $('.all-tab-btn').hide(); \/\/ Hide all tab content\r\n        $('.' + showme).show(); \/\/ Show the selected tab content\r\n\r\n        \/\/ Remove active class from all buttons, then add to the clicked one\r\n        $('[data-showme]').removeClass('active-btn');\r\n        $(this).addClass('active-btn');\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-be1d11b\" data-id=\"be1d11b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3389ec3 all-tab-btn sgi-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"3389ec3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-627fac9\" data-id=\"627fac9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-080ca9b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"080ca9b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Under the Global Educational Harmony Program, students &amp; teachers of the Suryadatta Institutes of Management are on a study tour at the Asian Institute of Technology, Thailand<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-058814f elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"058814f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pune: Under the Global Educational Harmony Program, a nine-day study tour of students and teachers from Suryadatta Institutes of Management to the Asian Institute of Technology (AIT) has been organized from October 18 to 26, 2024. The team has recently arrived in Thailand. As part of the global harmony program, the visit to AIT will span four days, including guest lectures by expert professors at AIT, a campus tour, networking, and visits to industries such as Robert Bosch and Siam Cement Group. There will also be a two-day cultural exchange in Pattaya, followed by visits to a Buddhist temple and the floating market,<\/p><p>To promote mutual academic cooperation and research, Suryadatta Group of Institutes recently signed an MoU with the Asian Institute of Technology. The purpose of this agreement is to foster student and faculty exchange, capacity building, and other mutually beneficial initiatives. This study tour is organized under that agreement. Through this Global Harmony Program, students will experience a unique blend of educational harmony, industrial exposure, and cultural enrichment in the vibrant city of Bangkok. This will provide them with a comprehensive, enriching, and transformative academic experience, as well as opportunities for cultural harmony and career growth. It is also expected that the program will give students the skills and insights needed to thrive in the rapidly changing global business environment, stated Professor Dr. Sanjay B. Chordiya.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d206178 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"d206178\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"1739518676_bc434fe08290cec498c7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NSwidXJsIjoiaHR0cHM6XC9cL2JhbnNpcmF0bmEub3JnXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wMlwvMTczOTUxODY3Nl9iYzQzNGZlMDgyOTBjZWM0OThjNy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1279\" height=\"701\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\" class=\"attachment-full size-full wp-image-2765\" alt=\"\" srcset=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg 1279w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7-300x164.jpg 300w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7-1024x561.jpg 1024w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7-768x421.jpg 768w\" sizes=\"(max-width: 1279px) 100vw, 1279px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5c2493 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a5c2493\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Outbound Leadership Program to Goa was organised for PG Management students &amp; Staff members of Suryadatta Institutes of Management from 29th Sept to 4th Oct 2024\n<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5574523 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5574523\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Suryadatta Institutes of Management, Pune organised an Outbound leadership program to Goa for its students and staff members from 29th Sept to 4th Oct, 2024. This outbound leadership program was organised to provide the students with a unique blend of academic immersion, industry experience and cultural enrichment in the vibrant city of Goa.<\/p><p>The outbound leadership program included Guest session of Brig Kiran Kumar Thacker (Retd) who has retired from the GRENADIERS regiment of the Indian Army in 2016 and an alumnus of the esteemed National Defence Academy Pune, Indian Military Academy Dehradun; Guest session of Mr Shashwat Gupta Ray, Deputy Editor, Herald Group of Publications, Goa. The students had opportunity to visit companies such as Smartlink Holdings, Automobile Corporation of Goa Ltd, City Aluminium, Prudent Press office, Elegant offset printing Press, etc, and also to Goa museum, spice plantation, etc.<\/p><p>In short, the study tour to Goa was a comprehensive, enriching, and transformative educational experience for students to have a sustainable career ahead. This programme provided Universal Human values, holistic experience, and insights needed to thrive in the rapidly evolving landscape of global business.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a32b6c elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2a32b6c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"1739520270_6723ff4f1602c791c055\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NiwidXJsIjoiaHR0cHM6XC9cL2JhbnNpcmF0bmEub3JnXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wMlwvMTczOTUyMDI3MF82NzIzZmY0ZjE2MDJjNzkxYzA1NS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1280\" height=\"960\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055.jpg\" class=\"attachment-full size-full wp-image-2766\" alt=\"\" srcset=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055.jpg 1280w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055-300x225.jpg 300w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055-1024x768.jpg 1024w, https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739520270_6723ff4f1602c791c055-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7b7a998 all-tab-btn simmc-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"7b7a998\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-750d753\" data-id=\"750d753\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae08854 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ae08854\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industry Institute Interaction Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e68baa8 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"e68baa8\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2411\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2411\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2412\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2412\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2411\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2411\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2411\" tabindex=\"0\" hidden=\"false\"><h5>Industry Institute Interaction Committee for the Academic year 2019 \u2013 20<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Priya Barhate<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst. Prof. Priyanka Wankhade<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Asst. Prof. Priyanka Jadhav<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Asst. Prof. Ritu Prasad<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Asst. Prof. Ankit Jain<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2412\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2412\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2412\" tabindex=\"0\" hidden=\"hidden\"><h5>Industry Institute Interaction Committee for the Academic Year 2020 \u2013 21<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Monika Kulkarni<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Khushali Oza<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst. Prof. Priyanka Wankhade<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Asst. Prof. Priyanka Jadhav<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Asst. Prof. Ritu Prasad<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Asst. Prof. Amol Gupte<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e3a2a40 all-tab-btn sibmt-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"e3a2a40\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b124c29\" data-id=\"b124c29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42dd242 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"42dd242\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Examination Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b00eb4 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"5b00eb4\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-9541\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-9541\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-9542\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-9542\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-9541\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-9541\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-9541\" tabindex=\"0\" hidden=\"false\"><h5>Examination Committee for the Academic Year 2019 \u2013 20<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairperson: Head of the Institution<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst.Prof.Deepak Singh<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst.Prof.Monali Meghal<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst.Prof.Ritu Prasad<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Asst.Prof. Rasika Naik<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Asst.Prof.Jyoti Gaikwad<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Asst. Prof. Ankit Jain<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-9542\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-9542\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-9542\" tabindex=\"0\" hidden=\"hidden\"><h5>Examination Committee for the Academic Year 2020 \u2013 21<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairperson: Head of the Institution<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst.Prof.Deepak Singh<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst.Prof.Monali Meghal<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst.Prof.Ritu Prasad<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Asst.Prof. Rasika Naik<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Dr.Ankit Jain<\/td><td>Member<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Asst.Prof.Jyoti Gaikwad<\/td><td>College Examination Officer<br \/>(Member Secretary)<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-597a99c all-tab-btn simmc-pgdm-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"597a99c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2cbca7e\" data-id=\"2cbca7e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ffd3c71 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ffd3c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cultural Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc5e85 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"3cc5e85\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-6371\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-6371\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-6372\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-6372\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-6371\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-6371\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6371\" tabindex=\"0\" hidden=\"false\"><h5>Cultural Committee for the Academic Year 2019 \u2013 20<\/h5>\n<table class=\"table\" style=\"text-align:center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Priyanka Wankhade<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Priya Barhate<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Monika Kulkarni<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Dhanraj Choudhary<\/td>\n<td>Student Representative\nFY BBA-CA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Atharva Sule<\/td>\n<td>Student Representative\nFY B.Com<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mansi Shah<\/td>\n<td>Student Representative\nFY BBA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Kareena Manekar<\/td>\n<td>Student Representative\nFY BBA-IB<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Priti Chaware<\/td>\n<td>Student Representative\nFY M.Com<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Amruta Darandale<\/td>\n<td>Student Representative\nSY BSC(Animation)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Yash Deshpande<\/td>\n<td>Student Representative\nTY BSC-CS<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Asst. Prof. Neha Saraf<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-6372\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-6372\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6372\" tabindex=\"0\" hidden=\"hidden\"><h5>Cultural Committee for the Academic Year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align:center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Chairman of the Committee<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Neeta Bharambe<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Monika Kulkarni<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Asst. Prof. Neha Saraf<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mrunal Bedarkar<\/td>\n<td>Student Representative\nSY BBA-CA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Atharva Sule<\/td>\n<td>Student Representative\nSY B.Com<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mansi Shah<\/td>\n<td>Student Representative\nSY BBA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Kareena Manekar<\/td>\n<td>Student Representative\nSY BBA-IB<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Anupriya Dube<\/td>\n<td>Student Representative\nSY BSC(Animation)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Anamika Dabas<\/td>\n<td>Student Representative\nSY BSC-CS<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Asst. Prof. Jayashri Patil<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-24a234f all-tab-btn scphr-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"24a234f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-33f77da\" data-id=\"33f77da\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3dcce98 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3dcce98\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Library Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5438f0 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"e5438f0\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2401\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2401\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2402\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2402\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2403\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2403\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2404\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2404\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2405\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2405\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2406\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2406\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2407\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2407\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2401\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2401\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2401\" tabindex=\"0\" hidden=\"false\"><h5>Library Committee for the Academic year 2019 \u2013 20<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Jyoti Gaikwad<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Dhanraj Choudhary<\/td>\n<td>Student Representative\n(BBA-CA Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\n(BSC-CS Second Year) <\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\n(BBA Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Uma Choudhari<\/td>\n<td>Student Representative\n(B.Com Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\n(M.Com First Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Nutan Nemade<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2402\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2402\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2402\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Madhuri Pant<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Vaibhav Choudhari<\/td>\n<td>Student Representative\nBBA-CA Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\nBSC-CS Third Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\nBBA Third year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Mayuri Mohol<\/td>\n<td>Student Representative\nB.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\nM.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Pooja Bhujbal<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2403\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2403\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2403\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Madhuri Pant<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Vaibhav Choudhari<\/td>\n<td>Student Representative\nBBA-CA Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\nBSC-CS Third Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\nBBA Third year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Mayuri Mohol<\/td>\n<td>Student Representative\nB.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\nM.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Pooja Bhujbal<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2404\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2404\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2404\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Madhuri Pant<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Vaibhav Choudhari<\/td>\n<td>Student Representative\nBBA-CA Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\nBSC-CS Third Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\nBBA Third year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Mayuri Mohol<\/td>\n<td>Student Representative\nB.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\nM.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Pooja Bhujbal<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2405\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2405\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2405\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Madhuri Pant<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Vaibhav Choudhari<\/td>\n<td>Student Representative\nBBA-CA Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\nBSC-CS Third Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\nBBA Third year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Mayuri Mohol<\/td>\n<td>Student Representative\nB.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\nM.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Pooja Bhujbal<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2406\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2406\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2406\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Natali Sakharkar <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Dr. Madhuri Pant<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Vaibhav Choudhari<\/td>\n<td>Student Representative\nBBA-CA Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Kaushalya Kumavat<\/td>\n<td>Student Representative\nBSC-CS Third Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Pooja Choudhari<\/td>\n<td>Student Representative\nBBA Third year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Mayuri Mohol<\/td>\n<td>Student Representative\nB.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Preeti Chaware<\/td>\n<td>Student Representative\nM.Com Second Year <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mrs. Pooja Bhujbal<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2407\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2407\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2407\" tabindex=\"0\" hidden=\"hidden\"><h5>Library Committee for the Academic year 2025 \u2013 26<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Shrikant Jagtap<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Mr Vinay Sable<\/td>\n<td>Secretary<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Mrunal Gaikwad <\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Toshavi Dalvi<\/td>\n<td>Member<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Monika Kulkarni<\/td>\n<td>Member <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Sakahi Ravindra Patil FY BSc IT<\/td>\n<td>Student Representative <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Pradyumna Nayak SY BSc. CS<\/td>\n<td>Student Representative\n <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mr. Satyajeet Bhosale TYBBA<\/td>\n<td>Student Representative\n <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms Yuvati Kunkure FY BSc. Animation<\/td>\n<td>Student Representative\n <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Ms. MiheekaI Harshad Borade M.Com II<\/td>\n<td>Student Representative<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e59d87c all-tab-btn schmtt-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"e59d87c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-241f286\" data-id=\"241f286\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fc9c0e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1fc9c0e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Anti-Ragging Committee \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042b0de elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"042b0de\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4371\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-4371\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4372\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4372\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4373\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4373\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4374\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4374\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4375\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4375\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4376\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4376\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4377\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4377\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-4371\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4371\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4371\" tabindex=\"0\" hidden=\"false\"><h5>Anti-Ragging Committee for the Academic Year 2019 \u2013 20<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Priyanka Wankhade<\/td><td>Teaching Staff Representative and Secretary of the Committee<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Mr. Kiran Dagade Patil<\/td><td>Civil Administration<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Ravi Choudhary<\/td><td>NGO Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mr. Ravikant Wafgaonkar<\/td><td>Residential Citizen<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Arihant Pokharana<\/td><td>Students Representative (BBA First Year)<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms. Anamika Dabas<\/td><td>Students Representative (BSC-CS First Year)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Jagruti Patnaik<\/td><td>Students Representative (B.Com Second Year)<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Pooja Bhavasar<\/td><td>Students Representative (BSC-CS Second Year)<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr. Manas Joshi<\/td><td>Students Representative (BSC-Animation Second Year)<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr. Shushant Shinde<\/td><td>Students Representative (BBA-IB Second Year)<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Ms. Chaitrali Dode<\/td><td>Students Representative (M.Com first Year)<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Mr. Anand Pagare<\/td><td>Maharashtra Police<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Mr. Audumber Dhanwat<\/td><td>Media<\/td><\/tr><tr><th scope=\"row\">16<\/th><td>Mrs. Manekar<\/td><td>Parents representatives<\/td><\/tr><tr><th scope=\"row\">17<\/th><td>Asst. Prof. Rasika Dighde<\/td><td>Teaching Staff Representative and Welfare Officer<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4372\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4372\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4372\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2020 \u2013 21<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Priyanka Wankhade<\/td><td>Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Mr. Kiran Dagade Patil<\/td><td>Civil Administration<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Ravi Choudhary<\/td><td>NGO Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mr. Ravikant Wafgaonkar<\/td><td>Residential Citizen<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Mansi Shah<\/td><td>Students Representative (BBA Second Year)<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms. Anamika Dabas<\/td><td>Students Representative (BSC-CS Second Year)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Jagruti Patnaik<\/td><td>Students Representative (B.Com Third year)<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Pooja Bhavasar<\/td><td>Students Representative (BSC-CS Third Year)<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr. Manas Joshi<\/td><td>Students Representative (BSC-Animation Third Year)<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr. Saurabh Dhamne<\/td><td>Students Representative (BBA-IB Third Year)<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Ms. Chaitrali Dode<\/td><td>Students Representative (M.Com Second Year)<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Mr. Anand Pagare<\/td><td>Maharashtra Police<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Mr. Audumber Dhanwat<\/td><td>Media<\/td><\/tr><tr><th scope=\"row\">16<\/th><td>Mrs. Manekar<\/td><td>Parents representatives<\/td><\/tr><tr><th scope=\"row\">17<\/th><td>Asst. Prof. Rasika Dighde<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4373\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4373\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4373\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2021 \u2013 22<\/h5>\n<table class=\"table\" style=\"text-align center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Principal<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Priyanka Wankhade<\/td>\n<td>Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Netra Deshpande<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Mr. Kiran Dagade Patil<\/td>\n<td>Civil Administration<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Ravi Choudhary<\/td>\n<td>NGO Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mr. RavikantWafgaonkar\t<\/td>\n<td>Residential Citizen<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Mansi Shah<\/td>\n<td>Students Representative (BBA Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Anamika Dabas<\/td>\n<td>Students Representative (BSC-CS Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mr. Jitendra Choudhary<\/td>\n<td>Students\u2019 Representative (B.Com Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Ms. IshaDhulekar<\/td>\n<td>Students Representative (BSC-CS Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms. Mrunal Pradhan<\/td>\n<td>Students Representative (BSC-Animation Second Year)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms.Sahil Onkar<\/td>\n<td>Students Representative (BBA-IB Third year)\t<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Ms.Sakshi Patil<\/td>\n<td>Students Representative (M.Com Second Year)\t<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr. Anand Pagare<\/td>\n<td>Maharashtra Police<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Audumber Dhanwat<\/td>\n<td>Media<\/td>\n\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Mrs. Manekar<\/td>\n<td>Parents\u2019 representatives<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>Prof. Rasika Dighade\t<\/td>\n<td>Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4374\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4374\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4374\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2022 \u2013 23<\/h5>\n<table class=\"table\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Monika Kulkarni<\/td>\n<td>Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Netra Deshpande<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Mr. Kiran Dagade Patil<\/td>\n<td>Civil Administration<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Ravi Choudhary<\/td>\n<td>NGO Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mr. RavikantWafgaonkar<\/td>\n<td>Residential Citizen<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Sarthak Sahasane<\/td>\n<td>Students Representative (BBA Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mr. Advait Gaidhani<\/td>\n<td>Students Representative (SY BBA IB) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Shubhshree Raut<\/td>\n<td>Students\u2019 Representative (B.Com Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Ms. Vaishnavi Kurme<\/td>\n<td>Students Representative (BCOM Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms. Sameeksha Zalke<\/td>\n<td>Students Representative (S.Y. BBA CA) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms.Samruddhi Mahindrakar<\/td>\n<td>Students Representative (BBA-IB Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Rahul Kharka<\/td>\n<td>Students Representative (Second Year, B.Com)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr. Anand Pagare<\/td>\n<td>Maharashtra Police<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Audumber Dhanwat<\/td>\n<td>Media<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Mrs. Manekar<\/td>\n<td>Parents\u2019 representatives<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>Prof. Rasika Dighade<\/td>\n<td>Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4375\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4375\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4375\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2023 \u2013 24<\/h5>\n<table class=\"table\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Monika Kulkarni<\/td>\n<td>Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Netra Deshpande<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Mr. Kiran Dagade Patil<\/td>\n<td>Civil Administration<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Ravi Choudhary<\/td>\n<td>NGO Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mr. RavikantWafgaonkar<\/td>\n<td>Residential Citizen<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Sarthak Sahasane<\/td>\n<td>Students Representative (BBA Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mr. Advait Gaidhani<\/td>\n<td>Students Representative (TY BBA IB) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Miheeka Borate<\/td>\n<td>Students\u2019 Representative (B.Com Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Ms. Vaishnavi Kurme<\/td>\n<td>Students Representative (BCOM Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms. Sameeksha Zalke<\/td>\n<td>Students Representative (T.Y. BBA CA) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms.Kareena Manekar<\/td>\n<td>Students Representative (BBA-IB Third year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Rahul Kharka<\/td>\n<td>Students Representative (Third Year, B.Com)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr. Anand Pagare<\/td>\n<td>Maharashtra Police<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Audumber Dhanwat<\/td>\n<td>Media<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Mrs. Manekar<\/td>\n<td>Parents\u2019 representatives<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>Prof. Rasika Dighade<\/td>\n<td>Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4376\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4376\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4376\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2024 \u2013 25<\/h5>\n<table class=\"table\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Shrikant Jagtap<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Monika Kulkarni<\/td>\n<td>Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Netra Deshpande<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Mr. Kiran Dagade Patil<\/td>\n<td>Civil Administration<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Ravi Choudhary<\/td>\n<td>NGO Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mr. RavikantWafgaonkar<\/td>\n<td>Residential Citizen<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Ganesh Choudhari<\/td>\n<td>Students Representative (Second Year, B.Com)\n<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Anjani Sharma<\/td>\n<td>Students Representative (Second Year, Bsc. CS)\n<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mr. Ganesh Kadam<\/td>\n<td>Students Representative (Second Year, Bsc. IT) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Sahil Sathe<\/td>\n<td>Students Representative (Second Year, BA) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms.Vidya Chavan<\/td>\n<td>Students Representative (Second Year, BSC.Ani) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Mr. Shreya Patil<\/td>\n<td>Students Representative (First Year, BSC.IT) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Mr. Avinash Dewidevi\n<\/td>\n<td>Students Representative (Third Year, B.com)\n<\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr. Anand Pagare<\/td>\n<td>Maharashtra Police<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Audumber Dhanwat<\/td>\n<td>Media<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Mrs. Madhavi Mahajan\n<\/td>\n<td>Parents\u2019 representatives<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member Secretary\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4377\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4377\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4377\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti-Ragging Committee for the Academic Year 2024 \u2013 25<\/h5>\n<table class=\"table\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Shrikant Jagtap<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Monika Kulkarni<\/td>\n<td>Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Netra Deshpande<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Mr. Kiran Dagade Patil<\/td>\n<td>Civil Administration<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Mr. Ravi Choudhary<\/td>\n<td>NGO Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mr. RavikantWafgaonkar<\/td>\n<td>Residential Citizen<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Ganesh Choudhari<\/td>\n<td>Students Representative (Second Year, B.Com)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Anjani Sharma<\/td>\n<td>Students Representative (Second Year, Bsc. CS)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mr. Ganesh Kadam<\/td>\n<td>Students Representative (Second Year, Bsc. IT)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Sahil Sathe<\/td>\n<td>Students Representative (Second Year, BA)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms.Vidya Chavan<\/td>\n<td>Students Representative (Second Year, BSC.Ani)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Mr. Shreya Patil<\/td>\n<td>Students Representative (First Year, BSC.IT)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Mr. Avinash Dewidevi<\/td>\n<td>Students Representative (Third Year, B.com)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr. Anand Pagare<\/td>\n<td>Maharashtra Police<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Audumber Dhanwat<\/td>\n<td>Media<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Mrs. Madhavi Mahajan<\/td>\n<td>Parents\u2019 representatives<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>Asst. Prof. Rasika Dighde<\/td>\n<td>Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4abd45e all-tab-btn scmirt-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"4abd45e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-315a640\" data-id=\"315a640\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b164fe6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b164fe6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Internal Quality Assurance Cell\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e12389 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"2e12389\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4831\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-4831\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4832\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4832\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-4833\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4833\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-4831\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4831\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4831\" tabindex=\"0\" hidden=\"false\"><h5>As per the new NAAC guidelines of NAAC following will be the composition of IQAC for the Academic Year 2021-22<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><th scope=\"col\">Designation in IQAC<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><td>Chairperson: Head of the Institution<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Mr.Deepak Singh<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Ms.Monali Meghal<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Ms.Natali Sakharkar<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms.Jyoti Gaikwad<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms.Yashoda Barve<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms.Priya Barhate<\/td><td>Assistant Professor<\/td><td>Teacher Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms.Snehal Navlakha<\/td><td>Management Representative<\/td><td>Management Representative<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms.Netra Deshpande<\/td><td>Administrative Officer<\/td><td>Administrative Officer<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Ms.Ruta Joshi<\/td><td>Adminstrative Officerr<\/td><td>Administrative Officer<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr.Neelkand Bajaj<\/td><td>Local Society Representative<\/td><td>Local Society Representative<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr.Atharva Mahajan<\/td><td>2020-23 Batch<\/td><td>Student Representative<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Mr.Bharat Gupta<\/td><td>2020-23 Batch<\/td><td>Alumni Representative<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Dr.Pratiksha Wable<\/td><td>Dean (Academics)<\/td><td>Invitee<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Ms.Suneeta Manekar<\/td><td>Guardian of Ms. Kareena Manekar 2019-22 Batch<\/td><td>Parent Representative<\/td><\/tr><tr><th scope=\"row\">16<\/th><td>Dr.Shailesh Kasande<\/td><td>CEO &amp; Group Director<\/td><td>Invitee<\/td><\/tr><tr><th scope=\"row\">17<\/th><td>Monika Kulkarni<\/td><td>Assistant Professor<\/td><td>IQAC Coordinator, Member Secretary<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4832\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4832\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4832\" tabindex=\"0\" hidden=\"hidden\"><h5>As per the new NAAC guidelines following will be the composition of IQAC for the Academic Year 2022-23<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<th scope=\"col\">Designation in IQAC<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<td>Chairperson: Head of the Institution<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Mr.Deepak Singh<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Ms.Monali Meghal<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Ms.Natali Sakharkar<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Ms.Jyoti Gaikwad<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms.Yashoda Barve<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms.Priya Barhate<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms.Snehal Navlakha<\/td>\n<td>Management Representative<\/td>\n<td>Management Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms.Netra Deshpande<\/td>\n<td>Administrative Officer<\/td>\n<td>Administrative Officer<\/td>\n<\/tr>\n<!---<tr>\n<th scope=\"row\">10<\/th>\n<td>Ms.Sheetal Phadke<\/td>\n<td>Adminstrative Officer<\/td>\n<td>Administrative Officer<\/td>\n<\/tr>--->\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr.Neelkand Bajaj<\/td>\n<td>Local Society Representative<\/td>\n<td>Local Society Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Mr.Atharva Mahajan<\/td>\n<td>2020-23 Batch<\/td>\n<td>Student Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Mr.Bharat Gupta<\/td>\n<td>2020-23 Batch<\/td>\n<td>Alumni Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Dr.Pratiksha Wable<\/td>\n<td>Dean (Academics)<\/td>\n<td>Invitee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr.Juzer Haderi<\/td>\n<td>NENCO Enterprise<\/td>\n<td>Industrialist<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Mr. Rajesh Naik<\/td>\n<td>Father of Ms. Riya Naik<\/td>\n<td>Parent Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Dr.Shailesh Kasande<\/td>\n<td>CEO &amp; Group Director<\/td>\n<td>Invitee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>CMA Monika Kulkarni<\/td>\n<td>Assistant Professor<\/td>\n<td>IQAC Coordinator, Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-4833\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-4833\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4833\" tabindex=\"0\" hidden=\"hidden\"><h5>As per the new NAAC guidelines following will be the composition of IQAC for the Academic Year 2023-24<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<th scope=\"col\">Designation in IQAC<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<td>Chairperson: Head of the Institution<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Mr.Deepak Singh<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Ms. Shilpa Sant<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Ms.Monali Meghal<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Dr. Ragini Mehta<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Dr. Mankurani Goel<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Sandeep Dhore<\/td>\n<td>Assistant Professor<\/td>\n<td>Teacher Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms.Snehal Navlakha<\/td>\n<td>Management Representative<\/td>\n<td>Management Representative<\/td>\n<\/tr>\n<!---<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms.Sheetal Phadake<\/td>\n<td>Administrative Officer<\/td>\n<td>Administrative Officer<\/td>\n<\/tr>--->\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms.Netra Deshpande<\/td>\n<td>Adminstrative Officer<\/td>\n<td>Administrative Officer<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr.Neelkand Bajaj<\/td>\n<td>Local Society Representative<\/td>\n<td>Local Society Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Mr.Eklavya Zavare<\/td>\n<td>2021-24 Batch<\/td>\n<td>Student Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Mr.Atharva Mahajan<\/td>\n<td>2020-2023 Batch<\/td>\n<td>Alumni Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Dr.Pratiksha Wable<\/td>\n<td>Dean (Academics)<\/td>\n<td>Invitee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Mr.Juzer Haderi<\/td>\n<td>NENCO Enterprise<\/td>\n<td>Industrialist<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Ms. Archana Sarda<\/td>\n<td>Ms. Nidhi Sarda Mother<\/td>\n<td>Parent Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">16<\/th>\n<td>Dr.Shailesh Kasande<\/td>\n<td>CEO &amp; Group Director<\/td>\n<td>Invitee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">17<\/th>\n<td>CMA Monika Kulkarni<\/td>\n<td>Assistant Professor<\/td>\n<td>IQAC Coordinator, Member Secretary<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-cefcdc7 all-tab-btn sns-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"cefcdc7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f36ed21\" data-id=\"f36ed21\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cf3973 elementor-widget elementor-widget-heading\" data-id=\"4cf3973\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Grievance Redressal Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaddcbf elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"eaddcbf\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2461\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2461\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2462\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2462\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2463\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2463\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2464\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2464\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2465\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2465\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2466\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2466\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2467\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2467\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2461\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2461\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2461\" tabindex=\"0\" hidden=\"false\"><h5>Grievance Redressal Committee for the Academic year 2019 \u2013 20<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><th scope=\"col\">Phone No<\/th><th scope=\"col\">Email ID<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Principal<\/td><td>8087444552<\/td><td>dr.abbas.lokhandwala@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Assistant Professor (Faculty Representative)<\/td><td>9960434341<\/td><td>rasika.naik@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Vishal Firode<\/td><td>Assistant Professor (Faculty Representative)<\/td><td>9511110203<\/td><td>vishal.firode@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><td>9021255085<\/td><td>netra.deshpande@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Bharat Gupta<\/td><td>Student Representative TY BSC-CS<\/td><td>9921568241<\/td><td>bharatgupta9828@gmail.com<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mr. Sumedh Ballal<\/td><td>Student Representative<br \/>TY B.Com<\/td><td>9766797434<\/td><td>anil.ballal@hdfcbank.com<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Sumedh Ballal<\/td><td>Student Representative<br \/>TY B.Com<\/td><td>9766797434<\/td><td>anil.ballal@hdfcbank.com<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr. Prayas Challani<\/td><td>Student Representative<br \/>SY BBA<\/td><td>9604637307<\/td><td>payuchhallani@gmail.com<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms. Anushka Doule<\/td><td>Student Representative<br \/>SY BBA-CA<\/td><td>9763740750<\/td><td>anushka21doule@gmail.com<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr.Parth Abhyankar<\/td><td>Student Representative<br \/>SY BBA-IB<\/td><td>8530084307<\/td><td>parthabhaynakar1024@gmail.com<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr.Rajan Joshi<\/td><td>Student Representative<br \/>FY BSC-Animation<\/td><td>9850829840<\/td><td>Rjrajanjoshi0710@gmail.com<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr. Anil Choudhary<\/td><td>Student Representative<br \/>FY M.Com<\/td><td>8983783650<\/td><td>Anil889choudhary@gmail.com<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Mr. Anup Yadav<\/td><td>Student Representative<br \/>FY MSC-CS<\/td><td>8237709757<\/td><td>anupshubhasyadav@gmail.com<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Asst. Prof. Deepak Singh<\/td><td>Secretary of the Committee<br \/>(Faculty Representative)<\/td><td>8830327739<\/td><td>deepak.singh@suryadatta.edu.in<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2462\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2462\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2462\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic year 2020 \u2013 21<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><th scope=\"col\">Phone No<\/th><th scope=\"col\">Email ID<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Principal<\/td><td>8087444552<\/td><td>dr.abbas.lokhandwala@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Assistant Professor (Faculty Representative)<\/td><td>9960434341<\/td><td>rasika.naik@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Vishal Firode<\/td><td>Assistant Professor (Faculty Representative)<\/td><td>9511110203<\/td><td>vishal.firode@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><td>9021255085<\/td><td>netra.deshpande@suryadatta.edu.in<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Prayas Challani<\/td><td>Student Representative<br \/>TY BBA<\/td><td>9604637307<\/td><td>payuchhallani@gmail.com<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Anushka Doule<\/td><td>Student Representative<br \/>SY BBA-CA<\/td><td>9763740750<\/td><td>anushka21doule@gmail.com<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr.Parth Abhyankar<\/td><td>Student Representative<br \/>SY BBA-IB<\/td><td>8530084307<\/td><td>parthabhaynakar1024@gmail.com<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr.Rajan Joshi<\/td><td>Student Representative<br \/>FY BSC-Animation<\/td><td>9850829840<\/td><td>Rjrajanjoshi0710@gmail.com<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Anil Choudhary<\/td><td>Student Representative<br \/>FY M.Com<\/td><td>8983783650<\/td><td>Anil889choudhary@gmail.com<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Anup Yadav<\/td><td>Student Representative<br \/>FY MSC-CS<\/td><td>8237709757<\/td><td>anupshubhasyadav@gmail.com<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Asst. Prof. Deepak Singh<\/td><td>Secretary of the Committee<br \/>(Faculty Representative)<\/td><td>8830327739<\/td><td>deepak.singh@suryadatta.edu.in<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2463\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2463\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2463\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic year 2021 \u2013 22<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Principal<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Assistant Professor (Faculty Representative)<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Deepak Singh<\/td><td>Secretary of the Committee<br \/>(Faculty Representative)<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms. Anupriya Dubey<\/td><td>(TY BSC) Animation Student Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Nandini Pardeshi<\/td><td>(FY MCom) Student Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mayuri Mohol<\/td><td>(TY BCom) Student Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Aishwarya Jadhav<\/td><td>(SY BBA IB) Student Representative<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Deepak Yadav<\/td><td>(TY BSC CS) Student Representative<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Sushrut Yardoni<\/td><td>(SY BSC CS) Student Representative<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Asst. Prof. Ritu Prasad<\/td><td>Secretary of the Committee<br \/>(Faculty Representative)<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2464\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2464\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2464\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic year 2022 \u2013 23<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Asst Prof Monika Kulkarni<\/td><td>Vice Principal<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Dr Aparna Deshmukh<\/td><td>Assistant Professor (Faculty Representative)<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Sheron Joshi<\/td><td>Student Representative SY MSC<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Aishwarya Jadhav<\/td><td>Student Representative TY BBA-IB<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Atharva Mahajan<\/td><td>Student Representative TY BCom<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Nandini Pardeshi<\/td><td>Student Representative SY M.Com<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Sandhya Gaikwad<\/td><td>Student Representative SY Bcom<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Prof. Deepak Singh<\/td><td>Secretary of the Committee (Faculty Representative)<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2465\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2465\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2465\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic year 2023 \u2013 24<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asmita Joshi<\/td>\n<td>Assistant Professor (Faculty Representative)<\/td>\n<\/tr>\n<!--<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Sheetal Phadake<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>--->\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Sarthak Shasane<\/td>\n<td>Student Representative TY BBA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Sameehan Nagarkar<\/td>\n<td>Student Representative TY BA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Prajwal Kuthalkar<\/td>\n<td>Student Representative TY BCom<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Atharva Mahajan<\/td>\n<td>Student Representative SY BBA IB<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Yajuvndra Kulkarni<\/td>\n<td>Student Representative SY Bcom<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Prof. Deepak Singh<\/td>\n<td>Secretary of the Committee (Faculty Representative)<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2466\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2466\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2466\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic Year 2024 \u2013 25<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Principal<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asmita Joshi<\/td>\n<td>Assistant Professor (Faculty Representative)<\/td>\n<\/tr>\n<!---<tr>\n<th scope=\"row\">3<\/th>\n<td>Mrs. Sheetal Phadake<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>--->\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Sarthak Shasane<\/td>\n<td>Student Representative TY BBA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Sameehan Nagarkar<\/td>\n<td>Student Representative TY BA<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Prajwal Kuthalkar<\/td>\n<td>Student Representative TY BCom<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Atharva Mahajan<\/td>\n<td>Student Representative SY BBA IB<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Yajuvndra Kulkarni<\/td>\n<td>Student Representative SY Bcom<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Prof. Deepak Singh<\/td>\n<td>Secretary of the Committee (Faculty Representative)<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2467\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2467\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2467\" tabindex=\"0\" hidden=\"hidden\"><h5>Grievance Redressal Committee for the Academic Year 2025 \u2013 26<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Shrikant Jagtap<\/td><td>Principal<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Ms. Monika Kulkarni<\/td><td>Head of Department- Commerce (Faculty Representative)<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Dr. Soniya Karade<\/td><td>Head of Department -Arts<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Dr. Shital Kadam<\/td><td>Head of Department- Science<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms. Anshika Joshi<\/td><td>Head of Department- Animation<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mrs. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms. Vaishnavi Dhmale<\/td><td>Student Representative<br \/>SY BSC. CS<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr. Divesh Mote<\/td><td>Student Representative<br \/>FY BSc. Animation<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Atharva Mahajan<\/td><td>Student Representative<br \/>SY. M.Com<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Sahil Sathe<\/td><td>Student Representative<br \/>SY BA<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr. Ganesh Choudhari<\/td><td>Student Representative<br \/>SY Bcom<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Dr. Sandeep Dhore<\/td><td>Secretary of the Committee<br \/>(Faculty Representative)<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ca4c23c all-tab-btn sjc-sps-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"ca4c23c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fc1a5bb\" data-id=\"fc1a5bb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a359f82 elementor-widget elementor-widget-heading\" data-id=\"a359f82\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Internal Complaint Committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d5b624 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"8d5b624\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1481\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1481\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1482\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1482\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1483\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1483\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1484\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1484\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1485\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1485\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1486\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1486\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1487\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1487\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1481\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1481\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1481\" tabindex=\"0\" hidden=\"false\"><h5>Internal Complaint Committee (ICC) for the Academic year 2019 \u2013 20<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst. Prof. Priyanka Jadhav<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Netra Deshpande<\/td><td>Member, Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Rahul Somwanshi<\/td><td>Member, Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mrs. Manisha Borle<\/td><td>Representative from NGO (Art of Living)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms. Anupriya<\/td><td>Student Representative<br \/>FY BSC- Animation<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Mohit Jain<\/td><td>Student Representative<br \/>SY BBA Year<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Ms. Kalyani Tak<\/td><td>Student Representative<br \/>SY B.Com year<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr.Chinmay Bakshi<\/td><td>Student Representative<br \/>SY BBA-CA Year<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Ms. Pooja Bhavsar<\/td><td>Student Representative<br \/>SY BSC-CS Year<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Ms. Mansi Panchgam<\/td><td>Student Representative<br \/>SY BBA-IB Year<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Asst. Prof. Yashoda Barve<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1482\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1482\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1482\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic year 2020 \u2013 21<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst. Prof. Priyanka Jadhav<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Netra Deshpande<\/td><td>Member, Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>IT Faculty with approval<\/td><td>Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mrs. Manisha Borle<\/td><td>Representative from NGO (Art of Living)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms. Anupriya<\/td><td>Student Representative<br \/>FY BSC- Animation<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Ms. Sheetal Choudhary<\/td><td>Student Representative<br \/>TY BBA Year<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Ms. Swathy Pillay<\/td><td>Student Representative<br \/>TY B.Com Year<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Mr.Chinmay Bakshi<\/td><td>Student Representative<br \/>TY BBA-CA year<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Ms. Deepak Yadav<\/td><td>Student Representative<br \/>SY BSC-CS Year<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Ms. Youradni Khetawat<\/td><td>Student Representative<br \/>SY BBA-IB Year<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Asst. Prof. Yashoda Barve<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1483\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1483\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1483\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic year 2021 \u2013 22<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Rasika Naik<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Monali Meghal<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Priyanka Jadhav<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Jyoti Gaikwad<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Netra Deshpande<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Ruta Joshi<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mrs. Manisha Borle<\/td>\n<td>Representative from NGO (Art of Living) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Anupriya<\/td>\n<td>Student Representative, SY BSC- Animation<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Sarthak Sahasane<\/td>\n<td>Students Representative (BBA First Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Mr. Advait Gaidhani<\/td>\n<td>Students Representative (FY BBA IB) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms. Shubhshree Raout<\/td>\n<td>Students\u2019 Representative (B.Com First Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Ms. Ayush Singh<\/td>\n<td>Students Representative (BCOM Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Ms.Samruddhi Mahindrakar<\/td>\n<td>Students Representative (BBA-IB Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Asst. Prof. Yashoda Barve<\/td>\n<td>Students Representative (BBA-IB Second Year) <\/td>\n<\/tr>\n\n\n\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1484\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1484\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1484\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic year 2022 \u2013 23<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Dr. Neeta Bharmbe<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Monali Meghal<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Priyanka Jadhav<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Jyoti Gaikwad<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Netra Deshpande<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Ruta Joshi<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mrs. Manisha Borle<\/td>\n<td>Representative from NGO (Art of Living) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Anupriya<\/td>\n<td>Student Representative, SY BSC- Animation<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Sarthak Sahasane<\/td>\n<td>Students Representative (BBA Second year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Mr. Advait Gaidhani<\/td>\n<td>Students Representative (SY BBA IB) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms. Shubhshree Raout<\/td>\n<td>Students\u2019 Representative (B.Com Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Ms. Vaishnavi Kurme<\/td>\n<td>Students Representative (BCOM Second Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Ms.Samruddhi Mahindrakar<\/td>\n<td>Students Representative (BBA-IB Third year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Asst. Prof. Yashoda Barve<\/td>\n<td>Students Representative (BBA-IB Second Year) <\/td>\n<\/tr>\n\n\n\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1485\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1485\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1485\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic year 2023 \u2013 24<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Dr. Mankurani Goel<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Monali Meghal<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Priyanka Jadhav<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Poonam Surve<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Netra Deshpande<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Ruta Joshi<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mrs. Manisha Borle<\/td>\n<td>Representative from NGO (Art of Living) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mr. Sameehan Nagarkar<\/td>\n<td>Student Representative (Student Representative,TY BA)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Sarthak Sahasane<\/td>\n<td>Students Representative (BBA Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Mr. Advait Gaidhani<\/td>\n<td>Students Representative (TY BBA IB) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms. Shubhshree Raout<\/td>\n<td>Students\u2019 Representative (B.Com Third Year) <\/td>\n<\/tr>\n\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Ms. Vaishnavi Kurme<\/td>\n<td>Students Representative (BCOM Third Year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Ms.Samruddhi Mahindrakar<\/td>\n<td>Students Representative (BBA-IB Third year) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Asst. prof. Shilpa Sant<\/td>\n<td>Secretary of the Committee <\/td>\n<\/tr>\n\n\n\n\n\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1486\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1486\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1486\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic year 2023 \u2013 24<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Dr. Mankurani Goel<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Asst. Prof. Priyanka Jadhav<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Asst. Prof. Poonam Surve<\/td><td>Member, Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Netra Deshpande<\/td><td>Member, Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms. Ruta Joshi<\/td><td>Member, Non-Teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mrs. Manisha Borle<\/td><td>Representative from NGO (Art of Living)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Sameehan Nagarkar<\/td><td>Student Representative (Student Representative,TY BA)<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Sarthak Sahasane<\/td><td>Students Representative (BBA Third Year)<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Mr. Advait Gaidhani<\/td><td>Students Representative (TY BBA IB)<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Ms. Shubhshree Raout<\/td><td>Students\u2019 Representative (B.Com Third Year)<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Ms. Vaishnavi Kurme<\/td><td>Students Representative (BCOM Third Year)<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Ms.Samruddhi Mahindrakar<\/td><td>Students Representative (BBA-IB Third year)<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Asst. prof. Shilpa Sant<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1487\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1487\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1487\" tabindex=\"0\" hidden=\"hidden\"><h5>Internal Complaint Committee (ICC) for the Academic Year 2025 \u2013 26<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Shrikant Jagtap<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Asmita Joshi<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Monali Meghal<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Priyanka Wankhade<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Chaitali Salunke<\/td>\n<td>Member, Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Netra Deshpande<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Ms. Ruta Joshi<\/td>\n<td>Member, Non-Teaching Staff Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Mrs. Manisha Borle<\/td>\n<td>Representative from NGO (Art of Living)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Ms. Anupriya<\/td>\n<td>Student Representative, SY BSC- Animation\n<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">10<\/th>\n<td>Mr. Aditya Wadekar<\/td>\n<td>Students Representative (Third Year BA) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">11<\/th>\n<td>Ms. Harsha Selwani<\/td>\n<td>Students Representative (TYBA)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">12<\/th>\n<td>Ms.Anjani Sharma<\/td>\n<td>Students\u2019 Representative (SY BSc. CS) <\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">13<\/th>\n<td>Mr. Aditya Desai<\/td>\n<td>Students Representative (FY B.Com)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">14<\/th>\n<td>Ms. Anushka Tambe<\/td>\n<td>Students Representative (BSc. IT Second Year)<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">15<\/th>\n<td>Dr. Shital Kadam<\/td>\n<td>Secretary of the Committee<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f6b3bf9 all-tab-btn siics-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"f6b3bf9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cf6fa44\" data-id=\"cf6fa44\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0805fbc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0805fbc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Anti Women Harassment\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-756871f elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"756871f\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1231\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1231\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1232\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1232\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1231\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1231\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1231\" tabindex=\"0\" hidden=\"false\"><h5>Anti Women Harassment Cell for the Academic year 2019 \u2013 20<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Prof. Jyoti Gaikwad<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Prof. Yashoda Barve<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Prof. Jayshri Patil<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Sneha Yadav<\/td><td>Student Representative<br \/>(BBA-CA First Year)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Anushka Shinde<\/td><td>Student Representative<br \/>(BSC-CS First Year)<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Amruta Darndale<\/td><td>Student Representative<br \/>(BSC-CS First Year)<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Srushti Kharage<\/td><td>Student Representative<br \/>(BBA Second Year)<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Shami Phartale<\/td><td>Student Representative<br \/>(BBA-IB Second Year)<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Khushali Bhote<\/td><td>Student Representative<br \/>(M.Com First Year)<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Shraddha Prabhu<\/td><td>Student Representative<br \/>(MSC-CS First Year)<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Prof. Ritu Prasad<\/td><td>Member Secretary and Faculty Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1232\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1232\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1232\" tabindex=\"0\" hidden=\"hidden\"><h5>Anti Women Harassment Cell for the Academic Year 2020 \u2013 21<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Asst. Prof. Rasika Naik<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Asst. Prof. Monali Meghal<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Prof. Jyoti Gaikwad<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Dr. Vijayalaxmi Nemmaniwar<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Prof. Yashoda Barve<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Prof. Jayshri Patil<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Sneha Yadav<\/td><td>Student Representative<br \/>BBA-CA First Year<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Anushka Shinde<\/td><td>Student Representative<br \/>BSC-CS First Year<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Amruta Darndale<\/td><td>Student Representative<br \/>BSC-CS First Year<\/td><\/tr><tr><th scope=\"row\">11<\/th><td>Srushti Kharage<\/td><td>Student Representative<br \/>BBA Second Year<\/td><\/tr><tr><th scope=\"row\">12<\/th><td>Shami Phartale<\/td><td>Student Representative<br \/>BBA-IB Second Year<\/td><\/tr><tr><th scope=\"row\">13<\/th><td>Khushali Bhote<\/td><td>Student Representative<br \/>M.Com First Year<\/td><\/tr><tr><th scope=\"row\">14<\/th><td>Shraddha Prabhu<\/td><td>Student Representative<br \/>MSC-CS First Year<\/td><\/tr><tr><th scope=\"row\">15<\/th><td>Dr. Neeta Bharambe<\/td><td>Secretary of the Committee<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d706960 all-tab-btn sift-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"d706960\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ff7ec92\" data-id=\"ff7ec92\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85050d5 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"85050d5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NSS Committee <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caba47f elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"caba47f\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2121\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2121\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2122\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2122\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2121\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2121\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2121\" tabindex=\"0\" hidden=\"false\"><h5>NSS Committee for the Academic year 2019 \u2013 20<\/h5>\n<table class=\"table\" style=\"text-align:center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<th scope=\"col\">Phone<\/th>\n<th scope=\"col\">Email ID<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala\n(Principal SCMIRT)<\/td>\n<td>Committee Chairman<\/td>\n<td>8087444552<\/td>\n<td>dr.abbas.lokhandwala@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Priya Barhate<\/td>\n<td>NSS Program Officer<\/td>\n<td>9028007285<\/td>\n<td>Priya.barhate@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Deepak Singh<\/td>\n<td>Committee Member<\/td>\n<td>8830327739<\/td>\n<td>deepak.singh@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Vishal Firode<\/td>\n<td>Committee Member<\/td>\n<td>9511110203<\/td>\n<td>vishal.firode@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Nishigandha Patil<\/td>\n<td>Committee Member<\/td>\n<td>9689060159<\/td>\n<td>nishigandha.patil@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Mahesh Mulewa<\/td>\n<td>Students Representative\nSY BBA IB<\/td>\n<td>7875204752<\/td>\n<td>Maheshmulewa1345@gmail.com<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Shami Fartale<\/td>\n<td>Students Representative\nSY BBA IB<\/td>\n<td>8888855101<\/td>\n<td>shamifartale@gmail.com<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2122\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2122\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2122\" tabindex=\"0\" hidden=\"hidden\"><h5>NSS Committee for the Academic year 2020 \u2013 21<\/h5>\n<table class=\"table\" style=\"text-align:center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<th scope=\"col\">Phone<\/th>\n<th scope=\"col\">Email ID<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala\n(Principal SCMIRT)<\/td>\n<td>Committee Chairman<\/td>\n<td>8087444552<\/td>\n<td>dr.abbas.lokhandwala@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Asst. Prof. Priya Barhate<\/td>\n<td>NSS Program Officer<\/td>\n<td>9028007285<\/td>\n<td>Priya.barhate@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Asst. Prof. Deepak Singh<\/td>\n<td>Committee Member<\/td>\n<td>8830327739<\/td>\n<td>deepak.singh@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Asst. Prof. Vishal Firode<\/td>\n<td>Committee Member<\/td>\n<td>9511110203<\/td>\n<td>vishal.firode@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Asst. Prof. Nishigandha Patil<\/td>\n<td>Committee Member<\/td>\n<td>9689060159<\/td>\n<td>nishigandha.patil@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Asst. Prof.  Monika Kulkarni<\/td>\n<td>Committee Member<\/td>\n<td>9881194124<\/td>\n<td>Monika.kulkarni@suryadatta.edu.in<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Vaibhav Sarak<\/td>\n<td>Students Representative\nSY BBA CA <\/td>\n<td>9561799303<\/td>\n<td>Vaibhav.sarak61@gmail.com<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Amruta Darandale<\/td>\n<td>Students Representative\nTY BSc-Animation <\/td>\n<td>9607092602<\/td>\n<td>Amruta.darandale20180803004@simmc.edu.in<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9601a2e all-tab-btn sihs-cop-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"9601a2e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a828974\" data-id=\"a828974\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1f86f9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f1f86f9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reservation Committee <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8104fc elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"a8104fc\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1761\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1761\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1762\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1762\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1763\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1763\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1764\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1764\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1765\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1765\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1766\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1766\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-1767\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1767\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-1761\" aria-expanded=\"false\">2019-20<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1761\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1761\" tabindex=\"0\" hidden=\"false\"><h5>Reservation Committee (for SC, ST) for the Academic year 2019 \u2013 20<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Mr. Rahul Somwanshi<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Ms. Amit Kamble (SC)<\/td><td>Students Representative<br \/>(B.Com, Third Year)<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Ms. Madhumita Waikar(SC)<\/td><td>Students Representative<br \/>(BSC-Animation, Second Year)<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Anukul Gajbhiye (SC)<\/td><td>Students Representative<br \/>(BBA, Second Year)<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Mandeep Jadhav (SC)<\/td><td>Students Representative<br \/>(BBA, First Year)<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Prasad Mane (SC)<\/td><td>Students Representative<br \/>(BSC-CS, First Year)<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms. Jyoti Gaikwad<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1762\" aria-expanded=\"false\">2020-21<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1762\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1762\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2020 \u2013 21<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Mr. Rahul Somwanshi<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Dr. Neeta Bharambe<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Dr. Madhuri Pant<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms. Aachal Patil (SC)<\/td><td>Students Representative<br \/>BBA-IB, Second year<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ms. Madhumita Waikar(SC)<\/td><td>Students Representative<br \/>BSC-Animation, Third Year<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Anukul Gajbhiye (SC)<\/td><td>Students Representative<br \/>BBA, Third Year<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms. Mandeep Jadhav (SC)<\/td><td>Students Representative<br \/>BBA, Second Year<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Prasad Mane (SC)<\/td><td>Students Representative<br \/>BSC-CS, Second Year<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Ms. Jyoti Gaikwad<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1763\" aria-expanded=\"false\">2021-22<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1763\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1763\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2021 \u2013 22<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Ms. Netra Deshpande<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Dr. Neeta Bharambe<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Dr. Madhuri Pant<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms. Aachal Patil (SC)<\/td><td>Students Representative<br \/>BBA-IB, Second Year<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mr. Atharv Mahajan<\/td><td>Students Representative<br \/>B.Com Second Year<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms. Sarojini Argekar<\/td><td>Students Representative<br \/>B. A First Year<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Ms. Mandeep Jadhav (SC)<\/td><td>Students Representative<br \/>BBA IB, Second Year<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. Prasad Mane (SC)<\/td><td>Students Representative<br \/>BSC-CS, Second Year<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Ms. Jyoti Gaikwad<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1764\" aria-expanded=\"false\">2022-23<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1764\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1764\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2022 \u2013 23<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Dr. Neeta Bharmbe<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Ms. Rasika Dighde<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Dr. Ragini Mehta<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms.Heena Pathan<\/td><td>Students Representative BBA-IB, Second year<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ekalavya Jaware<\/td><td>Students Representative B. Com Second Year<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms. Priyanshi Goswami<\/td><td>Students Representative BBA, Second year<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr. Saurabh Borkar<\/td><td>Students Representative BA, First Year<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms. Miheeka Borate<\/td><td>Students Representative B. Com, Second Year<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Sandeep Dhore<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1765\" aria-expanded=\"false\">2023-24<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1765\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1765\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2023 \u2013 24<\/h5><table class=\"table\" style=\"text-align: center;\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Abbas Lokhandwala<\/td><td>Chairman of the Committee<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Ms. Sheetal Phadke<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Ms. Rasika Dighde<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Dr. Ragini Mehta<\/td><td>Member and Faculty Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Ms.Heena Pathan<\/td><td>Students Representative BBA-IB, Third Year<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Ekalavya Jaware<\/td><td>Students Representative B. Com Third Year<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Ms. Priyanshi Goswami<\/td><td>Students Representative BBA, Third Year<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr. Saurabh Borkar<\/td><td>Students Representative BA, Second Year<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Ms. Miheeka Borate<\/td><td>Students Representative B. Com, Third Year<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Mr. Sandeep Dhore<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1766\" aria-expanded=\"false\">2024-25<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1766\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1766\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2024 \u2013 25<\/h5>\n<table class=\"table\" style=\"text-align: center;\">\n<thead class=\"thead-dark\">\n<tr>\n<th scope=\"col\">Sr.No.<\/th>\n<th scope=\"col\">Name<\/th>\n<th scope=\"col\">Designation<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\">1<\/th>\n<td>Dr. Abbas Lokhandwala<\/td>\n<td>Chairman of the Committee<\/td>\n<\/tr>\n<!--<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Sheetal Phadke<\/td>\n<td>Non-teaching Staff Representative<\/td>\n<\/tr>--->\n<tr>\n<th scope=\"row\">2<\/th>\n<td>Ms. Rasika Dighde<\/td>\n<td>Member and Faculty Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">3<\/th>\n<td>Dr. Ragini Mehta<\/td>\n<td>Member and Faculty Representative<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">4<\/th>\n<td>Ms.Heena Pathan<\/td>\n<td>Students Representative BBA-IB, Third Year<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">5<\/th>\n<td>Ekalavya Jaware<\/td>\n<td>Students Representative B. Com Third Year<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">6<\/th>\n<td>Ms. Priyanshi Goswami<\/td>\n<td>Students Representative BBA, Third Year<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">7<\/th>\n<td>Mr. Saurabh Borkar<\/td>\n<td>Students Representative BA, Second Year<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">8<\/th>\n<td>Ms. Miheeka Borate<\/td>\n<td>Students Representative B. Com, Third Year<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\">9<\/th>\n<td>Mr. Sandeep Dhore<\/td>\n<td>Secretary of the Committee &amp;Teaching Staff Representative<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-1767\" aria-expanded=\"false\">2025-26<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1767\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1767\" tabindex=\"0\" hidden=\"hidden\"><h5>Reservation Committee (for SC, ST) for the Academic year 2025 \u2013 26<\/h5><table class=\"table\"><thead class=\"thead-dark\"><tr><th scope=\"col\">Sr.No.<\/th><th scope=\"col\">Name<\/th><th scope=\"col\">Designation<\/th><\/tr><\/thead><tbody><tr><th scope=\"row\">1<\/th><td>Dr. Shrikant Jagtap<\/td><td>Principal<\/td><\/tr><tr><th scope=\"row\">2<\/th><td>Dr. Soniya Karade<\/td><td>Faculty Member<\/td><\/tr><tr><th scope=\"row\">3<\/th><td>Mr. Abhishek Rasane<\/td><td>Non-teaching Staff Representative<\/td><\/tr><tr><th scope=\"row\">4<\/th><td>Ms Netra Deshpande<\/td><td>Administrative Staff Representative<\/td><\/tr><tr><th scope=\"row\">5<\/th><td>Mr. Rohan Vittal Koli<\/td><td>Students Representative (BA, Third Year)<\/td><\/tr><tr><th scope=\"row\">6<\/th><td>Mr. Aditya Madhukar Gaikwad (SC)<\/td><td>Students Representative (BSC-CS, First Year)<\/td><\/tr><tr><th scope=\"row\">7<\/th><td>Mr. Tanuj Rajmanikkam (SC)<\/td><td>Students Representative BSc. IT Third Year<\/td><\/tr><tr><th scope=\"row\">8<\/th><td>Mr. Hariom Ravi Rawalkar<\/td><td>Students Representative (BBA, Third Year)<\/td><\/tr><tr><th scope=\"row\">9<\/th><td>Mr. ANSH PANKAJ BORKAR (SC)<\/td><td>Students Representative (B.Com Third Year)<\/td><\/tr><tr><th scope=\"row\">10<\/th><td>Ms. Revati Vyas<\/td><td>Secretary of the Committee &amp;Teaching Staff Representative<\/td><\/tr><\/tbody><\/table><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aadf8dd all-tab-btn piat-tab elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"aadf8dd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-57110c3\" data-id=\"57110c3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-188e69a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"188e69a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to The Nature, Mukaiwadi, Pune<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaf4696 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"eaf4696\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The Nature, nestled in the heart of lush green landscapes and natural luxuriance, is a unique cluster of exclusive villaments.\u00a0 Its functional infrastructure is designed to ensure seamless integration of modern amenities and thoughtful features. The students explored sustainable architecture, natural building materials, and eco-friendly design practices. The serene environment allowed the students to observe how nature and design can harmoniously coexist. Hands-on sessions and guided tours deepened their understanding of green living concepts. The visit inspired the students\u00a0 to incorporate sustainability into their future interior design projects.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc3e406 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"fc3e406\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image001-4.jpg\" alt=\"Suryadatta Students Discover Sustainable Living\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image002-1.jpg\" alt=\"Suryadatta Students Discover Sustainable Living at The Nature, Mukaiwadi\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-393e4d9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"393e4d9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Design Innovation Project Exhibition (DIPEX) 2025<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d10ca47 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d10ca47\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>DIPEX is a state-level exhibition of innovative projects organized by the prestigious College of Engineering, Pune (COEP). This annual event brings together young minds and serves as a platform for budding innovators to showcase their knowledge, skills, and ideas. The level of thought, research, and effort that students invest in their projects is truly inspiring. Participants were amazed by the variety and depth of the projects on display, and the exhibition offered valuable learning opportunities\u2014encouraging students to incorporate innovative ideas into their own design work.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6643e0a elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"6643e0a\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image003-4.jpg\" alt=\"Suryadatta Students Visit DIPEX at COEP to Explore Innovation in Engineering\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image004-1.jpg\" alt=\"Suryadatta Students Visit DIPEX at COEP to Explore Innovation\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a908ee2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a908ee2\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to A &amp; I Digest Annual Design Exhibition<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bba0b5c elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"bba0b5c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Students visited the A &amp; I Digest Annual Design Exhibition, a vibrant showcase of creativity and innovation. They explored work panels by renowned architects and interior designers, gaining insight into diverse design approaches. The exhibition offered a glimpse into current industry trends, materials, and presentation styles. Students also interacted with vendors at product stalls, learning about the latest in furnishings, finishes, and technology. The experience bridged academic learning with professional exposure and real-world applications. It was an inspiring and informative visit that broadened their design perspective and industry understanding.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86953cd elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"86953cd\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image005-3.jpg\" alt=\"Suryadatta Students Gain Industry Insights at A&amp;I Digest Annual Design Exhibition\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image006-2.jpg\" alt=\"Suryadatta Students Explore Industry Trends at A &amp; I Digest Annual Design Exhibition\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c322f28 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c322f28\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to Koskii Garments<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da85358 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"da85358\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Interior Design students visited the Koskii women&#8217;s clothing store in Pune to study retail store interior design.<\/p><p>They observed the store\u2019s layout, lighting, and material choices that enhanced the shopping experience. Attention was given to display techniques, color coordination, and space utilization for customer engagement. The students explored how branding and interior design work together to create a strong visual identity. They interacted with store personnel to understand practical aspects of design in a commercial setting. The visit provided valuable insights into retail aesthetics, &amp; functionality.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d874ff elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"9d874ff\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image007-3.jpg\" alt=\"Suryadatta Interior Design Students Explore Retail Aesthetics at Koskii Garments\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image008-3.jpg\" alt=\"Students Explore Retail Aesthetics at Koskii Garments\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image009-3.jpg\" alt=\"Suryadatta Interior Design Students Explore Retail Aesthetics at Koskii Garments\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7981260 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7981260\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to Family Interiors Design Expo 2024<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f930bb elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3f930bb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The students visited the Family Interiors Annual Design Exhibition, a dynamic platform showcasing industry excellence. They explored impressive work panels by architects and interior designers, learning about design innovation and trends. Product stalls by various vendors introduced them to new materials, finishes, and technologies in the market. A striking bamboo entrance set the tone, promoting sustainable design and raising awareness about climate change. The students appreciated the integration of eco-friendly practices with contemporary design solutions. It was an enriching experience that deepened their understanding of responsible and forward-thinking design.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8147fa elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"f8147fa\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image010-2.jpg\" alt=\"Suryadatta Students Engage with Sustainable Design at Family Interiors Expo 2024\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image011-4.jpg\" alt=\"Suryadatta Students Engage with Sustainable Design at Family Interiors Expo 2024\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c7583b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5c7583b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Heritage Walk<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4acfa5 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"f4acfa5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Interior Design students participated in a heritage walk from Shaniwar Wada to Vishrambaug Wada, Pune. The walk aimed to connect them with Pune\u2019s rich architectural history and cultural roots. Students observed traditional Wada architecture, intricate woodwork, and spatial planning techniques. Experts shared insights on heritage conservation and the relevance of historical design in modern times. The experience sparked appreciation for local craftsmanship and design evolution through the ages. It was a meaningful journey that blended history, architecture, and learning in a memorable way.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0819678 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"0819678\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image012-2.jpg\" alt=\"Suryadatta Interior Design Students Explore Pune\u2019s Architectural Heritage\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image013-3.jpg\" alt=\"Suryadatta Interior Design Students Explore Pune\u2019s Architectural Heritage\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-922a0bb elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"922a0bb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to Unbuilt Exploration Expo<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f2e1d3 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"2f2e1d3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The exhibition, aptly named Unbuilt Exploration, centers on the creative works and design philosophy of Ar. Prasanna Morey,\u00a0 Founder &amp; Principal Architect of PMA Madhushala, Pune. It showcases two of his unrealized projects, which epitomize Ar.Prasanna\u2019s conceptual essence, embodying his unadulterated thoughts and ideas, untethered by the constraints of construction. Guided by the theme of unpinned expressions, the students were engaged with ideas rooted in philosophy and innovation. This experience emphasized the importance of process over product in design. It was a thought-provoking visit that encouraged students to embrace abstract thinking in their creative journey.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20fedc7 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"20fedc7\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image014-2.jpg\" alt=\"Suryadatta Students Experience Conceptual Design at Unbuilt Exploration Expo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image015-1.jpg\" alt=\"Suryadatta Students Experience Conceptual Design\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-063cc10 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"063cc10\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Visit to Birla Opus Paints<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b66d42 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9b66d42\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Students visited the Opus Paint Display for an interactive learning experience. They explored a variety of paints, textures, and finishes, gaining insight into current design trends. The Opus team shared valuable tips on application techniques and the role of color in interiors.<br \/>The visit helped them connect classroom knowledge with real-world materials and design choices.<br \/>It was an inspiring and eye-opening experience that added a creative spark to their learning journey.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-486a969 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"486a969\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:23,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image016-1.jpg\" alt=\"Students Explore Color &amp; Texture Trends at Birla Opus Paints\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/06\/image017-1.jpg\" alt=\"Suryadatta Students Explore Color &amp; Texture Trends at Birla Opus Paints\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Committee Grievance Redressal Committee Internal Complaint Committee Internal Quality Assurance Cell Anti-Ragging Committee Anti-Women Harassment Cell Reservation Committee Library Committee Industry Institute Interaction Committee Examination Committee Cultural Committee NSS Committee Under the Global Educational Harmony Program, students &amp; teachers of the Suryadatta Institutes of Management are on a study tour at the Asian Institute of Technology, Thailand Pune: Under the Global Educational Harmony Program, a nine-day study tour of students and teachers from Suryadatta Institutes of Management to the Asian Institute of Technology (AIT) has been organized from October 18 to 26, 2024. The team has recently arrived in Thailand. As part of the global harmony program, the visit to AIT will span four days, including guest lectures by expert professors at AIT, a campus tour, networking, and visits to industries such as Robert Bosch and Siam Cement Group. There will also be a two-day cultural exchange in Pattaya, followed by visits to a Buddhist temple and the floating market, To promote mutual academic cooperation and research, Suryadatta Group of Institutes recently signed an MoU with the Asian Institute of Technology. The purpose of this agreement is to foster student and faculty exchange, capacity building, and other mutually beneficial initiatives. This study tour is organized under that agreement. Through this Global Harmony Program, students will experience a unique blend of educational harmony, industrial exposure, and cultural enrichment in the vibrant city of Bangkok. This will provide them with a comprehensive, enriching, and transformative academic experience, as well as opportunities for cultural harmony and career growth. It is also expected that the program will give students the skills and insights needed to thrive in the rapidly changing global business environment, stated Professor Dr. Sanjay B. Chordiya. Outbound Leadership Program to Goa was organised for PG Management students &amp; Staff members of Suryadatta Institutes of Management from 29th Sept to 4th Oct 2024 Suryadatta Institutes of Management, Pune organised an Outbound leadership program to Goa for its students and staff members from 29th Sept to 4th Oct, 2024. This outbound leadership program was organised to provide the students with a unique blend of academic immersion, industry experience and cultural enrichment in the vibrant city of Goa. The outbound leadership program included Guest session of Brig Kiran Kumar Thacker (Retd) who has retired from the GRENADIERS regiment of the Indian Army in 2016 and an alumnus of the esteemed National Defence Academy Pune, Indian Military Academy Dehradun; Guest session of Mr Shashwat Gupta Ray, Deputy Editor, Herald Group of Publications, Goa. The students had opportunity to visit companies such as Smartlink Holdings, Automobile Corporation of Goa Ltd, City Aluminium, Prudent Press office, Elegant offset printing Press, etc, and also to Goa museum, spice plantation, etc. In short, the study tour to Goa was a comprehensive, enriching, and transformative educational experience for students to have a sustainable career ahead. This programme provided Universal Human values, holistic experience, and insights needed to thrive in the rapidly evolving landscape of global business. Industry Institute Interaction Committee 2019-20 2021-22 2019-20 Industry Institute Interaction Committee for the Academic year 2019 \u2013 20 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairman of the Committee 2 Asst. Prof. Priya Barhate Member 3 Asst. Prof. Rasika Naik Member 4 Asst. Prof. Priyanka Wankhade Member 5 Asst. Prof. Priyanka Jadhav Member 6 Asst. Prof. Ritu Prasad Member 7 Asst. Prof. Monali Meghal Member 8 Asst. Prof. Ankit Jain Member 9 Dr. Vijayalaxmi Nemmaniwar Secretary of the Committee 2021-22 Industry Institute Interaction Committee for the Academic Year 2020 \u2013 21 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairman of the Committee 2 Asst. Prof. Monika Kulkarni Member 3 Asst. Prof. Khushali Oza Member 4 Asst. Prof. Priyanka Wankhade Member 5 Asst. Prof. Priyanka Jadhav Member 6 Asst. Prof. Ritu Prasad Member 7 Asst. Prof. Monali Meghal Member 8 Asst. Prof. Amol Gupte Member 9 Dr. Vijayalaxmi Nemmaniwar Secretary of the Committee Examination Committee 2019-20 2020-21 2019-20 Examination Committee for the Academic Year 2019 \u2013 20 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairperson: Head of the Institution 2 Asst.Prof.Deepak Singh Member 3 Asst.Prof.Monali Meghal Member 4 Asst.Prof.Ritu Prasad Member 5 Asst.Prof. Rasika Naik Member 6 Dr. Vijayalaxmi Nemmaniwar Member 7 Asst.Prof.Jyoti Gaikwad Member 8 Asst. Prof. Ankit Jain Member 9 Dr. Vijayalaxmi Nemmaniwar Secretary of the Committee 2020-21 Examination Committee for the Academic Year 2020 \u2013 21 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairperson: Head of the Institution 2 Asst.Prof.Deepak Singh Member 3 Asst.Prof.Monali Meghal Member 4 Asst.Prof.Ritu Prasad Member 5 Asst.Prof. Rasika Naik Member 6 Dr. Vijayalaxmi Nemmaniwar Member 7 Dr.Ankit Jain Member 8 Asst.Prof.Jyoti Gaikwad College Examination Officer(Member Secretary) Cultural Committee 2019-20 2020-21 2019-20 Cultural Committee for the Academic Year 2019 \u2013 20 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairman of the Committee 2 Asst. Prof. Priyanka Wankhade Member 3 Asst. Prof. Natali Sakharkar Member 4 Asst. Prof. Priya Barhate Member 5 Asst. Prof. Monika Kulkarni Member 6 Dhanraj Choudhary Student Representative FY BBA-CA 7 Atharva Sule Student Representative FY B.Com 8 Mansi Shah Student Representative FY BBA 9 Kareena Manekar Student Representative FY BBA-IB 10 Priti Chaware Student Representative FY M.Com 11 Amruta Darandale Student Representative SY BSC(Animation) 12 Yash Deshpande Student Representative TY BSC-CS 13 Asst. Prof. Neha Saraf Secretary of the Committee 2020-21 Cultural Committee for the Academic Year 2020 \u2013 21 Sr.No. Name Designation 1 Dr. Abbas Lokhandwala Chairman of the Committee 2 Chairman of the Committee Member 3 Asst. Prof. Natali Sakharkar Member 4 Dr. Neeta Bharambe Member 5 Asst. Prof. Monika Kulkarni Member 6 Asst. Prof. Neha Saraf Member 7 Mrunal Bedarkar Student Representative SY BBA-CA 8 Atharva Sule Student Representative SY B.Com 9 Mansi Shah Student Representative SY BBA 10 Kareena Manekar Student Representative SY BBA-IB 11 Anupriya Dube Student Representative SY BSC(Animation) 12 Anamika Dabas Student Representative SY BSC-CS 13 Asst. Prof. Jayashri Patil Secretary of the Committee Library Committee 2019-20 2020-21 2021-22 2022-23 2023-24 2024-25 2025-26 2019-20 Library Committee for the Academic year 2019 \u2013 20 Sr.No. Name Designation<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2299,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-15122","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Committee<\/title>\n<meta name=\"description\" content=\"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bansiratna.org\/other-pages\/committee\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Committee\" \/>\n<meta property=\"og:description\" content=\"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bansiratna.org\/other-pages\/committee\/\" \/>\n<meta property=\"og:site_name\" content=\"SGI\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SuryadattaGroupofInstitutes\/?ref=hl\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-25T11:15:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1279\" \/>\n\t<meta property=\"og:image:height\" content=\"701\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Suryadatta_Pune\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"34 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/\",\"url\":\"https:\/\/bansiratna.org\/other-pages\/committee\/\",\"name\":\"Committee\",\"isPartOf\":{\"@id\":\"https:\/\/bansiratna.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\",\"datePublished\":\"2025-12-13T06:15:43+00:00\",\"dateModified\":\"2026-06-25T11:15:39+00:00\",\"description\":\"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.\",\"breadcrumb\":{\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bansiratna.org\/other-pages\/committee\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage\",\"url\":\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\",\"contentUrl\":\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bansiratna.org\/other-pages\/committee\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bansiratna.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Other Pages\",\"item\":\"https:\/\/bansiratna.org\/other-pages\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Committee\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bansiratna.org\/#website\",\"url\":\"https:\/\/bansiratna.org\/\",\"name\":\"Suryadatta Group of Institutes Premier Educational Institutions in India\",\"description\":\"Empowering Minds. Transforming Futures.\",\"publisher\":{\"@id\":\"https:\/\/bansiratna.org\/#organization\"},\"alternateName\":\"India's Leading Hub for Holistic & Career-Oriented Education\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bansiratna.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bansiratna.org\/#organization\",\"name\":\"Suryadatta Group of Institutes Premier Educational Institutions in India\",\"alternateName\":\"India's Leading Hub for Holistic & Career-Oriented Education\",\"url\":\"https:\/\/bansiratna.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bansiratna.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/Logo_Suryadatta_Website-1.png\",\"contentUrl\":\"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/Logo_Suryadatta_Website-1.png\",\"width\":273,\"height\":79,\"caption\":\"Suryadatta Group of Institutes Premier Educational Institutions in India\"},\"image\":{\"@id\":\"https:\/\/bansiratna.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SuryadattaGroupofInstitutes\/?ref=hl\",\"https:\/\/x.com\/Suryadatta_Pune\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Committee","description":"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bansiratna.org\/other-pages\/committee\/","og_locale":"en_US","og_type":"article","og_title":"Committee","og_description":"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.","og_url":"https:\/\/bansiratna.org\/other-pages\/committee\/","og_site_name":"SGI","article_publisher":"https:\/\/www.facebook.com\/SuryadattaGroupofInstitutes\/?ref=hl","article_modified_time":"2026-06-25T11:15:39+00:00","og_image":[{"width":1279,"height":701,"url":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@Suryadatta_Pune","twitter_misc":{"Est. reading time":"34 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bansiratna.org\/other-pages\/committee\/","url":"https:\/\/bansiratna.org\/other-pages\/committee\/","name":"Committee","isPartOf":{"@id":"https:\/\/bansiratna.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage"},"image":{"@id":"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage"},"thumbnailUrl":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg","datePublished":"2025-12-13T06:15:43+00:00","dateModified":"2026-06-25T11:15:39+00:00","description":"Discover the Industry Interface at Suryadatta Group, offering students valuable industry exposure through internships, workshops, and real-world projects.","breadcrumb":{"@id":"https:\/\/bansiratna.org\/other-pages\/committee\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bansiratna.org\/other-pages\/committee\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bansiratna.org\/other-pages\/committee\/#primaryimage","url":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg","contentUrl":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/1739518676_bc434fe08290cec498c7.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/bansiratna.org\/other-pages\/committee\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bansiratna.org\/"},{"@type":"ListItem","position":2,"name":"Other Pages","item":"https:\/\/bansiratna.org\/other-pages\/"},{"@type":"ListItem","position":3,"name":"Committee"}]},{"@type":"WebSite","@id":"https:\/\/bansiratna.org\/#website","url":"https:\/\/bansiratna.org\/","name":"Suryadatta Group of Institutes Premier Educational Institutions in India","description":"Empowering Minds. Transforming Futures.","publisher":{"@id":"https:\/\/bansiratna.org\/#organization"},"alternateName":"India's Leading Hub for Holistic & Career-Oriented Education","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bansiratna.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bansiratna.org\/#organization","name":"Suryadatta Group of Institutes Premier Educational Institutions in India","alternateName":"India's Leading Hub for Holistic & Career-Oriented Education","url":"https:\/\/bansiratna.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bansiratna.org\/#\/schema\/logo\/image\/","url":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/Logo_Suryadatta_Website-1.png","contentUrl":"https:\/\/bansiratna.org\/wp-content\/uploads\/2025\/02\/Logo_Suryadatta_Website-1.png","width":273,"height":79,"caption":"Suryadatta Group of Institutes Premier Educational Institutions in India"},"image":{"@id":"https:\/\/bansiratna.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SuryadattaGroupofInstitutes\/?ref=hl","https:\/\/x.com\/Suryadatta_Pune"]}]}},"_links":{"self":[{"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/pages\/15122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bansiratna.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15122"}],"version-history":[{"count":15,"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/pages\/15122\/revisions"}],"predecessor-version":[{"id":18465,"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/pages\/15122\/revisions\/18465"}],"up":[{"embeddable":true,"href":"https:\/\/bansiratna.org\/index.php?rest_route=\/wp\/v2\/pages\/2299"}],"wp:attachment":[{"href":"https:\/\/bansiratna.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}