added conferences
This commit is contained in:
parent
c3267e5c54
commit
5c07935a93
19
cv.Rmd
19
cv.Rmd
@ -75,6 +75,23 @@ tribble(
|
||||
# ?tibble::tribble
|
||||
```
|
||||
|
||||
# Conference attendance
|
||||
|
||||
```{r Conferences}
|
||||
library(tibble)
|
||||
tribble(
|
||||
~ what, ~ when, ~ who, ~ where,
|
||||
"ESOC 2017", "2017", "European Stroke Organisation", "Prague, Czechia",
|
||||
"ESOC 2021", "2021", "European Stroke Organisation", "Online",
|
||||
"ESOC 2023", "2023", "European Stroke Organisation", "Munich, Germany",
|
||||
"WSC 2023", "2023", "World Stroke Organisation", "Toronto, Canada"
|
||||
) %>% arrange(desc(when)) |>
|
||||
detailed_entries(who, when, what, where)
|
||||
# ?tibble::tribble
|
||||
```
|
||||
|
||||
\newpage
|
||||
|
||||
# Publications
|
||||
|
||||
## Main author
|
||||
@ -98,8 +115,6 @@ articles |> filter(main_author) |> arrange(desc(issued))
|
||||
# bibliography_entries(here::here("bib-files/agd-main.bib"))|> arrange(desc(issued))
|
||||
```
|
||||
|
||||
\newpage
|
||||
|
||||
## Co-author
|
||||
|
||||
```{r Coauthor}
|
||||
|
BIN
docs/cv.pdf
BIN
docs/cv.pdf
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user