Conference posters
July 19, 2018 — January 27, 2023
Three wyrd sisters, poster, presentation and paper attend upon the ritual for conjuring an academic career. Of these, poster is the least regarded, but is sometimes necessary for all that.
1 Aesthetics
Get some hot advice from…
- Tullio Rossi, How to design an award-winning conference poster
- Better Posters, a poster critique and tips blog
2 Hacks
See PDFs for some useful practical mechanics of design and printing.
Pro-tip: if you are plotting using python, be aware that seaborn has a poster mode for scaling line widths and fonts sensibly.
3 Biorender poster
I do not know if biorender poster is any good, but it was created AFAICT by scientific communication experts, unlike many tools in this domain which were created by scientists or graphic designers, or in the case of Microsoft PowerPoint, a committee containing none of the above.
4 Scribus
Scribus is a good open-source desktop publisher system (think InDesign, but free, with all the good and bad that this entails.)
The in-built LaTeX renderer does not support big font sizes by default but one can force that manually by overriding the supplied preamble.
This still doesn’t get you the correct margins, which matters for long equations. For that, you need Chloé-Agathe Azencott’s LaTeX geometry hacks. Combining these:
\documentclass[$scribus_fontsize$]{extarticle}
\usepackage[left=0cm,top=0cm,right=0cm,bottom=0cm,nohead,nofoot, paperwidth=$scribus_realwidth$pt,paperheight=$scribus_realheight$ pt]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{fourier}% uses Utopia font for text and math
\begin{document}
{
\fontsize{48pt}{48pt}
\selectfont
\begin{align*}
\mathcal{A}\{c\phi\}(\xi)&= c^2\mathcal{A}\{\phi\}(\xi)\\
\mathcal{A}\{\phi(r t)\}(\xi)&= \frac{1}{r} \mathcal{A}\{\phi\}\left(\frac{\xi}{r}\right)\\
\mathsf{E}\left[ \mathcal{A}\{S_1\phi + S_2\phi'\}(\xi)\right]
&=\mathcal{A}\{\phi\}(\xi)+ \mathcal{A}\{\phi'\}(\xi) \\
\end{align*}
where $\{S_i\}$ are i.i.d. Rademacher variables.
}
\end{document}
5 Incoming
Strong Scientific Posters: Presenting science concisely with Bruce Kirchoff
How to create a better research poster in less time (#betterposter Generation 2).
astrobites, Fixing academic posters: the #BetterPoster approach
Francl (2023)
Once touted as an innovative way to present results, sure to become the preferred mode of presentation by top scientists, the poster session quickly devolved into a venue for primarily graduate students and postdocs. Why do we consider a poster to be a second-class presentation? Are we simply stuffy and unwilling to change the nearly two-century-old style of scientific meetings? Or is there something inherent in the poster genre that makes it less attractive to experienced scientists or better suited to trainees? I rummaged through old newsletters and conference proceedings to find out what drove the adoption of the scientific poster session, and what might have led to the narrowing of its pool of presenters.