Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.43 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.43 KB

JooYoung Seo's Academic CV

Enhancements Compared to the default vitae package:

  • Styling your publications using given csl file in YAML.
  • Printing as many bibliographic sections and corresponding entries as you want in your CV (e.g., journal publication, conference proceedings, software developments, etc. etc.).
  • Highlighting your name in printed bib entries using bold format (see and change the content in lua/strong.lua).
  • Easily managing your CV following bookdown style (e.g., each separate Rmd file according to their own categories like chapters).

Descriptions

This repo has been created to systematically manage my academic CV. This is reproducible for those who have basic knowledge of R and R Markdown.

Based on vitae package, I have extended its capabilities to include multiple bibliographic entries using multiple-bibliographies lua filter so that I can print my scientific records in APA_CV style.

Following my template, you would be able to print as many bib-entries as you want using your desired csl file and your *.bib files.

Anyone who would like to get a hint on how I have managed this CV can fork this repo to make their own.