Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dexhunter/yaacv

Yet Another Academic CV (YAACV)
https://github.com/dexhunter/yaacv

academic academic-cv cv resume resume-template

Last synced: 1 day ago
JSON representation

Yet Another Academic CV (YAACV)

Awesome Lists containing this project

README

        

## Yet Another Academic Curriculum Vitae

To make it simple, I did not use `.cls`. But I do use `bibentry` to manage papers (however, I do not have much yet). I am going to apply for PhD later and I think a good CV is a plus. If there are any problems, feel free to open an issue or make a pull request (PR).

Good luck!

---

### Features

* Sort by time (Newest first)
* Suitable for both academic & industry
* Use bibtex to manage papers

### Usage

For Ubuntu user,

```bash
$ sudo apt-get install texlive-base texlive texlive-latex-extra
```

For Arch Linux user,

```bash
$ sudo pacman -S texlive-most
```

Then just run

```bash
$ make pdf
```

The pdf file will be generated. The example pdf is at [releases](https://github.com/dexhunter/yaacv/releases).

If there are any issues, please report at [issues](https://github.com/dexhunter/yaacv/issues)