Online, interactive, version of "Algorithmic Security Vision: Diagrams of Computer Vision Politics"
Find a file
Ruben van de Ven fab84f7a58 specify language
2026-01-06 12:14:01 +01:00
assets Implement the paper and players 2025-12-15 15:51:19 +01:00
.gitattributes prototype paper 2023-12-18 10:56:07 +01:00
.gitignore some minimal info 2023-12-18 10:58:39 +01:00
companion.html Fix diagram 8 zoom on phone 2025-12-17 19:51:47 +01:00
diagram_paper.js Fix diagram 8 zoom on phone 2025-12-17 19:51:47 +01:00
index.html specify language 2026-01-06 12:14:01 +01:00
package.json Notes on development 2026-01-06 11:44:34 +01:00
paper.css Zoom action (WIP) and minor tweaks 2025-12-17 12:14:41 +01:00
paper.html prototype paper 2023-12-18 10:56:07 +01:00
README.md Mention diagram repo 2026-01-06 11:45:21 +01:00

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