diff --git a/__pycache__/contextualise.cpython-36.pyc b/__pycache__/contextualise.cpython-36.pyc index 1ff06ea..4035760 100644 Binary files a/__pycache__/contextualise.cpython-36.pyc and b/__pycache__/contextualise.cpython-36.pyc differ diff --git a/templates/diverge.html b/templates/diverge.html new file mode 100644 index 0000000..5a44224 --- /dev/null +++ b/templates/diverge.html @@ -0,0 +1,3 @@ +{# page for crossroad selection #} +{% extends "layout.html" %} +

{{search}}

diff --git a/wordlist.json b/wordlist.json new file mode 100644 index 0000000..81d51cf --- /dev/null +++ b/wordlist.json @@ -0,0 +1,13 @@ +{ +"way" : { + "17" : ["He described his own art as a way of 'ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.'"], + "00" : ["Our ambition, and that of our collaborating partners, is to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come."] + +}, + +"artwork" : { + "17" : ["One of the originators of 'participatory' art, in which the artwork can only be experienced by the active involvement of the viewer, he is most famous for his Event Scores such as Drip Music 1962, and is widely seen as an important precursor to conceptual art."], + "00" : ["It unfolds through a nomadic program which includes the creation of newly commissioned artworks and public events that addres scontemporary questions and issues in this particular field.", + "The discursive program for 2016–2017 will include lectures, presentations of newly commissioned artworks, concert evenings, and workshops."] +} +}