{"id":14,"date":"2026-01-10T11:31:50","date_gmt":"2026-01-10T11:31:50","guid":{"rendered":"http:\/\/10.150.224.157\/~sksinha\/?page_id=14"},"modified":"2026-01-15T04:54:03","modified_gmt":"2026-01-15T04:54:03","slug":"alumni","status":"publish","type":"page","link":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/","title":{"rendered":"Alumni"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Doctoral Students<\/h2>\n\n\n\n<style>\n    \/* Container to hold the header and the list *\/\n    .alumni-list-container {\n        border: 1px solid #f0f2f5;\n        border-radius: 8px;\n        overflow: hidden;\n        margin-top: 20px;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n    }\n\n    \/* Header Row Styling *\/\n    .alumni-table-titles {\n        display: grid;\n        \/* Matches the template columns: Identity | Duration | Current | Bio *\/\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \n        padding: 12px 15px;\n        background: #fcfcfc;\n        border-bottom: 2px solid #f0f2f5;\n        gap: 15px;\n    }\n\n    .title-text {\n        font-size: 0.7rem;\n        font-weight: 700;\n        color: #a3aab1;\n        text-transform: uppercase;\n        letter-spacing: 0.08em;\n    }\n\n    \/* Hide headers on small mobile screens where rows stack *\/\n    @media (max-width: 768px) {\n        .alumni-table-titles { display: none; }\n        .alumni-list-container { border: none; box-shadow: none; }\n    }\n<\/style>\n\n<div class=\"alumni-list-container\">\n    <div class=\"alumni-table-titles\">\n        <div class=\"title-text\">Name &#038; Role<\/div>\n        <div class=\"title-text\">In Lab<\/div>\n        <div class=\"title-text\">Current Position<\/div>\n        <div class=\"title-text\" style=\"text-align: right;\">Archive<\/div>\n    <\/div>\n\n    \n<\/div>\n\n\n\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Master&#8217;s Students<\/h2>\n\n\n\n<style>\n    \/* Container to hold the header and the list *\/\n    .alumni-list-container {\n        border: 1px solid #f0f2f5;\n        border-radius: 8px;\n        overflow: hidden;\n        margin-top: 20px;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n    }\n\n    \/* Header Row Styling *\/\n    .alumni-table-titles {\n        display: grid;\n        \/* Matches the template columns: Identity | Duration | Current | Bio *\/\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \n        padding: 12px 15px;\n        background: #fcfcfc;\n        border-bottom: 2px solid #f0f2f5;\n        gap: 15px;\n    }\n\n    .title-text {\n        font-size: 0.7rem;\n        font-weight: 700;\n        color: #a3aab1;\n        text-transform: uppercase;\n        letter-spacing: 0.08em;\n    }\n\n    \/* Hide headers on small mobile screens where rows stack *\/\n    @media (max-width: 768px) {\n        .alumni-table-titles { display: none; }\n        .alumni-list-container { border: none; box-shadow: none; }\n    }\n<\/style>\n\n<div class=\"alumni-list-container\">\n    <div class=\"alumni-table-titles\">\n        <div class=\"title-text\">Name &#038; Role<\/div>\n        <div class=\"title-text\">In Lab<\/div>\n        <div class=\"title-text\">Current Position<\/div>\n        <div class=\"title-text\" style=\"text-align: right;\">Archive<\/div>\n    <\/div>\n\n    <style>\r\n    .alumni-row {\r\n        display: grid;\r\n        \/* Balanced columns for Identity, Duration, Current Position, and Bio Link *\/\r\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \r\n        padding: 10px 15px;\r\n        border-bottom: 1px solid #f0f2f5;\r\n        align-items: center;\r\n        background: #fff;\r\n        gap: 15px;\r\n        transition: background 0.2s ease;\r\n    }\r\n    \r\n    .alumni-row:hover { \r\n        background: #f9fbff; \r\n    }\r\n\r\n    .alumni-identity { \r\n        display: flex; \r\n        align-items: center; \r\n        gap: 12px; \r\n    }\r\n\r\n    \/* Polished Thumbnail *\/\r\n    .alumni-thumb { \r\n        width: 38px; \r\n        height: 38px; \r\n        object-fit: cover; \r\n        border-radius: 4px; \r\n        border: 1px solid #e1e4e8; \r\n    }\r\n\r\n    \/* Name and Designation Stacking *\/\r\n    .name-stack {\r\n        display: flex;\r\n        flex-direction: column;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    .alumni-name-text { \r\n        font-weight: 600; \r\n        color: #1a1a1a; \r\n        font-size: 0.95em; \r\n    }\r\n\r\n    .alumni-designation-text {\r\n        font-size: 0.8em;\r\n        color: #6a737d; \/* Subtle gray *\/\r\n        font-weight: 400;\r\n    }\r\n\r\n    .alumni-duration-text { \r\n        font-size: 0.85em; \r\n        color: #666; \r\n    }\r\n\r\n    .alumni-current-text { \r\n        font-size: 0.88em; \r\n        color: #444; \r\n    }\r\n\r\n    .btn-lab-profile { \r\n        font-size: 0.75em; \r\n        color: #0056b3; \r\n        opacity: 0.6; \r\n        text-decoration: none; \r\n        font-weight: 500;\r\n    }\r\n\r\n    .btn-lab-profile:hover {\r\n        opacity: 1;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .alumni-row { grid-template-columns: 1fr 80px; gap: 5px; }\r\n        .alumni-duration-text, .alumni-current-text { display: none; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"alumni-row\">\r\n    <div class=\"alumni-identity\">\r\n        \r\n            <a href=\"https:\/\/www.linkedin.com\/in\/abhitendra-sarvesh-27b31015a?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app\" target=\"_blank\" style=\"text-decoration:none; display:flex; align-items:center; gap:12px;\">\r\n                <img decoding=\"async\" src=\"http:\/\/smartgeotechnics.iitd.ac.in\/wp-content\/uploads\/2026\/01\/2025_Masters_Abhitendra_Sarvesh-150x150.jpg\" class=\"alumni-thumb\">\r\n                <div class=\"name-stack\">\r\n                    <span class=\"alumni-name-text\">Abhitendra Sarvesh<\/span>\r\n                    <span class=\"alumni-designation-text\">M.Tech Civil Engg | IIT Delhi<\/span>\r\n                <\/div>\r\n            <\/a>\r\n        \r\n    <\/div>\r\n\r\n    <div class=\"alumni-duration-text\">\r\n        Jan'25 - July'25\r\n    <\/div>\r\n\r\n    <div class=\"alumni-current-text\">\r\n        \r\n            Asst. Manager - Planning | L&T Construction (GeoStructure IC)\r\n        \r\n    <\/div>\r\n\r\n    <div style=\"text-align: right;\">\r\n        <a href=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/person\/abhitendra-sarvesh\/\" class=\"btn-lab-profile\">Bio <i class=\"fas fa-arrow-right\" style=\"font-size:0.8em;\"><\/i><\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .alumni-row {\r\n        display: grid;\r\n        \/* Balanced columns for Identity, Duration, Current Position, and Bio Link *\/\r\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \r\n        padding: 10px 15px;\r\n        border-bottom: 1px solid #f0f2f5;\r\n        align-items: center;\r\n        background: #fff;\r\n        gap: 15px;\r\n        transition: background 0.2s ease;\r\n    }\r\n    \r\n    .alumni-row:hover { \r\n        background: #f9fbff; \r\n    }\r\n\r\n    .alumni-identity { \r\n        display: flex; \r\n        align-items: center; \r\n        gap: 12px; \r\n    }\r\n\r\n    \/* Polished Thumbnail *\/\r\n    .alumni-thumb { \r\n        width: 38px; \r\n        height: 38px; \r\n        object-fit: cover; \r\n        border-radius: 4px; \r\n        border: 1px solid #e1e4e8; \r\n    }\r\n\r\n    \/* Name and Designation Stacking *\/\r\n    .name-stack {\r\n        display: flex;\r\n        flex-direction: column;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    .alumni-name-text { \r\n        font-weight: 600; \r\n        color: #1a1a1a; \r\n        font-size: 0.95em; \r\n    }\r\n\r\n    .alumni-designation-text {\r\n        font-size: 0.8em;\r\n        color: #6a737d; \/* Subtle gray *\/\r\n        font-weight: 400;\r\n    }\r\n\r\n    .alumni-duration-text { \r\n        font-size: 0.85em; \r\n        color: #666; \r\n    }\r\n\r\n    .alumni-current-text { \r\n        font-size: 0.88em; \r\n        color: #444; \r\n    }\r\n\r\n    .btn-lab-profile { \r\n        font-size: 0.75em; \r\n        color: #0056b3; \r\n        opacity: 0.6; \r\n        text-decoration: none; \r\n        font-weight: 500;\r\n    }\r\n\r\n    .btn-lab-profile:hover {\r\n        opacity: 1;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .alumni-row { grid-template-columns: 1fr 80px; gap: 5px; }\r\n        .alumni-duration-text, .alumni-current-text { display: none; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"alumni-row\">\r\n    <div class=\"alumni-identity\">\r\n        \r\n            <a href=\"https:\/\/www.linkedin.com\/in\/ravi-raj1205?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app\" target=\"_blank\" style=\"text-decoration:none; display:flex; align-items:center; gap:12px;\">\r\n                <img decoding=\"async\" src=\"http:\/\/smartgeotechnics.iitd.ac.in\/wp-content\/uploads\/2026\/01\/2025_Masters_Ravi_Raj-150x150.jpg\" class=\"alumni-thumb\">\r\n                <div class=\"name-stack\">\r\n                    <span class=\"alumni-name-text\">Ravi Raj<\/span>\r\n                    <span class=\"alumni-designation-text\">M. Tech Civil Eng | IIT Delhi<\/span>\r\n                <\/div>\r\n            <\/a>\r\n        \r\n    <\/div>\r\n\r\n    <div class=\"alumni-duration-text\">\r\n        July'24 - Jan'25\r\n    <\/div>\r\n\r\n    <div class=\"alumni-current-text\">\r\n        \r\n            Executive Engineer | NTPC Limited\r\n        \r\n    <\/div>\r\n\r\n    <div style=\"text-align: right;\">\r\n        <a href=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/person\/ravi-raj\/\" class=\"btn-lab-profile\">Bio <i class=\"fas fa-arrow-right\" style=\"font-size:0.8em;\"><\/i><\/a>\r\n    <\/div>\r\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">B. Tech and Research Interns<\/h2>\n\n\n\n<style>\n    \/* Container to hold the header and the list *\/\n    .alumni-list-container {\n        border: 1px solid #f0f2f5;\n        border-radius: 8px;\n        overflow: hidden;\n        margin-top: 20px;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n    }\n\n    \/* Header Row Styling *\/\n    .alumni-table-titles {\n        display: grid;\n        \/* Matches the template columns: Identity | Duration | Current | Bio *\/\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \n        padding: 12px 15px;\n        background: #fcfcfc;\n        border-bottom: 2px solid #f0f2f5;\n        gap: 15px;\n    }\n\n    .title-text {\n        font-size: 0.7rem;\n        font-weight: 700;\n        color: #a3aab1;\n        text-transform: uppercase;\n        letter-spacing: 0.08em;\n    }\n\n    \/* Hide headers on small mobile screens where rows stack *\/\n    @media (max-width: 768px) {\n        .alumni-table-titles { display: none; }\n        .alumni-list-container { border: none; box-shadow: none; }\n    }\n<\/style>\n\n<div class=\"alumni-list-container\">\n    <div class=\"alumni-table-titles\">\n        <div class=\"title-text\">Name &#038; Role<\/div>\n        <div class=\"title-text\">In Lab<\/div>\n        <div class=\"title-text\">Current Position<\/div>\n        <div class=\"title-text\" style=\"text-align: right;\">Archive<\/div>\n    <\/div>\n\n    <style>\r\n    .alumni-row {\r\n        display: grid;\r\n        \/* Balanced columns for Identity, Duration, Current Position, and Bio Link *\/\r\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \r\n        padding: 10px 15px;\r\n        border-bottom: 1px solid #f0f2f5;\r\n        align-items: center;\r\n        background: #fff;\r\n        gap: 15px;\r\n        transition: background 0.2s ease;\r\n    }\r\n    \r\n    .alumni-row:hover { \r\n        background: #f9fbff; \r\n    }\r\n\r\n    .alumni-identity { \r\n        display: flex; \r\n        align-items: center; \r\n        gap: 12px; \r\n    }\r\n\r\n    \/* Polished Thumbnail *\/\r\n    .alumni-thumb { \r\n        width: 38px; \r\n        height: 38px; \r\n        object-fit: cover; \r\n        border-radius: 4px; \r\n        border: 1px solid #e1e4e8; \r\n    }\r\n\r\n    \/* Name and Designation Stacking *\/\r\n    .name-stack {\r\n        display: flex;\r\n        flex-direction: column;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    .alumni-name-text { \r\n        font-weight: 600; \r\n        color: #1a1a1a; \r\n        font-size: 0.95em; \r\n    }\r\n\r\n    .alumni-designation-text {\r\n        font-size: 0.8em;\r\n        color: #6a737d; \/* Subtle gray *\/\r\n        font-weight: 400;\r\n    }\r\n\r\n    .alumni-duration-text { \r\n        font-size: 0.85em; \r\n        color: #666; \r\n    }\r\n\r\n    .alumni-current-text { \r\n        font-size: 0.88em; \r\n        color: #444; \r\n    }\r\n\r\n    .btn-lab-profile { \r\n        font-size: 0.75em; \r\n        color: #0056b3; \r\n        opacity: 0.6; \r\n        text-decoration: none; \r\n        font-weight: 500;\r\n    }\r\n\r\n    .btn-lab-profile:hover {\r\n        opacity: 1;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .alumni-row { grid-template-columns: 1fr 80px; gap: 5px; }\r\n        .alumni-duration-text, .alumni-current-text { display: none; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"alumni-row\">\r\n    <div class=\"alumni-identity\">\r\n        \r\n            <a href=\"https:\/\/www.linkedin.com\/in\/muntas1r\/\" target=\"_blank\" style=\"text-decoration:none; display:flex; align-items:center; gap:12px;\">\r\n                <img decoding=\"async\" src=\"http:\/\/smartgeotechnics.iitd.ac.in\/wp-content\/uploads\/2026\/01\/2025_Intern_Muntasir_Ahmed-150x150.jpg\" class=\"alumni-thumb\">\r\n                <div class=\"name-stack\">\r\n                    <span class=\"alumni-name-text\">Muntasir Ahmed<\/span>\r\n                    <span class=\"alumni-designation-text\">B. Tech in Civil Eng | Jadavpur University<\/span>\r\n                <\/div>\r\n            <\/a>\r\n        \r\n    <\/div>\r\n\r\n    <div class=\"alumni-duration-text\">\r\n        June'24 - April'25\r\n    <\/div>\r\n\r\n    <div class=\"alumni-current-text\">\r\n        \r\n            <span style=\"color:#ccc;\">\u2014<\/span>\r\n        \r\n    <\/div>\r\n\r\n    <div style=\"text-align: right;\">\r\n        <a href=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/person\/muntasir-ahmed\/\" class=\"btn-lab-profile\">Bio <i class=\"fas fa-arrow-right\" style=\"font-size:0.8em;\"><\/i><\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .alumni-row {\r\n        display: grid;\r\n        \/* Balanced columns for Identity, Duration, Current Position, and Bio Link *\/\r\n        grid-template-columns: 2.2fr 0.8fr 2fr 80px; \r\n        padding: 10px 15px;\r\n        border-bottom: 1px solid #f0f2f5;\r\n        align-items: center;\r\n        background: #fff;\r\n        gap: 15px;\r\n        transition: background 0.2s ease;\r\n    }\r\n    \r\n    .alumni-row:hover { \r\n        background: #f9fbff; \r\n    }\r\n\r\n    .alumni-identity { \r\n        display: flex; \r\n        align-items: center; \r\n        gap: 12px; \r\n    }\r\n\r\n    \/* Polished Thumbnail *\/\r\n    .alumni-thumb { \r\n        width: 38px; \r\n        height: 38px; \r\n        object-fit: cover; \r\n        border-radius: 4px; \r\n        border: 1px solid #e1e4e8; \r\n    }\r\n\r\n    \/* Name and Designation Stacking *\/\r\n    .name-stack {\r\n        display: flex;\r\n        flex-direction: column;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    .alumni-name-text { \r\n        font-weight: 600; \r\n        color: #1a1a1a; \r\n        font-size: 0.95em; \r\n    }\r\n\r\n    .alumni-designation-text {\r\n        font-size: 0.8em;\r\n        color: #6a737d; \/* Subtle gray *\/\r\n        font-weight: 400;\r\n    }\r\n\r\n    .alumni-duration-text { \r\n        font-size: 0.85em; \r\n        color: #666; \r\n    }\r\n\r\n    .alumni-current-text { \r\n        font-size: 0.88em; \r\n        color: #444; \r\n    }\r\n\r\n    .btn-lab-profile { \r\n        font-size: 0.75em; \r\n        color: #0056b3; \r\n        opacity: 0.6; \r\n        text-decoration: none; \r\n        font-weight: 500;\r\n    }\r\n\r\n    .btn-lab-profile:hover {\r\n        opacity: 1;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .alumni-row { grid-template-columns: 1fr 80px; gap: 5px; }\r\n        .alumni-duration-text, .alumni-current-text { display: none; }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"alumni-row\">\r\n    <div class=\"alumni-identity\">\r\n        \r\n            <a href=\"https:\/\/www.linkedin.com\/in\/piyush-jangid-72aa9a200\/\" target=\"_blank\" style=\"text-decoration:none; display:flex; align-items:center; gap:12px;\">\r\n                <img decoding=\"async\" src=\"http:\/\/smartgeotechnics.iitd.ac.in\/wp-content\/uploads\/2026\/01\/Piyush_Jangid-150x150.jpg\" class=\"alumni-thumb\">\r\n                <div class=\"name-stack\">\r\n                    <span class=\"alumni-name-text\">Piyush Jangid<\/span>\r\n                    <span class=\"alumni-designation-text\">B. Tech Civil Eng | IIT Kharagpur<\/span>\r\n                <\/div>\r\n            <\/a>\r\n        \r\n    <\/div>\r\n\r\n    <div class=\"alumni-duration-text\">\r\n        May\u201924 - Sept\u201924\r\n    <\/div>\r\n\r\n    <div class=\"alumni-current-text\">\r\n        \r\n            <span style=\"color:#ccc;\">\u2014<\/span>\r\n        \r\n    <\/div>\r\n\r\n    <div style=\"text-align: right;\">\r\n        <a href=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/person\/piyush-jangid\/\" class=\"btn-lab-profile\">Bio <i class=\"fas fa-arrow-right\" style=\"font-size:0.8em;\"><\/i><\/a>\r\n    <\/div>\r\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Doctoral Students Name &#038; Role In Lab Current Position Archive Master&#8217;s Students Name &#038; Role In Lab Current Position Archive B. Tech and Research Interns Name &#038; Role In Lab Current Position Archive<\/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-14","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Alumni - Smart Geotechnics Lab @ IIT Delhi<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alumni - Smart Geotechnics Lab @ IIT Delhi\" \/>\n<meta property=\"og:description\" content=\"Doctoral Students Name &#038; Role In Lab Current Position Archive Master&#8217;s Students Name &#038; Role In Lab Current Position Archive B. Tech and Research Interns Name &#038; Role In Lab Current Position Archive\" \/>\n<meta property=\"og:url\" content=\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/\" \/>\n<meta property=\"og:site_name\" content=\"Smart Geotechnics Lab @ IIT Delhi\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T04:54:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/\",\"url\":\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/\",\"name\":\"Alumni - Smart Geotechnics Lab @ IIT Delhi\",\"isPartOf\":{\"@id\":\"http:\/\/smartgeotechnics.iitd.ac.in\/#website\"},\"datePublished\":\"2026-01-10T11:31:50+00:00\",\"dateModified\":\"2026-01-15T04:54:03+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/smartgeotechnics.iitd.ac.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Alumni\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/smartgeotechnics.iitd.ac.in\/#website\",\"url\":\"http:\/\/smartgeotechnics.iitd.ac.in\/\",\"name\":\"SmartGeotechnics - SK Sinha Group @ IIT Delhi\",\"description\":\"Engineering Innovative Solutions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/smartgeotechnics.iitd.ac.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Alumni - Smart Geotechnics Lab @ IIT Delhi","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/","og_locale":"en_US","og_type":"article","og_title":"Alumni - Smart Geotechnics Lab @ IIT Delhi","og_description":"Doctoral Students Name &#038; Role In Lab Current Position Archive Master&#8217;s Students Name &#038; Role In Lab Current Position Archive B. Tech and Research Interns Name &#038; Role In Lab Current Position Archive","og_url":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/","og_site_name":"Smart Geotechnics Lab @ IIT Delhi","article_modified_time":"2026-01-15T04:54:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/","url":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/","name":"Alumni - Smart Geotechnics Lab @ IIT Delhi","isPartOf":{"@id":"http:\/\/smartgeotechnics.iitd.ac.in\/#website"},"datePublished":"2026-01-10T11:31:50+00:00","dateModified":"2026-01-15T04:54:03+00:00","breadcrumb":{"@id":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/alumni\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/smartgeotechnics.iitd.ac.in\/"},{"@type":"ListItem","position":2,"name":"Alumni"}]},{"@type":"WebSite","@id":"http:\/\/smartgeotechnics.iitd.ac.in\/#website","url":"http:\/\/smartgeotechnics.iitd.ac.in\/","name":"SmartGeotechnics - SK Sinha Group @ IIT Delhi","description":"Engineering Innovative Solutions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/smartgeotechnics.iitd.ac.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":50,"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":603,"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions\/603"}],"wp:attachment":[{"href":"http:\/\/smartgeotechnics.iitd.ac.in\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}