Navigation Menu

Skip to content

matthewfeickert/IRIS-HEP-2020-Poster-Session

Repository files navigation

DOI

Notes

  • Posters need to be sized 30" x 40" and file format in PDF.
  • The audience are typically not high-energy physicists — so avoid lingo. Simple and clear posters are definitely preferred.

Build

To build the poster first create a Python virtual environment and activate it and then install the requirements and then build the poster with make

$ python3 -m venv poster-session
$ source poster-session/bin/activate
(poster-session) $ python -m pip install -r requirements.txt
(poster-session) $ make