pubs arranged by issued

This commit is contained in:
AG Damsbo 2023-04-28 12:27:27 +02:00
parent b1945df7e5
commit 67b2938ed4
2 changed files with 5 additions and 3 deletions

8
cv.Rmd
View File

@ -31,8 +31,7 @@ orc_id <- "0000-0002-7559-1154"
# About me # About me
- I am a medical doctor and PhD-student - I am a medical doctor and PhD-student
- I have a special interest in the relation betwen clinical focus on patients and data driven research - I have a special interest in the relation between clinical focus on patients and data driven research
- I also do other things, and these are also shared on this page
# Education # Education
@ -71,8 +70,11 @@ library(rorcid)
# pubs <- orcid_citations(orcid = orc_id, put_code=NULL) # pubs <- orcid_citations(orcid = orc_id, put_code=NULL)
# #
# writeLines(pubs$citation, "publications.bib") # writeLines(pubs$citation, "publications.bib")
# bibliography_entries("pubs.bib") %>%
# arrange(desc(author$family), issued)
bibliography_entries("pubs.bib") %>% bibliography_entries("pubs.bib") %>%
arrange(desc(author$family), issued) arrange(desc(issued))
## Currently not working; I think it is due to error in DOI lookup with latest article. ## Currently not working; I think it is due to error in DOI lookup with latest article.
``` ```

BIN
cv.pdf

Binary file not shown.