Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.13 KB

Open Science Badges for a CV in LaTeX (using moderncv)

Example of how to include open science badges in your CV in LaTeX. The example uses the moderncv package by Xavier Danaux ([email protected]) and is based on Danaux's example file. The code for including the open science badges was adapted from Amanda Montoya's OpenScienceBadgeCV example. The badges have been downloaded from the Center for Open Science.

Screenshot

Code

The main code is added in lines 57-65 in cv_example.tex:

\newcommand*{\badge}[1]{%
	\raisebox{-.2\baselineskip}{%
		\includegraphics[
		height=1\baselineskip,
		%width=\baselineskip,
		keepaspectratio,
		]{#1}%
	}%
}

To add an open science badge use the following code:

\href{https://osf.io/djrtp/}{\badge{opendata.pdf}}

The following badges are available:

  • Open data: opendata.pdf
  • Open materials: openmaterials.pdf
  • Preregistration: preregistered.pdf