This CV has been generated using Awesome CV, a LaTeX template for a CV(Curriculum Vitae)
A full TeX distribution is assumed. Various distributions for different operating systems (Windows, Mac, *nix) are available but TeX Live is recommended.
At a command prompt, run
$ xelatex cv.tex
This should result in the creation of cv.pdf
You can generate list of publication from BibTeX source files. BibLaTeX and biber should be available. To generate document with the list of publications, at a command prompt, run
$ xelatex cv.tex
$ biber cv
$ xelatex cv.tex