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.
 
 
 
Cristina Cochior 721a5393bf cleaning up the git repo 4 years ago
__pycache__ contextualise fixes and css nicer 5 years ago
fonts whatever 5 years ago
scores final css 5 years ago
static in between stages of css pimping 4 years ago
templates modified templates 4 years ago
.gitignore Secret key generation on the device instead of storing it in git 4 years ago
README.md update README file 4 years ago
config.py starting point 5 years ago
contextualise.py Secret key generation on the device instead of storing it in git 4 years ago
contextualise_python2.py app adapted to python2 5 years ago
generate_links.py changes to fix bugs in generate_links 5 years ago
requirements.txt added requirements 4 years ago
textedit.py changes to fix bugs in generate_links 5 years ago
wordlist.json cleaning up the git repo 4 years ago

README.md

Pushing Scores

The Pushing Scores archival publication

The website was made using Flask, NLTK, Numpy, Pillow and Python3 and is live at http://pushingscores.deplayer.nl/

How to use the scripts

All of the words on the website have been turned into links. This only needs to be done once, in advance of launching the application. In order to regenerate the links, you must run these two commands in the following order:

python3 textedit.py
python3 generate_links.py

The first script gathers all the files ending in .html, puts them in one single document, and creates wordlist.json, a dictionary that saves the sentences in which every single word appears. The second script goes over the same original files and replaces every word with an appropriate html tag.

Once these two steps have been made, the application can be run using the following command: FLASK_APP=contextualise.py flask run

The generated scores can be found in scores/

The project was developed by Cristina Cochior and Julie Boschat Thorez, as part of Varia.