DiVersions interface for The Weight of Things by Cristina Cochior. https://di.versions.space/the-weight-of-things/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ruben van de Ven 6ecdf0e58f
remove DS_Store
2 years ago
interview some styling changes 3 years ago
.gitignore WIP with most necessary features 3 years ago
README.md Add readme 3 years ago
index.html some styling changes 3 years ago
parade.js change error ms 2 years ago

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)