\documentclass{beamer}
\usetheme{UMMath}
%\setbeameroption{show notes}
%\setbeameroption{show only notes}
\setbeamerfont{note page}{size=\fontsize{0.2cm}{0.1cm}}
\usepackage{media9,tagging}
\usepackage{pgfplots}
\usepackage{amsmath}
\pgfplotsset{compat=1.10}
\usetikzlibrary{calc}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%% Use any fonts you like.
\usepackage{helvet,multicol}
\newcommand\Newline{\newline\newline}
\title{Title}
\subtitle{Subtitle}
\author{Name}
\date{\today}
\institute{\url{umflint.edu/math}\\\url{your email}}
\begin{document}
\begin{frame}[plain,t]
\titlepage
\end{frame}
\section{Introduction}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Subsection}
\section{References}
\begin{frame}[allowframebreaks]{References}
\end{frame}
\ThankYouFrame
\end{document}