%% This is file was created in the Laboratory of Innovations in Transportation, Ryerson University.
\documentclass[xcolor=psr]{beamer}
%%Select the theme you like the most
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%%\usetheme{Berkeley}
%%\usetheme{Berlin}
\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
\usepackage{ragged2e}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{array}
\usepackage[latin1]{inputenc}
\usepackage{epsfig}
%\usepackage{pstricks}
%\usepackage{hyperref}
\usepackage{tikz}
\usetikzlibrary{shapes.multipart}
\usetikzlibrary{shapes,decorations}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\beamer@sectionintoc}{\vskip0.25em}{\vskip0.1em}{}{}
\makeatother
\usepackage{setspace}
\usepackage{cancel}
\usepackage{media9}
\usepackage{multirow}
\usepackage{caption}
%\captionsetup[figure]{labelformat=empty}
\usetikzlibrary{arrows,shapes}
\tikzstyle{every picture}+=[remember picture]
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Table of Contents}
\begin{columns}
\begin{column}{0.8\linewidth}
\vspace{-0.8cm}
\tableofcontents[currentsection]
\end{column}
\end{columns}
\end{frame}
}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcommand{\harvardand}{and}
\newcommand{\harvardyearleft}{(}
\newcommand{\harvardyearright}{)}
\newcommand{\harvarditem}[3]{\bibitem[#1, #2]{#3}}
\title[Short Title]{\textbf{Title of your presentation}}
\author[Surname, Year]{Your Name}
%%For more than one author
%%\author[Surname et al., Year]{Author One \and Author Two \and Author Three}
\institute[LITrans, RU]{Laboratory of Innovations in Transportation, \\
Ryerson University, Toronto, Canada}
\vspace{-2cm}
\date{\today}
\logo{\epsfig{figure=figs/ryerson_logo_slide.png,width=1.05\textwidth}}
% \usebackgroundtemplate{
% \tikz\node[opacity=0.1]
% {\centering \includegraphics[width=0.75\paperwidth,
% height=0.75\paperheight]{figs/ryerson_crest}};}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section*{Outline}
\begin{frame}
\begin{columns}
\begin{column}{0.8\linewidth}
\frametitle{Table of Contents}
\vspace{-0.8cm}
%\small
%\fontsize{10}{0.05}\selectfont
\tableofcontents
\end{column}
\end{columns}
\end{frame}
%%Add ass many section as you want
\section{Introduction}
\input{sec_1}
\section{Section 1 Title}
%%\input{sec_2} %%Add new file
\section{Section 2 Title}
%%\input{sec_3} %%Add new file
\section{Section 3 Title}
%%\input{sec_4} %%Add new file
\section{Section 4 Title}
%%\input{sec_5} %%Add new file
\section*{Acknowledgements}
%%\input{ack} %%Add new file
\end{document}