Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iancze/cv

curriculum vitae
https://github.com/iancze/cv

Last synced: about 1 month ago
JSON representation

curriculum vitae

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.