Skip to content

Commit

Permalink
Improved citation display of resume example
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Nov 25, 2018
1 parent 16b61bf commit 8f4651b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion njtierney/njtierney.Rmd
Expand Up @@ -71,6 +71,6 @@ scholar::get_publications("o4eVsQEAAAAJ") %>%
when = year,
with = author,
where = journal,
why = cites
why = glue::glue("citations: {cites}")
)
```
Binary file modified njtierney/njtierney.pdf
Binary file not shown.

0 comments on commit 8f4651b

Please sign in to comment.