Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbgruber/curriculum-vitae

My academic CV
https://github.com/jbgruber/curriculum-vitae

Last synced: 30 days ago
JSON representation

My academic CV

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "png_version/",
echo = FALSE
)
```

# Curriculum-Vitae

[Download the PDF version](pdf_version/CV_JohannesGruber.pdf).

----
```{r CV_JohannesGruber, results='asis'}
cv <- magick::image_read_pdf("./pdf_version/CV_JohannesGruber.pdf")
cv[1]
cv[2]
cv[3]
```

Compile from `R` with:

```{r, eval=FALSE, echo=TRUE}
source("make.R")
```

Or via GNU Make:

```{bash, eval=FALSE, echo=TRUE}
make compile
```