mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-04 21:46:31 -05:00
ec4de1b1ff534fa8328c87f8041cd3b9b0f1c8b9
Add server_url conditionals to dispatch builds to a GitHub specific job and a Gitea-specific job. Add TeX Live caching, checkout and bibtex handling in the Gitea job. Use appropriate upload-artifact action versions for each platform.
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.texfiles 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).
makeutility.
Commands
-
Build the PDF: Navigate to the thesis directory and run
make.cd thesis makeThis will generate
thesis.pdfin thethesis/out/directory. -
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
Releases
1
Latest PDFs
Latest
Languages
TeX
97.8%
Makefile
2.2%