\documentclass{template}
%%%%%%%%%%%%%%%%%%%%%%%% Set Compiler to XeLaTeX %%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% Fill out this section %%%%%%%%%%%%%%%%%%%%%%%%%%
\project{Project Title}
\partner{Partner Name}
\students{Student Name(s)}
\university{University Name}
%Remove lines if these roles were not filled, or one individual filled multiple roles
\instructor{Instructor Name, \textit{\@university}}
\mentor{Mentor Name, \textit{University/Organization Name}}
\writer{Report Writer Name, \textit{University of Kansas}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\setlength{\parindent}{15pt}
\tableofcontents
\vspace{1\baselineskip}
\addcontentsline{toc}{section}{Summary}
\section*{Summary}
Summary of report and insights.
\newpage
\addcontentsline{toc}{section}{Introduction}
\section*{Introduction}
Starts at the top of the next page. The introduction should contain background information on the dataset and community partner, context for the project, and the prompt or desired analyses from the partner.
New paragraphs should be indented but have no space added between lines. A double return should be used at the end of sections to provide visual contrast
\addcontentsline{toc}{section}{Preparation}
\section*{Preparation}
Level 1 headers are Outfit Semibold size 14 font. Body text is Outfit Normal size 12. The document (except for the references) is double spaced.
Use the preparation section to describe the data as your received it and to describe your wrangling, cleaning, and transformation.
\subsection*{Subheader}
Level 2 headers can be added using \begin{verbatim}
\subsection*{name}
\end{verbatim}
\subsubsection*{3rd Level Header}
Level 3 headers can be added using \begin{verbatim}
\subsubsection*{name}
\end{verbatim}
\addcontentsline{toc}{section}{Analysis}
\section*{Analysis}
Describe the analyses performed. Ensure your descriptions will be understandable to your intended audience. Link to articles/examples in your references if additional explanation would benefit your readers.
\addcontentsline{toc}{section}{Results}
\section*{Results}
You may choose to combine your results and analysis sections and divide instead by topics if need be.
\addcontentsline{toc}{section}{Recommendations}
\section*{Recommendations}
If this project is unable to address the requests of the partner, use this section to identify future data to be collected which may better suit their inquiries. Acknowledge the limitations of this project and put a positive spin on it.
\addcontentsline{toc}{section}{Conclusion}
\section*{Conclusion}
Answer the community partner’s prompt. Put your results back in the context of the industry
\autocite{Ex95}
\newpage
\begin{singlespace}
\printbibliography
Guidelines and examples of this style are available at: \href{https://owl.purdue.edu/owl/research_and_citation/chicago_manual_17th_edition/cmos_formatting_and_style_guide/general_format.html}{\uline{\textcolor[HTML]{1155CC}{purdue.edu/owl/chicago}}} This section should start on a new page and be single spaced. All references should use hanging indentation
\end{singlespace}
\end{document}