Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
zeroth bc001a9da6 test favicon il y a 4 ans
__pycache__ contextualise fixes and css nicer il y a 5 ans
pandoc pdfstuff il y a 4 ans
scores final css il y a 5 ans
static test favicon il y a 4 ans
templates test favicon il y a 4 ans
.gitignore Secret key generation on the device instead of storing it in git il y a 4 ans
README.md mobile navigation bar improvements + update to requirements.txt il y a 4 ans
config.py starting point il y a 5 ans
contextualise.py last score cover edit il y a 4 ans
contextualise_python2.py app adapted to python2 il y a 5 ans
generate_links.py changes to fix bugs in generate_links il y a 5 ans
requirements.txt mobile navigation bar improvements + update to requirements.txt il y a 4 ans
textedit.py changes to fix bugs in generate_links il y a 5 ans
wordlist.json cleaning up the git repo il y a 4 ans

README.md

Pushing Scores

The Pushing Scores archival publication

The website was made using Flask, NLTK, Numpy, Pillow, pypandoc, PyPDF2, weasyprint 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.