Quantitative study investigating how framing affects trust in LLM-based applications, using the AI-TAM model. Contains LaTeX thesis documents, a SvelteKit survey webapp, and automated build tooling.
git clone https://github.com/mrryf/bachelor-thesis.git
cd bachelor-thesis
make venv # Create Python venv and install deps
make build # Build thesis PDF
make test # Run all tests (pytest)
Output: content/thesis/main.pdf
bachelor-thesis/
├── content/
│ ├── thesis/ # Thesis LaTeX source (main document)
│ ├── prestudy/ # Prestudy (frozen, submitted Dec 2025)
│ └── resources/ # Shared bibliography, images, data
├── webapp/ # SvelteKit survey application
├── apps/ # Electron research config manager
├── scripts/ # Build and sync utilities
├── tests/ # pytest test suite (8 modules)
├── .github/workflows/ # CI: test + build thesis
└── Makefile
| Command | Description |
|---|---|
make build |
Build thesis PDF |
make build-all |
Build thesis + prestudy |
make test |
Run pytest test suite |
make lint |
Python linting (Ruff) |
make sync-zotero |
Sync bibliography from Zotero |
make chktex |
LaTeX syntax linting |
make bib-validate |
Bibliography validation |
brew install --cask mactexPDF releases are created on tagged pushes (git tag v1.0 && git push --tags).
Academic research project. All rights reserved.