This repository contains the tools to create name badges and participation certificates for Brainhack events.
A .csv
file containing the names and affiliations of event attendees is
required to make the badges and certificates.
- Create a
.csv
containing names and affiliations for your attendees. Seeexample_namelist.csv
for an example. - Modify
template_id_cards.tex
andtemplate_certificate.tex
to fit your event. to reflect your event information and the filename of your participant list. template_certificate.tex
will additionally need to modified to contain the name of the local event chair, and aPDF
of their signature. Note that the current signature in thedata/signature
folder is a mock signature and does not and cannot be accounted for anyone's signature or endorsement.- Compile the cards and certificates into a
PDF
usingpdflatex
, for example:
pdflatex template_certificate.tex
or
pdflatex template_id_cards.tex
You can upload the files to Sharelatex
or Overleaf
and compile them there
or install LaTeX
on your local system.