DiVersions interface for The Weight of Things by Cristina Cochior. https://di.versions.space/the-weight-of-things/
Go to file
Ruben van de Ven 6ecdf0e58f remove DS_Store 2020-10-21 10:31:57 +02:00
interview some styling changes 2020-06-24 23:07:41 +02:00
.gitignore WIP with most necessary features 2020-06-18 15:15:37 +02:00
README.md Add readme 2020-06-18 15:24:02 +02:00
index.html some styling changes 2020-06-24 23:07:41 +02:00
parade.js change error ms 2020-10-21 10:27:36 +02:00

README.md

Setup

From this directory run mkdir -p dataset/small && mkdir interview and extract the dataset to the dataset directory. Cd into the directory and run

mogrify -path small -thumbnail 500x500 *

This will create the required thumbnails.

Then extract the interview zip (mp3 + vtt) to the interview directory.

Open page using a webserver (eg. using python3 -m http.server 8000)