% Copyright 2019 Clara Eleonore Pavillet
% Author: Clara Eleonore Pavillet
% Modified: Shoshana Vasserman
% Description: This is an unofficial Oxford University Beamer Template made by Clara Eleonore Pavillet, and modified by Shosh Vasserman for economics conference discussions.
% Version: 1.0
\documentclass[notes,11pt, aspectratio=169]{beamer}
\input{Theme/Packages.tex}
\usetheme{oxonian}
\newcommand{\diffcol}[1]{\textcolor{blue}{#1}}
\newcommand{\red}[1]{\textcolor{red}{#1}}
\newcommand{\blue}[1]{\textcolor{blue}{#1}}
\newcommand{\green}[1]{\textcolor{teal}{#1}}
\newenvironment{wideitemize}{\itemize\addtolength{\itemsep}{1em}}{\enditemize}
\title{Title of Paper Being Discussed}
\author[Short Name (U ABC)]{%
\texorpdfstring{%
\begin{columns}
\column{.3\linewidth}
\centering
Author 1 \\ Institution 1
\column{.3\linewidth}
\centering
Author 2 \\ Institution 2
\column{.3\linewidth}
\centering
Author 3 \\ Institution 3
\end{columns}
}
{Author 1, Author 2, Author 3}
}
\addtobeamertemplate{title page}{}{\begin{center}Discussant: Discussant Name \\\hspace{53pt}Discussant Institution\end{center}}
\date{Date of Conference} %\today
\begin{document}
{\setbeamertemplate{footline}{}
\frame{\titlepage}}
\section*{Overview}
\begin{frame}{The Bottom Line}
\begin{wideitemize}
\item Item 1\ldots
\end{wideitemize}
\end{frame}
\begin{frame}{}
\center
Thank You
\end{frame}
\end{document}