A better scientific poster, inspired by Mike Morrison's Better Poster Template.
You can install the in-development version of betterposter from GitHub with:
# install.packages("devtools")
devtools::install_github("gerkelab/betterposter")
Use betterposter::poster_better()
to get an awesome poster generated from R Markdown!
Like many others, we saw Mike's How to create a better research poster in less time video on Twitter and loved it. Like others, we thought: "let's bring that to R Markdown!". This is our version, but you may want to check out posterdown by Brent Thorne, where another version of the Better Scientific Poster can be found (including a portrait version).
The main features of this implementation are
-
The QR Code is fully customizable and generated in the browser (no external API calls!). Use
qrcode_options()
to set theqrcode
argument inposter_better()
. -
Great default typography built using Roboto and Robot slab for highly readable text and headers, with Source Sans Pro for the main hero text and Source Code Pro for source code (naturally).
-
Customizable colors via
hero_background
,hero_color
andaccent_color
. -
All variables for customizing the poster are listed and (will be) documented in
better_poster()
.