Files
honors-thesis/thesis/thesis.tex
Sean O'Connor ad940986c7
All checks were successful
Build Proposal and Thesis / build-github (push) Has been skipped
Build Proposal and Thesis / build-gitea (push) Successful in 3m6s
Enhance clarity and structure in introduction, background, reproducibility, system design, and implementation chapters; add new references and include TikZ for diagrams
2026-02-23 22:24:41 -05:00

69 lines
1.9 KiB
TeX

%documentclass{buthesis} %Gives author-year citation style
\documentclass[numbib, twoadv]{buthesis} %Gives numerical citation style
%\documentclass[twoadv}{buthesis} %Allows entry of second advisor
%\usepackage{graphics} %Select graphics package
\usepackage{graphicx} %
%\usepackage{amsthm} %Add other packages as necessary
\usepackage{tikz} %For programmatic diagrams
\usetikzlibrary{shapes,arrows,positioning,fit,backgrounds}
\usepackage[hidelinks]{hyperref} %Enable hyperlinks and \autoref, hide colored boxes
\begin{document}
\butitle{A Web-Based Wizard-of-Oz Platform for Collaborative and Reproducible Human-Robot Interaction Research}
\author{Sean O'Connor}
\degree{Bachelor of Science}
\department{Computer Science}
\advisor{L. Felipe Perrone}
\advisorb{Brian King}
\chair{Alan Marchiori}
\maketitle
\acknowledgments{
(Draft Acknowledgments)
}
\tableofcontents
\listoftables
\listoffigures
\abstract{
[Abstract goes here]
}
\mainmatter
\include{chapters/01_introduction}
\include{chapters/02_background}
\include{chapters/03_reproducibility}
\include{chapters/04_system_design}
\include{chapters/05_implementation}
\include{chapters/06_evaluation}
\include{chapters/07_results}
\include{chapters/08_discussion}
\include{chapters/09_conclusion}
\backmatter
%\bibliographystyle{thesis_num} %This uses BU thesis file thesis_num.bst
%\bibliographystyle{abbrvnat}
\bibliographystyle{unsrtnat}
%\bibliographystyle{plainnat}
%%%%Use following line if bibtex is being used.
\bibliography{refs.bib}
%%%Use following if references are being entered by hand.
%\begin{thebibliography}{99}
%\bibitem[Smith(2005)]{SMI05}J.~Smith, ``An even better paper,''
%J.~Better Phys., {\bf 2}, 294 (2005).
%\bibitem[Ligare(2004)]{LIG04}M.~Ligare, ``A very good paper,''
%J.~Good Phys., {\bf 2}, 294 (2004).
%\end{thebibliography}
\appendix
\include{chapters/app_materials}
\include{chapters/app_tech_docs}
\end{document}