diff --git a/research.qmd b/research.qmd
index 7967593e..8f1cb8e6 100644
--- a/research.qmd
+++ b/research.qmd
@@ -43,40 +43,54 @@ pubs <- get_pubs()
-## Peer-Reviewed Publications
+## Refereed (Peer-Reviewed) Journal Articles
`r make_pub_list(pubs, "peer_reviewed")`
-## Working Papers & Papers Under Review
+## Refereed Articles in Conference Proceedings
-`r make_pub_list(pubs, "working")`
+`r make_pub_list(pubs, "conference")`
-## Conference Publications
+## Working Papers & Papers Under Review
-`r make_pub_list(pubs, "conference")`
+`r make_pub_list(pubs, "working")`
## Magazine Publications
`r make_pub_list(pubs, "magazine")`
-## Books / Book Chapters
+## Books
`r make_pub_list(pubs, "book")`
-## Theses
+## Book Chapters
-`r make_pub_list(pubs, "theses")`
+`r make_pub_list(pubs, "book_chapter")`
+
+## Magazine Publications
+
+`r make_pub_list(pubs, "magazine")`
## Opinion Editorials
`r make_pub_list(pubs, "oped")`
-## Other Publications
+## Other
`r make_pub_list(pubs, "other")`
+## Theses
+
+`r make_pub_list(pubs, "theses")`
+
+## Student Theses
+
+
+
+`r make_pub_list(pubs, "theses_student")`
+
## Software
`r make_pub_list(pubs, "software")`