{"id":97,"date":"2020-03-03T12:29:08","date_gmt":"2020-03-03T19:29:08","guid":{"rendered":"https:\/\/labs.engineering.asu.edu\/andino\/?page_id=97"},"modified":"2025-12-03T09:43:45","modified_gmt":"2025-12-03T16:43:45","slug":"students","status":"publish","type":"page","link":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/","title":{"rendered":"Researchers"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Current Research Team<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .research-team-section {\n            background: linear-gradient(135deg, #0d1a73 0%, #1a237e 100%);\n            padding: 20px 20px;\n            min-height: 100vh;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            letter-spacing: -1px;\n        }\n\n        .section-subtitle {\n            font-size: 1.3rem;\n            color: rgba(255,255,255,0.9);\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .researchers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 40px;\n            margin-top: 50px;\n        }\n\n        .researcher-card {\n            background: rgba(255,255,255,0.95);\n            border-radius: 20px;\n            padding: 0;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            overflow: hidden;\n            position: relative;\n        }\n\n        .researcher-card:hover {\n            transform: translateY(-10px) scale(1.02);\n            box-shadow: 0 30px 60px rgba(0,0,0,0.2);\n        }\n\n        .researcher-image {\n            width: 100%;\n            height: 280px;\n            background: linear-gradient(45deg, #e8f2ff 0%, #f0f8ff 100%);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .researcher-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.4s ease;\n        }\n\n        .researcher-card:hover .researcher-image img {\n            transform: scale(1.1);\n        }\n\n        .researcher-content {\n            padding: 30px;\n        }\n\n        .researcher-name {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2d3748;\n            margin-bottom: 8px;\n            background: linear-gradient(135deg, #0d1a73, #1a237e);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .researcher-title {\n            font-size: 1rem;\n            color: #1a237e;\n            font-weight: 600;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .researcher-bio {\n            color: #4a5568;\n            line-height: 1.7;\n            font-size: 0.95rem;\n        }\n\n        @media (max-width: 768px) {\n            .section-title {\n                font-size: 2.5rem;\n            }\n            \n            .researchers-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .research-team-section {\n                padding: 50px 15px;\n            }\n        }\n\n        \/* Animation for cards on load *\/\n        .researcher-card {\n            opacity: 0;\n            animation: fadeInUp 0.6s ease forwards;\n        }\n\n        .researcher-card:nth-child(1) { animation-delay: 0.1s; }\n        .researcher-card:nth-child(2) { animation-delay: 0.2s; }\n        .researcher-card:nth-child(3) { animation-delay: 0.3s; }\n        .researcher-card:nth-child(4) { animation-delay: 0.4s; }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"research-team-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h1 class=\"section-title\">Current Research Team<\/h1>\n                <p class=\"section-subtitle\">Meet the brilliant minds driving innovation and discovery in our laboratory. Each member brings unique expertise and passion to our collaborative research environment.<\/p>\n            <\/div>\n\n            <div class=\"researchers-grid\">\n                <!-- Researcher 1 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg\" alt=\"Ashish Rana\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Ashish Rana<\/h3>\n                        <p class=\"researcher-title\">Postdoctoral Scholar<\/p>\n                        <p class=\"researcher-bio\">Dr. Rana earned his PhD in Mechanical Engineering from Arizona State University and is currently conducting research on vehicle cabin CO\u2082 dynamics. His work focuses on air quality and ventilation, with the goal of improving understanding of occupant exposure and developing effective mitigation strategies.\n\nHis previous research includes modeling the vibrational frequencies of Brown Carbon species to assess their climate impacts, as well as designing and testing photocatalytic systems for Hydrogen Sulfide removal from air streams. Outside of research, Dr. Rana enjoys hiking, running, playing racquetball, and listening to music.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Researcher 2 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/tegun.jpg\" alt=\"Tegun Young\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Tegun Young<\/h3>\n                        <p class=\"researcher-title\">Graduate Student<\/p>\n                        <p class=\"researcher-bio\">Tegun is a PhD student in Chemical Engineering at Arizona State University. He earned his bachelor&#8217;s degree in Chemical Engineering from ASU and is a board-certified Engineer-in-Training (E.I.T.), working toward professional licensure. His doctoral research centers on pollutant capture in indoor environments and the development of predictive models to support intervention strategies. Motivated by a commitment to advancing sustainability, Tegun aims to apply his research to real-world challenges in air quality and environmental health.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Researcher 3 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/priyanshu-scaled.jpg\" alt=\"Priyanshu Meshram\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Priyanshu Meshram<\/h3>\n                        <p class=\"researcher-title\">Graduate Student<\/p>\n                        <p class=\"researcher-bio\">Priyanshu Meshram is a PhD student in Dr. Jean Andino&#8217;s research group at Arizona State University. He earned a dual degree (B.Tech + M.Tech) in Environmental Engineering from the Indian Institute of Technology (IIT) Bombay in 2024. His research focuses on atmospheric chemistry, with particular emphasis on radiative forcing and climate impacts.\n\nPrior to his doctoral studies, Priyanshu worked on projects involving air quality monitoring, life cycle assessment (LCA), geographic information systems (GIS), and carbon capture and storage (CCS) technologies. Outside of research, he enjoys hiking, exploring mountains and lakes, playing video games, and making music\u2014especially through drumming.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Researcher 4 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/damian-e1764106078393.jpg\" alt=\"Damian Dukey\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Damian Dukey<\/h3>\n                        <p class=\"researcher-title\">Graduate Student<\/p>\n                        <p class=\"researcher-bio\">Damian graduated from Arizona State University in Spring 2025 with a Bachelor\u2019s degree in Chemical Engineering and is currently pursuing his Master\u2019s degree, expected in 2026. As part of the WARM group, his work includes building an airtight chamber, conducting data analysis, and supporting hands-on experimental efforts in chemical processing and related areas. Outside of the lab, Damian enjoys climbing.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Researcher 5 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/nicholas-scaled-e1757954504349.jpg\" alt=\"Nicholas Antrasian\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Nicholas Antrasian<\/h3>\n                        <p class=\"researcher-title\">Graduate Student<\/p>\n                        <p class=\"researcher-bio\">Nicholas Antrasian is a 4+1 student in Chemical Engineering at Arizona State University, working toward both his BSE and Master\u2019s degree, with graduation expected in December 2025. His research focuses on collecting ozone concentration data and other relevant climate information through vehicular traversals. By analyzing daily patterns, he aims to establish connections between water formation processes and ozone levels. Passionate about sustainability, Nicholas is dedicated to advancing strategies that help mitigate environmental impacts.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Researcher 6 -->\n                <div class=\"researcher-card\">\n                    <div class=\"researcher-image\">\n                        <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/12\/latif-e1764780140857.jpg\" alt=\"Latif Sanogo\">\n                    <\/div>\n                    <div class=\"researcher-content\">\n                        <h3 class=\"researcher-name\">Latif Sanogo<\/h3>\n                        <p class=\"researcher-title\">Graduate Student<\/p>\n                        <p class=\"researcher-bio\">Latif Sanogo is a Master\u2019s student in Civil, Environmental, and Sustainable Engineering at Arizona State University. He is a Fulbright Scholar from Burkina Faso and holds a Bachelor\u2019s degree in Civil Engineering from the Kwame Nkrumah University of Science and Technology in Ghana. His research interests center on climate science and the use of data-driven methods to advance environmental engineering solutions. His thesis work at the AIR Lab focuses on predicting the global warming potential of emerging organic pollutants through machine learning based on their structural properties. Outside of research, he enjoys reading novels and drinking dark coffee.<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Past Graduate Students<\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>Name<\/strong><\/td><td><strong>Department<\/strong><\/td><\/tr><tr><td>Keju An<\/td><td>Mechanical Engineering<\/td><\/tr><tr><td>Adnan Abdullahi<\/td><td>Mechanical Engineering<\/td><\/tr><tr><td>Qiusi Xiong<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Maria Sanchez Tellez<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Eulalia Siu<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Meghan Moloney<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Tingting Gao<\/td><td>Civil &amp; Environmental Engineering<\/td><\/tr><tr><td>Selisa Rollins<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Monique Rodriguez<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Alejandro Castaneda<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Jan Wuttig<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Jonathan Pham<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Joel Francis<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Ilya Lipets<\/td><td>Chemical Engineering<\/td><\/tr><tr><td>Martin Weeden<\/td><td>Civil &amp; Environmental Engineering<\/td><\/tr><tr><td>Cassandra McCloud<\/td><td>Civil &amp; Environmental Engineering<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Undergraduate Students<\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>Past Undergraduate Students<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><\/tr><tr><td><strong>Name<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Department<\/strong><\/td><\/tr><tr><td>Taylor Medina<\/td><td class=\"has-text-align-left\" data-align=\"left\">Chemical Engineering<\/td><\/tr><tr><td>Abel Cardenas<\/td><td class=\"has-text-align-left\" data-align=\"left\">Civil &amp; Environmental Engineering<\/td><\/tr><tr><td>David Latshaw<\/td><td class=\"has-text-align-left\" data-align=\"left\">Chemical Engineering<\/td><\/tr><tr><td>Douglas Bolle<\/td><td class=\"has-text-align-left\" data-align=\"left\">Chemical Engineering<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>Past Summer Students<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><\/tr><tr><td><strong>Name<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>University<\/strong><\/td><\/tr><tr><td>Carlos Rivera<\/td><td class=\"has-text-align-left\" data-align=\"left\">Universidad Metropolitana, Puerto Rico, Chemistry, Summer 2007\/2008<\/td><\/tr><tr><td>Carlos Ortiz<\/td><td class=\"has-text-align-left\" data-align=\"left\">Universidad Metropolitana, Puerto Rico, Chemistry, Summer 2008<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p class=\"mb-2\">Current Research Team Current Research Team Meet the brilliant minds driving innovation and discovery in our laboratory. Each member brings unique expertise and passion to our collaborative research environment. Ashish Rana Postdoctoral Scholar Dr. Rana earned his PhD in Mechanical Engineering from Arizona State University and is currently conducting research on vehicle cabin CO\u2082 dynamics&#8230;.<\/p>\n","protected":false},"author":36,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-97","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Researchers - AIR LAB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/faculty.engineering.asu.edu\/andino\/students\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Researchers - AIR LAB\" \/>\n<meta property=\"og:description\" content=\"Current Research Team Current Research Team Meet the brilliant minds driving innovation and discovery in our laboratory. Each member brings unique expertise and passion to our collaborative research environment. Ashish Rana Postdoctoral Scholar Dr. Rana earned his PhD in Mechanical Engineering from Arizona State University and is currently conducting research on vehicle cabin CO\u2082 dynamics....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/faculty.engineering.asu.edu\/andino\/students\/\" \/>\n<meta property=\"og:site_name\" content=\"AIR LAB\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-03T16:43:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/\",\"url\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/\",\"name\":\"Researchers - AIR LAB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/09\\\/ashish-scaled.jpeg\",\"datePublished\":\"2020-03-03T19:29:08+00:00\",\"dateModified\":\"2025-12-03T16:43:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/#primaryimage\",\"url\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/09\\\/ashish-scaled.jpeg\",\"contentUrl\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/09\\\/ashish-scaled.jpeg\",\"width\":1440,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/students\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Researchers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#website\",\"url\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/\",\"name\":\"AIR LAB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/?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":"Researchers - AIR LAB","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/","og_locale":"en_US","og_type":"article","og_title":"Researchers - AIR LAB","og_description":"Current Research Team Current Research Team Meet the brilliant minds driving innovation and discovery in our laboratory. Each member brings unique expertise and passion to our collaborative research environment. Ashish Rana Postdoctoral Scholar Dr. Rana earned his PhD in Mechanical Engineering from Arizona State University and is currently conducting research on vehicle cabin CO\u2082 dynamics....","og_url":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/","og_site_name":"AIR LAB","article_modified_time":"2025-12-03T16:43:45+00:00","og_image":[{"url":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/","url":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/","name":"Researchers - AIR LAB","isPartOf":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#website"},"primaryImageOfPage":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/#primaryimage"},"image":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/#primaryimage"},"thumbnailUrl":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg","datePublished":"2020-03-03T19:29:08+00:00","dateModified":"2025-12-03T16:43:45+00:00","breadcrumb":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/faculty.engineering.asu.edu\/andino\/students\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/#primaryimage","url":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg","contentUrl":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/09\/ashish-scaled.jpeg","width":1440,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/students\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/faculty.engineering.asu.edu\/andino\/"},{"@type":"ListItem","position":2,"name":"Researchers"}]},{"@type":"WebSite","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#website","url":"https:\/\/faculty.engineering.asu.edu\/andino\/","name":"AIR LAB","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/faculty.engineering.asu.edu\/andino\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/pages\/97","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/comments?post=97"}],"version-history":[{"count":0,"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/pages\/97\/revisions"}],"wp:attachment":[{"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/media?parent=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}