{"id":874,"date":"2025-11-19T05:24:13","date_gmt":"2025-11-19T05:24:13","guid":{"rendered":"https:\/\/isigcse.acm.org\/compute\/2025\/?page_id=874"},"modified":"2025-12-03T15:28:32","modified_gmt":"2025-12-03T15:28:32","slug":"panels","status":"publish","type":"page","link":"https:\/\/isigcse.acm.org\/compute\/2025\/panels\/","title":{"rendered":"Panels"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"874\" class=\"elementor elementor-874\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7eac9e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7eac9e9\" 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-top-column elementor-element elementor-element-6f49233\" data-id=\"6f49233\" 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-e9d2da9 elementor-widget elementor-widget-html\" data-id=\"e9d2da9\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Conference Panels<\/title>\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      \r\n      background: #f8f9fa;\r\n      color: #1a1a1a;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    .container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    h1 {\r\n      font-size: 28px;\r\n      margin-bottom: 30px;\r\n      color: #1a1a1a;\r\n    }\r\n\r\n    .panel {\r\n      background: white;\r\n      border-radius: 8px;\r\n      padding: 24px;\r\n      margin-bottom: 24px;\r\n      box-shadow: 0 2px 4px rgba(0,0,0,0.1);\r\n    }\r\n\r\n    .panel-header {\r\n      margin-bottom: 20px;\r\n      padding-bottom: 16px;\r\n      border-bottom: 1px solid #e5e7eb;\r\n    }\r\n\r\n    .panel-title {\r\n      font-size: 20px;\r\n      font-weight: 600;\r\n      color: #1a1a1a;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .panel-date {\r\n      font-size: 14px;\r\n      color: #6b7280;\r\n    }\r\n\r\n    .moderator-section {\r\n      background: #f9fafb;\r\n      padding: 20px;\r\n      border-radius: 5px;\r\n      margin-bottom: 24px;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .profile-image {\r\n      width: 200px;\r\n      height: 200px;\r\n      border-radius: 8px;\r\n      object-fit: cover;\r\n      object-position: top;  \r\n      background: #e5e7eb;\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    .moderator-content {\r\n      flex: 1;\r\n    }\r\n\r\n    .moderator-label {\r\n      font-size: 12px;\r\n      text-transform: uppercase;\r\n      color: #6b7280;\r\n      font-weight: 600;\r\n      margin-bottom: 8px;\r\n      color:teal;\r\n      text-decoration: underline;\r\n    }\r\n\r\n    .moderator-name {\r\n      font-size: 18px;\r\n      font-weight: 600;\r\n      color: #1a1a1a;\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .moderator-affiliation {\r\n      font-size: 14px;\r\n      color: #6b7280;\r\n      margin-bottom: 12px;\r\n    }\r\n\r\n    .moderator-bio {\r\n      font-size: 14px;\r\n      color: #4b5563;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    .panelists-list {\r\n      list-style: none;\r\n    }\r\n\r\n    .panelist-item {\r\n      padding: 20px 0;\r\n      border-bottom: 1px solid #f3f4f6;\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .panelist-item:last-child {\r\n      border-bottom: none;\r\n    }\r\n\r\n    .panelist-content {\r\n      flex: 1;\r\n    }\r\n\r\n    .panelist-name {\r\n      font-size: 16px;\r\n      font-weight: 600;\r\n      color: #1a1a1a;\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .panelist-affiliation {\r\n      font-size: 14px;\r\n      color: #6b7280;\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .panelist-email {\r\n      font-size: 14px;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .panelist-email a {\r\n      color: #2563eb;\r\n      text-decoration: none;\r\n    }\r\n\r\n    .panelist-email a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    .panelist-bio {\r\n      font-size: 14px;\r\n      color: #4b5563;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      body {\r\n        padding: 16px;\r\n      }\r\n\r\n      h1 {\r\n        font-size: 24px;\r\n        margin-bottom: 20px;\r\n      }\r\n\r\n      .panel {\r\n        padding: 20px;\r\n      }\r\n\r\n      .panel-title {\r\n        font-size: 18px;\r\n      }\r\n\r\n      .moderator-section,\r\n      .panelist-item {\r\n        flex-direction: column;\r\n      }\r\n\r\n      .profile-image {\r\n        width: 200px;\r\n        height: 200px;\r\n        object-fit: cover;\r\n        object-position: top;   \r\n        border-radius: 12px;      \r\n        display: block;\r\n      }\r\n\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container\">\r\n    <h1>Conference Panel Sessions<\/h1>\r\n\r\n    <!-- Panel 1 -->\r\n    <div class=\"panel\">\r\n      <div class=\"panel-header\">\r\n        <h2 class=\"panel-title\">Collaboration or Conflict? Navigating Industry\u2013Academic Engagements<\/h2>\r\n        <div class=\"panel-date\">7 December - Panel Session<\/div>\r\n      <\/div>\r\n\r\n      <ul class=\"panelists-list\">\r\n        <li class=\"panelist-item\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Prof. Viraj Kumar\">\r\n          <div id=\"viraj-kumar\" class=\"panelist-content\">\r\n              <div class=\"moderator-label\">Moderator<\/div>\r\n            <div class=\"panelist-name\"> Viraj Kumar<\/div>\r\n            <div class=\"panelist-affiliation\">IISc<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:viraj.kumar.cs@gmail.com\">viraj.kumar.cs@gmail.com<\/a><\/div>\r\n          <\/div>\r\n        <\/li>\r\n        \r\n        \r\n        <!--<li class=\"panelist-item\">-->\r\n        <!--  <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Prof. Revathi Venkataraman\">-->\r\n        <!--  <div class=\"panelist-content\" id=\"revathi-venkataraman\" >-->\r\n        <!--    <div class=\"panelist-name\">Prof. Revathi Venkataraman<\/div>-->\r\n        <!--    <div class=\"panelist-affiliation\">SRMIST<\/div>-->\r\n        <!--    <div class=\"panelist-email\"><a href=\"mailto:revathin@srmist.edu.in\">revathin@srmist.edu.in<\/a><\/div>-->\r\n        <!--  <\/div>-->\r\n        <!--<\/li>-->\r\n        \r\n        \r\n        <li class=\"panelist-item\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Prof. Revathi Venkataraman\">\r\n          <div class=\"panelist-content\" id=\"revathi-venkataraman\" >\r\n            <div class=\"panelist-name\"> Mrityunjay Kumar<\/div>\r\n            <div class=\"panelist-affiliation\">BITS Pilani<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:revathin@srmist.edu.in\">mrityunjay.kumar@pilani.bits-pilani.ac.in<\/a><\/div>\r\n          <\/div>\r\n        <\/li>\r\n        \r\n        \r\n        <li class=\"panelist-item\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Prof. Rajnish Sharma\">\r\n          <div class=\"panelist-content\" id=\"rajnish-sharma\">\r\n            <div class=\"panelist-name\">Rajnish Sharma<\/div>\r\n            <div class=\"panelist-affiliation\">VC, Chitkara University<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:vc@chitkarauniversity.edu.in\">vc@chitkarauniversity.edu.in<\/a><\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <!--<li class=\"panelist-item\">-->\r\n        <!--  <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Prof. Harmesh Kansal\">-->\r\n        <!--  <div class=\"panelist-content\" id=\"harmesh-kansal\">-->\r\n        <!--    <div class=\"panelist-name\"> Harmesh Kansal<\/div>-->\r\n        <!--    <div class=\"panelist-affiliation\">Panjab University<\/div>-->\r\n        <!--  <\/div>-->\r\n        <!--<\/li>-->\r\n        <li class=\"panelist-item\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/user-1.png\" alt=\"Mr. Avneet Arora\">\r\n          <div class=\"panelist-content\" id=\"avneet-arora\">\r\n            <div class=\"panelist-name\"> Avneet Arora<\/div>\r\n            <div class=\"panelist-affiliation\">HDFC Life<\/div>\r\n          <\/div>\r\n        <\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Panel 2 -->\r\n    <div class=\"panel\">\r\n      <div class=\"panel-header\">\r\n        <h2 class=\"panel-title\">Co-Teaching with AI: How Far Can (Should) We Go?<\/h2>\r\n        <div class=\"panel-date\">8 December - Panel Session<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"moderator-section\" id=\"chitra-babu\" >\r\n        <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/Chitra2025.jpg\" alt=\"Chitra Babu\">\r\n        <div class=\"moderator-content\">\r\n          <div class=\"moderator-label\">Moderator<\/div>\r\n          <div class=\"moderator-name\">Chitra Babu<\/div>\r\n          <div class=\"moderator-affiliation\">Guest Faculty \u2014 IIT Madras<\/div>\r\n          <div class=\"moderator-bio\">\r\n            Chitra Babu is currently serving as a Guest faculty at IIT Madras, Chennai. She served as the Professor of the Department of Computer Science and Engineering at Sri Sivasubramaniya Nadar (SSN) College of Engineering for 19 years, in which she took the role of the Head of the department for 15 years. She received her Ph.D. from IIT Madras and MS from The Ohio State University, USA. She has worked in AT&T Bell Labs at Columbus, Ohio, USA. She has published over 75 research papers in refereed international journals and in the proceedings of international conferences. She has graduated 5 Ph.D scholars. Her research interests are in building data-intensive distributed systems making use of Software Engineering principles. She has been serving as a member of the ACM India Education Committee for the past 10 years. She has served as Vice Chair of ACM Chennai Professional Chapter during 2017-19. She served as a member of the ACM-W India Council from 2019-2023 and from 2024-25. She also served as the Chair of iSIGCSE (Special Interest Group of Computer Science Education) Chapter for 2 years from 2021-23.\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <ul class=\"panelists-list\">\r\n        <li class=\"panelist-item\" id=\"pankaj-pansari\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/PankajPansare.jpg.jpg\" alt=\"Pankaj Pansare\">\r\n          <div class=\"panelist-content\">\r\n            <div class=\"panelist-name\">Pankaj Pansari<\/div>\r\n            <div class=\"panelist-affiliation\">Assistant Professor \u2014 Plaksha University<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:pankaj.pansari@plaksha.edu.in\">pankaj.pansari@plaksha.edu.in<\/a><\/div>\r\n            <div class=\"panelist-bio\">\r\n              Pankaj Pansari is an Assistant Professor in the Computer Science and Artificial Intelligence division of Plaksha University, where he teaches courses on Operating Systems and ML Systems. His research interests lie in improving reasoning abilities of LLMs and on speeding up inference and training of LLMs. He completed his PhD under Dr. Pawan Mudigonda in the OVAL group at University of Oxford, where he worked on optimization problems arising in machine learning. Post-PhD, he was a Research Scientist at Naver Labs Europe in Grenoble, France. He also worked as Data Analyst at General Electric in Bangalore, India. He completed his undergraduate studies at the Indian Institute of Technology, Kharagpur.\r\n            <\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"panelist-item\" id=\"jitendra-prasad\" >\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/JitendraPrasad.jpg-scaled.jpg\" alt=\"Jitendra Prasad\">\r\n          <div class=\"panelist-content\">\r\n            <div class=\"panelist-name\">Jitendra Prasad<\/div>\r\n            <div class=\"panelist-affiliation\">Associate Professor \u2014 IIT Ropar<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:jprasad@iitrpr.ac.in\">jprasad@iitrpr.ac.in<\/a><\/div>\r\n            <div class=\"panelist-bio\">\r\n              Jitendra Prasad is an Associate Professor in the Department of Mechanical Engineering at the Indian Institute of Technology (IIT) Ropar, where he also serves as Coordinator of the Center for Engineering Education. He earned his B.Tech.(Hons.) in Ocean Engineering and Naval Architecture from IIT Kharagpur, an M.Eng. (by research) in Mechanical & Aerospace Engineering from Nanyang Technological University, Singapore, and a Ph.D. in Mechanical Engineering from Michigan State University, USA (2007), followed by a postdoctoral fellowship in Orthopaedics and Sports Medicine at the University of Washington, Seattle. Prasad's research spans biomechanics, mechanobiology, solid mechanics, optimization, and engineering education. He was Chairman of the Curriculum Task Force Committee that designed IIT Ropar's undergraduate curriculum, implemented in 2017. His published work on this curriculum anticipated many features of India's National Education Policy 2020, including hands-on learning, societal connection, and an India-oriented framework. He later served as Associate Dean of Undergraduate Studies. As Head of the Center for Engineering Education, he initiated a Minor in Engineering Education for Ph.D. students and teaches courses such as Learning Theories, Pedagogy and Assessment in Engineering Education and Administration and Management of Engineering Education.\r\n            <\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"panelist-item\" id=\"varsha-venkatasubramanian\" >\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/Varshajpg.jpeg\" alt=\"Varsha Venkatasubramanian\">\r\n          <div class=\"panelist-content\">\r\n            <div class=\"panelist-name\">Varsha Venkatasubramanian<\/div>\r\n            <div class=\"panelist-affiliation\">Assistant Professor \u2014 Atria University<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:varsha.v@atriauniversity.edu.in\">varsha.v@atriauniversity.edu.in<\/a><\/div>\r\n            <div class=\"panelist-bio\">\r\n              Varsha Venkatasubramanian has a BTech. in Computer Science from PES University and a Master's in Education (program: Learning Design, Innovation and Technology) from Harvard Graduate School of Education. In the past, she has worked as a teaching fellow with CS50 (Harvard's introductory programming course) & Giant Machines summer CS programs. Presently, she is an Assistant Professor in the AI & Decentralized Technologies center of excellence at Atria University, Bangalore. Her primary interest is in the reform of CS education at a university level in India, particularly broadening the entry & exit points for students in these degrees. She is currently working on studying and building AI tools that can assist college instructors in reducing the time spent on bureaucracy and compliance-related work like course documentation, and additionally provide assistance in essential work like assignment creation, exam evaluation etc.; self-directed learning with AI in programming classrooms - how should students use AI responsibly to assist in their learning?; and rethinking course design and assessment in the age of AI.\r\n            <\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"panelist-item\"  id=\"ajitpaul-brar\" >\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/AjitpaulBrar.jpg_1_11zon-scaled.jpg\" alt=\"Ajitpaul Brar\">\r\n          <div class=\"panelist-content\">\r\n            <div class=\"panelist-name\">Ajitpaul Brar<\/div>\r\n            <div class=\"panelist-affiliation\">Head of AI \u2014 Antier Solutions<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:brarajit18@gmail.com\">brarajit18@gmail.com<\/a><\/div>\r\n            <div class=\"panelist-bio\">\r\n              Ajitpaul Brar has spent over 18 years in Data and AI, starting in India where he built practical, impact-focused solutions for SMEs in sectors like agriculture and food processing. After moving to Canada in 2018, he worked with organizations like Meta, Deloitte, Canadian Tire, and the Government of Canada, gaining experience in large-scale AI strategy and systems. After running his own startup through 2024, he is now the Head of AI at Antier Solutions, leading AI practice and working on cutting edge projects in blockchain, web3, healthtech, agritech, and edtech projects. Throughout his journey, he has tried to keep a beginner's mindset, staying curious, hands-on, and focused on building AI systems that truly think, adapt, and create value.\r\n            <\/div>\r\n          <\/div>\r\n        <\/li>\r\n        <li class=\"panelist-item\" id=\"priyanka-sharma\">\r\n          <img decoding=\"async\" class=\"profile-image\" src=\"https:\/\/isigcse.acm.org\/compute\/2025\/wp-content\/uploads\/2025\/11\/PriyankaSharma.jpg_2_11zon-scaled.jpg\" alt=\"Priyanka Sharma\">\r\n          <div class=\"panelist-content\">\r\n            <div class=\"panelist-name\">Priyanka Sharma<\/div>\r\n            <div class=\"panelist-affiliation\">Chair, DDUC ACM Student Chapter \u2014 Deen Dayal Upadhyaya College<\/div>\r\n            <div class=\"panelist-email\"><a href=\"mailto:chair@dduc.acm.org\">chair@dduc.acm.org<\/a><\/div>\r\n            <div class=\"panelist-bio\">\r\n              Priyanka Sharma is the Chair of the DDUC ACM Student Chapter and an undergraduate student pursuing B.Sc. (Hons) Computer Science at Deen Dayal Upadhyaya College, University of Delhi. She has been actively involved in promoting computing culture on campus through interactive and interdisciplinary initiatives. Most recently, she led the organization of ACM India Industry Day, which brought together industry experts, and students to explore the evolving landscape of technology and innovation. Her interests lie at the intersection of Artificial Intelligence, Human Computer Interaction, and technology-driven education. Through her leadership in ACM, Priyanka has worked to make computing more inclusive, creative, and human-centric. She is particularly passionate about understanding how AI can complement educators, enhance personalized learning experiences, and foster ethical, responsible technology use in academic spaces.\r\n            <\/div>\r\n          <\/div>\r\n        <\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Conference Panels Conference Panel Sessions Collaboration or Conflict? Navigating Industry\u2013Academic Engagements 7 December &#8211; Panel Session Moderator Viraj Kumar IISc viraj.kumar.cs@gmail.com Mrityunjay Kumar BITS Pilani&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-874","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/pages\/874","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/comments?post=874"}],"version-history":[{"count":35,"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/pages\/874\/revisions"}],"predecessor-version":[{"id":1275,"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/pages\/874\/revisions\/1275"}],"wp:attachment":[{"href":"https:\/\/isigcse.acm.org\/compute\/2025\/wp-json\/wp\/v2\/media?parent=874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}