pubs arranged by issued
This commit is contained in:
parent
b1945df7e5
commit
67b2938ed4
8
cv.Rmd
8
cv.Rmd
@ -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.
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user