2019-05-27 12:05:42 +02:00
{% extends "layout.html" %}
{% block content %}
2019-12-24 22:46:41 +01:00
< div class = "theindexpage content-block" >
2019-05-29 11:54:46 +02:00
2019-05-31 17:17:39 +02:00
< h2 > Folders index< / h2 >
2019-05-29 11:54:46 +02:00
2019-12-15 00:50:38 +01:00
< div class = "index_intro column" >
Pushing Scores is a two-year artistic research project, initiated by < a target = "_blank" href = "https://www.deplayer.nl/" > De Player< / a > and graphic designer Remco van Bladel. Throughout 2016 and 2018, this project researched the phenomenon of notation and the graphic representation of music. It unfolded through a nomadic program which included the creation of newly commissioned artworks and public events addressing contemporary questions and issues in this particular field.< br > < br >
2019-05-29 11:54:46 +02:00
2019-12-15 00:50:38 +01:00
This archival web publication was generated out of this research. For an overview of the collection that is making up this website, see the items listed below.
< / div >
2020-01-17 01:22:20 +01:00
<!-- <div class="foldersindex">
2019-05-29 11:54:46 +02:00
{% block index %}
{% for each in index_dict %}
{% set address = "/description?id=" + each %}
2019-12-15 00:50:38 +01:00
< a href = {{address}} class = "li-index" > < span > {{loop.index}}. {{index_dict[each]}}< / span > < / a > < br / >
2019-05-29 11:54:46 +02:00
{% endfor %}
{% endblock index %}
2020-01-17 01:22:20 +01:00
< / div > -->
< div class = "foldersindex" >
< a href = /description?id=01 class = "li-index" > < span > 1. Pushing Scores Overview< / span > < / a > < br / >
< a href = /description?id=02 class = "li-index" > < span > 2. Release - Tetra Gamma Circulaire 3< / span > < / a > < br / >
< a href = /description?id=03 class = "li-index" > < span > 3. Principium 2.0 Presentation< / span > < / a > < br / >
< a href = /description?id=04 class = "li-index" > < span > 4. Noting Denoting< / span > < / a > < br / >
< a href = /description?id=05 class = "li-index" > < span > 5. Wiels Artbook Fair< / span > < / a > < br / >
< a href = /description?id=06 class = "li-index" > < span > 6. Principium 2.0 Publication< / span > < / a > < br / >
< a href = /description?id=07 class = "li-index" > < span > 7. Pu-sh-ing-Sco-res Event< / span > < / a > < br / >
< a href = /description?id=08 class = "li-index" > < span > 8. Art Rotterdam Presentation< / span > < / a > < br / >
< a href = /description?id=09 class = "li-index" > < span > 9. MAT> NET> PU TGC3 Presentation< / span > < / a > < br / >
< a href = /description?id=10 class = "li-index" > < span > 10. Valentina Vuksic< / span > < / a > < br / >
< a href = /description?id=11 class = "li-index" > < span > 11. Para-phonic Poly-disco< / span > < / a > < br / >
< a href = /description?id=12 class = "li-index" > < span > 12. Jacques Attali< / span > < / a > < br / >
< a href = /description?id=13 class = "li-index" > < span > 13. Remco van Bladel< / span > < / a > < br / >
< a href = /description?id=14 class = "li-index" > < span > 14. Derek Holzer< / span > < / a > < br / >
< a href = /description?id=15 class = "li-index" > < span > 15. Schematic as Design< / span > < / a > < br / >
< a href = /description?id=16 class = "li-index" > < span > 16. Tektronix Oscilloscope Music< / span > < / a > < br / >
< a href = /description?id=17 class = "li-index" > < span > 17. Event Scores< / span > < / a > < br / >
< a href = /description?id=18 class = "li-index" > < span > 18. Dirigeerstok< / span > < / a > < br / >
< a href = /description?id=19 class = "li-index" > < span > 19. Jörg Piringer< / span > < / a > < br / >
< a href = /description?id=20 class = "li-index" > < span > 20. Concrete Poetry< / span > < / a > < br / >
< a href = /description?id=21 class = "li-index" > < span > 21. Animated Notation< / span > < / a > < br / >
< a href = /description?id=22 class = "li-index" > < span > 22. Anitation< / span > < / a > < br / >
< a href = /description?id=23 class = "li-index" > < span > 23. Silence< / span > < / a > < br / >
< a href = /description?id=24 class = "li-index" > < span > 24. Johannes Kreidler< / span > < / a > < br / >
< a href = /description?id=25 class = "li-index" > < span > 25. Ana Guedes< / span > < / a > < br / >
< a href = /description?id=26 class = "li-index" > < span > 26. Helga Jakobson< / span > < / a > < br / >
< a href = /description?id=27 class = "li-index" > < span > 27. BJ Nilsen< / span > < / a > < br / >
< a href = /description?id=28 class = "li-index" > < span > 28. John Duncan< / span > < / a > < br / >
< a href = /description?id=29 class = "li-index" > < span > 29. Niek Hilkmann< / span > < / a > < br / >
< a href = /description?id=30 class = "li-index" > < span > 30. Black Midi< / span > < / a > < br / >
< a href = /description?id=31 class = "li-index" > < span > 31. Marco Fusinato< / span > < / a > < br / >
< a href = /description?id=32 class = "li-index" > < span > 32. Activating an Archive< / span > < / a > < br / >
2019-12-15 00:50:38 +01:00
< / div >
2019-05-27 20:17:45 +02:00
2019-05-29 11:54:46 +02:00
< / div >
2019-05-27 17:32:05 +02:00
{% endblock %}