{"id":14,"date":"2020-03-03T11:52:31","date_gmt":"2020-03-03T18:52:31","guid":{"rendered":"https:\/\/labs.engineering.asu.edu\/andino\/?page_id=14"},"modified":"2025-11-24T19:59:41","modified_gmt":"2025-11-25T02:59:41","slug":"home","status":"publish","type":"page","link":"https:\/\/faculty.engineering.asu.edu\/andino\/","title":{"rendered":"AIR LAB"},"content":{"rendered":"<div class=\"uds-hero-md alignfull has-btn-row \" style=\"margin-bottom:var(--wp--preset--spacing--uds-size-8);\"><div class=\"hero-overlay\"><\/div><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2020\/07\/AL_Cover.jpg\" class=\"hero\" alt=\"\" srcset=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2020\/07\/AL_Cover.jpg 1200w, https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2020\/07\/AL_Cover-500x281.jpg 500w, https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2020\/07\/AL_Cover-1000x563.jpg 1000w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><div class=\"acf-innerblocks-container\">\n\n<h1 class=\"wp-block-heading has-white-color has-text-color\">Welcome to the <span class=\"highlight-gold\">Atmospheric Improvement Research Laboratory<\/span><\/h1>\n\n\n\n\n\n<div class=\"wp-block-group content is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"has-white-color has-text-color\">AIR LAB<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons btn-row is-layout-flex wp-block-buttons-is-layout-flex\"><\/div>\n\n<\/div><\/div>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-constrained wp-block-column-is-layout-constrained\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>Andino Research Group Overview<\/title>\n  <style>\n    html, body {\n      margin: 0;\n      padding: 0;\n      font-family: Arial, sans-serif;\n      background: linear-gradient(-45deg, #f3f4f7, #e7ecf8, #f0f5f9, #e3e9f0);\n      background-size: 400% 400%;\n      animation: gradientBG 15s ease infinite;\n    }\n\n    @keyframes gradientBG {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n\n    .andino-wrapper {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem;\n    }\n\n    .overview-heading {\n      text-align: center;\n      font-size: 3rem;\n      color: #0d1a73;\n      margin-bottom: 2rem;\n    }\n\n    .andino-section {\n      background: white;\n      border-radius: 1.5rem;\n      padding: 2rem;\n      margin-bottom: 3rem;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n    }\n\n    .block {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: space-between;\n    }\n\n    .block.left { flex-direction: row; }\n    .block.right { flex-direction: row-reverse; }\n\n    .image-block {\n      flex: 1 1 300px;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    .text-block {\n      flex: 2 1 500px;\n      padding: 1rem;\n    }\n\n    h2 {\n      color: #1a237e;\n      margin-top: 0;\n    }\n\n    ul {\n      padding-left: 1.2rem;\n      line-height: 1.7;\n    }\n\n    img {\n      max-width: 100%;\n      border-radius: 1rem;\n      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);\n      transition: transform 0.4s ease;\n    }\n\n    img:hover {\n      transform: scale(1.03);\n    }\n\n    \/* NEW: Recent Recognition Section Styles *\/\n    .recognition-section {\n      background: linear-gradient(135deg, #1a237e 0%, #0d1a73 100%);\n      color: white;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .recognition-section::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n      animation: float 20s ease-in-out infinite;\n    }\n\n    @keyframes float {\n      0%, 100% { transform: translate(0, 0); }\n      50% { transform: translate(-30px, -30px); }\n    }\n\n    .recognition-content {\n      position: relative;\n      z-index: 1;\n    }\n\n    .recognition-badge {\n      display: inline-block;\n      background: rgba(255, 255, 255, 0.2);\n      padding: 0.5rem 1.5rem;\n      border-radius: 2rem;\n      font-size: 0.9rem;\n      font-weight: bold;\n      letter-spacing: 1px;\n      margin-bottom: 1.5rem;\n      border: 2px solid rgba(255, 255, 255, 0.3);\n    }\n\n    .recognition-title {\n      font-size: 2.2rem;\n      margin-bottom: 1.5rem;\n      line-height: 1.3;\n      color: white;\n    }\n\n    .recognition-highlights {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n      margin: 2rem 0;\n    }\n\n    .highlight-card {\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(10px);\n      padding: 1.5rem;\n      border-radius: 1rem;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      transition: all 0.3s ease;\n    }\n\n    .highlight-card:hover {\n      background: rgba(255, 255, 255, 0.25);\n      transform: translateY(-5px);\n    }\n\n    .highlight-icon {\n      font-size: 2rem;\n      margin-bottom: 0.5rem;\n    }\n\n    .highlight-card h3 {\n      margin: 0.5rem 0;\n      color: white;\n      font-size: 1.1rem;\n    }\n\n    .highlight-card p {\n      margin: 0.5rem 0 0 0;\n      font-size: 0.95rem;\n      line-height: 1.5;\n      opacity: 0.95;\n    }\n\n    .read-more-btn {\n      display: inline-block;\n      background: white;\n      color: #0d1a73;\n      padding: 1rem 2.5rem;\n      border-radius: 2rem;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 1.1rem;\n      margin-top: 2rem;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n    }\n\n    .read-more-btn:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);\n      background: #f8f9fa;\n    }\n\n    .project-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n\n    .project-card {\n      background: #fff;\n      border-radius: 1rem;\n      overflow: hidden;\n      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);\n      transition: transform 0.3s ease;\n    }\n\n    .project-card:hover {\n      transform: translateY(-5px);\n    }\n\n    .project-card img {\n      width: 100%;\n      height: 250px;\n      object-fit: contain;\n    }\n\n    .project-info {\n      padding: 1rem;\n    }\n\n    .project-info h3 {\n      margin-top: 0;\n      color: #0d1a73;\n      font-size: 1.2rem;\n    }\n\n    @media (max-width: 768px) {\n      .recognition-title {\n        font-size: 1.8rem;\n      }\n      \n      .recognition-highlights {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"andino-wrapper\">\n\n    <!-- Section 1: Welcome -->\n    <div class=\"andino-section\">\n      <div class=\"block left\">\n        <div class=\"image-block\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg\" alt=\"Professor Jean Andino\">\n        <\/div>\n        <div class=\"text-block\">\n          <h2>Welcome to the website of Professor Jean Andino and her research group!<\/h2>\n          <p>Dr. Andino and her research team are dedicated to finding innovative solutions to air quality issues. The group utilizes fundamental chemical kinetics and reaction engineering principles to:<\/p>\n          <ul>\n            <li>Understand atmospheric chemical transformations<\/li>\n            <li>Design air pollution control techniques and devices, including those related to energy<\/li>\n            <li>Develop air pollutant sensing technologies<\/li>\n          <\/ul>\n          <p>Recent applications include ambient smog formation, carbon dioxide conversion to fuels, and ionic liquid-based sensors for air pollutants.<\/p>\n          <p><strong>We invite you to follow the links above to learn more.<\/strong><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- NEW SECTION: Recent Recognition & News -->\n    <div class=\"andino-section recognition-section\">\n      <div class=\"recognition-content\">\n        <div class=\"recognition-badge\">\ud83c\udfc6 RECENT RECOGNITION<\/div>\n        <h2 class=\"recognition-title\">Dr. Andino Named Board Certified Environmental Engineer by AAEES<\/h2>\n        <p style=\"font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem;\">\n          Professor Jean Andino has been designated a Board Certified Environmental Engineer via eminence in air pollution control by the American Academy of Environmental Engineers and Scientists &#8211; a distinction reserved for established leaders whose careers cement their substantial contributions to the field.\n        <\/p>\n\n        <div class=\"recognition-highlights\">\n          <div class=\"highlight-card\">\n            <div class=\"highlight-icon\">\ud83d\ude97<\/div>\n            <h3>Patent-Pending CO\u2082 Control Technology<\/h3>\n            <p>Breakthrough invention to maintain safe carbon dioxide levels in vehicles during extreme heat, protecting driver cognition and safety.<\/p>\n          <\/div>\n\n          <div class=\"highlight-card\">\n            <div class=\"highlight-icon\">\ud83c\udfeb<\/div>\n            <h3>$1.9M EPA Indoor Air Quality Project<\/h3>\n            <p>Educating teachers and providing affordable air cleaning solutions (under $100) for classrooms and homes across Arizona.<\/p>\n          <\/div>\n\n          <div class=\"highlight-card\">\n            <div class=\"highlight-icon\">\ud83c\udf0d<\/div>\n            <h3>UCAR Advisory Committee Appointment<\/h3>\n            <p>Elected to the President&#8217;s Advisory Committee on University Relations, strengthening Earth systems science research nationwide.<\/p>\n          <\/div>\n\n          <div class=\"highlight-card\">\n            <div class=\"highlight-icon\">\ud83d\udd2c<\/div>\n            <h3>SW-IFL Deputy Director<\/h3>\n            <p>Leading air quality research within the $25M Southwest Urban Integrated Field Laboratory with 146+ researchers.<\/p>\n          <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/fullcircle.asu.edu\/features\/restoring-access-to-clean-air\/\" target=\"_blank\" class=\"read-more-btn\">\n          Read Full Article at ASU Full Circle \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Section 2: Join the Group -->\n    <div class=\"andino-section\">\n      <div class=\"block right\">\n        <div class=\"image-block\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/03\/GroupPhoto.jpg\" alt=\"Students in Andino Research Group\">\n        <\/div>\n        <div class=\"text-block\">\n          <h2>Join the Andino Research Group<\/h2>\n          <p>Students who join the Andino Research Group come from diverse academic backgrounds. Projects within the group are designed to be engaging and accessible to students across disciplines.<\/p>\n          <p>In particular, students with experience in the following areas thrive in our group:<\/p>\n          <ul>\n            <li>Chemistry<\/li>\n            <li>Chemical Engineering<\/li>\n            <li>Environmental Engineering<\/li>\n            <li>Material Science<\/li>\n            <li>Mechanical Engineering<\/li>\n          <\/ul>\n          <p>However, all students are encouraged to reach out to Dr. Andino directly to explore opportunities aligned with their interests and skills. Ongoing projects span several exciting research areas, and new initiatives are always in development. Be sure to contact Dr. Andino for the most up-to-date information.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Funded Projects Section -->\n    <div class=\"andino-section\">\n      <h2 style=\"text-align: center;\">Currently Funded Projects<\/h2>\n      <div class=\"project-grid\">\n\n        <!-- Project Card 1 -->\n        <div class=\"project-card\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/03\/SW-IFL.jpg\" alt=\"SW-IFL\">\n          <div class=\"project-info\">\n            <h3>Southwest Integrated Field Lab (SW-IFL)<\/h3>\n            <p><strong>Funding:<\/strong> Department of Energy (DoE), $25 Million total<\/p>\n            <p><strong>Andino Role:<\/strong> Deputy Director (co-PI) \/ Air chemistry researcher<\/p>\n            <p><strong>Goal:<\/strong> To develop resilient solutions to heat and its associated impacts, particularly on air chemistry and water use.<\/p>\n            <p><strong>Website:<\/strong> <a href=\"https:\/\/swifl.asu.edu\">swifl.asu.edu<\/a><\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Project Card 2 -->\n        <div class=\"project-card\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/03\/iair.jpg\" alt=\"Indoor Air Pollution\">\n          <div class=\"project-info\">\n            <h3>Indoor Air Pollution Control for Resilience<\/h3>\n            <p><strong>Funding:<\/strong> US Environmental Protection Agency, $1.9 Million<\/p>\n            <p><strong>Andino Role:<\/strong> Director (PI)<\/p>\n            <p><strong>Goal:<\/strong> To develop resilient solutions for indoor air pollution control.<\/p>\n            <p><strong>Website:<\/strong> <a href=\"https:\/\/labs.engineering.asu.edu\/warm\">labs.engineering.asu.edu\/warm<\/a><\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Project Card 3 -->\n        <div class=\"project-card\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/03\/WAESO.jpg\" alt=\"LSAMP WAESO\">\n          <div class=\"project-info\">\n            <h3>LSAMP WAESO<\/h3>\n            <p><strong>Funding:<\/strong> National Science Foundation, $2.5 Million<\/p>\n            <p><strong>Andino Role:<\/strong> Director (PI)<\/p>\n            <p><strong>Goal:<\/strong> To broaden the participation of individuals historically underrepresented in STEM.<\/p>\n            <p><strong>Website:<\/strong> <a href=\"https:\/\/www.waeso.org\">www.waeso.org<\/a><\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Project Card 4 -->\n        <div class=\"project-card\">\n          <img decoding=\"async\" src=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/03\/83024-NSF-LSAMP-NCH-Logo-FV-scaled.jpg\" alt=\"LSAMP National Coordination Hub\">\n          <div class=\"project-info\">\n            <h3>LSAMP National Coordination Hub<\/h3>\n            <p><strong>Funding:<\/strong> NSF, $3 Million<\/p>\n            <p><strong>Andino Role:<\/strong> ASU PI (Project lead: Chicago State Univ.)<\/p>\n            <p><strong>Goal:<\/strong> National leadership and coordination for LSAMP programs across the U.S.<\/p>\n            <p><strong>Website:<\/strong> <a href=\"https:\/\/lsamp-nch.org\">lsamp-nch.org<\/a><\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <script>\n    const slider = document.getElementById(\"slider\");\n    const slides = document.querySelectorAll(\".slide\");\n    const dotsContainer = document.getElementById(\"dots\");\n\n    let currentIndex = 0;\n    const visibleSlides = 3;\n    const totalGroups = Math.ceil(slides.length \/ visibleSlides);\n\n    function createDots() {\n      for (let i = 0; i < totalGroups; i++) {\n        const dot = document.createElement(\"span\");\n        dot.classList.add(\"dot\");\n        if (i === 0) dot.classList.add(\"active\");\n        dot.addEventListener(\"click\", () => goToGroup(i));\n        dotsContainer.appendChild(dot);\n      }\n    }\n\n    function goToGroup(index) {\n      slider.style.transform = `translateX(-${index * 100}%)`;\n      document.querySelectorAll(\".dot\").forEach(dot => dot.classList.remove(\"active\"));\n      dotsContainer.children[index].classList.add(\"active\");\n      currentIndex = index;\n    }\n\n    function autoPlay() {\n      currentIndex = (currentIndex + 1) % totalGroups;\n      goToGroup(currentIndex);\n    }\n\n    if (slides.length > 0) {\n      createDots();\n      setInterval(autoPlay, 5000);\n    }\n  <\/script>\n<\/body>\n<\/html>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p class=\"mb-2\">Andino Research Group Overview Welcome to the website of Professor Jean Andino and her research group! Dr. Andino and her research team are dedicated to finding innovative solutions to air quality issues. The group utilizes fundamental chemical kinetics and reaction engineering principles to: Understand atmospheric chemical transformations Design air pollution control techniques and devices, including&#8230;<\/p>\n","protected":false},"author":36,"featured_media":0,"parent":0,"menu_order":14,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AIR LAB - 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\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AIR LAB - AIR LAB\" \/>\n<meta property=\"og:description\" content=\"Andino Research Group Overview Welcome to the website of Professor Jean Andino and her research group! Dr. Andino and her research team are dedicated to finding innovative solutions to air quality issues. The group utilizes fundamental chemical kinetics and reaction engineering principles to: Understand atmospheric chemical transformations Design air pollution control techniques and devices, including...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/faculty.engineering.asu.edu\/andino\/\" \/>\n<meta property=\"og:site_name\" content=\"AIR LAB\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T02:59:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg\" \/>\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=\"4 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\\\/\",\"url\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/\",\"name\":\"AIR LAB - AIR LAB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/11\\\/Jean-Andino-b-e1764039508973.jpg\",\"datePublished\":\"2020-03-03T18:52:31+00:00\",\"dateModified\":\"2025-11-25T02:59:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#primaryimage\",\"url\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/11\\\/Jean-Andino-b-e1764039508973.jpg\",\"contentUrl\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/wp-content\\\/uploads\\\/sites\\\/36\\\/2025\\\/11\\\/Jean-Andino-b-e1764039508973.jpg\",\"width\":1178,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/faculty.engineering.asu.edu\\\/andino\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AIR LAB\"}]},{\"@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":"AIR LAB - 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\/","og_locale":"en_US","og_type":"article","og_title":"AIR LAB - AIR LAB","og_description":"Andino Research Group Overview Welcome to the website of Professor Jean Andino and her research group! Dr. Andino and her research team are dedicated to finding innovative solutions to air quality issues. The group utilizes fundamental chemical kinetics and reaction engineering principles to: Understand atmospheric chemical transformations Design air pollution control techniques and devices, including...","og_url":"https:\/\/faculty.engineering.asu.edu\/andino\/","og_site_name":"AIR LAB","article_modified_time":"2025-11-25T02:59:41+00:00","og_image":[{"url":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/","url":"https:\/\/faculty.engineering.asu.edu\/andino\/","name":"AIR LAB - AIR LAB","isPartOf":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#website"},"primaryImageOfPage":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#primaryimage"},"image":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#primaryimage"},"thumbnailUrl":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg","datePublished":"2020-03-03T18:52:31+00:00","dateModified":"2025-11-25T02:59:41+00:00","breadcrumb":{"@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/faculty.engineering.asu.edu\/andino\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#primaryimage","url":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg","contentUrl":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-content\/uploads\/sites\/36\/2025\/11\/Jean-Andino-b-e1764039508973.jpg","width":1178,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/faculty.engineering.asu.edu\/andino\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/faculty.engineering.asu.edu\/andino\/"},{"@type":"ListItem","position":2,"name":"AIR LAB"}]},{"@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\/14","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=14"}],"version-history":[{"count":0,"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"wp:attachment":[{"href":"https:\/\/faculty.engineering.asu.edu\/andino\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}