diff --git a/_data/alumni.yml b/_data/alumni.yml
new file mode 100644
index 0000000..bb7aeae
--- /dev/null
+++ b/_data/alumni.yml
@@ -0,0 +1,37 @@
+- name: Roshali de Silva
+ title: Postdoctoral Scholar
+ dates: January 2020 - August 2023
+ location: Arizona State University
+ link: "https://search.asu.edu/profile/4928513"
+ bio: >
+ Roshali de Silva is a postdoctoral research scholar at the Department of
+ Biology. She is interested in studying the cell shape dynamics of microbes.
+ Her PhD was focused on understanding the molecular mechanisms behind cell
+ shape changes in haloarchaea. She is currently working on characterizing the
+ cell size variations in Escherichia coli. She completed her Ph.D. in Molecular
+ Microbiology at the University of Technology Sydney, Australia in December
+ 2019. She grew up in Sri Lanka.
+ image: roshali.jpg
+ socials:
+ email: roshali@stanford.edu
+ website: "https://web.stanford.edu/~roshali/"
+
+- name: Rebecca Christensen (RC)
+ title: Research Assistant
+ dates: January 2022 - February 2023
+ bio: >
+ Rebecca Christensen (“RC”, she/her, Hufflepuff) is a Research Assistant in
+ the Cremer lab interested in the relationship between diverse microbial
+ metabolic pathways in the human gut environment and human disease
+ development. Her current research uses a bioinformatics approach to identify
+ gut strains that produce hydrogen sulfide, a colorectal carcinogen, and
+ strains that produce short-chain fatty acids, a major energy source for the
+ gut epithelium. Outside of the world of science, she loves food (both eating
+ and making), roller blading, cats, non-Adam Sandler movies, and anything
+ outdoors!
+ image: rc.jpg
+ socials:
+ email: reb26@stanford.edu
+
+
+
diff --git a/_pages/alumni.md b/_pages/alumni.md
new file mode 100644
index 0000000..61b3d9f
--- /dev/null
+++ b/_pages/alumni.md
@@ -0,0 +1,13 @@
+---
+title: Alumni
+subtitle: >
+ Our previous group members
+featured_image: /images/blackboard.jpg
+---
+
+{% for alumni in site.data.alumni %}
+{{alumni.name}}
+{{alumni.title}} {{alumni.dates}}
+{{alumni.location}}
+{% endfor %}
+
diff --git a/blog/index.html b/blog/index.html
index 0447312..7322922 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -18,7 +18,7 @@
We are an interdisciplinary team of scientists who place rigor,
reproducibility, and equity at the center of their work.
- See our alumni
+ See our alumni