\documentclass{beamer}
\usetheme{PSU}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Author: Mahdi Belbasi
%Email: Belbasi@psu.edu
%Homepage: https://sites.google.com/view/belbasi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\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{\textcolor{white}{Title: We Are}}
\subtitle{\textcolor{white}{Subtitle}}
\author{Mahdi Belbasi}
\date{\today}
\institute{Pennsylvania State University\\CSE Department\\\url{belbasi@psu.edu}}
\begin{document}
\begin{frame}[plain,t]
\titlepage
\end{frame}
\section{Introduction}
\begin{frame}{Copy}
\begin{itemize}
\item<1-> Feel free to modify and distribute this template.
\item<2-> Keep the name of the author of template (not the file, which is you) as comment (lines 3 -- 7 of the source)
\end{itemize}
\end{frame}
\subsection{Subsection 1}
\begin{frame}{We Are}
\begin{enumerate}[I]
\item<1-> Penn State
\item<2-> Happy Valey
\begin{itemize}
\item<3-> Nittany Lions
\item<4-> CSE Dept
\end{itemize}
\item<5-> State College
\item<6-> ...
\end{enumerate}
\end{frame}
\subsection{Subsection 2}
\section{References}
\begin{frame}[allowframebreaks]{References}
\end{frame}
\ThankYouFrame
\end{document}