includes data science

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-03-14 13:45:27 +01:00
parent 5c07935a93
commit 7527a886f5
No known key found for this signature in database
2 changed files with 23 additions and 8 deletions

31
cv.Rmd
View File

@ -1,7 +1,7 @@
---
name: Andreas
surname: Gammelgaard Damsbo
position: "MD, PhD student"
position: "MD, PhD-fellow"
profilepic: portraitsq.jpg
pronouns: he/him
address: "Danish Stroke Centre, Neurology, Aarhus University Hospital"
@ -43,7 +43,7 @@ get_new_pub_list <- FALSE
- I have a special interest in the relation between clinical focus on patients and data driven research
- I am a very happy *R*-user, educator and developer
# Lægefaglig erfaring
# Medical experience
## Education
@ -122,12 +122,6 @@ articles |> filter(!main_author) |> arrange(desc(issued))
# bibliography_entries(here::here("bib-files/agd-coauth.bib"))|> arrange(desc(issued))
```
## Other publications and projects
```{r Others}
bibliography_entries(here::here("bib-files/agd-other.bib")) |> arrange(desc(issued))
```
# Financing
```{r Funding}
@ -141,3 +135,24 @@ tribble(
detailed_entries(what, when, who, why)
# ?tibble::tribble
```
# Data science experience
## *R* packages on Zenodo
```{r Others}
bibliography_entries(here::here("bib-files/agd-other.bib")) |> arrange(desc(issued))
```
## Courses
```{r}
library(tibble)
tribble(
~ what, ~ when, ~ who, ~ where,
"Advanced R (PhD Course)", "2022", "Aarhus University", "Aarhus, Denmark",
"Reproducible Research in R - Advanced", "2023","Aarhus University", "Aarhus, Denmark",
) %>% arrange(desc(when)) |>
detailed_entries(what, when, who, where)
# ?tibble::tribble
```

Binary file not shown.