Browse Source

it works! kinda...

master
Cristina Cochior 5 years ago
parent
commit
4522998793
  1. 7
      generate_links.py
  2. 1
      static/files/00/00.Participants.html
  3. 40
      static/files/00/00.PushingScores.html
  4. 1
      static/files/00/00.events.html
  5. BIN
      static/files/00/Participants.html
  6. BIN
      static/files/00/PushingScores.html
  7. BIN
      static/files/00/events.html
  8. BIN
      static/files/01/01.metadata.html
  9. BIN
      static/files/02/02.metadata.html
  10. BIN
      static/files/03/03.metadata.html
  11. BIN
      static/files/05/05.metadata.html
  12. BIN
      static/files/17/17.blurb.html

7
generate_links.py

@ -11,10 +11,13 @@ for path, subdirs, files in os.walk(path):
for name in files:
if name.endswith('html'):
file = os.path.join(path, name)
with open(file, encoding='utf-8') as f:
with open(file, 'r+', encoding='utf-8') as f:
textfile = f.read()
for word in wordlist_dict:
word = re.escape(word)
textfile = re.sub(r"(?<!<)(?<!</)(?<!ge\?)\b(%s)\b" %word, r"<a href='/diverge?search='\1'>\1</a>", textfile)
f.truncate(0)
f.write(textfile)
f.truncate()
print(textfile)
# print(textfile)

1
static/files/00/00.Participants.html

@ -1 +0,0 @@
Experimental Jetset (nl) Davide Mosconi (it) DUPAC (int) Studio Moniker (nl) Cold Void [Rafaël Rozendaal/Luuk Bouwman] (nl) Telcosystems (nl) Floris Vanhoof (be) Rafaël Rozendaal (nl) Valentina Vuksic (ch) Ana Guedes (pt) Helga Jakobson (can) Niek Hilkmann (nl) Varia (nl) John Duncan (us) Johannes Kreidler (de) Jörg Piringer (at) BJ Nilsen (se) Douglas Kahn (us) Aurélie Lierman (be) Max Franklin (au) Remco van Bladel (nl) Johannes Bergmark (se) Hiele Martens (be) Vaast Colson (be) Peter Fengler (nl) Florian Cramer (de/nl) Julia Buennagel (de) Derek Holzer (us) JODI (nl) Anne-Mie Van Kerckhoven (be) Evelin Brosi (be) Yann Goudron (fr) Charlemagne Palestine (be) Matthieu Reijnoudt (nl) Willem de Haan (nl) Rowan van As (nl) Vos van der Noordt (nl) Julia Reinhold (nl) studenten XPUB PZI, Rotterdam [Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg] studenten Artez Fine arts & Graphic Design, Arnhem studenten Fontys Academie, Tilburg Witte de With CCA, Rotterdam Pinkie Bowtie, Antwerpen Art Rotterdam Paradiso, Amsterdam WORM, Rotterdam South Explorer, Rotterdam Technische Universiteit van Enschede

40
static/files/00/00.PushingScores.html

@ -1,40 +0,0 @@
P·u·s·h·i·n·g S·c·o·r·e·s is a two-year artistic research project, initiated by DE PLAYER and graphic designer Remco van Bladel.
Throughout 2016 and 2018 this project will research the phenomenon of notation and the graphic representation of music. 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.
G·r·a·p·h·i·c s·c·o·r·e·s and n·o·t·a·t·i·o·n have a long history, dating back to the tenth century, when the Gregorian chants of the s·c·o·l·a c·a·n·t·o·r·u·m were already being conducted through the writing of signs in the air. Later on this developed into the type of musical notation we are familiar with in Western music. In the early- and mid-twentieth century, the abstract developments in the visual arts played a vital role in new approaches to the question of music notation and contemporary avant-garde music. This continues to question the representation of sound in media; so what is the current state of the graphic score?
Throughout the project, Jacques Attali’s book N·o·i·s·e: T·h·e P·o·l·i·t·i·c·a·l E·c·o·n·o·m·y o·f M·u·s·i·c will function as a reference and inspirational guide; “pushing the score” in search of its current potential. It will seek concepts and configurations that produce new, previously unknown, relationships in the field of sound, visual arts, and performance. The discursive program for 2016–2017 will include lectures, presentations of newly commissioned artworks, concert evenings, and workshops.
Pushing the Score is a project researching graphic notation, based on
a desire to update this form of music and sound notation for the 21^st
century. Starting from the motto ‘from Cage to JODI and beyond’ and
from the avant-garde music and sound art of the 20^th century, the
project researches new audio-visual languages, media and functions of
graphic notation in a contemporary context characterised by a
fundamental transformation of sound culture and visual culture. A
number of specific themes will be initiated, developed and presented
in the context of a public research programme in collaboration with
artists, designers and various cultural organisations such as the Piet
Zwart Institute, the Witte de With Center for Contemporary Art, and
Sonic Acts./
/What are the possibilities of graphic scores, in a day and age in
which graphic notation is still usually seen as a ‘drawing’ serving as
some kind of sheet music? In an attempt to redefine this concept, we
will be compiling a programme in which artists, musicians,
theoreticians and practitioners are invited to participate. The
collective goal is to develop and present new audio-visual and
media-technical forms of graphic notation through artistic research
and development. Based on our compilation of the most contemporary and
innovative graphic notation practices in the fields of music, sound
art, performance art, e-culture, new-media art, graphic design and
media design, we will introduce artists and designers from various
creative disciplines to a national and international audience, with
the goal of collectively developing new forms of graphic notation./
/The incentive for this project is the belief that graphic notation in
20^th -century avant-garde music and sound art constitutes an
important, still radically innovative but wrongfully marginalised
form, which can play a key role in the development of new audio-visual
languages and media. 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./

1
static/files/00/00.events.html

File diff suppressed because one or more lines are too long

BIN
static/files/00/Participants.html

Binary file not shown.

BIN
static/files/00/PushingScores.html

Binary file not shown.

BIN
static/files/00/events.html

Binary file not shown.

BIN
static/files/01/01.metadata.html

Binary file not shown.

BIN
static/files/02/02.metadata.html

Binary file not shown.

BIN
static/files/03/03.metadata.html

Binary file not shown.

BIN
static/files/05/05.metadata.html

Binary file not shown.

BIN
static/files/17/17.blurb.html

Binary file not shown.
Loading…
Cancel
Save