mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-04 21:46:31 -05:00
Template modified for project
This commit is contained in:
@@ -82,9 +82,9 @@
|
|||||||
\vspace{0.1in}
|
\vspace{0.1in}
|
||||||
|
|
||||||
by\\
|
by\\
|
||||||
\vspace{0.5in}
|
\vspace{0.25in}
|
||||||
\@author\\
|
\@author\\
|
||||||
\vspace{0.5in}
|
\vspace{0.25in}
|
||||||
A Thesis\\
|
A Thesis\\
|
||||||
\vspace{0.1in}
|
\vspace{0.1in}
|
||||||
Presented to the Faculty of\\
|
Presented to the Faculty of\\
|
||||||
@@ -104,7 +104,7 @@ in Partial Fulfillment of the Requirements for the Degree of\\
|
|||||||
|
|
||||||
|
|
||||||
\ifthenelse{\boolean{@twoadv}}{
|
\ifthenelse{\boolean{@twoadv}}{
|
||||||
\vspace{0,5in}
|
\vspace{0.25in}
|
||||||
|
|
||||||
Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
||||||
\mbox{\hspace{1.3in}}\advisorname\\
|
\mbox{\hspace{1.3in}}\advisorname\\
|
||||||
@@ -113,12 +113,12 @@ Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
|||||||
|
|
||||||
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
||||||
\mbox{\hspace{1.3in}}\advisornameb\\
|
\mbox{\hspace{1.3in}}\advisornameb\\
|
||||||
\mbox{\hspace{1.3in}}Thesis Advisor
|
\mbox{\hspace{1.3in}}Second Reader
|
||||||
\vspace{0.25in}
|
\vspace{0.25in}
|
||||||
|
|
||||||
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
||||||
\mbox{\hspace{1.3in}}\chairname\\
|
\mbox{\hspace{1.3in}}\chairname\\
|
||||||
\mbox{\hspace{1.3in}}Chair, Department of \departmentname}
|
\mbox{\hspace{1.3in}}Chair of the Department of \departmentname}
|
||||||
{\vspace{1.0in}
|
{\vspace{1.0in}
|
||||||
|
|
||||||
Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
||||||
@@ -128,7 +128,7 @@ Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\
|
|||||||
|
|
||||||
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\
|
||||||
\mbox{\hspace{1.3in}}\chairname\\
|
\mbox{\hspace{1.3in}}\chairname\\
|
||||||
\mbox{\hspace{1.3in}}Chair, Department of \departmentname}
|
\mbox{\hspace{1.3in}}Chair of the Department of \departmentname}
|
||||||
\vfill
|
\vfill
|
||||||
\end{titlepage}}
|
\end{titlepage}}
|
||||||
\endinput
|
\endinput
|
||||||
|
|||||||
@@ -1,25 +1,23 @@
|
|||||||
%documentclass{buthesis} %Gives author-year citation style
|
%documentclass{buthesis} %Gives author-year citation style
|
||||||
\documentclass[numbib]{buthesis} %Gives numerical citation style
|
\documentclass[numbib, twoadv]{buthesis} %Gives numerical citation style
|
||||||
%\documentclass[twoadv}{buthesis} %Allows entry of second advisor
|
%\documentclass[twoadv}{buthesis} %Allows entry of second advisor
|
||||||
%\usepackage{graphics} %Select graphics package
|
%\usepackage{graphics} %Select graphics package
|
||||||
\usepackage{graphicx} %
|
\usepackage{graphicx} %
|
||||||
%\usepackage{amsthm} %Add other packages as necessary
|
%\usepackage{amsthm} %Add other packages as necessary
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\butitle{This is the title of my thesis. It will come out in capital
|
\butitle{A Web-Based Wizard-of-Oz Platform for Collaborative and Reproducible Human-Robot Interaction Research}
|
||||||
letters as requested}
|
\author{Sean O'Connor}
|
||||||
\author{A. Student}
|
|
||||||
\degree{Bachelor of Science}
|
\degree{Bachelor of Science}
|
||||||
\department{Physics}
|
\department{Computer Science}
|
||||||
\advisor{Martin K. Ligare}
|
\advisor{L. Felipe Perrone}
|
||||||
%\advisorb{Jane Doe} %Second advisor if necessary
|
\advisorb{Brian King}
|
||||||
\chair{David Schoepf}
|
\chair{Alan Marchiori}
|
||||||
\maketitle
|
\maketitle
|
||||||
\frontmatter
|
\frontmatter
|
||||||
|
|
||||||
\acknowledgments{Thanks to everybody I know, from my parents, to my childhood
|
\acknowledgments{
|
||||||
friends and kindergarten teacher. I didn't learn everything
|
(Draft Acknowledgments)
|
||||||
I needed to know in kindergarten, but it came close. I guess
|
}
|
||||||
I should thank my thesis advisor too.}
|
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
@@ -27,198 +25,31 @@ I should thank my thesis advisor too.}
|
|||||||
|
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
|
||||||
\abstract{Here is my abstract. Here is my abstract. Here is my abstract.
|
\abstract{
|
||||||
Here is my abstract. Here is my abstract. Here is my abstract. Here is my
|
[Abstract goes here]
|
||||||
abstract. Here is my abstract.}
|
}
|
||||||
|
|
||||||
\mainmatter
|
\mainmatter
|
||||||
|
|
||||||
\chapter{Introduction}
|
\include{chapters/01_introduction}
|
||||||
This paragraph will be written with standard margins. I will repeat
|
\include{chapters/02_background}
|
||||||
lines as necessary to make it long enough. This paragraph has a
|
\include{chapters/03_related_work}
|
||||||
citation \cite{LIG04} that you can see.
|
\include{chapters/04_reproducibility}
|
||||||
I will repeat lines as necessary to
|
\include{chapters/05_system_design}
|
||||||
make it long enough. This paragraph will be written with standard
|
\include{chapters/06_implementation}
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
\include{chapters/07_evaluation}
|
||||||
|
\include{chapters/08_results}
|
||||||
%\begin{proof}
|
\include{chapters/09_discussion}
|
||||||
%blah blah fill in the proof.
|
\include{chapters/10_conclusion}
|
||||||
%\end{proof}
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph
|
|
||||||
will be written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
\chapter[Long chapter]{This chapter has a long name.}
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough. This
|
|
||||||
paragraph will be written with standard margins. I will repeat lines
|
|
||||||
as necessary to make it long enough. This paragraph will be written
|
|
||||||
with standard margins. I will repeat lines as necessary to make it
|
|
||||||
long enough. This paragraph will be written with standard margins. I
|
|
||||||
will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
Where does this go?
|
|
||||||
|
|
||||||
This is the equation of a straight line:
|
|
||||||
\begin{equation}
|
|
||||||
y = mx + b.
|
|
||||||
\end{equation}
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough. This
|
|
||||||
paragraph will be written with standard margins. I will repeat lines
|
|
||||||
as necessary to make it long enough. This paragraph will be written
|
|
||||||
with standard margins. I will repeat lines as necessary to make it
|
|
||||||
long enough. This paragraph will be written with standard margins. I
|
|
||||||
will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
Where does this go?
|
|
||||||
|
|
||||||
This is the equation of a straight line:
|
|
||||||
\begin{equation}
|
|
||||||
y = mx + b.
|
|
||||||
\end{equation}
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough. This
|
|
||||||
paragraph will be written with standard margins. I will repeat lines
|
|
||||||
as necessary to make it long enough. This paragraph will be written
|
|
||||||
with standard margins. I will repeat lines as necessary to make it
|
|
||||||
long enough. This paragraph will be written with standard margins. I
|
|
||||||
will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
Where does this go?
|
|
||||||
|
|
||||||
This is the equation of a straight line:
|
|
||||||
\begin{equation}
|
|
||||||
y = mx + b.
|
|
||||||
\end{equation}
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
\begin{figure}[t]
|
|
||||||
\begin{center}
|
|
||||||
\includegraphics[width=3.0in]{speaker.pdf}
|
|
||||||
\end{center}
|
|
||||||
\caption[Short caption for figure]{This is a figure from PHYS 212 exam 2. I
|
|
||||||
want to see the font used for the caption, and width of lines, etc. I
|
|
||||||
may want to design our own figure environment. Figures not
|
|
||||||
automatically centered either.}
|
|
||||||
\label{f_speaker}
|
|
||||||
\end{figure}
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
|
|
||||||
This paragraph will be written with standard margins. I will repeat
|
|
||||||
lines as necessary to make it long enough. Here's a citation \cite{LIG05}.
|
|
||||||
This paragraph will be
|
|
||||||
written with standard margins. I will repeat lines as necessary to
|
|
||||||
make it long enough. This paragraph will be written with standard
|
|
||||||
margins. I will repeat lines as necessary to make it long enough. This
|
|
||||||
paragraph will be written with standard margins. I will repeat lines
|
|
||||||
as necessary to make it long enough. This paragraph will be written
|
|
||||||
with standard margins. I will repeat lines as necessary to make it
|
|
||||||
long enough. This paragraph will be written with standard margins. I
|
|
||||||
will repeat lines as necessary to make it long enough.
|
|
||||||
|
|
||||||
Where does this go?
|
|
||||||
|
|
||||||
This is the equation of a straight line:
|
|
||||||
\begin{equation}
|
|
||||||
y = mx + b.
|
|
||||||
\end{equation}
|
|
||||||
|
|
||||||
\backmatter
|
\backmatter
|
||||||
\bibliographystyle{thesis_num} %This uses BU thesis file thesis_num.bst
|
%\bibliographystyle{thesis_num} %This uses BU thesis file thesis_num.bst
|
||||||
%\bibliographystyle{abbrvnat}
|
%\bibliographystyle{abbrvnat}
|
||||||
%\bibliographystyle{unsrtnat}
|
\bibliographystyle{unsrtnat}
|
||||||
%\bibliographystyle{plainnat}
|
%\bibliographystyle{plainnat}
|
||||||
|
|
||||||
%%%%Use following line if bibtex is being used.
|
%%%%Use following line if bibtex is being used.
|
||||||
\bibliography{samplebib.bib}
|
\bibliography{refs.bib}
|
||||||
|
|
||||||
|
|
||||||
%%%Use following if references are being entered by hand.
|
%%%Use following if references are being entered by hand.
|
||||||
@@ -229,4 +60,8 @@ y = mx + b.
|
|||||||
%J.~Good Phys., {\bf 2}, 294 (2004).
|
%J.~Good Phys., {\bf 2}, 294 (2004).
|
||||||
%\end{thebibliography}
|
%\end{thebibliography}
|
||||||
|
|
||||||
|
\appendix
|
||||||
|
\include{chapters/app_materials}
|
||||||
|
\include{chapters/app_tech_docs}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user