UTD JSOM Beamer Template
Author
Atanu Lahiri, Debapratim Ghosh
Last Updated
3달 전
License
Creative Commons CC BY 4.0
Abstract
A template for presenting research papers with the UTD JSOM theme
%\documentclass[Serif, 10pt, brown, handout]{beamer} % Disable overlays for handout format
%\documentclass[Serif, 10pt, brown, handout, notes]{beamer} % Disable overlays for handout format and print notes
\documentclass[Serif, 10pt, brown]{beamer}
\usepackage{booktabs,xcolor}
%\usepackage[svgnames,table]{xcolor}
%\usepackage[tableposition=above]{caption}
\usepackage{pifont}
\newcommand*\CHECK{\ding{51}}
\usepackage{array}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
%
\usepackage{setspace,mathtools,amssymb,multirow,array,amsmath,tikz}
\usepackage[normalsize]{subfigure}
\usetikzlibrary{patterns}
\usetikzlibrary{automata,positioning,decorations.pathreplacing,decorations}
\usepackage{curves}
\usepackage{wasysym}
\usepackage{epsfig,epstopdf,graphicx}
\curvewarnfalse
%
\newtheorem{proposition}{Proposition}
\theoremstyle{example}
\newtheorem{theoremh}{Theorem}
\theoremstyle{plain}
\renewcommand{\textfraction}{0.01}
\renewcommand{\floatpagefraction}{0.99}
\newcommand{\ul}{\underline}
\newcounter{units}
%
\usepackage[round]{natbib}
\bibpunct[, ]{(}{)}{,}{a}{}{,}%
\def\bibfont{\small}%
\def\bibsep{\smallskipamount}%
\def\bibhang{24pt}%
\def\newblock{\ }%
\def\BIBand{and}%
%
\setbeamercovered{dynamic}
% Logo
\logo{\includegraphics[width=0.625in,keepaspectratio]{UTDlogo.eps}}
%
% Setup
\mode<presentation>
{
\usetheme[right,currentsection, hideothersubsections]{UTD}
\useoutertheme{sidebar} \useinnertheme[shadow]{rounded}
\usecolortheme{whale} \usecolortheme{orchid}
\usefonttheme[onlymath]{serif}
\setbeamertemplate{footline}{\centerline{Slide \insertframenumber/\inserttotalframenumber}}
}
%
% Title
\usebeamercolor[fg]{author in sidebar}
\title[{Paper Short Title}]{\sc Paper Full Title}
\author[\ul{Authors}]{{\bf Authors}\\ \scriptsize{(Joint work with {\bf Authors})}}
\institute[UTD]{\sc\small University of Texas at Dallas\\ \sf \small Naveen Jindal School of Management}
\date[UCI]{Presented at University of Dallas \\ Date 2024}
%
%Presentation
\begin{document}
\frame{\titlepage}
%
%
%Slides
%TOC
\begin{frame}
\transblindsvertical
\frametitle{Contents}
\tableofcontents[hidesubsections]
\end{frame}
\note[itemize]{
\item Here's the overall structure of my talk today.
}
% Introduction
\section[Introduction]{Introduction}
\setbeamercolor{background canvas}{use=structure,bg=white}
\setbeamercolor{background}{use=structure,bg=white}
\begin{frame}{Blocks}
\begin{alertblock}{Alert Block}
Some Text Here
\end{alertblock}
\begin{exampleblock} {Example Block}
Some Text Here
\end{exampleblock}
\begin{block}{ Block}
Some Text Here
\end{block}
\end{frame}
\section[Literature]{Literature}
\begin{frame}
\frametitle{Literature}
\transfly
\begin{itemize}
\item Paper 1 ~\citep{Corbett18,Kochling20,Silva19}
\item Paper2~\citep{Cowgill20}
\pause
\item Paper3~\citep{Lambrecht19}
\begin{itemize}
\item Legal restrictions create an uneven burden on advertisers and platforms~\citep{Yuan23}
\end{itemize}
\pause
\item Paper3~\citep{Fu22}
\end{itemize}
\pause
\begin{exampleblock}{We explain why...}
Some Text Here
\end{exampleblock}
\end{frame}
\section[Model Prelim.]{Model Preliminaries}
\begin{frame}{Model}
Some Text Here
\end{frame}
\section[Results]{Results}
\begin{frame}
\frametitle{Some Results}
\end{frame}
\section[Conclusion]{Conclusion}
\section[Potential Future Extensions]{Potential Future Extensions}
\begin{frame}
\transglitter<1>
\frametitle{Once Again...}
%\pause
\begin{block}{Really appreciate your comments}
\begin{center} \alert{\Huge\bf THANK YOU!} \end{center}
\end{block}
\end{frame}
\appendix
\frame[allowframebreaks]
{
\frametitle{References}
\scriptsize
\bibliographystyle{ref}
\bibliography{ref}
}
\end{document}