I want to add my supervisor's name and on the left side and my advisory committee members' names to the left side of my beamer title page? Kindly tell me how can I do that. Currently it is like this,
\documentclass[aspectratio=149]{beamer}
\usetheme{CambridgeUS}
\title{Something}
\author{Someone}
\institute{\textsc{Somewhere}}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\end{document}