% New Jersey Institute of Technology (NJIT) presentation template
% Created by Egor Demidov in 2024
\documentclass[11pt,aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{listings}
\usepackage[
backend=biber,
style=verbose,
sorting=ynt
]{biblatex}
\addbibresource{references.bib}
\usetheme{Madrid}
\usecolortheme{beaver}
\author[Author 1 (NJIT)]{Author 1\textsuperscript{*}, Author 2}
\title[Short title]{Presentation title}
\setbeamertemplate{navigation symbols}{}
\titlegraphic{\includegraphics[width=3cm]{resources/njit-logo.png}}
% Uncomment the section below to show a table of contents slide every time a new section starts
% \AtBeginSection[]
% {
% \begin{frame}<beamer>
% \frametitle{Table of contents}
% \tableofcontents[currentsection]
% \end{frame}
% }
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Background}
\begin{frame}{Example slide}
Lorem ipsum diolor sit amet\footnote{\cite{khalizov2009enhanced}}:
$$
\mathbf{f}=m\mathbf{a}
$$
\end{frame}
\section{Bibliography}
\begin{frame}[t,allowframebreaks]
\frametitle{Bibliography}
\printbibliography
\end{frame}
\end{document}