Sean O'Connor b12066c08b
All checks were successful
Build Proposal and Thesis / build-github (push) Has been skipped
Build Proposal and Thesis / build-gitea (push) Successful in 53s
Update thesis layout and front matter handling
Add geometry package with explicit margins and remove manual page
dimension adjustments. Enable double spacing via setspace and switch to
myheadings pagestyle. Redefine \frontmatter to start roman numbering at
page 4. Modify \maketitle to set page 3 and use singlespace for the
title page. Remove the explicit \frontmatter call from thesis.tex.
2026-02-04 13:57:37 -05:00
2026-02-04 13:20:31 -05:00
2026-02-04 13:20:31 -05:00

Honors Thesis: HRIStudio

This repository contains the source code and LaTeX files for the honors thesis titled "A Web-Based Wizard-of-Oz Platform for Collaborative and Reproducible Human-Robot Interaction Research".

Project Structure

  • thesis/: Contains the LaTeX source for the thesis document.
    • chapters/: Modular .tex files for each chapter.
    • out/: Directory where the final PDF (thesis.pdf) is generated.
    • build/: Directory for intermediate build artifacts.
    • Makefile: Script to automate the build process.
  • proposal/: (If applicable) Contains the original thesis proposal.

Building the Thesis

The project uses make to handle the LaTeX build lifecycle (pdflatex -> bibtex -> pdflatex).

Prerequisites

  • A standard LaTeX distribution (e.g., TeX Live, MacTeX).
  • make utility.

Commands

  1. Build the PDF: Navigate to the thesis directory and run make.

    cd thesis
    make
    

    This will generate thesis.pdf in the thesis/out/ directory.

  2. Clean Build Artifacts: To remove all temporary files and the generated PDF:

    make clean
    

Author

Sean O'Connor Department of Computer Science Bucknell University

Description
LaTeX files for my Honors Thesis @ Bucknell.
Readme 68 KiB
Latest PDFs Latest
2026-02-04 13:39:50 -05:00
Languages
TeX 97.8%
Makefile 2.2%