%% This Beamer template is based on the one found here: https://github.com/sanhacheong/stanford-beamer-presentation.
\documentclass[10pts]{beamer}
%\mode<presentation>{}
\usepackage{media9}
\usepackage{amssymb,amsmath,amsthm,enumerate}
\usepackage[utf8]{inputenc}
\usepackage[parfill]{parskip}
\usepackage{graphicx,animate}
\usepackage{bm}
\usepackage{amsfonts,amscd}
\usetheme{Stanford}
\input{./files/my_beamer_defs.sty}
\logo{\includegraphics[height=0.43in]{files/logo.jpeg}}
\title[Title]{Title}
\begin{document}
\author[Author]{
\begin{tabular}{c}
\Large
Author\\
\footnotesize \textit{author@mits.ac.in}
\end{tabular}
}
\institute{
\vskip 20pt
\begin{figure}
\centering
\includegraphics[height=0.9in]{files/logo.jpeg}
\end{figure}
\vskip 15pt
Name of Department\\
Madanapalle Institute of Technology and Science\\
\vskip 3pt
}
\date{\today}
\begin{frame}[plain, noframenumbering]
\maketitle
\end{frame}
\begin{frame}{Introduction}
\end{frame}
\begin{frame}{Methods}
\end{frame}
\begin{frame}{Results}
\end{frame}
\end{document}