%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{beamer}
\mode<presentation> {
% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.
\usetheme{AnnArbor}
%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{caption}
\usepackage{ragged2e}
\usepackage{multirow}
\usepackage[font=small]{caption}
%\usepackage{cctbase, ccmap, CCTfntef}
\usepackage{wallpaper}
\usepackage{float}
%
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Temp. Presentation]{Template For Presentation} % The short title appears at the bottom of every slide, the full title is only on the title page
\author{Jian Wang} % Your name
\institute[ERAU] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Ph.D. (EE \& CS) \\Department of Electrical Engineering and Computer Science (EECS)\\ Embry\textendash Riddle Aeronautical University (ERAU)\\
%%\\Visiting Student, West Virginia University Institute of Technology (WVU Tech) \\ % Your institution for the title page
\medskip
% Your email address
\textit{123456@erau.edu\\}
%\normalsize\textit{Tuesday, March 28, 2017\\IEEE West Virginia Section}
}
\titlegraphic{\includegraphics[scale = 0.1]{Figures/LOGO/Updated-eagle.pdf} \includegraphics[scale = 0.2]{Figures/LOGO/ERAU_logo.pdf}}
\date[Today]{\today}
% Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\begin{frame}
\frametitle{Overview} % Table of contents slide, comment this block out to remove it
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
%------------------------------------------------
\section{Introduction} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\subsection{Motivation}
%\subsection{} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
\begin{frame}
%%\frametitle{What's Aviation Cybersecurity ?}
%% Main components: electronic speed controller(ESC), flight controller, wireless digital radio, wireless remote control, and carbon fiber frame. \\~\\
%
%%\titlegraphic{FIG13}
%
\begin{figure}
%
%
\includegraphics[width=2in,height= 2in]{Figures/LOGO/Updated-eagle-01-TM.eps}
%
%
\end{figure}
%
\end{frame}
\subsection{State of the Art }
%------------------------------------------------
\begin{frame}
\begin{figure}
\centering
\includegraphics[scale=0.3]{Figures/LOGO/er-logo-1970s-1.jpg}
\end{figure}
\end{frame}
\section{Proposed Scheme}
%------------------------------------------------
\subsection{Architecture of the Platform}
\subsection{Scheme for Enhanced Unmanned Aerial System Detection}
\section{Conclusion and Future Work}
%-------------------------------------------------------------%
%-------------------------------------------------------------%
% %
% The Last Page %
% %
%-------------------------------------------------------------%
%-------------------------------------------------------------%
%-------------------------------------------------------------%
\begin{frame}
\Huge{\centerline{\textcolor{red}{Thank you}}}
\huge{\centerline{\textcolor{green}{Questions?}}}
\normalsize{\centerline{WANGJ14@my.erau.edu}}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}