Example of how to include open science badges in your CV in LaTeX. The example uses the moderncv
package by Xavier Danaux (xdanaux@gmail.com) 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.
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