From ed08928af6204260fc8b4c7d458a391b8bd115c9 Mon Sep 17 00:00:00 2001 From: emse-p4a-gwu Date: Fri, 19 Apr 2024 13:30:24 -0400 Subject: [PATCH] updates to research page --- research.qmd | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) 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")`