diff --git a/_data/team_members.yml b/_data/team_members.yml
index 93653bd32c1..426865d0356 100644
--- a/_data/team_members.yml
+++ b/_data/team_members.yml
@@ -47,4 +47,9 @@
name: Derek Yao
role: Undergraduate Student
photo: yao-derek.jpg
- research_areas: earthquakes, geoscience-ai
\ No newline at end of file
+ research_areas: earthquakes, geoscience-ai
+- id: anjani-mirchandani
+ name: Anjani Mirchandani
+ role: Undergraduate Student
+ photo: anjani-mirchandani.jpg
+ research_areas: earthquakes, geoscience-ai
diff --git a/_pages/people/anjani-mirchandani.md b/_pages/people/anjani-mirchandani.md
new file mode 100644
index 00000000000..c614b52b83a
--- /dev/null
+++ b/_pages/people/anjani-mirchandani.md
@@ -0,0 +1,52 @@
+---
+layout: member
+id: anjani-mirchandani
+title: "Anjani Mirchandani"
+permalink: /people/anjani-mirchandani/
+photo: anjani-mirchandani.jpg
+short_description: "Undergraduate Student - Alaska Tomography using DAS"
+email: ajm76@uw.edu
+cv:
+website:
+scholar:
+orcid:
+github: https://github.com/ajm-glitch?tab=repositories
+linkedin: http://www.linkedin.com/in/anjani-mirchandani
+links:
+---
+
+
+

+
+
{{ page.title }}
+
{{ page.short_description }}
+{% assign member = site.data.team_members | where: "id", page.id | first %}
+
{{ member.role }}
+
+
+
+
+---
+
+## About Me
+I am an undergraduate student majoring in Applied and Computational Math at the University of Washington. My passions lie at the intersection of math, ML, and earth sciences. Working in collaboration with the Denolle Lab at UW and the Wave Sensing Lab at Stanford, my current project is Distributed Acoustic Sensing (DAS)-based tomography, including eikonal-based travel-time modeling, tomographic inversion, and synthetic checkerboard resolution tests. In the past I have also worked on foundation models for DAS and a CNN binary classifier for orca vocalizations using hydrophone data.
+
+My long-term goal is to integrate mathematical modeling, computational methods, and ML to accelerate scientific discovery in the earth and environmental sciences.
+
+## Research - Disciplinary Interests
+- Eikonal-based Tomography using Distributed Acoustic Sensing data
+- ML and AI for scientific discovery
+
+## Education
+- B.S. in Applied and Computational Math, University of Washington, Seattle (2027)
+
+## About Fun
+I enjoy discovering new music, working out, reading, and visiting bookstores.
diff --git a/images/teampic/anjani-mirchandani.jpg b/images/teampic/anjani-mirchandani.jpg
new file mode 100644
index 00000000000..72ec338e410
Binary files /dev/null and b/images/teampic/anjani-mirchandani.jpg differ