All Projects â†’ rgeirhos â†’ academic-cv-publications

rgeirhos / academic-cv-publications

Licence: MIT license
Generate a customised list of publications for your LaTeX CV using BibTeX entries.

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to academic-cv-publications

cv
A LaTeX template for academic CVs
Stars: ✭ 129 (+115%)
Mutual labels:  latex, cv, academic-cv
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1611.67%)
Mutual labels:  latex, cv
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+1575%)
Mutual labels:  latex, bibtex
Json resume
Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
Stars: ✭ 1,336 (+2126.67%)
Mutual labels:  latex, cv
Resume
👾 My resume / 我įš„įŽ€åŽ†
Stars: ✭ 482 (+703.33%)
Mutual labels:  latex, cv
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+760%)
Mutual labels:  latex, cv
Docker Texlive
A docker container containing an installation of texlive as well as several useful scripts.
Stars: ✭ 52 (-13.33%)
Mutual labels:  latex, bibtex
Simple Resume Cv
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
Stars: ✭ 333 (+455%)
Mutual labels:  latex, cv
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: ✭ 104 (+73.33%)
Mutual labels:  latex, cv
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (+95%)
Mutual labels:  latex, cv
Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (+100%)
Mutual labels:  latex, bibtex
Fiduswriter
Fidus Writer is an online collaborative editor for academics.
Stars: ✭ 405 (+575%)
Mutual labels:  latex, bibtex
Betterbib
Update BibTeX files with info from online resources.
Stars: ✭ 380 (+533.33%)
Mutual labels:  latex, bibtex
Mcdowell Cv
A Nice-looking CV template made into LaTeX
Stars: ✭ 855 (+1325%)
Mutual labels:  latex, cv
Limecv
A LaTeX CV Document Class
Stars: ✭ 376 (+526.67%)
Mutual labels:  latex, cv
Bibsearch
Download, manage, and search a BibTeX database.
Stars: ✭ 52 (-13.33%)
Mutual labels:  latex, bibtex
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+3875%)
Mutual labels:  latex, bibtex
cv
My curriculum vitae
Stars: ✭ 24 (-60%)
Mutual labels:  latex, cv
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (+68.33%)
Mutual labels:  latex, cv
Zotero Better Bibtex
Make Zotero effective for us LaTeX holdouts
Stars: ✭ 2,336 (+3793.33%)
Mutual labels:  latex, bibtex

academic-cv-publications

Generate a customised list of publications for your LaTeX CV using BibTeX entries.

Description

It is customary to include a list of publications in one's academic CV. While generating a list of references from a .bib file is standard practice for writing a paper, I was surprised to see that most LaTeX academic CV templates found online rely on the user manually typing the references in a list. Clearly, this is undesirable, as one usually already has a list of BibTeX entries for one's publications, and changing the citation style means changing every single entry. Still, this has the advantage that publications can be easily sorted as desired, split into different subsections (peer-reviewed articles, conference abstracts, ...) and enriched with links to the pdf.

I here show a way how a list of publications can be easily generated from a .bib file with all the advantages listed above (customised order, splitting into sections, links) AND little effort (no more than citing a paper).

I hope that you may find this useful for your own LaTeX CV!

Example

In detail

Desired outcome:

The cumbersome way:

\hangpara{1.5em}{1}Knuth, D. E. (1998). 
\textit{The art of computer programming: sorting and searching} (Vol. 3). Pearson Education.

New:

\publication{Knuth1998}

A note on compilation order

You need to generate a .bbl file from the .bib file prior to compiling the pdf.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].