\documentclass[12pt]{rowanthesis}
% \usepackage{packagename} % Add additional packages like this
% Preamble (PLEASE FILL IN ALL OF THE INFORMATION)
%------------------------------------------------------------------------%
\title{THE USE OF LOREM IPSUM AS PLACEHOLDER TEXT IN GRADUATE-LEVEL ACADEMIC SCIENCE WRITING}
\author{Example A. Student} 
\doclevel{Thesis}
\department{Chemistry and Biochemistry}
\school{Science and Mathematics}
\degree{Master of Science in Pharmaceutical Sciences}
\dateofdefense{May 6, 2023}
\chair{Example Professor Name, Ph.D., Department Chair, Department of Chemistry and Biochemistry}
\chairsimple{Example Professor Name, Ph.D.}
\committeememberone{Committee Member 1, Ph.D., Professor, Department of Chemistry and Biochemistry}
\committeemembertwo{Committee Member 2, Ph.D., Professor, Department of Chemistry and Biochemistry}
\committeememberthree{Committee Member 3, Ph.D., Associate Professor, Department of Chemistry and Biochemistry}
\copyrightyear{2023}
\academicyear{2022-2023}
%------------------------------------------------------------------------------%
% Document body
%------------------------------------------------------------------------%
\begin{document}
% Title Page and Copyright Page
\makeTitlePage
% Dedications Page
\input{Dedication}
% ---Front of report (pages numbered in Roman Numerals)---%
\begin{frontmatter}
    % Acknowledgements(s) Page (Optional)
    \input{Acknowledgement}
    
    % Abstract
    \buildAbstract
    
    % TOC, LOF and LOT
    \buildTOC
    \buildListOfFigures
    \buildListOfTables   
    \buildListOfSchemes
\end{frontmatter}
%----------------------------------------------------------%
% ---Body of report (pages numbered in Arabic Numerals)---%
\begin{thesisbody}
    \input{Chapters/chapter1}
    \input{Chapters/chapter2}
    
    % Bibliography
    \buildBibliography
    
    % Appendices
    \input{Chapters/appendices}
    
\end{thesisbody}
%---------------------------------------------------------%
\end{document}