Skip to content

Examples of how to include open science badges in your CV in LaTeX

License

Notifications You must be signed in to change notification settings

DominikVogel/OpenScienceBadgeCV

 
 

Repository files navigation

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 (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.

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

About

Examples of how to include open science badges in your CV in LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%