\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}


\begin{document}

%  PAGE 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
  \large
Senior Project/Thesis (pick one)

\LARGE{\textbf{Title of Project/Thesis}}
\end{center}

% this goes in the center of the first page
\vspace*{\fill}
\begin{center}
  \large
MyFirstName MyLast Name \\
\large
Advisor(s): AdvisorFirstName AdvisorLastName (Affiliation if different from Bryn Mawr)
\end{center}

% this goes on the bottom of the first page 
\vspace*{\fill}
\begin{center}
Submitted in Partial Fulfillment of the Requirements of the BA in Computer Science 
  \LARGE

Bryn Mawr College

\begin{figure}[h]
  \begin{center}
    \includegraphics[width=1in]{BMC_seal.png}
  \end{center}
\end{figure}


Spring 2021
\end{center}



%  PAGE 2  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% leave this page blank!
\newpage\null\newpage



% PAGE 3 %%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage{}
\vspace*{\fill}

\begin{center}
\textbf{Abstract}
\end{center}

Write a short abstract here. It can be same as the one paragraph summary. It should have the statement of the problem. One sentence of why it is important. A sentence on how you addressed this problem. What you were able to achieve – main result (if any).

\vspace*{\fill}


% PAGE 4 %%%%%%%%%%%%%%%%%%%%%%%%%%

\newpage{}
\vspace*{\fill}

\begin{center}
\textbf{Acknowledgments}
\end{center}

Here, you can thank whoever you wish to thank.

\vspace*{\fill}


% PAGE 5 %%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage{}
\tableofcontents


%  PAGE 6  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% leave this page blank!
\newpage\null\newpage



%  PAGE 7  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\newpage

\section{Introduction}


\section{Related Work}


\section{Background}


\section{Methodology}


\section{Results and Analysis}


\section{Future Work}


\section{Summary}


\section*{References}
\addcontentsline{toc}{section}{References}

\section*{Appendix}
\addcontentsline{toc}{section}{Appendix}

\end{document}
