cv

CV, typesetted in Helvetica Neue, using XeTeX, TikZ and Biblatex

https://github.com/jj/cv

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

CV, typesetted in Helvetica Neue, using XeTeX, TikZ and Biblatex

Basic Info
  • Host: GitHub
  • Owner: JJ
  • Language: TeX
  • Default Branch: master
  • Homepage:
  • Size: 1.28 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 6
  • Open Issues: 3
  • Releases: 16
Created over 12 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

JJ's short CV Generate CV

CV download page

Below this is the original README for the template I'm using. While I'm at it, I'll throw in a few things you probably will have to install before using it

  • This template uses XeLaTeX, not the standard LaTeX. So sudo apt-get install texlive-xetex
  • Besides, XeLaTeX seems to use biber, not BibTeX. So sudo apt-get install biber
  • Default font has been changed to Goudy BookLetter 1911. You'll have to install it (ttf-goudybookletter package). I took out XITS Math but the fallback font was not instaled either, so you'll have to install it.
  • You will also have to install texlive-fonts-extra, texlive-science and texlive-science-doc

Sounds like hard work for a resumé, right? Well, you will have to do it only once and then you can use all the time you want. I haven't managed to make it work for older versions of Ubuntu, though.

Tools and scripts developed to maintain this resumè are summarized in these two articles:

Generate PDF

xelatex cv.tex
biber cv
xelatex cv.tex

That's it. This is conveniently encapsulated in the Makefile, so make will do the trick.

Original "About"

As found in the template

Latest version of my CV, typeset in Helvetica and using colors inspired by Monokai (there is an print option which renders in black and white, and reverts the header to dark on light, if printing on paper is needed).

Uses TikZ for the header, XeTeX and fontspec to use Helvetica Neue, biblatex to print my publications and textpos for the aside.

License

Copyright (C) 2012, Adrien Friggeri (c) 2014-2024 JJ Merelo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Owner

  • Name: Juan Julián Merelo Guervós
  • Login: JJ
  • Kind: user
  • Location: Granada, Spain, Europe
  • Company: UGR + Raku

Developing since 1983

GitHub Events

Total
  • Issues event: 1
  • Push event: 3
Last Year
  • Issues event: 1
  • Push event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 244
  • Total Committers: 3
  • Avg Commits per committer: 81.333
  • Development Distribution Score (DDS): 0.082
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
JJ Merelo j****o@g****m 224
Adrien Friggeri a****n@f****t 19
Gavin van Lelyveld m****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 16
  • Total pull requests: 0
  • Average time to close issues: 9 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.13
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • JJ (15)
  • neon520 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/generate.yaml actions
  • actions/checkout v2 composite
  • ncipollo/release-action v1 composite
.github/workflows/timeline.yaml actions
  • actions/checkout v3 composite
Dockerfile docker
  • r-base latest build