% Conference poster template using tikzposter (TeX Live; no baposter).
\documentclass[25pt,a0paper,landscape,margin=0mm,innermargin=15mm,blockverticalspace=12mm,colspace=15mm,subcolspace=8mm]{tikzposter}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{hyperref}
\title{\parbox{\linewidth}{\centering Baposter Poster Title}}
\author{First Author \quad Second Author \quad Third Author}
\institute{University of Somewhere}
\usetheme{Default}
\usecolorstyle{Default}
\usetitlestyle{Default}
\useblockstyle{Default}
\begin{document}
\maketitle
\begin{columns}
\column{0.25}
\block{1. Introduction}{
Motivation and contribution of the work.
}
\block{2. Method}{
\begin{itemize}
\item Step 1
\item Step 2
\end{itemize}
$\hat{y} = \arg\max_y P(y \mid x)$.
}
\block{References}{
\tiny [1] Author. Title. Conf, 2024.\\
\tiny [2] Author. Title. Journal, 2023.
}
\column{0.5}
\block{3. Architecture}{
\centering
\fbox{\parbox[c][7cm][c]{0.95\linewidth}{\centering architecture figure placeholder}}
}
\block{5. Ablations}{
Which pieces matter and why.
}
\column{0.25}
\block{4. Results}{
\centering
\begin{tabular}{lc}
\toprule
Model & Acc.\\
\midrule
Baseline & 82.1 \\
Ours & \textbf{89.4} \\
\bottomrule
\end{tabular}
}
\block{6. Conclusion}{
Method improves by 7+ points. Code open sourced.
}
\end{columns}
\end{document}

PDF Preview
Create an account to compile and preview