Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbgruber/curriculum-vitae
- Owner: JBGruber
- Created: 2018-12-10T11:27:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T08:22:33.000Z (3 months ago)
- Last Synced: 2024-10-15T04:10:06.340Z (2 months ago)
- Language: TeX
- Homepage:
- Size: 50.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
```