GithubHelp home page GithubHelp logo

xiaochi-liu / cv-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hanzhang-psych/cv

0.0 1.0 0.0 1.09 MB

My CV built using R Markdown and the vitae package.

Home Page: https://github.com/HanZhang-psych/CV/

License: Creative Commons Attribution 4.0 International

TeX 89.16% Lua 10.84%

cv-1's Introduction

CV

This repo contains my CV and the code used to build it.

A Little Background

I used to rely on online tools to build my CV but was never happy about how much they cost. Recently, I came across the vitae package by Mitchell O'Hara-Wild and decided to give it a try. It's been a fun experience and most importantly you get a fancy-looking CV for free. I share my code here as an example in case anyone is interested in making their own.

Feel free to clone the files and edit them to make your own!

Main Files

  • CV.pdf: The final product.
  • CV.rmd: The R Markdown file used to create the PDF.
  • awesome-cv.cls:This LaTeX template is in charge of the overall style of your CV. vitae supports several templates and I liked this one the most. I made small tweaks on the personal info section (font size, color, & spacing) based on the original template. If you prefer the original, delete this file.
  • apa-cv.csl: APA 7th style from the Zotero Style Repository. This file defines your citation style. In my field (Psychology), APA style is the standard. Change it to other citation styles if needed.
  • .bib files: I have 3 .bib files that separately store info for publisheded papers, in prep manuscripts, and conference presentations. You can create those .bib files from your reference manager (e.g., Zotero) or from scratch. It's important that you create separate .bib files for separate sections of your CV.
  • multiple-bibliographies.lua: This allows you to create multiple bibliographies from .bib files. See here for more info.

Make sure to install vitae and tinytex if you haven't done so:

install.packages("tinytex")
tinytex::install_tinytex()

install.packages("vitae")

Happy vitae-ing and wish everyone good luck on the job market!

cv-1's People

Contributors

hanzhang-psych avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.