This repo provides source-code and templates for automatically generate academic CV with CSV and Markdown.
Prepare the following 4 files.
- positions.csv - Life experiences.
- profile.csv - Scholar profile information.
- aside.md - Text add to side bar.
- intro.md - Text to introduce yourself.
You can modify the provided 4 files (generated from Guangchuang Yu), then run run.R.
The generated CV html file will be located at cv directory.
You can move it to directory docs for rendering it with GitHub pages.
NOTE: the run.R can be called in other path if you provide the template directory path
correctly.
e.g.,
# Assume you create a directory
# and prepare the 4 necessary files
# You can run the script in this directory by
/anypath/run.R /anypath/template
# the anypath here is the location of this repo in your local machineBased on this repo, I create a CV for myself at https://shixiangwang.github.io/cv-shixiang/.
This repo is based on work from Guangchuang Yu and nstrayer.
MIT@2020