Skip to content

Commit

Permalink
updates to research page
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Apr 19, 2024
1 parent 137a3f3 commit ed08928
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions research.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,40 +43,54 @@ pubs <- get_pubs()

<br>

## Peer-Reviewed Publications
## Refereed (Peer-Reviewed) Journal Articles

<aside>*indicates student advised by Helveston</aside>

`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

<aside>Theses by students advised by Helveston</aside>

`r make_pub_list(pubs, "theses_student")`

## Software

`r make_pub_list(pubs, "software")`
Expand Down

0 comments on commit ed08928

Please sign in to comment.