/dissertation

my dissertation!

Primary LanguageTeXOtherNOASSERTION

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Swarmpunk

Rough Consensus and Running Code in Brains, Machines, and Society

A dissertation by Jonny Saunders

  • Submitted: 22-07-15
  • Defended: 22-08-05
  • Approved: TBD
  • Archived: TBD

Overview

Repository Structure

The site and slides are built with .github/workflows/gh-pages.yml

/dissertation

The dissertation is built using tectonic from several git submodules within /dissertation/src into /dissertation/build

Within src:

  • _preamble.tex, index.tex, and _postamble.tex are the root of the document, treat them like they're concatenated together.
  • index.tex draws from a nested set of source documents using \input. Follow the input statements :)

/slides

Built using spectacle and React, sort of messy iteration on infrastructure-presentation and its derivatives, see presentations.

The slides themselves are indexed by slides.jsx

/site

A simple jekyll site to link out to the components of the dissertation (and later to organize the HTML renders)

/forms

Just some forms for my own recordkeeping

/bibliographies

.bib exports for the different chapters organized into one place (the dissertation itself uses a combined version)