baposter

baposter class --- compact landscape poster with configurable colored boxes. Popular for CS and ML conferences because of its density.

Category

Academic

License

Free to use (MIT)

File

poster-baposter/main.tex

main.texRead-only preview
\documentclass[landscape,a0paper,fontscale=0.292]{baposter}

\usepackage{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{booktabs}
\usepackage{multicol}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}

\definecolor{bordercol}{RGB}{40,40,40}
\definecolor{headercol1}{RGB}{186,215,230}
\definecolor{headercol2}{RGB}{80,80,80}
\definecolor{headerfontcol}{RGB}{0,0,0}
\definecolor{boxcolor}{RGB}{238,238,238}

\begin{document}

\background{}

\begin{poster}{
  grid=false,
  columns=4,
  borderColor=bordercol,
  headerColorOne=headercol1,
  headerColorTwo=headercol2,
  headerFontColor=headerfontcol,
  boxColorOne=boxcolor,
  headershape=roundedright,
  headerfont=\Large\sf\bf,
  textborder=rounded,
  background=plain,
  headerborder=open,
  boxshade=plain
}
{} % Eye catcher
{Baposter Poster Title} % Title
{\vspace{1em} First Author, Second Author, Third Author \\ University of Somewhere} % Author
{\includegraphics[width=5em]{example-image}} % Logo

\headerbox{1. Introduction}{name=intro,column=0,row=0}{
Motivation and contribution of the work.
}

\headerbox{2. Method}{name=method,column=0,below=intro}{
\begin{itemize}
\item Step 1
\item Step 2
\end{itemize}
$\hat{y} = \arg\max_y P(y \mid x)$.
}

\headerbox{3. Architecture}{name=arch,column=1,row=0,span=2}{
\centering
\fbox{\parbox[c][7cm][c]{0.95\linewidth}{\centering architecture figure placeholder}}
}

\headerbox{4. Results}{name=res,column=3,row=0}{
\centering
\begin{tabular}{lc}
\toprule
Model & Acc.\\
\midrule
Baseline & 82.1 \\
Ours & \textbf{89.4} \\
\bottomrule
\end{tabular}
}

\headerbox{5. Ablations}{name=abl,column=1,below=arch,span=2}{
Which pieces matter and why.
}

\headerbox{6. Conclusion}{name=conc,column=3,below=res}{
Method improves by 7+ points. Code open sourced.
}

\headerbox{References}{name=refs,column=0,below=method}{
\tiny [1] Author. Title. Conf, 2024.\\
\tiny [2] Author. Title. Journal, 2023.
}

\end{poster}
\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

baposter LaTeX Template | Free Download & Preview - Bibby