Online, interactive, version of "Algorithmic Security Vision: Diagrams of Computer Vision Politics"
| assets | ||
| .gitattributes | ||
| .gitignore | ||
| companion.html | ||
| diagram_paper.js | ||
| index.html | ||
| package.json | ||
| paper.css | ||
| paper.html | ||
| README.md | ||
Dynamic paper with chronodiagram
The initial index.html is created by converting it from the docx using:
pandoc --extract-media=assets/ -s -f docx+styles -t html -s ../06\ After\ editing/02\ -\ 2023-12-04\ Diagramming\ \(After\ Editing\)\ -\ Changes\ accepted\ v2.docx -o paper.html --section-divs --css=paper.css
Then it's still needed to make manual edits mimicking the demo (index.html) to have it actually work. I.e. add script, stylesheet and replace images with div.anchors.
More information on the diagram-player can be found in the chronodiagram repository
Development
For ease of development, use:
npm install
node_modules/.bin/browser-sync -w