soconnor a7508c5698 Add appendix on AI-assisted development workflow for HRIStudio
This commit introduces a new appendix detailing the role of AI coding assistants in the development of HRIStudio. It covers the context of the project, tools used, division of responsibility, interaction patterns, and reflections on research integrity. The workflow is documented to provide transparency and insight into the development process, emphasizing the collaboration between human decisions and AI assistance.
2026-04-20 23:15:23 -04:00
2026-02-04 13:20:31 -05:00
2026-04-12 17:07:09 -04:00
2026-04-12 21:14:20 -04: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

S
Description
LaTeX files for my Honors Thesis @ Bucknell.
Readme 10 MiB
Latest PDFs Latest
2026-02-04 13:39:50 -05:00
Languages
TeX 99.5%
Makefile 0.5%