new publication, a little on data science and an added con

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-04-22 09:22:51 +02:00
parent 7527a886f5
commit cb13c65058
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

13
cv.Rmd
View File

@ -84,7 +84,8 @@ tribble(
"ESOC 2017", "2017", "European Stroke Organisation", "Prague, Czechia", "ESOC 2017", "2017", "European Stroke Organisation", "Prague, Czechia",
"ESOC 2021", "2021", "European Stroke Organisation", "Online", "ESOC 2021", "2021", "European Stroke Organisation", "Online",
"ESOC 2023", "2023", "European Stroke Organisation", "Munich, Germany", "ESOC 2023", "2023", "European Stroke Organisation", "Munich, Germany",
"WSC 2023", "2023", "World Stroke Organisation", "Toronto, Canada" "WSC 2023", "2023", "World Stroke Organisation", "Toronto, Canada",
"ESOC 2024", "2024", "European Stroke Organisation", "Basel, Switzerland"
) %>% arrange(desc(when)) |> ) %>% arrange(desc(when)) |>
detailed_entries(who, when, what, where) detailed_entries(who, when, what, where)
# ?tibble::tribble # ?tibble::tribble
@ -136,14 +137,20 @@ tribble(
# ?tibble::tribble # ?tibble::tribble
``` ```
\newpage
# Data science experience # Data science experience
## *R* packages on Zenodo ## *R* packages on Zenodo and CRAN
```{r Others} ```{r Others}
bibliography_entries(here::here("bib-files/agd-other.bib")) |> arrange(desc(issued)) bibliography_entries(here::here("bib-files/agd-other.bib")) |> arrange(desc(issued))
``` ```
Apart from the referenced CRAN-projects, I am also maintaining a number of other projects.
I have accepted work as a clinical data consultant in doing counselling and data management support for a number of smaller and bigger research projects. All by coding work is shared under open and public licenses, mainly on my own GitHub repository (see top).
## Courses ## Courses
```{r} ```{r}
@ -151,7 +158,7 @@ library(tibble)
tribble( tribble(
~ what, ~ when, ~ who, ~ where, ~ what, ~ when, ~ who, ~ where,
"Advanced R (PhD Course)", "2022", "Aarhus University", "Aarhus, Denmark", "Advanced R (PhD Course)", "2022", "Aarhus University", "Aarhus, Denmark",
"Reproducible Research in R - Advanced", "2023","Aarhus University", "Aarhus, Denmark", "Reproducible Research in R - Advanced", "2023","Danish Diabetes and Endocrine Academy", "Copenhagen, Denmark",
) %>% arrange(desc(when)) |> ) %>% arrange(desc(when)) |>
detailed_entries(what, when, who, where) detailed_entries(what, when, who, where)
# ?tibble::tribble # ?tibble::tribble

Binary file not shown.