\documentclass{beamer}
\usetheme{Madrid}
\usecolortheme{default}
\usepackage{graphicx}
\usepackage{booktabs}
\title[Short Title]{Full Presentation Title}
\subtitle{Optional subtitle}
\author[F.\ Last]{First Last}
\institute[UoS]{University of Somewhere \\ \texttt{[email protected]}}
\date{\today}
\begin{document}
\frame{\titlepage}
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\section{Introduction}
\begin{frame}{Motivation}
\begin{itemize}
\item Problem context.
\item Gap in the literature.
\item Our question.
\end{itemize}
\end{frame}
\section{Background}
\begin{frame}{Prior Work}
Prior work falls into three threads:
\begin{enumerate}
\item Thread A
\item Thread B
\item Thread C
\end{enumerate}
\end{frame}
\section{Method}
\begin{frame}{Approach}
\begin{columns}
\column{0.5\textwidth}
\textbf{Idea:} exploit property P.
\begin{itemize}
\item Observation 1
\item Observation 2
\end{itemize}
\column{0.5\textwidth}
\fbox{\parbox[c][3cm][c]{\linewidth}{\centering figure placeholder}}
\end{columns}
\end{frame}
\section{Results}
\begin{frame}{Main Numbers}
\centering
\begin{tabular}{lcc}
\toprule
Method & Acc. & Latency \\
\midrule
Baseline & 82.1 & 120ms \\
Ours & \textbf{89.4} & \textbf{95ms} \\
\bottomrule
\end{tabular}
\end{frame}
\section{Conclusion}
\begin{frame}{Wrap-up}
\begin{itemize}
\item We presented X.
\item Improvement of Y over baseline.
\item Future: Z.
\end{itemize}
\centering\vspace{10pt}\Huge Thanks!
\end{frame}
\end{document}

PDF Preview
Create an account to compile and preview