Code Monkey home page Code Monkey logo

automatedcv's Introduction

Automated Curriculum Vitae

CV's are a great source of structured data, and automating the process seems like a logical next step.

System architecture image for keiland coopers automated CV

Here is my approach:

CV2tex.py is the main script, which when called converts the yaml structured data into a templated LaTeX script using Jinja. This produces a new .tex file, which can be used with PDFTeX or XeTex to produce a PDF. Added functionality in the new version includes scripts which query Google Scholar and Semantic Scholar (with more to come), to generate scholarly metrics such as citation counts and index's.

If all that seems too complicated, and you don't want the added metric functionality or structured data, you could still use my template by just taking the output tex file and class file, editing it manually, and running it through your favorite tex engine.

A picture of the first four pages of Keiland Cooper s automated curriculum Vitae

How to install LaTeX

Copy the package from here. After that, only a few packages are needed. Python 3+ of course, including jinja2, scholarly, and semanticscholar.

Then you have to grab a copy of LaTeX:

On macOS, get pdflatex via: http://www.tug.org/mactex/ (Note: this is a big download, and there are lighter versions)

On linux, you can install it with the steps outlined here. The full install of TeX Live is recomended, and for full functionality, XeTeX is reccomended.

You can confirm this installs what you need with: which pdflatex where you should see the path to the right file.

For windows, you may have to Google the instructions yourself for now... ¯\(ツ)

Packages

automatedcv's People

Contributors

kwcooper avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.