Skip to content

Commit

Permalink
update cv (#57)
Browse files Browse the repository at this point in the history
* update hugo and npm

* update hugo

* revert hugo becasue of peaceiris/actions-hugo#608

* update about
  • Loading branch information
drmowinckels authored Oct 19, 2023
1 parent a918955 commit ccc7a76
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions content/about/resume/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.httr-oauth
29 changes: 21 additions & 8 deletions content/about/resume/am_mowinckel_cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ scholar_id <- "7NkxgWQAAAAJ"
```

# Education

```{r education}
bind_rows(
orcid_educations(orcid)[[1]]$`affiliation-group`$summaries
Expand Down Expand Up @@ -89,8 +90,6 @@ I am passionate about increasing the representation and retention of women in sc
")
```



```{r "services"}
do.call(bind_rows,
Expand All @@ -101,11 +100,14 @@ do.call(bind_rows,
when = glue("{`membership-summary.start-date.year.value`} - present"),
with = glue("{`membership-summary.organization.name`}"),
where = `membership-summary.organization.address.city`,
why = c("Assisting in daily coordination and webpage maintenance of R-Ladies globally",
"Initiative running events for coding, networking and support of minority genders in the R-community")
why = c(
"Global coordination of R-Ladies as a non-profit organisation",
"Assisting in daily coordination and webpage maintenance of R-Ladies globally",
"Initiative running events for coding, networking and support of minority genders in the R-community")
)
do.call(bind_rows,
do.call(
bind_rows,
orcid_services(orcid)[[1]]$`affiliation-group`$summaries
) %>%
detailed_entries(
Expand All @@ -115,11 +117,10 @@ do.call(bind_rows,
where = `service-summary.organization.address.city`,
why = `service-summary.department-name`
)
```

# Teaching & Dissemination

```{r results='asis'}
cat("\\footnotesize
In addition to teaching and workshops, I run a coding and neuroscience blog, \\href{https://drmowinckels.io}{drmowinckels.io \\faicon{globe} }, that includes tutorials in R and neuroimaging. I am also a certified \\href{https://software-carpentry.org/}{Software Carpentry Instructor \\faicon{globe}}.
Expand Down Expand Up @@ -155,6 +156,7 @@ tribble(
```

# Research software development

```{r results='asis'}
cat("\\footnotesize
A recent interest and professional endeavor is creating R-packages to improve data workflows and visualization in R. Icons link to package websites with documentation (\\faicon{globe}), and github repositories (\\faicon{github}) where source code is openly available.
Expand All @@ -174,19 +176,30 @@ tribble(
brief_entries(glue("\\textbf{<pkg> <github> <docs>}: <role> \\newline <details>", .open = "<", .close = ">"), when, .protect = FALSE)
```


<!-- # Awards & Achievements -->

<!-- ## Awards -->

<!-- ```{r} -->

<!-- tribble( -->

<!-- ~ award, ~ from, ~ year, -->

<!-- "Commerce Dean's Honour", "Monash", "2017", -->

<!-- "Commerce Dean's Commendation", "Monash", "2016", -->

<!-- "Science Dean’s List", "Monash", "2014-2016", -->

<!-- "International Institute of Forecasters Award", "IIF", "2014", -->

<!-- "Rotary Youth Leadership Award", "Rotary", "2013" -->

<!-- ) %>% -->

<!-- brief_entries(award, year, from) -->

<!-- ``` -->

\newpage
Expand Down

0 comments on commit ccc7a76

Please sign in to comment.