\documentclass{beamer}
\usetheme{Boadilla}
\usecolortheme{seahorse}
\usefonttheme{serif}
\usepackage{lipsum}
\usepackage{graphicx,xcolor}
\usepackage{amsmath,amssymb,amsfonts}
\AtBeginSection[]{
\begin{frame}{Outline}
\tableofcontents[currentsection]
\end{frame} }
\title[Short Title]{[Full Title]}
\subtitle{[Course Code] Presentation}
\author[FName, RegNo]{[Full Name] [(Registration Number)]}
\institute[DXX, IISER-M]{Department of [Department Name]\\Indian Institute of Science Education and Research, Mohali}
\date{[Date of Presentation]}
\titlegraphic{\includegraphics[width=2cm]{images/logo/iiserm_logo.jpg}}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction}
\input{segments/1_intro}
\section{Build-up}
\input{segments/2_build}
\section{Argument}
\input{segments/3_argue}
\section{Conclusion}
\input{segments/4_conclude}
\section*{References}
\begin{frame}
\frametitle{References}
\bibliographystyle{amsalpha}
\bibliography{ref.bib}
\end{frame}
\end{document}