\documentclass{puthesis-UG} %%%%%%%%IMPORTANT INFORMATION%%%%%%%%%%%%%%%%%%%% %Using puthesis-UG.cls includes an Honor Code declaration. By using this file you are %decalring that this paper is your own work in accordance with University retgulations. % %The file puthesis-UG.cls must be downloaded from the math department website and %saved in the same directory as this file. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{amsmath} \usepackage{graphicx} \title{My title} \author{My name} \date{\today} \adviser{My Advisor} \abstract{The abstract goes here.} \acknowledgements{Thank you very much.} \begin{document} \chapter{Chapter} \section{Section} abc\\ \subsection{Subsection} Text. \section{New Section} \section{Outline} The following is a possible outline for your paper. \subsection{Introduction} \begin{itemize} \item Motivation and Goal (The goal of this project is...) \item Overview of challenge and previous work \item Approach \item Summary of implementation \item Summary of results \end{itemize} \subsection{Problem Background and Related Work} \begin{itemize} \item Survey of prior work with similar goals \item For each previous approach, explain what has been done and why it does not meet your goal \end{itemize} \subsection{Approach} \begin{itemize} \item Key novel idea \item Why it is a good idea \end{itemize} \section{section} \subsection{Implementation} \begin{itemize} \item System overview (flow chart of key steps?) \item Subsection for each step or issue you addressed \begin{itemize} \item Problem statement \item Possible approaches \item Chosen approach and why \item Implementaton details \end{itemize} \end{itemize} \subsection{Evaluation} \begin{itemize} \item Experiment design... \item Data... \item Metrics... \item Comparisons... \item Qualitative results... \item Quantitative results... \end{itemize} \subsection{Summary} \begin{itemize} \item Conclusions... \item Limitations... \item Future work... \end{itemize} \subsection{Subsection} More text. \end{document}