GithubHelp home page GithubHelp logo

ttj / cv-zach Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rzach/cv-zach

0.0 2.0 0.0 112 KB

Create a Healy-style CV in latex without having to tweak latex files. This fork uses biblatex to generate the bibliography and includes links to philpapers and Google Scolar citation counts.

License: GNU General Public License v3.0

Makefile 2.42% Shell 2.02% TeX 90.11% Awk 5.46%

cv-zach's Introduction

Structured data curriculum vitae

Produces my CV in various formats from a bibtex bibliography database and a yaml file containing non-publication data, using pandoc templates.

This is based on Benjamin Schmidt's CV-pandoc-healy. See additional info there.

The resulting PDF can be viewed here.

Major changes to bschmidt's setup:

  1. Obvs, it's my CV and not his; so there's different sections and organization.
  2. Also generate CV in other formats (eg, MarkDown).
  3. Bibliography is done using biblatex, using keywords instead of categories (see rz-vita.sty).
  4. Bibliography includes links to PhilPapers
  5. Bibliography also prints number of Google Scholar citations. zach.bib contains scholar fields that contains the Google Scholar cluster ID corresponding to an entry. The Makefile produces a file cv-zach-scholar.tex from this. It issues, for each entry that has citations, a command \defscholar{<clusterid>}{<citations>}. It is generated in the Makefile using a little script citecounts, which in turn uses scholar.py to query Google Scholar. rz-vita.sty loads that file and prints the citations.

scholar.py is included as a submodule. After you clone this repository, you also have to say

$ git submodule init
$ git submodule update

To get find the Google Scholar cluster ID, click on the "cited by x" link for the paper in Google Scholar. It'll take you to an URL like

https://scholar.google.ca/scholar?cites=5523213711320200321&as_sdt=2005&sciodt=0,5&hl=en

The cluster ID is the number after cites=. If Google Scholar has more than one version for it, put all the cluster IDs in the scholar field, separated by commas but no spaces.

cv-zach's People

Contributors

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