https://github.com/dexhunter/yaacv
Yet Another Academic CV (YAACV)
https://github.com/dexhunter/yaacv
academic academic-cv cv resume resume-template
Last synced: 4 months ago
JSON representation
Yet Another Academic CV (YAACV)
- Host: GitHub
- URL: https://github.com/dexhunter/yaacv
- Owner: dexhunter
- License: apache-2.0
- Created: 2019-12-07T09:37:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T10:34:54.000Z (over 1 year ago)
- Last Synced: 2025-07-27T07:32:25.222Z (11 months ago)
- Topics: academic, academic-cv, cv, resume, resume-template
- Language: TeX
- Homepage: https://github.com/dexhunter/yaacv/releases
- Size: 634 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
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)