Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seabbs/cv
Sam Abbott's Curriculum Vitae
https://github.com/seabbs/cv
academic-cv curriculum-vitae cv rstats travis
Last synced: 8 days ago
JSON representation
Sam Abbott's Curriculum Vitae
- Host: GitHub
- URL: https://github.com/seabbs/cv
- Owner: seabbs
- Created: 2019-09-27T14:35:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T12:39:51.000Z (over 2 years ago)
- Last Synced: 2024-12-24T03:28:05.014Z (16 days ago)
- Topics: academic-cv, curriculum-vitae, cv, rstats, travis
- Language: R
- Homepage: https://www.samabbott.co.uk/cv/cv.pdf
- Size: 1.14 MB
- Stars: 75
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sam Abbott's Curriculum Vitae
[![Travis-CI Build
Status](https://travis-ci.org/seabbs/cv.svg?branch=master)](https://travis-ci.org/seabbs/cv)Academic CV built using R - updated automatically from [Google Scholar](https://scholar.google.com/citations?user=GqZm90IAAAAJ&hl=en) each week. See [here](https://www.samabbott.co.uk/cv/cv.pdf) for the full rendered CV. See below for repository structure, tool links and to dos. Please feel free to fork this repository for your own use but please let me know of any improvements that you make (so I can steal them).
## Structure
- `cv/cv.Rmd`: CV structure implemented as an [`{rmarkdown}`](https://rmarkdown.rstudio.com) document.
- `data/*.csv`: Data on each CV subcategory.
- `scripts/install.R`: Installs/loads all `R` dependencies using the [`{pacman}`](https://github.com/trinker/pacman) :package:.
- `tic.R`: Uses [`{tic}`](https://github.com/ropenscilabs/tic.website) to define the [Travis CI](https://travis-ci.org) build and deployment steps.
- `Dockerfile`: Specifies the [docker](https://www.docker.com) environment.
- `.travis.yml`: Specifies the remote building of the CV on [Travis CI](https://travis-ci.org). Automated using [`{tic}`](https://github.com/ropenscilabs/tic.website).## Tools
- The [`{vitae}`](https://docs.ropensci.org/vitae/) :package: is used to provide a CV template.
- [`{tidyverse}`](https://www.tidyverse.org) :tool: are used for data read in and manipulation.
- [`{here}`](https://here.r-lib.org) :package: for path management.
- [`{scholar}`](https://github.com/jkeirstead/scholar) :package: is used to pull papers from Google Scholar.
- [`{tinytex}`](https://github.com/yihui/tinytex) :package: to manage LaTex installation and additional packages.
- [`{tic}`](https://github.com/ropenscilabs/tic.website) :package: to manage CV building and deployment on [Travis CI](https://travis-ci.org).
- [Travis CI](https://travis-ci.org) is used for building the CV each week.
- [Docker](https://www.docker.com) and [Docker Hub](https://hub.docker.com) is used to ensure a reproducible environment.## To do
- [x] Fix links
- [ ] Programmatic short/long academic CVs
- [ ] Non-academic CVs
- [ ] Improved list structure for the service section
- [ ] Automatic detection of latex to inform `{tinytex}` LaTex install.