% This is not OFFICIAL TEMPLATE OF COEPTech UNI
% compile with XeLaTeX
\documentclass[dvipsnames,mathserif,aspectratio=169,10pt]{beamer}
%you can change aspect ratio
\setbeamertemplate{footline}[frame number]
\setbeamercolor{footline}{fg=black}
\setbeamerfont{footline}{series=\bfseries}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{ragged2e}
\usetheme{Frankfurt}%1
%\usetheme{Darmstadt}%1
% for RTL liste
\makeatletter
\newcommand{\RTListe}{\raggedleft\rightskip\leftm}
\newcommand{\leftm}{\@totalleftmargin}
\makeatother
% RTL frame title
\setbeamertemplate{frametitle}
{\vspace*{-1mm}
\nointerlineskip
\begin{beamercolorbox}[sep=0.3cm,ht=2.2em,wd=\paperwidth]{frametitle}
\vbox{}\vskip-2ex%
\strut\hskip1ex\insertframetitle\strut
\vskip-0.8ex%
\end{beamercolorbox}
}
% align subsection in toc
\makeatletter
\setbeamertemplate{subsection in toc}
{\leavevmode\rightskip=5ex%
\llap{\raise0.1ex\beamer@usesphere{subsection number projected}{bigsphere}\kern1ex}%
\inserttocsubsection\par%
}
\makeatother
%LOGO
\logo{%
\makebox[0.98\paperwidth,]{
\includegraphics[width=0.80cm,keepaspectratio]{Logos/COEP-Tech-Pune-Logo-3013335431.png} \hspace{5cm}
\includegraphics[scale=0.20]{Logos/co.png}
\hfill
\includegraphics[]{Logos/Logo.png}
}
}
%\logo{\includegraphics[height=1cm]{COEP-Tech-Pune-Logo-3013335431.png}}
% RTL triangle for itemize
\setbeamertemplate{itemize item}{\scriptsize\raise1.25pt\hbox{\donotcoloroutermaths$\blacktriangleleft$}}
%\setbeamertemplate{itemize item}{\rule{4pt}{4pt}}
\defbeamertemplate{enumerate item}{square2}
{\LR{
%
\hbox{%
\usebeamerfont*{item projected}%
\usebeamercolor[bg]{item projected}%
\vrule width2.25ex height1.85ex depth.4ex%
\hskip-2.25ex%
\hbox to2.25ex{%
\hfil%
{\color{fg}\insertenumlabel}%
\hfil}%
}%
}}
\setbeamertemplate{enumerate item}[square2]
\setbeamertemplate{navigation symbols}{}
\title[About] %optional
{Advance sensor system and instrumentation}
\subtitle{A short story}
\author[Arthur, Doe] % (optional)
{A.~B.~Arthur\inst{1} \and J.~Doe\inst{2}}
\institute[VFU] % (optional)
{
\inst{1}%
Faculty of Physics\\
Very Famous University
\and
\inst{2}%
Faculty of Chemistry\\
Very Famous University
}
\begin{document}
\begin{frame}
\maketitle
\transfade[duration=0.2]
\end{frame}
%
\footnotesize \tableofcontents
%
\section{Introduction}
\begin{frame}{Introduction}
\begin{itemize}
\item Basic Definitions and introduction to the topic.
\end{itemize}
\transfade[duration=0.2]
\note[item]<2>{Make it short.}
\end{frame}
\section{Literature Review}
\begin{frame}{Literature Review}
\begin{columns}
\column{0.5\textwidth}
$1^{st}$ column
\begin{itemize}
\item Tradional Approaches, should study previous paper on the topic.
\item Tradional Approaches, should study previous paper on the topic.
\item Tradional Approaches, should study previous paper on the topic.
\item Tradional Approaches, should study previous paper on the topic.
\item Tradional Approaches, should study previous paper on the topic.
\item Tradional Approaches, should study previous paper on the topic.
\end{itemize}
\column{0.5\textwidth}
\justifying
$2^{nd}$ column
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lectus quam id leo in vitae turpis massa sed. Elit scelerisque mauris pellentesque pulvinar pellentesque. Purus in mollis nunc sed. Convallis convallis tellus id interdum velit laoreet. Auctor elit sed vulputate mi. Amet consectetur adipiscing elit pellentesque habitant. Dolor magna eget est lorem ipsum dolor. Libero justo laoreet sit amet cursus sit amet. Amet consectetur adipiscing elit ut aliquam purus sit. At erat pellentesque adipiscing commodo elit at imperdiet dui accumsan. Arcu cursus euismod quis viverra nibh cras pulvinar. Nisi vitae suscipit tellus mauris a diam maecenas. Nulla facilisi nullam vehicula ipsum a arcu. Justo donec enim diam vulputate ut.
\end{columns}
\transfade[duration=0.2]
\end{frame}
\section{Research Gap}
\begin{frame}{Research Gap}
\begin{itemize}
\item What are the things lacking the previous approaches that demands for a new approach, basically a comparsion.
\end{itemize}
\transfade[duration=0.2]
\end{frame}
\section{Problem Statement}
\begin{frame}{Problem Statement}
\begin{itemize}
\item Your problem statement, what you intent to work on in future.
\end{itemize}
\transfade[duration=0.2]
\end{frame}
\section{Work Done}
\begin{frame}{Work Done}
\begin{itemize}
\item Work done till now, any simulation or practical work. Literature review.
\end{itemize}
\transfade[duration=0.2]
\end{frame}
\section{Work Plan}
\begin{frame}{Work Plan}
\begin{itemize}
\item Future plan, timeline basically what work you intent to do in what period of time.
\end{itemize}
\transfade[duration=0.2]
\end{frame}
\section{Publication and References }
\begin{frame}{Publication and References}
\begin{itemize}
\item Publication on the presented topic if any.
\item References used.
\end{itemize}
\transfade[duration=0.2]
\end{frame}
\end{document}