Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iancze/cv
curriculum vitae
https://github.com/iancze/cv
Last synced: about 1 month ago
JSON representation
curriculum vitae
- Host: GitHub
- URL: https://github.com/iancze/cv
- Owner: iancze
- License: mit
- Created: 2019-09-23T16:55:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T13:06:41.000Z (9 months ago)
- Last Synced: 2024-04-01T14:28:47.608Z (9 months ago)
- Language: TeX
- Size: 4.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dr. Ian Czekala Curriculum Vitae
**You can find a [PDF of my CV](https://iancze.github.io/Czekala_CV.pdf) on my [research website](https://iancze.github.io/)**
This repository contains the source code for building the CV.
Publication lists are directly sourced from two ADS libraries:
* [All refereed papers](https://ui.adsabs.harvard.edu/user/libraries/G0Ow9TGTRyuVT7hbhzailA)
* [Preprints and unrefereed papers](https://ui.adsabs.harvard.edu/user/libraries/7EG2_mB3Qaq6bVkrUnsvBQ)To update CV:
* go to ADS and add any new publications to the above ADS libraries
* install requirements with `pip install -r requirements.txt`
* make sure ADS token and library ids are available in `credentials.toml`
* run `snakemake -c 1 all`
* output will be in `build/`Credit to https://github.com/dfm/cv for some aspects of the build process.