Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/kaushal/GAM24/template/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/kaushal/GAM24/template/index.html
<!DOCTYPE html>
<html>

<head>
  <!-- Basic -->
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <!-- Mobile Metas -->
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  <!-- Site Metas -->
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <meta name="author" content="" />
  <link rel="shortcut icon" href="images/sitelogo.jpg" type="image/x-icon">
  <title>Industry-Academia Conclave </title>
  <style>
    .chief-guests {
      text-align: center;
      padding: 20px;
    }

    .chief-guests h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .guest-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }

    .guest {
      flex: 1;
      max-width: 200px;
      margin: 10px 20px;
      /* Added horizontal margin for spacing */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      /* background-color: #f9f9f9; */
      transition: transform 0.3s ease;
    }

    .guest img {
      width: 100%;
      height: auto;
      display: block;
    }

    .guest p.name {
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      /* background-color: #fff; */
      margin: 0;
      border-top: 1px solid #eee;
    }

    .guest:hover {
      transform: scale(1.05);
    }

    @media (max-width: 768px) {
      .guest-list {
        flex-direction: column;
        align-items: center;
      }

      .guest {
        max-width: 300px;
      }
    }

    .speakers-section {
      text-align: center;
      padding: 20px;
    }

    .speakers-section h2 {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center;
      display: block;
    }

    .speakers-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      /* Increased gap between the photos */
      justify-items: center;
    }

    .speaker {
      width: 200px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      /* background-color: #f9f9f9; */
      transition: transform 0.3s ease;
    }

    .speaker:nth-child(2n) {
      margin-top: 20px;
      /* Zigzag effect for even items */
    }

    .speaker img {
      width: 100%;
      height: auto;
      display: block;
    }

    .speaker p.name {
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      /* background-color: #fff; */
      margin: 0;
      border-top: 1px solid #eee;
    }

    .speaker:hover {
      transform: scale(1.05);
    }

    @media (max-width: 768px) {
      .speaker {
        width: 100%;
        max-width: 300px;
        margin-top: 0;
        /* Remove zigzag effect on small screens */
      }
    }

    html {
      scroll-behavior: smooth;
    }

    .logowrap img {
      width: 120px;
      /* Adjust the width as needed */
      height: 120px;
      /* Maintain the aspect ratio */
      margin-left: 25px;
    }

    .carousel-nav-icon {
      height: 250px;
      width: 250px;
      background-size: cover;
      background-position: center center;

    }

    .carousel-item .col,
    .carousel-item .col-sm,
    .carousel-item .col-md {
      margin: 8px;
      height: 300px;
      background-size: cover;
      background-position: center center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .carousel .caption {
      margin-top: 10px;
      font-size: 1.2em;
      color: #333;

      text-align: center;
    }

    .carousel-arrow {
      width: 50px;
      /* Adjust width as needed */
      height: 50px;
      /* Adjust height as needed */
      fill: teal;
      /* Adjust fill color as needed */
    }

    .carousel-nav-icon svg {
      margin-top: 70px;
      width: 50px;
      height: 50px;
      color: teal;
    }

    .photo-container {
      display: flex;
      /* Use flexbox for layout */
      justify-content: center;
      /* Center items horizontally */
    }

    .photo-container img {
      width: 20%;
      /* Adjust the width as needed */
      height: auto;
      /* Maintain aspect ratio */
      margin: 0 10px;
      /* Add margin between images */
    }

    .photo img {

      margin-right: 50px;
      width: 100%;
      /* Ensures the image fills its container */
      height: auto;
      /* Maintain aspect ratio */
      display: block;
      /* Removes any extra space below the image */
      border-radius: 5px;
      /* Optional: Adds rounded corners */
    }

    .photo .name {
      margin-top: 5px;
      font-size: 14px;
      margin-right: 40px;
    }
  </style>

  <!-- bootstrap core css -->
  <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />

  <!-- fonts style -->
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
  <!--owl slider stylesheet -->
  <link rel="stylesheet" type="text/css"
    href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
  <!-- nice select -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css"
    integrity="sha256-mLBIhmBvigTFWPSCtvdu6a76T+3Xyt+K571hupeFLg4=" crossorigin="anonymous" />
  <!-- font awesome style -->
  <link href="css/font-awesome.min.css" rel="stylesheet" />

  <!-- Custom styles for this template -->
  <link href="css/style.css" rel="stylesheet" />
  <!-- responsive style -->
  <link href="css/responsive.css" rel="stylesheet" />
</head>

<body>

  <div class="hero_area">
    <div class="hero_bg_box">
      <img src="images/1.jpg" alt="">
    </div>
    <!-- header section strats -->
    <header class="header_section" style="background-color:teal;">

      <div class="header_bottom">
        <div class="container-fluid">
          <nav class="navbar navbar-expand-lg custom_nav-container ">
            <div style="margin-left: -40px; margin-right: 40px;" class="logowrap" itemprop="logo">
              <img src="images/sitelogo.jpg" alt="Logo Image">
            </div>

            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
              aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
              <span class=""> </span>
            </button>

            <div class="collapse navbar-collapse" id="navbarSupportedContent">
              <ul class="navbar-nav  ">
                <li class="nav-item active">
                  <a style="color:white" class="nav-link" href="../index.html">GAM 2024<span
                      class="sr-only">(current)</span></a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link" href="index.html"> Home</a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link" href="#about"> About</a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link"
                    href="https://alumnimeet.iiita.ac.in/industry-academia/Possible%20types%20of%20Collaborations_MOUs%20between%20Industries%20and%20IIITA.pdf"
                    target="_blank">Collaborations</a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link" href="#speakers-section">Speakers</a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link" href="researchfocus.html"> IIITA Research Focus Area</a>
                </li>
                <li class="nav-item">
                  <a style="color:white; z-index:5;" class="nav-link" href="./Industry Academia Conclave Team.pdf"
                    target="_blank">Organising Committee</a>
                </li>
                <li class="nav-item">
                  <a style="color:white" class="nav-link" href="./mou_format.pdf"> MOU Format</a>
                </li>
              </ul>
            </div>
          </nav>
        </div>
      </div>
    </header>
    <!-- end header section -->
    <!-- slider section -->
    <section class="slider_section ">
      <div id="customCarousel1" class="carousel slide" data-ride="carousel">
        <div class="carousel-inner">
          <div class="carousel-item active">
            <div class="container ">
              <div class="row">
                <div class="col-lg-10 col-md-11 mx-auto">
                  <section style="margin-left: 100px;">
                    <h1 style=" text-align: center;"><strong>Industry-Academia Conclave</strong> </h1>
                    <h5 style=" text-align: center;"><strong>September 29th, 2024</strong> </h5>
                    <div class="chief-guests">

                      <!-- <div class="guest-list">

                        <div class="guest">
                          <img src="images/guest1.jpg" alt="Chief Guest 1">
                      Chief Patron <br>  
                      <p class="name">
                            Dr. Mukul Sutaone <br>
                            Director IIITA</p>
                        </div>
                       
                        <div class="guest">
                          <img src="images/guest_of_honor2.jpg"
                            alt="Chief Guest 2">
                          <p class="name">Prof P. Nagabhushan</p>
                        </div>
                        <div class="guest">
                          <img src="images/guest_of_honor3.jpg"
                            alt="Chief Guest 2">
                          <p class="name">Prof Somnath Biswas</p>
                        </div>
                        <div class="guest">
                          <img src="images/guest_of_honor1.jpg"
                            alt="Chief Guest 2">
                          <p class="name">Padma Shri Prof Manindra Agrawal</p>
                        </div>
                         <div class="guest">
                          <img src="images/guest4.jpg" alt="Chief Guest 4">
                          <p class="name">Chairman - Organizing Committee <br>
                            Prof. Anupam <br>
                            Dean (Alumni Affairs)</p>
                        </div>

                      </div> -->
                      <div class="speakers-list">
                        <div class="speaker">
                          <div>
                            <img src="images/guest1.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">

                            Chief Guest <br>
                            <p class="name">

                              Dr. Mukul S Sutaone <br>
                              Director IIITA </p>
                          </div>
                        </div>
                        <div class="speaker">
                          <div>
                            <img src="images/guest_of_honor3.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            Guest of Honor <br>
                            <p class="name"> Prof Somnath Biswas <br>
                              Adjunct Professor, IIT Goa and Former Director IIITA
                            </p>
                          </div>
                        </div>
                        <div class="speaker">
                            <div>
                              <img src="images/guest_of_honor1.jpg" alt="Speaker 6" />
                            </div>
                            <div class="detail-box">
                              Guest of Honor <br>
                              <p class="name"> Padma Shri Prof Manindra Agrawal <br>
                                Director IITK and Member BOG, IIITA </p>
                            </div>
                          </div>
                        <div
                          style="display: flex; width: 600px; justify-content: space-evenly; align-items: center; margin-left: 500px">
                          <div class="speaker">
                          <div>
                            <img src="images/guest_of_honor2.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            Guest of Honor <br>
                            <p class="name"> Prof P. Nagabhushan
                              <br>
                              VC Vignan University (VFSTR) and Former Director IIITA <br />
                            </p>
                          </div>
                        </div>
                          
                          <div class="speaker">
                            <div>
                              <img src="images/guest4.jpg" alt="Speaker 6" />
                            </div>
                            <div class="detail-box">
                              Chairman - Organizing Commitee <br />
                              <p class="name">
                                Prof. Anupam <br>
                                Dean (Alumni Affairs), IIITA</p>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </section>
                </div>
              </div>
            </div>
          </div>
          <div class="carousel-item">
            <div class="container">
              <div class="row">
                <div class="col-lg-10 col-md-11 mx-auto">
                  <section style="margin-left: 80px;" class="speakers-section">
                    <div class="container">
                      <div class="heading-container heading-center">
                        <h4 style="text-align: center; margin-bottom: 40px;"><strong> Alumni Speakers During
                            Conclave</strong></h4>
                      </div>
                      <div class="row speakers-list">
                        <!-- First Row: 4 Speakers -->
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/alumni_speaker_conclave1.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Rohit Srivastava <br> CEO @Dparth Tech Advisory Pvt Ltd</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/alumni_speaker_conclave2.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Shakil Ahmad <br> Head - ISDP, Samsung R&D Institute-India</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/image5.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Shailendra Saxena <br /> Senior Software Engineer, Microsoft</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="manu.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Manu Sharma <br /> ProServe Sales Head - Telco, Media, X-Industry & Globals
                              @ AWS</p>
                          </div>
                        </div>

                        <!-- Second Row: 4 Speakers -->
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/image7.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Madan Kumar Pernati <br> Partner @ RBE Labs</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/image10.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Bindesh Pandey <br /> Group Vice President @Comviva Technologies Limited</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="satish.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Satish Kumar <br /> Engineer in Indian Radio Regulatory Service</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="images/alumni_guest_of_honor2.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Shivam <br /> Engineering Lead, ZS Associates</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="sardar.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Amandeep Singh <br /> CISO, Amazon</p>
                          </div>
                        </div>
                         <div class="col-md-3 speaker">
                          <div>
                            <img src="images/dr_aashish.jpg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Dr. Aashish Pappu <br /> Senior Research Scientist, Spotify</p>
                          </div>
                        </div>
                        <div class="col-md-3 speaker">
                          <div>
                            <img src="./puneetR.jpeg" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Puneet R. Saharey <br /> CTO, Simpel Techlabs</p>
                          </div>
                        </div>
                      </div>
                    </div>
                  </section>
                </div>
              </div>
            </div>
          </div>

          <div class="carousel-item">
            <div class="container ">
              <div class="row">
                <div class="col-lg-10 col-md-11 mx-auto">
                  <section style="margin-left: 80px;" class="speakers-section">
                    <div class="container">
                      <div class="heading-container heading-center">
                        <h4 style=" text-align: center; margin-bottom: 40px;"><strong>Non-Alumni Speakers
                            During Conclave</strong> </h4>
                      </div>
                      <div class="speakers-list">
                        <div class="speaker">
                          <div>
                            <img src="images/no1.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Titli Banerjee <br /> Project Coordinator,Centific
                              Hyderabad
                            </p>
                          </div>
                        </div>
                        <div class="speaker">
                          <div>
                            <img src="images/monika.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Monika Gupta <br /> Innovation Lead, PTC, Celonis
                            </p>
                          </div>
                        </div>
                        <div class="speaker">
                          <div>
                            <img src="images/no2.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Gagan Agrawal <br /> Sales Leader
                              IBM Career Education
                            </p>
                          </div>
                        </div>
                        <div class="speaker">
                          <div>
                            <img src="images/no3.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Ms. Devi Kolli <br /> Co-founder & Chief Executive Officer
                              i3 Simulations
                            </p>
                          </div>
                        </div>
                        <div class="speaker">
                          <div>
                            <img src="images/no4.png" alt="Speaker 6" />
                          </div>
                          <div class="detail-box">
                            <p class="name">Mr. Prajay Kamat <br /> CTO and Co-Founder
                              MergeXR Studios Limited
                            </p>
                          </div>
                        </div>
                      </div>
                    </div>
                </div>
    </section>
  </div>
  </div>
  </div>
  </div>
  </div>
  <div class="carousel_btn-box">
    <a class="carousel-control-prev" href="#customCarousel1" role="button" data-slide="prev">
      <i class="fa fa-arrow-left" aria-hidden="true"></i>
      <span class="sr-only">Previous</span>
    </a>
    <a class="carousel-control-next" href="#customCarousel1" role="button" data-slide="next">
      <i class="fa fa-arrow-right" aria-hidden="true"></i>
      <span class="sr-only">Next</span>
    </a>
  </div>
  </div>
  </section>
  <!-- end slider section -->
  </div>
  <div id="speakers-section" class="my-5 text-center container">
    <div class="row mb-2">
      <div class="col text-center">
        <h2 style="margin-top: 70px;"><strong>Alumni Speakers During Conclave </strong></h2>
        <p class="lead"><a target="_blank" href="https://codepen.io/davidbiek/pen/OJpQpza"></a></p>
      </div>
    </div>
    <div class="row d-flex align-items-center">
      <div class="col-1 d-flex align-items-center justify-content-center">
        <a href="#carouselExampleIndicators" role="button" data-slide="prev">
          <div class="carousel-nav-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink">
              <path
                d="m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z" />
            </svg>
          </div>
        </a>
      </div>
      <div class="col-10">
        <!--Start carousel-->
        <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
          <div class="carousel-inner">

            <!-- First Slide (3 items) -->
            <div class="carousel-item active">
              <div class="row">
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/alumni_speaker_conclave1.png');" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Rohit Srivastava <br> CEO @Dparth Tech Advisory Pvt Ltd</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/alumni_speaker_conclave2.jpg');" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Shakil Ahmad <br> Head - ISDP, Samsung R&D Institute-India
                  </p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/image7.jpg');" class="carousel-nav-icon"></div>
                  <p class="name" style="font-size: 12px;">Madan Kumar Pernati <br> Partner @ RBE Labs</p>
                </div>
              </div>
            </div>

            <!-- Second Slide (3 items) -->
            <div class="carousel-item">
              <div class="row">
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/image10.png');" class="carousel-nav-icon"></div>
                  <p class="name" style="font-size: 12px;">Bindesh Pandey <br /> Group Vice President @Comviva
                    Technologies Limited</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/image5.png');" class="carousel-nav-icon"></div>
                  <p class="name">Shailendra Saxena <br /> Senior Software Engineer, Microsoft</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('manu.png');" class="carousel-nav-icon"></div>
                  <p class="name" style="font-size: 12px;">Manu Sharma <br /> ProServe Sales Head - Telco, Media,
                    X-Industry & Globals @ AWS</p>
                </div>
              </div>
            </div>

            <!-- Third Slide (3 items) -->
            <div class="carousel-item">
              <div class="row">
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/alumni_guest_of_honor1.png');" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Satish Kumar <br /> Engineer in Indian Radio Regulatory
                    Service</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/alumni_guest_of_honor2.jpg');" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Shivam <br /> Engineering Lead, ZS Associates</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('sardar.png'); background-size: cover;" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Amandeep Singh <br /> CISO, Amazon</p>
                </div>
              </div>
            </div>

            <div class="carousel-item">
              <div class="row">
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('./puneetR.jpeg');" class="carousel-nav-icon"></div>
                  <p class="name" style="font-size: 12px;">Puneet R. Saharey<br /> Founder & CTO, Simpel Techlabs</p>
                </div>
                <div class="col-12 col-md d-flex flex-column align-items-center justify-content-center">
                  <div style="background-image:url('images/dr_aashish.jpg');" class="carousel-nav-icon">
                  </div>
                  <p class="name" style="font-size: 12px;">Dr. Aashish Pappu <br /> Senior Research Scientist, Spotify</p>
                </div>
              </div>
            </div>

          </div>

          <!-- Carousel controls -->
          <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
            <span class="carousel-control-prev-icon" aria-hidden="true"></span>
            <span class="sr-only">Previous</span>
          </a>
          <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
            <span class="carousel-control-next-icon" aria-hidden="true"></span>
            <span class="sr-only">Next</span>
          </a>
        </div>


        <!--End carousel-->
      </div>
      <div class="col-1 d-flex align-items-center justify-content-center"><a href="#carouselExampleIndicators"
          data-slide="next">
          <div class="carousel-nav-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink">
              <path
                d="m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z" />
            </svg>
          </div>
        </a>
      </div>
    </div>
  </div>

  <!--NON ALUMNI SPEAKERS-->
  <section>
    <div class="my-5 text-center container">
      <div class="row mb-2">
        <div class="col text-center">
          <h2 style="margin-top: 60px;"><strong> Non - Alumni Speakers During Conclave </strong></h2>
          <p class="lead"><a target="_blank" href="https://codepen.io/davidbiek/pen/OJpQpza"></a></p>
        </div>
      </div>
      <div class="row d-flex align-items-center">
        <div class="col-1 d-flex align-items-center justify-content-center" >
          <a href="#carouselAlumni" role="button" data-slide="prev">
            <div class="carousel-nav-icon">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink">
                <path
                  d="m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z" />
              </svg>
            </div>
          </a>
        </div>
        <div class="col-10">
          <!--           <!--Start carousel -->
          <div id="carouselAlumni" class="carousel slide" data-ride="carousel">
            <div class="carousel-inner">

              <!-- First Slide (2 items) -->
              <div class="carousel-item active">
                <div class="row justify-content-center">
                  <div class="col-12 col-md-5 d-flex flex-column align-items-center justify-content-center"
                    style="margin-right: 20px;">
                    <div
                      style="background-image:url('images/no3.png'); width:200px; height:200px; background-size:cover; background-position:center;"
                      class="carousel-nav-icon"></div>
                    <div class="caption">
                      <p class="name">Ms. Devi Kolli <br /> Co-founder & Chief Executive Officer
                        i3 Simulations
                      </p>
                    </div>
                  </div>
                  <div class="col-12 col-md-5 d-flex flex-column align-items-center justify-content-center"
                    style="margin-left: 20px;">
                    <div
                      style="background-image:url('images/no2.png'); width:200px; height:200px; background-size:cover; background-position:center;"
                      class="carousel-nav-icon"></div>
                    <div class="caption">
                      <p class="name">Gagan Agrawal <br /> Sales Leader
                        IBM Career Education
                      </p>
                    </div>
                  </div>
                </div>
              </div>

              <div class="carousel-item">
                <div class="row justify-content-center">
                  <div class="col-12 col-md-5 d-flex flex-column align-items-center justify-content-center"
                    style="margin-right: 20px;">
                    <div
                      style="background-image:url('images/monika.png'); width:200px; height:200px; background-size:cover; background-position:center;"
                      class="carousel-nav-icon"></div>
                    <div class="caption">
                      <p class="name">Ms. Monika Gupta <br /> Innovation Lead, PTC
                      </p>
                    </div>
                  </div>
                </div>
              </div>

              <!-- Second Slide (2 items) -->
              <div class="carousel-item">
                <div class="row justify-content-center">
                  <div class="col-12 col-md-5 d-flex flex-column align-items-center justify-content-center"
                    style="margin-right: 20px;">
                    <div
                      style="background-image:url('images/no1.png'); width:200px; height:200px; background-size:cover; background-position:center;"
                      class="carousel-nav-icon"></div>
                    <div class="caption">
                      <p class="name">Titli Banerjee <br /> Project Coordinator,Centific
                        Hyderabad
                      </p>
                    </div>
                  </div>
                  <div class="col-12 col-md-5 d-flex flex-column align-items-center justify-content-center"
                    style="margin-left: 20px;">
                    <div
                      style="background-image:url('images/no4.png'); width:200px; height:200px; background-size:cover; background-position:center;"
                      class="carousel-nav-icon"></div>
                    <div class="caption">
                      <p class="name">Mr. Prajay Kamat <br /> CTO and Co-Founder
                        MergeXR Studios Limited
                      </p>
                    </div>
                  </div>
                </div>
              </div>

            </div>

            <!-- Carousel Controls -->
            <a class="carousel-control-prev" href="#carouselAlumni" role="button" data-slide="prev" style="width: 5%;">
              <span class="carousel-control-prev-icon" aria-hidden="true"></span>
              <span class="sr-only">Previous</span>
            </a>
            <a class="carousel-control-next" href="#carouselAlumni" role="button" data-slide="next" style="width: 5%;">
              <span class="carousel-control-next-icon" aria-hidden="true"></span>
              <span class="sr-only">Next</span>
            </a>
          </div>

          <div class="col-1 d-flex align-items-center justify-content-center" style="position:absolute; right:-80px; top:30px;" >
            <a href="#carouselAlumni" role="button" data-slide="next">
              <div class="carousel-nav-icon" >
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129"
                  xmlns:xlink="http://www.w3.org/1999/xlink">
                  <path
                    d="m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z" />
                </svg>
              </div>
            </a>
          </div>

        </div>
      </div>
  </section>

  <!-- about section -->

  <section style="background-image: url('/images/1.jpg'); text-align:center" id="about" style="margin-top: 100px;"
    class="about_section">
    <div class="container-fluid">
      <div class="row">
        <div class="col-md-10 offset-md-1">
          <div>
            <div class="heading_container">
              <h2 style="text-align: center; color: teal;" class=""><br>
                About The Industry Academia Conclave 2024
              </h2>
            </div>
            <p class="detail_p_mt" style="text-align: justify;">
              The Industry-Academia collaboration is beneficial for an Industry as well as an Institute with the shared
              human resource, Infrastructure, lab setup, equipment & facilities. The Industry can take help from an
              Institute for carrying out R&D and to solve any technical hurdles, and on the other hand the students &
              faculties get a chance to further hone their skills & knowledge in the Industry environment by taking up
              internship opportunities & related projects. It is a win-win situation for both parties - the companies
              offer business insights and the students contribute proven methodology and expertise. While working on
              Industry-sponsored projects at an academic Institute, students learn how to make their methodologies
              tangible in real life situations. It helps to create employable students “Industry-ready students”. The
              main benefit for companies from this cooperation is the access to the latest research results and
              innovative new methodologies. Companies which do not have a close relationship to the academic community
              are expected to advance slower. They miss out on early access to the latest research results and
              methodologies and then need more time to put these methods into practice. Being one of the leading
              Teaching and Research Institutions of India, during this Interactive Industry-Academia Conclave, the IIITA
              would like to explore possible collaboration with the participating companies for augmenting its
              academics, research, innovation, employability and greater productivity, through various measures.
              <br>
              <br>
            </p>

          </div>
        </div>

      </div>
    </div>
  </section>
  <section>
    <div style="margin-top: 70px; text-align: center;">
      <h2 style="margin-bottom: 30px; color: 333;"><strong>Alumni Guest Of Honor</strong></h2>
      <div class="photo-container">
        <div class="photo">
          <img src="images/alumni_guest_of_honor1.png" style=" size:10px; width: 250px; height: 250px;">
          <p class="name" style="font-size: 12px;">Satish Kumar <br /> Engineer in Indian Radio Regulatory Service</p>
        </div>
        <div class="photo">
          <img src="images/alumni_guest_of_honor2.jpg" style="width: 250px; height: 250px;">
          <p class="name" style="font-size: 12px;">Shivam <br /> Engineering Lead, ZS Associates</p>
        </div>
        <div class="photo">
          <img src="images/alumni_speaker_conclave1.png" style="width: 250px; height: 250px;">
          <p class="name" style="font-size: 12px;">Rohit Srivastava <br> CEO @Dparth Tech Advisory Pvt Ltd</p>
        </div>
        <!--         <div class="photo">
          <img src="images/default-avatar-profile-icon-grey-photo-placeholder-vector-17317730.webp"
            style="width: 250px; height: auto;">
          <p class="name">Under Construction</p>
        </div> -->
      </div>
    </div>

  </section>
  <!-- about section ends -->


  <!-- contact section -->
  <section id="speakers" class="contact_section ">
    <div class="container-fluid">
      <h2 style="margin-top: 100px; text-align: center; color: rgb(21, 19, 19);">

        <strong><br> Brief Biodata Of Speakers</strong>
      </h2>
      <br>
      <!-- first-->
      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/alumni_speaker_conclave1.png" class="box_img" alt="about img" height="350 px"
              width="320 px">
            <p style="margin-top: 6px;">
            <h6>Rohit Srivastava</h6>

            CEO, Dparth Tech Advisory Pvt Ltd
            <p>Website:<a href="http://dparthtechnologies.com/">http://dparthtechnologies.com/</a></p>
            </p>
          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Dparth is technology consulting working closely on government mission mode projects and digitization of
                rural india. We are Advisory and tech Auditors for various ministries such as the Department of
                Communications, Ministry of Road and Highway, Ministry of Electronic and IT and other state governments.
                We are consultants to grouplike Tata Projects, IBI consulting, Arcadis, CSC etc.

                We were finalists of National Startup Awards 2023, and have received a letter of appreciation from DPIIT
                on behalf of the
              </p>
            </div>
          </div>
        </div>
      </div>
      <hr>
      <!-- second -->
      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>An accomplished Cyber Security and Data Privacy leader with 18+ years of experience. Currently heading
                the Information Security Management and Data Protection functions of Samsung R&D Center for Visual
                Display and Digital Appliances-India. Active participant and speaker in various cyber security and data
                privacy conferences and forums – Govt. and Private. Winner of several Cyber Security awards of repute,
                notable among them being "Smart CISO" in 13th Annual InfoSec Maestros Awards 2024, "Most Resilient CISO“
                in the 7th Annual Dynamic CISO Excellence Awards 2021, “Most Innovative CISO of the Year 2018” Award by
                CISO Leadership Forum, “NextCSO 2017” Award by CSO Forum of India. Nominated honorary member of Cyber
                Security Association of India set up on PPP model for securing national cyberspace in 2023. Accredited
                with International Professional Certifications including CISA, CISM, CLIP (PIMS & GDPR), DCPP, ISO
                27001:2013 LA, CLIP: ISMS, ITIL 2011 Foundation. Also, certified as a Data Protection Professional in
                the Indian National Register of Data Protection Professionals. Strategist and continuous learner with a
                passion for innovation in Security and Privacy management to drive bottom-line business contributions,
                optimize technology investments, avoid losses from security incidents, improve customer retention,
                enhance business decision making and reduce corporate liability.</p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/alumni_speaker_conclave2.jpg" class="box_img" alt="about img" height="350 px"
              width="320 px">
            <p style="margin-top: 10px;">
            <h6>Shakil Ahmad</h6>
            Head - Information Security & Data Protection, Samsung R&D Institute-India
            <p>Website:<a
                href="https://www.linkedin.com/in/shakil-ahmad-cisa-cism-dcpp%C2%A9-clip-isms-clip-pims-gdpr-8a927a3/?originalSubdomain=in">https://www.linkedin.com/in/shakil-ahmad-cisa-cism-dcpp%C2%A9-clip-isms-clip-pims-gdpr-8a927a3/?originalSubdomain=in</a>
            </p>
          </div>
        </div>
      </div>
      <hr>
      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/image7.jpg" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Madan Kumar Pernati</h6>
            Partner, RBE Labs
            Hyderabad, Telangana

            <p>Website:<a href="https://www.linkedin.com/in/madanp/">https://www.linkedin.com/in/madanp/</a></p>
            </p>
          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>

              <p>Madan Kumar Pernati’s journey from IIIT laid the foundation for a successful career in technology,
                starting with roles in three startups and advancing to Director and Head of Operations at a leading
                Australian-based AI company for 12 years. Currently, he works as an independent consultant,
                collaborating with startups and direct clients on innovative AI projects in computer vision and sensor
                AI for road safety, parking management, and other applications. Networking and leadership have been key
                throughout his career, enabling global collaboration and team leadership. He thanks IIIT and its faculty
                for fostering hands-on learning through mini projects each semester and allowing the freedom to explore
                major projects in top research labs and companies, which built confidence before entering the industry.
                Madan encourages current students to embrace continuous learning and build strong connections for a
                successful career.</p>
            </div>
          </div>
        </div>
      </div>
      <hr>



      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <!--               <p>An accomplished Cyber Security and Data Privacy leader with 18+ years of experience. Currently heading the Information Security Management and Data Protection functions of Samsung R&D Center for Visual Display and Digital Appliances-India. Active participant and speaker in various cyber security and data privacy conferences and forums – Govt. and Private. Winner of several Cyber Security awards of repute, notable among them being "Smart CISO" in 13th Annual InfoSec Maestros Awards 2024, "Most Resilient CISO“ in the 7th Annual Dynamic CISO Excellence Awards 2021, “Most Innovative CISO of the Year 2018” Award by CISO Leadership Forum, “NextCSO 2017” Award by CSO Forum of India. Nominated honorary member of Cyber Security Association of India set up on PPP model for securing national cyberspace in 2023. Accredited with International Professional Certifications including CISA, CISM, CLIP (PIMS & GDPR), DCPP, ISO 27001:2013 LA, CLIP: ISMS, ITIL 2011 Foundation. Also, certified as a Data Protection Professional in the Indian National Register of Data Protection Professionals. Strategist and continuous learner with a passion for innovation in Security and Privacy management to drive bottom-line business contributions, optimize technology investments, avoid losses from security incidents, improve customer retention, enhance business decision making and reduce corporate liability.</p> -->
              <p>Manu Sharma (IIITA MBA 2004-06 Batch Alumni) is a senior business and technology consulting leader with
                an excellent track record in providing ideation, design, and execution services to help clients
                successfully define, shape and deliver large-scale business transformations programs globally. He is
                currently the Sales Head for AWS ProServe India for TMEGS, X-Industry, Auto & Manufacturing and Global
                verticals. Prior to AWS, Manu has held various leadership roles at Wipro Consulting, including Regional
                Head – Europe for Digital Transformation, practice head for Simplification by Design & Automation
                Advisory practice and the Process Excellence practice. He has 15 years global experience of working in
                Australia, England, Netherlands, Saudi Arabia, Singapore, Switzerland and USA.
                Manu is an avid speaker at industry conferences and actively engages with academia. He is based in
                Gurgaon now, with his wife and 3 yr old daughter and frequently indulges in bike rides and sports like
                cricket, basketball, and squash.
              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="manu.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Manu Sharma</h6>
            ProServe Sales Head - Telco, Media, X-Industry & Globals @ AWS
            <p>Website:<a
                href="https://www.linkedin.com/in/manusharma3/?originalSubdomain=in">https://www.linkedin.com/in/manusharma3/?originalSubdomain=in</a>
            </p>
          </div>
        </div>
      </div>
      <hr>



      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/image10.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Bindesh Pandey</h6>
            Group Vice President, Comviva Technologies Limited (A Tech Mahindra Company)
            Gurgaon, Haryana

            <p>Website:<a
                href="https://www.linkedin.com/in/bindesh-pandey-b6b0593/?originalSubdomain=in">https://www.linkedin.com/in/bindesh-pandey-b6b0593/?originalSubdomain=in</a>
            </p>
            </p>
          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <!--              <p>Madan Kumar Pernati’s journey from IIIT laid the foundation for a successful career in technology, starting with roles in three startups and advancing to Director and Head of Operations at a leading Australian-based AI company for 12 years. Currently, he works as an independent consultant, collaborating with startups and direct clients on innovative AI projects in computer vision and sensor AI for road safety, parking management, and other applications. Networking and leadership have been key throughout his career, enabling global collaboration and team leadership. He thanks IIIT and its faculty for fostering hands-on learning through mini projects each semester and allowing the freedom to explore major projects in top research labs and companies, which built confidence before entering the industry. Madan encourages current students to embrace continuous learning and build strong connections for a successful career.</p> -->
              <p>Forbes Business Development Council Member and currently serving as Group Vice President for Comviva (A
                Tech Mahindra Company), responsible for driving 400 Crore Fintech business. 18 years industry experience
                across reputed organizations like Newgen and Infosys, handling various leadership roles. Recipient of
                various organizational awards. As a mentor associated with Atal Innovation Mission. Active contributor
                to publications like Forbes as subject matter expert on business development and goto market . </p>
            </div>
          </div>
        </div>
      </div>
      <hr>



      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>With a decade of experience in the software industry, Shailendra Saxena has cultivated a robust career,
                driving innovation and delivering high-impact solutions. He began his career at Samsung R&D in
                Bangalore, where he refined his skills before joining Microsoft, steadily advancing to his current role
                as a Senior Engineer.
                At Microsoft, Shailendra has built and architected enterprise-level applications, focusing on creating
                scalable, reliable solutions to meet the evolving needs of global customers. His passion for technology
                is matched only by his commitment to customer satisfaction, a principle that has guided much of his
                work.
                In addition to his technical expertise, Shailendra plays a key role in talent acquisition at Microsoft,
                conducting interviews to hire top talent, while also mentoring junior engineers, helping shape the next
                generation of industry leaders. His dedication to both personal growth and team development reflects the
                high standards he brings to the tech world.

              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/image5.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Shailendra Saxena</h6>
            Senior Software Engineer, Microsoft
            <p>Website:<a
                href="https://www.linkedin.com/in/shailendra-saxena-22594135/?originalSubdomain=in">https://www.linkedin.com/in/shailendra-saxena-22594135/?originalSubdomain=in</a>
            </p>
          </div>
        </div>
      </div>
      <hr>




      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/alumni_guest_of_honor1.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Satish Kumar</h6>
            Engineer in Indian Radio Regulatory Service, Dept. of Telecom. (IRRS),Patna, Bihar
            <p>Website:<a
                href="https://www.linkedin.com/in/satish-kumar-2a10b519/">https://www.linkedin.com/in/satish-kumar-2a10b519/</a>
            </p>
            </p>
          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <!--              <p>Madan Kumar Pernati’s journey from IIIT laid the foundation for a successful career in technology, starting with roles in three startups and advancing to Director and Head of Operations at a leading Australian-based AI company for 12 years. Currently, he works as an independent consultant, collaborating with startups and direct clients on innovative AI projects in computer vision and sensor AI for road safety, parking management, and other applications. Networking and leadership have been key throughout his career, enabling global collaboration and team leadership. He thanks IIIT and its faculty for fostering hands-on learning through mini projects each semester and allowing the freedom to explore major projects in top research labs and companies, which built confidence before entering the industry. Madan encourages current students to embrace continuous learning and build strong connections for a successful career.</p> -->
              <p>Satish Kumar is a distinguished professional with a robust background in telecommunications and
                engineering. He secured AIR 67 in the Engineering Services Examination 2016, leading to his appointment
                in the Department of Telecom as part of the Indian Radio Regulatory Service (IRRS), where he has been
                serving since 2017. Prior to this, Satish achieved AIR 47 in the ISRO All India Exam for a Scientist
                position and worked at the ISRO Satellite Application Centre, Bangalore for 15 months. He holds a Master
                of Engineering in Telecommunication Engineering from the prestigious Indian Institute of Science (IISc),
                Bangalore, completed in 2016, and was selected by Analog Devices, Bangalore through campus placement,
                though he opted not to join.

                Satish’s academic accomplishments include securing AIR 155 in the GATE 2014 Examination and clearing
                both BARC and SAIL All India written examinations, where he proceeded to interviews. In 2013, he secured
                AIR 214 in the Joint Entrance Screening Test (JEST) for PhD admissions at advanced research institutes
                such as CV Raman, Homi Bhaba, and Raja Ramanna. Additionally, Satish has industry experience, having
                worked in the VLSI industry for 1.5 years with ARM Embedded Tech Pvt. Ltd. and as an intern at Nvidia
                Graphics Pvt. Ltd.. Academically, he graduated with a CGPA of 9.21 in BTech, ranking in the top 5 of his
                class, and was the district topper in the CBSE XII Board (2005) from Muzaffarpur, Bihar. </p>
            </div>
          </div>
        </div>
      </div>
      <hr>



      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <!--               <p>An accomplished Cyber Security and Data Privacy leader with 18+ years of experience. Currently heading the Information Security Management and Data Protection functions of Samsung R&D Center for Visual Display and Digital Appliances-India. Active participant and speaker in various cyber security and data privacy conferences and forums – Govt. and Private. Winner of several Cyber Security awards of repute, notable among them being "Smart CISO" in 13th Annual InfoSec Maestros Awards 2024, "Most Resilient CISO“ in the 7th Annual Dynamic CISO Excellence Awards 2021, “Most Innovative CISO of the Year 2018” Award by CISO Leadership Forum, “NextCSO 2017” Award by CSO Forum of India. Nominated honorary member of Cyber Security Association of India set up on PPP model for securing national cyberspace in 2023. Accredited with International Professional Certifications including CISA, CISM, CLIP (PIMS & GDPR), DCPP, ISO 27001:2013 LA, CLIP: ISMS, ITIL 2011 Foundation. Also, certified as a Data Protection Professional in the Indian National Register of Data Protection Professionals. Strategist and continuous learner with a passion for innovation in Security and Privacy management to drive bottom-line business contributions, optimize technology investments, avoid losses from security incidents, improve customer retention, enhance business decision making and reduce corporate liability.</p> -->
              <p>Shivam is an experienced professional working on AI Applications including Knowledge Graph, Machine
                Learning, Gen AI, LLM's and Computer Vision. He has been awarded as one of the top 20 Computer Scientist
                in the age of 20s by IEEE Computer Society. He is also a notable speaker and has been invited to over 50
                conferences and symposium for delivering Keynote with some of the recent one’s in France, Egypt and
                India. He has published over 10 Research papers in the field of Knowledge Graphs, LLMs, NLP and Computer
                Vision in Nature, Springer and IEEE. He has led a team of over 100 folks in IEEE and is currently
                leading a team of 45 people in ZS working on Production Ready AI Solutions.
                Experience:
                Shivam has around 6 years of experience working in the domain of Big Data Analytics and Enterprise AI
                Solutions. Shivam has worked with 10+ clients on Knowledge Graph, Gen AI, Search, Statistical Learning
                and Machine Learning over cloud. He has also been involved in over 30+ projects both internally and with
                clients. As the Engineering Lead at ZS Associates, Shivam drives transformative projects centered around
                Gen AI,

              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/alumni_guest_of_honor2.jpg" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Shivam</h6>
            Engineering Lead, ZS Associates,
            <p>Website:<a
                href="https://www.linkedin.com/in/shivam-abhilash/">https://www.linkedin.com/in/shivam-abhilash/</a></p>
          </div>
        </div>
      </div>
      <hr>


      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/new2.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 6px;">
            <h6>Amandeep Singh</h6>
            CISO, Amazon
            Gurgaon, Haryana


            </p>

          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Amandeep is currently serving as the Chief Information Security Officer (CISO) at Amazon Pay. After
                completing an MBA in IT and Marketing from IIIT-A in 2006, he began his career with HCL in Information
                Security and has since spent over 18 years in the field, contributing to renowned organizations such as
                Deloitte, DLF, AWS, and now Amazon Pay. Recognised with the Top 100 CISO Award in 2011, Amandeep has
                also represented India in global cloud security standards bodies. Married with two children, he enjoys
                reading, watching movies, and long motorbike rides in his free time. IIIT-A has been the cornerstone of
                his professional journey, and he looks forward to engaging with the students, who are the next
                generation of leaders, at this alumni event.

              </p>
            </div>
          </div>
        </div>
      </div>
      <hr>

      <div class="row">

        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>
                Performance driven IIIT grad with over 10 years of experience with Start-ups. Core technologist with
                proven leadership and team building skills coupled with leading change in complex and competitive
                business environment. Vast experience in mobile and cloud platforms design-build and deliver superior
                solutions to businesses presence across the globe.
                [in]ventics, from a single person company to a team of more than 30 people working out of our Bangalore
                & Lucknow offices, became a trusted name among it's clients base in India as well as abroad.
                For over 10 years, we have been creating high-performance websites, apps, and software that deliver
                ultimate digital experiences for all size of companies.
              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="./puneetR.jpeg" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 6px;">
            <h6>
              Puneet R. Saharey
            </h6>
            B Tech (IT) 2007-2011
            CTO, Simpel Techlabs.
            Bengaluru, Karnataka
            <br/>Profile: <a href="https://www.linkedin.com/in/puneet-r-saharey-91864119/">https://www.linkedin.com/in/puneet-r-saharey-91864119/</a>

            </p>

          </div>
        </div>
      </div>
      <hr>

      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/monika.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 6px;">
            <h6>
              Monika Gupta
            </h6>
            Innovation Lead, PTC, Celonis
            Delhi <br />
            Profile: <a href="https://www.linkedin.com/in/mgupta91/">https://www.linkedin.com/in/mgupta91/</a>



            </p>

          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Monika Gupta is a Lead Technology Consultant at Celonis. Before joining Celonis, she was a Research
                Scientist in the AI for Automation team, IBM Research, New Delhi. She did her PhD from IIIT Delhi where
                she applied process mining and machine learning techniques for software process improvement . Her
                research interests include log analytics, process mining, business process automation, and applications
                of machine learning, and deep learning. She was a recipient of the prestigious Prime Minister's Research
                Fellowship from 2013 to 2017. She has published research papers in various peer-reviewed conferences and
                journal. She has many patents filed in her name. She got the Best Poster Award in the Gracehopper
                Conference India 2016. During her PhD, she interned at Infosys Research Labs, Eindhoven University of
                Technology - The Netherlands, and IBM Research Bangalore. She was awarded Microsoft travel grant, ACM
                travel grant, IARCS
              </p>
            </div>
          </div>
        </div>
      </div>
      <hr>

      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>In my current role I am responsible for managing end to end Operations for education sector clients,
                with focus on execution of next generation global technical skills program in collaborations with
                Universities. In this role I am managing P&L worth USD 5M+ with a portfolio of 20+ clients in North,
                Central & East India.
                Previously I was a management consultant with over 11 years of experience with both domestic and
                international clients in areas of corporate & business strategy, process consulting & re-engineering,
                project and program management etc. I have worked in sectors like Education, Telecom, High-tech and
                retail. I have consulted for various organizations in the areas of business strategy, operations
                strategy, process consulting, growth strategy, market entry / positioning strategy, change management,
                CRM etc
              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/new1.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Gagan Agrawal</h6>
            Sales Leader
            IBM Career Education <br />
            <p>Website:<a
                href="https://www.linkedin.com/in/agrawalgagan/?originalSubdomain=in">https://www.linkedin.com/in/agrawalgagan/?originalSubdomain=in</a>
            </p>
          </div>
        </div>
      </div>
      <hr>







      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 300px; margin-right: 50px;">
            <img src="images/no1.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 6px;">
            <h6>Titli Banerjee</h6>

            Project Coordinator,Centific
            Hyderabad, Telangana
           <br/> Profile: <a href="www.linkedin.com/in/titlibanerjee/">www.linkedin.com/in/titlibanerjee/</a>


            </p>

          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>I am currently serving as a Project Leader – Vendor Management and Relationship partner for Centific Global Technologies India Pvt Ltd. My work encompasses association and research-based collaboration with major academic institutes around the world. In this role I support for projects over USD 10M+. I closely work with major IT giants for tech stack and LLM grader projects. My inclination towards research has helped me to publish several research papers and attending over 20 research conferences with many denoted researchers across India and globe. My specialty reflects proficiency in project management, marketing management, procurement, stakeholder, and risk management. I enjoy finding creative solutions to strategic and analytical problems. Along with the proven academic track, sports have always played an integral part of my life. I have represented India at the World Archery Championship, I am a national level gold medallist in Archery and Football. In leisure time I enjoy traveling and participating in adventure sports.


              </p>
            </div>
          </div>
        </div>
      </div>
      <hr>






      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Mr. Prajay Kamat is Founder and CTO in MergeXR Studios Limited In early 1998, I started my career as a
                self taught expert in Interactive media and entertainment. Later I continued my passion towards
                technology and pursued formal education resulting in a Masters qualification in research. Following
                graduation, my ambitions multiplied and led to the formation of AiSolve Ltd – an Interactive media and
                Research group.
                Over the years we acquired unique talents and formed a family of highly skilled individuals – because of
                which, we now offer what we offer! (Innovative solutions using emerging technologies).Specialties: Our
                in-house capabilities range from custom touch screen kiosk development, storefront marketing solutions
                using latest display technology, Interactive systems with video and 3D display capabilities, Game based
                advertisement solutions and other online/offline technology driven solutions.


              </p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/no4.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 10px;">
            <h6>Mr. Prajay Kamat</h6>
            CTO and Co-Founder
            MergeXR Studios Limited

            <p>Website:<a href="https://www.mergexr.studio/
">https://www.mergexr.studio/
              </a></p>
          </div>
        </div>
      </div>
      <hr>






      <div class="row">
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 350px; margin-right: 100px;">
            <img src="images/no3.png" class="box_img" alt="about img" height="350 px" width="320 px">
            <p style="margin-top: 6px;">
            <h6>Ms. Devi Kolli</h6>

            Co-founder & Chief Executive Officer
            i3 Simulations




            </p>

          </div>
        </div>
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Devi Kolli is the dynamic CEO and Co-founder of i3 Simulations, with over 17 years of
                experience in leading tech startups specializing in Extended Reality (XR) and Artificial
                Intelligence (AI). As a multi-award-winning British Indian entrepreneur, Devi has a diverse
                background across retail, entertainment, and education. She has successfully driven
                bootstrap tech startups to remarkable global growth and combined exits valued at over GBP
                200 million.
                Under Devi's pioneering leadership, i3 Simulations has revolutionized healthcare education
                and research. The company leverages cutting-edge AI and XR technologies to transform
                conventional training methods, offering healthcare professionals immersive, interactive,
                and intuitive (i3) learning experiences. These innovative solutions have earned i3
                Simulations global acclaim and recognition as an award-winning organization in the
                industry.
                Beyond her impactful role at i3 Simulations, Devi serves as the Chief Advisor to MergeXR
                Studios, further cementing her status as a transformative leader in immersive and creative
                technologies. An advocate for entrepreneurship and innovation, she also contributes her
                expertise to various non-profit charitable institutes, shaping the future of education and
                social welfare. Her journey from humble beginnings to global success is a testament to her
                visionary leadership and unwavering determination, inspiring aspiring entrepreneurs
                worldwide.




              </p>
            </div>
          </div>
        </div>
      </div>
      <hr>



      <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>I am a Research Scientist and Research Lead at Spotify, New York. I work on Knowledge Graphs and
Transformer methods for podcast search and content-based podcast recommendations. I was previously at
Yahoo Research working on Discourse and Dialogue problems where he received the Master Inventor Award
for innovative and impactful work. Prior to Yahoo, I obtained a PhD in 2014 from the School of Computer
Science at Carnegie Mellon University. My research interests are Semantic Knowledge Bases, and Multilingual
Discourse Processing. I previously worked on problems related to Spoken Language Processing,Spoken
Dialog Systems, Learning Semantic Knowledge Bases for Dialog Agents, and Multiparty Conversational
Agents. I served as area chair at EMNLP, session chair at IJCNLP and serve as a member of the program
committees of major conferences in the field of Natural Language Processing and Speech Processing (SIGDial,
ACL, NAACL, Interspeech, EMNLP) and as a reviewer for several international journals viz., Discourse and
Dialogue, Natural Language Engineering, Computational Linguistics, Speech Communication.
At Spotify, I currently lead the research on semantic search and entity-driven retrieval where I develop query
semantic representations for effective understanding of user intent. I previously led the podcast knowledge
graph population efforts and we worked on large scale entity extraction methods. Over recent years, podcasts
have emerged as a novel medium for sharing and broadcasting information over the Internet -- we curated and
released one of the largest audio datasets available for research. Paired with the audio files, they are also a
resource for speech processing and the study of paralinguistic, sociolinguistic, and acoustic aspects of the
domain. This has been successfully adopted by the research community and we conducted a new TREC task
on podcast search and summarization. At Yahoo, I led the efforts on unsupervised large scale multilingual
entity extraction and linking. This work was instrumental in powering document processing pipeline of news
articles displayed on Yahoo.com.</p>
            </div>
          </div>
        </div>
        <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 120px; margin-right: 100px;">
            <img src="images/dr_aashish.jpg" class="box_img" alt="about img" height="350 px"
              width="320 px">
            <p style="margin-top: 10px;">
            <h6>Dr. Aashish Pappu</h6>
            Senior Research Scientist and Research Lead, Spotify, New York, NY, USA
<!--             <p>Website:<a
                href="https://www.linkedin.com/in/shakil-ahmad-cisa-cism-dcpp%C2%A9-clip-isms-clip-pims-gdpr-8a927a3/?originalSubdomain=in">https://www.linkedin.com/in/shakil-ahmad-cisa-cism-dcpp%C2%A9-clip-isms-clip-pims-gdpr-8a927a3/?originalSubdomain=in</a>
            </p> -->
          </div>
        </div>
      </div>





      <!-- third-->







      <!--fourth-->
      <!--       <div class="row">
        <div class="col-md-5 mx-auto">
          <div class="form_container">
            <div class="heading_container heading_center">
              <h2 style="color: #a9a1a1;">Brief Bio-Data</h2>
              <p>Gyan is an engineering graduate from 2003-2007 batch and further pursued law. After working with
                several MNCs and law firms for over 12 years, Gyan started LexAnalytico Consulting in 2020. He is a
                registered patent attorney with over 15 years of experience in the creating, protecting, managing and
                licensing intellectual property assets. Being a registered Patent Agent he has enabled numerous MNCs,
                law firms, individual inventors, and SMEs to achieve their IP goals. He earlier managed a patent
                portfolio of 5500 patents for a global technology licensing company. He is also listed as an inventor
                for more than 30 patents and applications filed in US.</p>
            </div>
          </div> -->
      <!--         </div> -->
      <!--         <div class="col-md-6 px-0">
          <div class="img-box " style="margin-left: 250px; margin-right: 100px;">
            <img src="images/briefbiodata4.jpg" class="box_img" alt="about img" height="250 px" width="100px">
            <p style="margin-top: 10px;">
            <h6>Gyanveer Singh(B. Tech IT 2003 Batch)</h6>

            Founding Partner
            LexAnalytico Consulting Pvt Ltd

            <p>Website:<a href="https://lexanalytico.com">https://lexanalytico.com</a></p>
            </p>
          </div> -->
      <!--         </div> -->
      <!--       </div>  -->
      <!--     </div>
    <hr>
  </section> -->

      <!--copy paste the syntax of first and second section alternatively according to the number of people needed to be introduced-->
      <!-- end contact section -->

      <!--   <section id="organisers" style="margin-top: 20px; margin-bottom: 60px;">
    <h2 style="margin-top: 40px; text-align: center; color: rgb(155, 79, 79);">
      <strong> Organising Committee</strong>
    </h2>
    <h5 style="margin-top: 50px; text-align: center;"><strong> Prof Anupam Agrawal - Chairman (Dept. of IT)</strong>
    </h5>

    <h5 style="margin-top: 20px; text-align: center;"><strong> Prof. O.P. Vyas - member (Dept. of IT)</strong></h5>
    <h5 style="margin-top: 20; text-align: center;"><strong> Dr. Abhishek Vaish - member (Dept. of IT)</strong></h5>
    <h5 style="margin-top: 20px; text-align: center;"><strong> Dr. Utkarsh Goel - member (Dept. of MS)</strong></h5>
    <h5 style="margin-top: 20px; text-align: center;"><strong>Dr. Muneendra Ojha - member (Dept. of IT)</strong></h5>
    <h5 style="margin-top: 20px; text-align: center;"><strong>Dr. Rahul Harishchandra Meshram - member (Dept. of
        EC)</strong></h5>
    <h5 style="margin-top: 20px; text-align: center;"><strong> Dr. Nabajyoti Mazumdar - Convenor (Dept. of IT)</strong>
    </h5>
  </section>
 -->

      <!-- info section -->
      <section style="background-color: rgb(4, 60, 60); color: white;" class="info_section ">
        <div class="container">
          <div class="info_top">
            <div class="row">
              <div class="col-md-3 ">
                <a class="navbar-brand" href="index.html">
                  IIIT ALLAHABAD
                </a>
              </div>

            </div>
          </div>
          <div class="info_bottom">
            <div class="row">
              <div class="col-lg-3 col-md-6">
                <div class="info_detail">
                  <h5>
                    Address
                  </h5>
                  <p>Office of Alumni Affairs </p>
                  <p>
                    IIIT Allahabad, Devghat, Jhalwa Prayagraj - 211015 Uttar Pradesh, India

                  </p>
                </div>
              </div>

              <div class="col-lg-2 col-md-6" style="margin-left:200px; margin-top: -65px;">

                <div>
                  <img src="images/sitelogo.jpg" alt="Logo Image" height="200px" width="200px">
                </div>

              </div>
            </div>
          </div>
        </div>
      </section>

      <!-- end info_section -->

      <!-- footer section -->
      <footer class="footer_section">
        <div class="container">

        </div>
      </footer>
      <!-- footer section -->

      <!-- jQery -->
      <script src="js/jquery-3.4.1.min.js"></script>
      <!-- popper js -->
      <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
        integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
        crossorigin="anonymous"></script>
      <!-- bootstrap js -->
      <script src="js/bootstrap.js"></script>
      <!-- owl slider -->
      <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
      <!-- nice select -->
      <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/js/jquery.nice-select.min.js"
        integrity="sha256-Zr3vByTlMGQhvMfgkQ5BtWRSKBGa2QlspKYJnkjZTmo=" crossorigin="anonymous"></script>
      <!-- custom js -->
      <script src="js/custom.js"></script>
      <!-- Google Map -->
      <script
        src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
      <!-- End Google Map -->
</body>

</html>

ZeroDay Forums Mini