From 28c852a86763e43ef8ac908eb2151d38bb71708f Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 21 Apr 2026 11:00:20 -0400 Subject: [PATCH] feat: add honors council representative and update department name in thesis --- thesis/buthesis.cls | 38 ++++++++++++++++++++++++++------------ thesis/thesis.tex | 5 +++-- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/thesis/buthesis.cls b/thesis/buthesis.cls index 37e7891..d35bbbd 100644 --- a/thesis/buthesis.cls +++ b/thesis/buthesis.cls @@ -36,6 +36,7 @@ \setlength{\parskip}{0.2in} \newcommand{\advisor}[1]{\newcommand{\advisorname}{#1}} \newcommand{\advisorb}[1]{\newcommand{\advisornameb}{#1}} +\newcommand{\honorscouncilrep}[1]{\newcommand{\honorscouncilrepname}{#1}} \newcommand{\chair}[1]{\newcommand{\chairname}{#1}} \newcommand{\department}[1]{\newcommand{\departmentname}{#1}} \newcommand{\butitle}[1]{\newcommand{\titletext}{#1}} @@ -114,34 +115,47 @@ in Partial Fulfillment of the Requirements for the Degree of\\ \today \end{center} - +\vspace{0.03in} +{\small \ifthenelse{\boolean{@twoadv}}{ -\vspace{0.25in} - Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\ \mbox{\hspace{1.3in}}\advisorname\\ \mbox{\hspace{1.3in}}Thesis Advisor -\vspace{0.25in} +\vspace{0.03in} \mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ \mbox{\hspace{1.3in}}\advisornameb\\ -\mbox{\hspace{1.3in}}Second Reader -\vspace{0.25in} +\mbox{\hspace{1.3in}}Reader +\vspace{0.03in} \mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ \mbox{\hspace{1.3in}}\chairname\\ -\mbox{\hspace{1.3in}}Chair of the Department of \departmentname} -{\vspace{1.0in} +\mbox{\hspace{1.3in}}Chair of the Department of \departmentname +\vspace{0.03in} -Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\ +\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ +\mbox{\hspace{1.3in}}\honorscouncilrepname\\ +\mbox{\hspace{1.3in}}Honors Council Representative} +{Approved: \hspace{0.2in}\underline{\hspace{2.5in}}\\ \mbox{\hspace{1.3in}}\advisorname \\ \mbox{\hspace{1.3in}}Thesis Advisor -\vspace{0.5in} +\vspace{0.03in} + +\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ +\mbox{\hspace{1.3in}}\advisornameb\\ +\mbox{\hspace{1.3in}}Reader +\vspace{0.03in} \mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ \mbox{\hspace{1.3in}}\chairname\\ -\mbox{\hspace{1.3in}}Chair of the Department of \departmentname} +\mbox{\hspace{1.3in}}Chair of the Department of \departmentname +\vspace{0.03in} + +\mbox{\hspace{1.0in}}\underline{\hspace{2.5in}}\\ +\mbox{\hspace{1.3in}}\honorscouncilrepname\\ +\mbox{\hspace{1.3in}}Honors Council Representative} +} \end{singlespace} \vfill \end{titlepage}} -\endinput +\endinput \ No newline at end of file diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 13da55f..376d292 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -21,9 +21,10 @@ \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} +\department{Computer Science and Engineering} \advisor{L. Felipe Perrone} -% \advisorb{Brian King} +\advisorb{Brian King} +\honorscouncilrep{Abigail Kopec} \chair{Alan Marchiori} \maketitle