diff --git a/pages/cv.vue b/pages/cv.vue index 9647cab..84e04b0 100644 --- a/pages/cv.vue +++ b/pages/cv.vue @@ -39,6 +39,22 @@ const talksByYear = computed(() => { }) }) +const sortedPublications = computed(() => { + if (!resumeData.value?.publications) return [] + + return [...resumeData.value.publications].sort((a, b) => { + const getYear = (key) => parseInt(key.replace(/\D/g, '')) || 0 + const getSuffix = (key) => key.replace(/^Winter\d+/, '') || '' + + const yearA = getYear(a.citationKey) + const yearB = getYear(b.citationKey) + + if (yearA !== yearB) return yearB - yearA + + return getSuffix(b.citationKey).localeCompare(getSuffix(a.citationKey)) + }) +}) + function formatMonth(dateStr) { if (!dateStr) return 'Present' const date = new Date(dateStr) @@ -123,17 +139,16 @@ useHead({

Publications

-
+
-
- {{ pub.entryTags.author }}. - - , editors {{ pub.entryTags.editor }}. - - {{ pub.entryTags.booktitle }}. - {{ pub.entryTags.journal }}, - vol. {{ pub.entryTags.volume }} - {{ pub.entryTags.publisher }}, {{ pub.entryTags?.year }}. +
+ {{ pub.entryTags?.author }} + {{ pub.entryTags?.booktitle }}.  + {{ pub.entryTags?.journal }}.  + editors {{ pub.entryTags?.editor }}  + volume {{ pub.entryTags?.volume }}. + {{ pub.entryTags?.publisher }}. + {{ pub.entryTags?.year }}.
diff --git a/pages/index.vue b/pages/index.vue index 71b5e68..d2da7fb 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -134,7 +134,17 @@ pub.entryTags.howpublished = "/pubs/" + pub.entryTags.howpublished } } - return cloned.sort((a,b) => (a.citationKey > b.citationKey) ? -1 : ((b.citationKey > a.citationKey) ? 1 : 0)) + return cloned.sort((a, b) => { + const getYear = (key) => parseInt(key.replace(/\D/g, '')) || 0 + const getSuffix = (key) => key.replace(/^Winter\d+/, '') || '' + + const yearA = getYear(a.citationKey) + const yearB = getYear(b.citationKey) + + if (yearA !== yearB) return yearB - yearA + + return getSuffix(b.citationKey).localeCompare(getSuffix(a.citationKey)) + }) } }) diff --git a/server/api/admin/[collection].js b/server/api/admin/[collection].js index e9fd0cd..d18a9a7 100644 --- a/server/api/admin/[collection].js +++ b/server/api/admin/[collection].js @@ -1,5 +1,6 @@ import { readFileSync, writeFileSync, existsSync } from 'node:fs' import { join } from 'node:path' +import { nanoid } from 'nanoid' const dataDir = './server/data' @@ -15,7 +16,7 @@ function getFilePath(collection) { } function generateId() { - return Math.random().toString(36).substring(2, 15) + return nanoid(12) } export default defineEventHandler(async (event) => { diff --git a/server/data/album_art.json b/server/data/album_art.json index 619b983..0cbac2e 100644 --- a/server/data/album_art.json +++ b/server/data/album_art.json @@ -1,50 +1,50 @@ [ { - "id": "563ee6f1e4b0ce38bd2f9a89", + "id": "cHmyjWQ9aMp2", "filename": "Ostrava_cover.jpg", "contentType": "image/jpeg" }, { - "id": "563fcc41e4b0ce38bd2f9aa1", + "id": "IyxbqsKnKKu-", "filename": "west_coast_soundings_cover.jpg", "contentType": "image/jpeg" }, { - "id": "56426516e4b0ce38bd2f9aa6", + "id": "gTqFuVPe4Z8H", "filename": "DIY_Canons_cover.jpg", "contentType": "image/jpeg" }, { - "id": "56483e15e4b0ce38bd2f9b65", + "id": "XF-6oGsoAg_H", "filename": "Rounds_cover.jpg", "contentType": "image/jpeg" }, { - "id": "5a493efe4f82170dbbb3fe72", + "id": "LlzjEhgRg_-z", "filename": "approximating_omega_cover.jpg", "contentType": "image/jpeg" }, { - "id": "5a49617e4f82170dbbb3fe79", + "id": "X7ReTVSm4Gw1", "filename": "lower_limit_cover.jpg", "contentType": "image/jpeg" }, { - "id": "5b4601a96082b5226d429b99", + "id": "J4GMOD2qGvBd", "filename": "preliminary_thoughts_TR.jpg", "contentType": "image/jpeg" }, { - "id": "5b4601ee6082b5226d429ba5", + "id": "c_HEs-35do6e", "filename": "preliminary_thoughts_BMV.jpg", "contentType": "image/jpeg" }, { - "id": "6016ca5e2ab79c0001885a4d", + "id": "gttkTOzN5mGT", "filename": "single_track_cover.jpg" }, { - "id": "61f7793cb9d8210001e771e8", + "id": "MmfXswlHr7rp", "filename": "CiCC_cover.jpg" } -] +] \ No newline at end of file diff --git a/server/data/events.json b/server/data/events.json index 9fdbc5b..00330ec 100644 --- a/server/data/events.json +++ b/server/data/events.json @@ -1,6 +1,6 @@ [ { - "id": "563dc71adbb260acfadc4bad", + "id": "Y7ZUIadvMv6W", "start_date": "2015-11-01", "venue": { "name": "Orgelpark", @@ -26,7 +26,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bae", + "id": "sUQ16v-dII2g", "start_date": "2015-10-02", "venue": { "name": "Universidad Del Claustro de Sor Juana", @@ -90,7 +90,7 @@ ] }, { - "id": "563dc71adbb260acfadc4baf", + "id": "RtY1yflslGAV", "start_date": "2015-09-26", "venue": { "name": "Comité de Asuntos Intangibles", @@ -110,7 +110,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb0", + "id": "aGmevekWuyfe", "start_date": "2015-08-23", "venue": { "name": "Stolze 18", @@ -162,7 +162,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb1", + "id": "T8HaeX7hwa_g", "start_date": "2015-08-21", "venue": { "name": "Dorothy's Gallery", @@ -201,7 +201,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb2", + "id": "lv4U6zjsmj-B", "start_date": "2015-07-31", "venue": { "name": "Satan, not Satan", @@ -218,7 +218,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb3", + "id": "4eEYCMzICUTD", "start_date": "2015-07-26", "venue": { "name": "Beta-Level", @@ -239,7 +239,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb4", + "id": "y_uko8rrjHeq", "start_date": "2015-06-07", "venue": { "name": "Colonia Napoles", @@ -260,7 +260,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb5", + "id": "INPEFKyBESM3", "start_date": "2015-06-04", "venue": { "name": "Museo Universitario de Arte Contemporáneo", @@ -291,7 +291,7 @@ ] }, { - "id": "563dc71adbb260acfadc4bb6", + "id": "fSynSeYPCJ1Z", "start_date": "2015-05-25", "venue": { "name": "Rattlesnake Park", @@ -308,7 +308,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bb7", + "id": "XPpEwMVLA9Qr", "start_date": "2015-05-09", "venue": { "name": "Facultad de Artes", @@ -339,7 +339,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bb8", + "id": "z2xa1zqSZlJ-", "start_date": "2015-05-08", "venue": { "name": "Centro Estatal de las Artes Tecate", @@ -370,7 +370,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bb9", + "id": "4CELj9yupU-A", "start_date": "2015-04-13", "venue": { "name": "Splendor", @@ -392,7 +392,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bba", + "id": "bzKn5vzPEOZf", "start_date": "2015-02-25", "venue": { "name": "Teatro Del Centro de las Artes, Monterrey", @@ -423,7 +423,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bbb", + "id": "EBzg--mJRsdX", "start_date": "2014-12-14", "venue": { "name": "Sala de Conferencias Del Hotel Rucantú", @@ -449,7 +449,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bbc", + "id": "JtVdaNZLBlRu", "start_date": "2014-12-09", "venue": { "name": "Anfiteatro Alfredo Barrera Marín Amoxicalli - Universidad Nacional Autónoma de México", @@ -470,7 +470,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bbd", + "id": "03iTwipqF2Ls", "start_date": "2014-12-04", "venue": { "name": "Conservatorio de las Rosas", @@ -499,7 +499,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bbe", + "id": "VAlDMVUNtVn5", "start_date": "2014-12-01", "venue": { "name": "Na Orlí Theatre", @@ -530,7 +530,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bbf", + "id": "K4AYiWoUzqp3", "start_date": "2014-11-29", "venue": { "name": "Universidad de Guadalajara", @@ -551,7 +551,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc0", + "id": "JJ5_ATFKCb5H", "start_date": "2014-09-28", "venue": { "name": "Spirit Abuse", @@ -575,7 +575,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc1", + "id": "eY4Z0B7tzHgj", "start_date": "2014-09-14", "venue": { "name": "Marsh Park", @@ -592,7 +592,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc2", + "id": "gY5fIWhlR-dU", "start_date": "2014-09-11", "venue": { "name": "South of Sunset", @@ -612,7 +612,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc3", + "id": "pZbGjRMG-VYs", "start_date": "2014-08-31", "venue": { "name": "Recoleta", @@ -637,7 +637,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc4", + "id": "cruSQ8hwBsHx", "start_date": "2014-08-30", "venue": { "name": "Conservatorio de Manuel de Falla", @@ -676,7 +676,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc5", + "id": "VIA6xtAm-8Tn", "start_date": "2014-08-28", "venue": { "name": "Oficina Proyectista", @@ -741,7 +741,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc6", + "id": "W5gmPido7YZk", "start_date": "2014-08-24", "venue": { "name": "Una Casa", @@ -762,7 +762,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc7", + "id": "aHs83ktJfJY0", "start_date": "2014-08-09", "venue": { "name": "Museo de Arte Contemporáneo, Bellas Artes", @@ -791,7 +791,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc8", + "id": "Xaog1ZpR_y2h", "start_date": "2014-08-07", "venue": { "name": "Universidad de Chile", @@ -816,7 +816,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bc9", + "id": "-EeTebhBm6Gs", "start_date": "2014-07-27", "venue": { "name": "La Paternal Espacio Proyeto", @@ -845,7 +845,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bca", + "id": "aNqSlz-k9sde", "start_date": "2014-06-07", "venue": { "name": "Escola de Música e Belas Artes Do Paraná", @@ -866,7 +866,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bcb", + "id": "EYoPb-5bCy85", "start_date": "2014-05-30", "venue": { "name": "Audio Rebel", @@ -883,7 +883,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bcc", + "id": "QlBR8O_pkEVp", "start_date": "2014-05-29", "venue": { "name": "Audio Rebel", @@ -911,7 +911,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bcd", + "id": "8Slh6RuuCP5W", "start_date": "2014-05-24", "venue": { "name": "Ibrasotope", @@ -935,7 +935,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bce", + "id": "yqr4TMsFZ_zF", "start_date": "2014-05-20", "venue": { "name": "Georgette Zona Muda", @@ -972,7 +972,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bcf", + "id": "-Vrh_FLXI4j1", "start_date": "2014-05-09", "venue": { "name": "Instituto de Humanidades, Artes e Ciencias, Universidade Federal Da Bahia", @@ -1008,7 +1008,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd0", + "id": "EAfrCIArmgMh", "start_date": "2014-04-27", "venue": { "name": "the wulf.", @@ -1033,7 +1033,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd1", + "id": "m1aDSFG8bwE2", "start_date": "2014-04-13", "venue": { "name": "Kolumba Museum", @@ -1059,7 +1059,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd2", + "id": "oJuHeQ7_IeLJ", "start_date": "2014-03-22", "venue": { "name": "the wulf.", @@ -1090,7 +1090,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd3", + "id": "FvlRoYs6xwlW", "start_date": "2014-02-18", "venue": { "name": "University of California", @@ -1110,7 +1110,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd4", + "id": "iOsciQZpE56E", "start_date": "2013-12-08", "venue": { "name": "Austin New Music Collective", @@ -1141,7 +1141,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd5", + "id": "-MLZZ8YaI9ij", "start_date": "2013-12-07", "venue": { "name": "Centraltrak Gallery", @@ -1180,7 +1180,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd6", + "id": "YbacTRnPqcCR", "start_date": "2013-11-18", "venue": { "name": "the wulf.", @@ -1197,7 +1197,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd7", + "id": "WFEXH1MtTj0S", "start_date": "2013-09-12", "venue": { "name": "Leo Svirsky'S Place", @@ -1214,7 +1214,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd8", + "id": "-fMQ2inqxit-", "start_date": "2013-09-09", "venue": { "name": "Trauerhalle Des Militär-Standortfriedhofs", @@ -1231,7 +1231,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bd9", + "id": "j_cNXy6i8a-r", "start_date": "2013-09-08", "venue": { "name": "Sowieso", @@ -1256,7 +1256,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bda", + "id": "ImWCSICqwv79", "start_date": "2013-08-25", "venue": { "name": "DŮL Hlubina", @@ -1277,7 +1277,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bdb", + "id": "B2fzy-aN8LCq", "start_date": "2013-06-30", "venue": { "name": "Willow Place Auditorium", @@ -1316,7 +1316,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bdc", + "id": "FdDe9xXaRqlq", "start_date": "2013-05-06", "venue": { "name": "Center For New Music", @@ -1333,7 +1333,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bdd", + "id": "L8irmuj-C_uV", "start_date": "2013-03-31", "venue": { "name": "the wulf.", @@ -1349,7 +1349,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bde", + "id": "SLFv3OQlzurM", "start_date": "2013-02-20", "venue": { "name": "the wulf.", @@ -1380,7 +1380,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bdf", + "id": "GO9gZ7esxbpW", "start_date": "2012-12-15", "venue": { "name": "Pomona College Museum of Art", @@ -1397,7 +1397,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be0", + "id": "bbcCFM4yc--K", "start_date": "2012-12-14", "venue": { "name": "Artshare", @@ -1419,7 +1419,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be1", + "id": "FiQr49UOOM-O", "start_date": "2012-12-03", "venue": { "name": "Luxembourg Philharmonic", @@ -1436,7 +1436,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be2", + "id": "fnSkmvgEvnfy", "start_date": "2012-10-29", "venue": { "name": "Willow Place Auditorium", @@ -1458,7 +1458,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be3", + "id": "Y2iY4B1opErm", "start_date": "2012-09-23", "venue": { "name": "Torrance Art Museum", @@ -1475,7 +1475,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be4", + "id": "2QN7X47TIfkx", "start_date": "2012-08-07", "venue": { "name": "the wulf.", @@ -1492,7 +1492,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be5", + "id": "kSqSGrD4RuyV", "start_date": "2012-04-08", "venue": { "name": "Inglewood Main Library", @@ -1509,7 +1509,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be6", + "id": "GQmsh1KkBqH1", "start_date": "2012-03-02", "venue": { "name": "Pieter", @@ -1535,7 +1535,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be7", + "id": "c7lxhRti9fTj", "start_date": "2011-11-16", "venue": { "name": "Willow Place Auditorium", @@ -1574,7 +1574,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be8", + "id": "U9NU2Q6BHduQ", "start_date": "2011-11-14", "venue": { "name": "Willow Place Auditorium", @@ -1613,7 +1613,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4be9", + "id": "mbF4feoM9xB4", "start_date": "2011-11-13", "venue": { "name": "Neverending Books", @@ -1638,7 +1638,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bea", + "id": "oEZxbZNA-0Yw", "start_date": "2011-09-23", "venue": { "name": "Wesleyan University Chapel", @@ -1655,7 +1655,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4beb", + "id": "3Fs64B9npt9V", "start_date": "2011-07-17", "venue": { "name": "the wulf.", @@ -1686,7 +1686,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bec", + "id": "3VpR7XlSnEMK", "start_date": "2011-07-04", "venue": { "name": "Museum of Contemporary Art", @@ -1707,7 +1707,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bed", + "id": "mFUs-Q5CO8FK", "start_date": "2011-07-04", "venue": { "name": "Säulenhalle", @@ -1724,7 +1724,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bee", + "id": "af-_AjUrr3b-", "start_date": "2011-02-19", "venue": { "name": "the wulf.", @@ -1750,7 +1750,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bef", + "id": "28bSW4E_AurK", "start_date": "2011-02-09", "venue": { "name": "Laartstream", @@ -1767,7 +1767,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf0", + "id": "EQfJjAZopG_8", "start_date": "2011-01-17", "venue": { "name": "University of Lille", @@ -1788,7 +1788,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf1", + "id": "k6OUUJJmJBRS", "start_date": "2011-01-16", "venue": { "name": "Instants Chavirés", @@ -1813,7 +1813,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf2", + "id": "Hjt1bglI4ulf", "start_date": "2011-01-15", "venue": { "name": "American Church", @@ -1830,7 +1830,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf3", + "id": "yBwoRzOlmLFM", "start_date": "2010-12-13", "venue": { "name": "La Arts District Winterfest", @@ -1894,7 +1894,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf4", + "id": "EJz0WNhgeTv4", "start_date": "2010-11-14", "venue": { "name": "the wulf.", @@ -1930,7 +1930,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf5", + "id": "IRwrLHhqmwDV", "start_date": "2010-10-24", "venue": { "name": "the wulf.", @@ -1947,7 +1947,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf6", + "id": "iM9iUPlqZjlk", "start_date": "2010-10-16", "venue": { "name": "University of California", @@ -1969,7 +1969,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf7", + "id": "owGm1x6B6dZJ", "start_date": "2010-07-08", "venue": { "name": "Church of St. Anne & St. Agnes", @@ -1990,7 +1990,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf8", + "id": "IpI41NPo07Qs", "start_date": "2010-06-20", "venue": { "name": "The Pescadrome", @@ -2021,7 +2021,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bf9", + "id": "hFL0IN4zRHtQ", "start_date": "2010-06-18", "venue": { "name": "the wulf.", @@ -2052,7 +2052,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bfa", + "id": "9ox7YDQ1M5ap", "start_date": "2010-06-13", "venue": { "name": "the wulf.", @@ -2074,7 +2074,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bfb", + "id": "Vu9svA9DZgqv", "start_date": "2010-05-08", "venue": { "name": "University of California", @@ -2185,7 +2185,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bfc", + "id": "TXgNg8UWrqAG", "start_date": "2010-03-21", "venue": { "name": "The Bridge Progressive Arts Initiative", @@ -2206,7 +2206,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bfd", + "id": "ssjCpNlvRWOn", "start_date": "2010-01-23", "venue": { "name": "the wulf.", @@ -2228,7 +2228,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bfe", + "id": "Fc6TK47caVaY", "start_date": "2010-01-13", "venue": { "name": "Issue Project Room", @@ -2245,7 +2245,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4bff", + "id": "Lh0jLR-2opPv", "start_date": "2009-11-25", "venue": { "name": "Huddersfield University", @@ -2262,7 +2262,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c00", + "id": "6I4qgX6w8rNF", "start_date": "2009-11-20", "venue": { "name": "The Stone", @@ -2279,7 +2279,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c01", + "id": "ySGCyG0WFq0f", "start_date": "2009-10-25", "venue": { "name": "Tenri Cultural Center", @@ -2310,7 +2310,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c02", + "id": "Wn-9zbihtpiS", "start_date": "2009-08-28", "venue": { "name": "St. Wenceslas Church", @@ -2335,7 +2335,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c03", + "id": "Qd1HdORqN-zy", "start_date": "2009-08-20", "venue": { "name": "Janacek Conservatory", @@ -2356,7 +2356,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c04", + "id": "702PadvtM7S3", "start_date": "2009-06-12", "venue": { "name": "California Institute of The Arts", @@ -2378,7 +2378,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c05", + "id": "LSyO-yNa9T_H", "start_date": "2009-06-06", "venue": { "name": "Atlantic Center For The Arts", @@ -2395,7 +2395,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c06", + "id": "Z8r9-ZBjDqCp", "start_date": "2009-05-29", "venue": { "name": "Atlantic Center For The Arts", @@ -2411,7 +2411,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c07", + "id": "A4poZCJ92HRx", "start_date": "2009-05-17", "venue": { "name": "the wulf.", @@ -2433,7 +2433,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c08", + "id": "BpMsz5nSrSO9", "start_date": "2009-05-02", "venue": { "name": "the wulf.", @@ -2472,7 +2472,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c09", + "id": "blyI-RMmBuOu", "start_date": "2009-04-27", "venue": { "name": "Huddersfield University", @@ -2489,7 +2489,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0a", + "id": "POWQB4xaLbMS", "start_date": "2009-02-15", "venue": { "name": "Willow Place Auditorium", @@ -2520,7 +2520,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0b", + "id": "GjzEFzZ842QF", "start_date": "2008-10-12", "venue": { "name": "Circular Congregational Church", @@ -2537,7 +2537,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0c", + "id": "npjczxQ1x9MV", "start_date": "2008-09-12", "venue": { "name": "University of Nebraska", @@ -2554,7 +2554,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0d", + "id": "6bky0K6xc1it", "start_date": "2008-09-10", "venue": { "name": "the wulf.", @@ -2576,7 +2576,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0e", + "id": "hYsow1qi2sq3", "start_date": "2008-09-02", "venue": { "name": "the wulf.", @@ -2593,7 +2593,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c0f", + "id": "k0uI80d7BF_g", "start_date": "2008-06-15", "venue": { "name": "200 N. Ave. 57", @@ -2610,7 +2610,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c10", + "id": "5fXxl59TJnGs", "start_date": "2008-06-09", "venue": { "name": "30047 Madison Way", @@ -2632,7 +2632,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c11", + "id": "cePJ2sAESCcU", "start_date": "2008-05-29", "venue": { "name": "The Pasadena Armory", @@ -2649,7 +2649,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c12", + "id": "jY2Z26fMwmFm", "start_date": "2008-05-21", "venue": { "name": "University of California", @@ -2666,7 +2666,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c13", + "id": "WkdSueTQ8zJt", "start_date": "2008-03-08", "venue": { "name": "The Pescadrome", @@ -2688,7 +2688,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c14", + "id": "EXuiMwbx-4pj", "start_date": "2008-02-29", "venue": { "name": "The Pasadena Armory", @@ -2714,7 +2714,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c15", + "id": "jrRjBw7qq0K7", "start_date": "2008-02-14", "venue": { "name": "Willow Place Auditorium", @@ -2736,7 +2736,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c16", + "id": "vRSqz2m9Yz3t", "start_date": "2007-11-14", "venue": { "name": "University of California", @@ -2758,7 +2758,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c17", + "id": "ibIf8r1-anMz", "start_date": "2007-09-02", "venue": { "name": "Janacek Conservatory", @@ -2775,7 +2775,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c18", + "id": "KopkZYvceN_7", "start_date": "2007-07-31", "venue": { "name": "960 S. Oxford Ave. #312", @@ -2801,7 +2801,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c19", + "id": "roS0_yHhLbvP", "start_date": "2007-07-14", "venue": { "name": "Dangerous Curve", @@ -2823,7 +2823,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1a", + "id": "Ss_1IqXH0KNb", "start_date": "2007-07-07", "venue": { "name": "862 Catalina St. #205", @@ -2840,7 +2840,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1b", + "id": "_ean_kdfdG1V", "start_date": "2007-07-07", "venue": { "name": "862 Catalina St. #205", @@ -2857,7 +2857,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1c", + "id": "FAD8YWw3dqjV", "start_date": "2007-06-10", "venue": { "name": "Riverside Church", @@ -2879,7 +2879,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1d", + "id": "qRlmAVAiuute", "start_date": "2007-03-30", "venue": { "name": "University of Virginia", @@ -2901,7 +2901,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1e", + "id": "Nrwwp4Qygu7i", "start_date": "2006-12-02", "venue": { "name": "Mcguffey Arts Center", @@ -2923,7 +2923,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c1f", + "id": "U_IfbyPSRosq", "start_date": "2006-10-21", "venue": { "name": "California Institute of The Arts", @@ -2940,7 +2940,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c20", + "id": "DDf0jIkN0T-a", "start_date": "2006-09-09", "venue": { "name": "Cine Studio Space At The Artcraft Strauss Sign Factory", @@ -2957,7 +2957,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c21", + "id": "Yis75F0HJv5u", "start_date": "2006-03-22", "venue": { "name": "California Institute of The Arts", @@ -2979,7 +2979,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c22", + "id": "G7rRHNVO_ek-", "start_date": "2006-03-15", "venue": { "name": "California Institute of The Arts", @@ -3001,7 +3001,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c23", + "id": "zh4nTagZ8bJH", "start_date": "2005-11-18", "venue": { "name": "California Institute of The Arts", @@ -3023,7 +3023,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c24", + "id": "i4VMgo9ezv1C", "start_date": "2005-08-06", "venue": { "name": "Suny", @@ -3039,7 +3039,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c25", + "id": "gsn71e5nvNgH", "start_date": "2005-05-10", "venue": { "name": "REDCAT", @@ -3061,7 +3061,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c26", + "id": "HUthP2zQHfRh", "start_date": "2005-05-05", "venue": { "name": "California Institute of The Arts", @@ -3078,7 +3078,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c27", + "id": "UWkPVgyF1soV", "start_date": "2005-04-10", "venue": { "name": "California Institute of The Arts", @@ -3100,7 +3100,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c28", + "id": "ZXk-b9wvXGt4", "start_date": "2005-03-20", "venue": { "name": "California Institute of The Arts", @@ -3122,7 +3122,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c29", + "id": "E4COxu0Nx8sw", "start_date": "2005-01-28", "venue": { "name": "Redcat", @@ -3139,7 +3139,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2a", + "id": "SXNtgKs0UUui", "start_date": "2004-05-04", "venue": { "name": "California Institute of The Arts", @@ -3161,7 +3161,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2b", + "id": "oVNco2N7Eno5", "start_date": "2004-05-01", "venue": { "name": "California Institute of The Arts", @@ -3178,7 +3178,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2c", + "id": "0jDECBy16zfU", "start_date": "2004-04-25", "venue": { "name": "California Institute of The Arts", @@ -3195,7 +3195,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2d", + "id": "5V9WSCSFw9Vq", "start_date": "2004-04-17", "venue": { "name": "California Institute of The Arts", @@ -3217,7 +3217,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2e", + "id": "WQ9RMxWT4EuB", "start_date": "2004-03-04", "venue": { "name": "California Institute of The Arts", @@ -3239,7 +3239,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c2f", + "id": "g7MHbH0nABxP", "start_date": "2004-02-09", "venue": { "name": "California Institute of The Arts", @@ -3261,7 +3261,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c30", + "id": "ZD0bweBP-3Dr", "start_date": "2003-11-07", "venue": { "name": "Stanford University", @@ -3278,7 +3278,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c31", + "id": "nPSZxB2heUlt", "start_date": "2003-06-01", "venue": { "name": "University of Oregon", @@ -3295,7 +3295,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c32", + "id": "2jhfuZA5zPlD", "start_date": "2003-03-14", "venue": { "name": "Arizona State University", @@ -3312,7 +3312,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c33", + "id": "JhY2XCT3Qvxx", "start_date": "2002-06-02", "venue": { "name": "University of Oregon", @@ -3329,7 +3329,7 @@ ] }, { - "id": "563dc71bdbb260acfadc4c34", + "id": "53PMdAj0DKkG", "start_date": "2001-11-18", "venue": { "name": "University of Oregon", @@ -3346,7 +3346,7 @@ ] }, { - "id": "5642e998dbb260acfadc4c9d", + "id": "wYW-Fq928BDm", "start_date": "2015-12-05", "venue": { "name": "the wulf.", @@ -3405,7 +3405,7 @@ "legacy_performers": "Performered by Andrew McIntosh, Laura Steenberge, Jake Rosenzweig, and Scott Worthington" }, { - "id": "56992b51fdc52469b6c07c45", + "id": "dvwWtC1t7txg", "start_date": "2016-01-26", "venue": { "name": "Betalevel", @@ -3428,7 +3428,7 @@ "links": [] }, { - "id": "56992d71fdc52469b6c07c46", + "id": "LguNjKynsInS", "start_date": "2016-11-14", "venue": { "name": "Università degli Studi di Torino", @@ -3453,7 +3453,7 @@ "links": [] }, { - "id": "56b8d9a8fdc52469b6c07c4a", + "id": "vUIBvZj6o9as", "start_date": "2016-02-11", "venue": { "name": "University of California Santa Cruz", @@ -3487,7 +3487,7 @@ "links": [] }, { - "id": "56d71ea5fdc52469b6c07c4e", + "id": "v-4y9ZqJR5Zw", "start_date": "2016-04-28", "venue": { "name": "Bucareli 69", @@ -3504,7 +3504,7 @@ "links": [] }, { - "id": "56d944dbfdc52469b6c07c50", + "id": "BoUm6bkz6PA-", "start_date": "2016-03-09", "venue": { "name": "Conservatorio de las Rosas", @@ -3527,7 +3527,7 @@ "links": [] }, { - "id": "56e5ab6dfdc52469b6c07c51", + "id": "91DRhC8v21gm", "start_date": "2016-04-15", "venue": { "name": "the wulf.", @@ -3550,7 +3550,7 @@ "links": [] }, { - "id": "56e9df19fdc52469b6c07c53", + "id": "YrRkaOd01-WD", "start_date": "2016-05-03", "venue": { "name": "Comité de Asuntos Intangibles", @@ -3584,7 +3584,7 @@ "links": [] }, { - "id": "56f2d24afdc52469b6c07c54", + "id": "xHloA4a-Ub3_", "start_date": "2016-04-26", "venue": { "name": "CENIDIM - Instituto Nacional de Bellas Artes", @@ -3607,7 +3607,7 @@ "links": [] }, { - "id": "56fcb6cdfdc52469b6c07c57", + "id": "ednUEIY39NwU", "start_date": "2016-04-22", "venue": { "name": "Universidad de Guadalajara", @@ -3641,7 +3641,7 @@ "links": [] }, { - "id": "5726c2e6fdc52469b6c07c59", + "id": "hW0fMdNNOhgb", "start_date": "2016-05-04", "venue": { "name": "Colonia Napoles", @@ -3670,7 +3670,7 @@ "links": [] }, { - "id": "5726c344fdc52469b6c07c5a", + "id": "8wtvVxJLBa61", "start_date": "2016-05-06", "venue": { "name": "Umbral 24 - MACO", @@ -3693,7 +3693,7 @@ "links": [] }, { - "id": "5726c4b8fdc52469b6c07c5b", + "id": "j3MLM2Dae3Wa", "start_date": "2016-06-04", "venue": { "name": "Rattlesnake Park", @@ -3709,7 +3709,7 @@ "links": [] }, { - "id": "5726c4e8fdc52469b6c07c5c", + "id": "8GWqkCi-_qhk", "start_date": "2016-06-06", "venue": { "name": "the wulf.", @@ -3732,7 +3732,7 @@ "links": [] }, { - "id": "5748aa5da3e49e8084c56488", + "id": "spkz3YjEPku8", "start_date": "2016-07-07", "venue": { "name": "Vu Symposium - Park City Library", @@ -3755,7 +3755,7 @@ "links": [] }, { - "id": "57aceb59624ac1e5e557b9cd", + "id": "yx37SEUrE5EZ", "start_date": "2016-09-21", "venue": { "name": "L’Espace des Arts Sans Frontières", @@ -3782,7 +3782,7 @@ "links": [] }, { - "id": "57acebf6624ac1e5e557b9ce", + "id": "SwgNLoOCtQMk", "start_date": "2016-10-02", "venue": { "name": "Studio LOOS", @@ -3834,7 +3834,7 @@ "links": [] }, { - "id": "57acecd8624ac1e5e557b9cf", + "id": "81ly0P3aiGeA", "start_date": "2016-10-05", "venue": { "name": "Bath Spa University", @@ -3851,7 +3851,7 @@ "links": [] }, { - "id": "57aced55624ac1e5e557b9d0", + "id": "RoCn6JDV_XAM", "start_date": "2016-10-12", "venue": { "name": "University of Huddersfield", @@ -3874,7 +3874,7 @@ "links": [] }, { - "id": "57acf1eb624ac1e5e557b9d1", + "id": "097IoVT65Rqk", "start_date": "2016-10-30", "venue": { "name": "Studio Acht", @@ -3938,7 +3938,7 @@ "links": [] }, { - "id": "57acf385624ac1e5e557b9d2", + "id": "wCrgbgeOf8nv", "start_date": "2016-11-02", "venue": { "name": "Kunsthaus Rhenania", @@ -3979,7 +3979,7 @@ "links": [] }, { - "id": "57acf3d4624ac1e5e557b9d3", + "id": "lhlVWtX-9Qyi", "start_date": "2016-11-04", "venue": { "name": "Salon des Amateurs", @@ -4015,7 +4015,7 @@ "links": [] }, { - "id": "57acf6a0624ac1e5e557b9d5", + "id": "TxPHxHuc_rSv", "start_date": "2016-08-28", "venue": { "name": "the wulf.", @@ -4038,7 +4038,7 @@ "links": [] }, { - "id": "57acff51624ac1e5e557b9d6", + "id": "8yvxjdgFMNNb", "start_date": "2016-10-03", "venue": { "name": "Pianola Museum", @@ -4084,7 +4084,7 @@ "links": [] }, { - "id": "57b9de96624ac1e5e557b9d7", + "id": "ATsPjZft5Dw-", "start_date": "2016-10-23", "venue": { "name": "Uff", @@ -4141,7 +4141,7 @@ "links": [] }, { - "id": "57b9ded2624ac1e5e557b9d8", + "id": "YYSSWW3Uob61", "start_date": "2016-10-09", "venue": { "name": "Hundred Years Gallery", @@ -4189,7 +4189,7 @@ "links": [] }, { - "id": "57b9dfc8624ac1e5e557b9d9", + "id": "tOuDO6a58v_m", "start_date": "2016-11-23", "venue": { "name": "Centro Cultural Sofía Hott", @@ -4255,7 +4255,7 @@ "links": [] }, { - "id": "57b9e118624ac1e5e557b9da", + "id": "ss-fxJnjDsy4", "start_date": "2016-11-25", "venue": { "name": "Relincha Festival at the Museo de Arte Contemporáneo", @@ -4291,7 +4291,7 @@ "links": [] }, { - "id": "57b9e14d624ac1e5e557b9db", + "id": "S932NBndjnJ3", "start_date": "2016-12-16", "venue": { "name": "ANIVERSARIO Sesiones CPI", @@ -4308,7 +4308,7 @@ "links": [] }, { - "id": "57cd8e84624ac1e5e557b9dc", + "id": "nN8ErC1xzA5z", "start_date": "2016-10-07", "venue": { "name": "Iklectik", @@ -4380,7 +4380,7 @@ "links": [] }, { - "id": "57dc2279624ac1e5e557b9dd", + "id": "05BJ9wcX7f3t", "start_date": "2016-10-15", "venue": { "name": "Stolze 18", @@ -4426,7 +4426,7 @@ "links": [] }, { - "id": "57dc23ff624ac1e5e557b9de", + "id": "h9uwiUSwFW6s", "start_date": "2016-10-12", "venue": { "name": "St. Paul's", @@ -4535,7 +4535,7 @@ "links": [] }, { - "id": "581ca37dec6cea73b9674e7f", + "id": "HLejL6gdB4bp", "start_date": "2016-12-07", "venue": { "name": "Tsonami Arte Sonoro Festival", @@ -4565,7 +4565,7 @@ "links": [] }, { - "id": "581ca403ec6cea73b9674e80", + "id": "il2UekvUm-_z", "start_date": "2016-12-09", "venue": { "name": "Sesiones Piso Tres", @@ -4595,7 +4595,7 @@ "links": [] }, { - "id": "5825a6e6ec6cea73b9674e81", + "id": "hXSSsZX91NrT", "start_date": "2016-12-14", "venue": { "name": "Festival Distat Terra de Choele Choel", @@ -4612,7 +4612,7 @@ "links": [] }, { - "id": "5825a7afec6cea73b9674e82", + "id": "21RFmT_JBf4V", "start_date": "2016-12-07", "venue": { "name": "SONICURE at Epicure bar and kitchen", @@ -4634,7 +4634,7 @@ "links": [] }, { - "id": "5825af56ec6cea73b9674e83", + "id": "I5xfjJ2lOKBZ", "start_date": "2016-11-13", "venue": { "name": "Bloomingdale School of Music", @@ -4670,7 +4670,7 @@ "links": [] }, { - "id": "582f5c7dec6cea73b9674e84", + "id": "HvosaVFGdtij", "start_date": "2016-12-04", "venue": { "name": "Granate Espacio", @@ -4687,7 +4687,7 @@ "links": [] }, { - "id": "582f5d15ec6cea73b9674e85", + "id": "Qkc0Pd3aVro-", "start_date": "2016-10-03", "venue": { "name": "V Jornadas de Filosofía de la Cultura", @@ -4711,7 +4711,7 @@ "links": [] }, { - "id": "587bd120db3154c5d7cb90ac", + "id": "6TKxpZ7R7L1M", "start_date": "2017-01-18", "venue": { "name": "Proyecto AMIL", @@ -4735,7 +4735,7 @@ "links": [] }, { - "id": "58bc6252eb6177f0e7d42aef", + "id": "_cAyPxpsBoHO", "start_date": "2017-03-04", "venue": { "name": "Theater Delly Solothurn", @@ -4771,7 +4771,7 @@ "links": [] }, { - "id": "58c7690feb6177f0e7d42af0", + "id": "8IxcLGCIuTxA", "start_date": "2017-03-26", "venue": { "name": "the wulf. @ Coaxial Arts ", @@ -4807,7 +4807,7 @@ "links": [] }, { - "id": "58e78dbbeb6177f0e7d42af1", + "id": "q21uEB9agQH0", "start_date": "2017-04-13", "venue": { "name": "Sono Centro Cultural - Teatro de Bolsillo", @@ -4869,7 +4869,7 @@ "links": [] }, { - "id": "58e78e05eb6177f0e7d42af2", + "id": "DmsyYpXpGYNm", "start_date": "2017-04-26", "venue": { "name": "Casa Warmi", @@ -4938,7 +4938,7 @@ "links": [] }, { - "id": "58ee3c46eb6177f0e7d42af8", + "id": "TKUhLQkvEU5L", "start_date": "2017-04-02", "venue": { "name": "GoctaLab", @@ -4955,7 +4955,7 @@ "links": [] }, { - "id": "58f5a6aaeb6177f0e7d42afb", + "id": "wICitTqlkgUH", "start_date": "2017-04-25", "venue": { "name": "Chawpi Laboratorio", @@ -4979,7 +4979,7 @@ "links": [] }, { - "id": "590a9914eb6177f0e7d42afc", + "id": "T-qtq6UfoeEO", "start_date": "2017-07-07", "venue": { "name": "Centro de Artes Experimental de la UNSAM", @@ -4996,7 +4996,7 @@ "links": [] }, { - "id": "5957f6cbeb6177f0e7d42b02", + "id": "jFqqQMZEV9Qm", "start_date": "2017-07-18", "venue": { "name": "Vu2 Symposium - Park City Library", @@ -5013,7 +5013,7 @@ "links": [] }, { - "id": "5980cde6f53e8345f21eb9de", + "id": "6NMnyJdQhIaU", "start_date": "2017-08-13", "venue": { "name": "Granate Espacio", @@ -5030,7 +5030,7 @@ "links": [] }, { - "id": "59c087710e3b08102d5f1f14", + "id": "Etw6gicXiqFW", "start_date": "2017-09-18", "venue": { "name": "Parque Alfonso Esparza Oteo", @@ -5060,7 +5060,7 @@ "links": [] }, { - "id": "59cd283d0e3b08102d5f1f15", + "id": "tNMXNUYuBeUJ", "start_date": "2017-09-30", "venue": { "name": "Indexical @ Radius Gallery", @@ -5085,7 +5085,7 @@ "links": [] }, { - "id": "59df78e50e3b08102d5f1f17", + "id": "TOvTnrt1zG4A", "start_date": "2017-11-15", "venue": { "name": "betalevel", @@ -5121,7 +5121,7 @@ "links": [] }, { - "id": "59df79f10e3b08102d5f1f18", + "id": "pL8-U5w9pw5_", "start_date": "2017-11-18", "venue": { "name": "the wulf. @ LA Phil's noon to midnight", @@ -5156,7 +5156,7 @@ "links": [] }, { - "id": "59ea5e2b33804e902f11bce3", + "id": "jkfTu7f9pwYI", "start_date": "2017-11-23", "venue": { "name": "Nancarrow Festival @ Casa del Lago", @@ -5172,7 +5172,7 @@ "links": [] }, { - "id": "59f145e333804e902f11bce5", + "id": "IRxedyaqLvlp", "start_date": "2017-10-22", "venue": { "name": "Cervantina Para Todos", @@ -5207,7 +5207,7 @@ "links": [] }, { - "id": "59ff67b133804e902f11bce6", + "id": "kITAFZHJ_Xnv", "start_date": "2017-12-09", "venue": { "name": "Bucareli 69", @@ -5228,7 +5228,7 @@ "links": [] }, { - "id": "5a340f6c05a681a2659a0efc", + "id": "ZR-YMnfLoJvL", "start_date": "2017-12-19", "venue": { "name": "Casa Distrital de Cultura Jaime Sáenz", @@ -5245,7 +5245,7 @@ "links": [] }, { - "id": "5a74c64905a681a2659a0f01", + "id": "P_yYgJg-SzXM", "start_date": "2018-02-03", "venue": { "name": "Biblioteca Musical Herder", @@ -5267,7 +5267,7 @@ "links": [] }, { - "id": "5a74c6a805a681a2659a0f02", + "id": "vtBoekCv4z8Q", "start_date": "2018-04-11", "venue": { "name": "MATA festival at The Kitchen", @@ -5284,7 +5284,7 @@ "links": [] }, { - "id": "5a8cc3d005a681a2659a0f03", + "id": "S3wPbdRjreqt", "start_date": "2018-02-17", "venue": { "name": "Mesones 75", @@ -5308,7 +5308,7 @@ "links": [] }, { - "id": "5a8cc3ff05a681a2659a0f04", + "id": "G45blK6xB6oK", "start_date": "2018-02-19", "venue": { "name": "Mercado San Juan", @@ -5331,7 +5331,7 @@ "links": [] }, { - "id": "5a8da83005a681a2659a0f06", + "id": "DWTJGDwZb_JB", "start_date": "2017-10-14", "venue": { "name": "Dimitria Festival", @@ -5348,7 +5348,7 @@ "links": [] }, { - "id": "5abab5f2b6a839c9815fcde4", + "id": "QFak8P1ASqma", "start_date": "2018-04-16", "venue": { "name": "Control", @@ -5365,7 +5365,7 @@ "links": [] }, { - "id": "5aca26d01d8aecb20f49f548", + "id": "tL3nEQUo2En2", "start_date": "2018-05-09", "venue": { "name": "Levontin 7", @@ -5387,7 +5387,7 @@ "links": [] }, { - "id": "5af827f936bda57c4f0309f5", + "id": "ilRxuqGlp68F", "start_date": "2018-05-31", "venue": { "name": "Hudební 3", @@ -5404,7 +5404,7 @@ "links": [] }, { - "id": "5b7533ffb0f2d60d1d53ccf1", + "id": "X1yh_A_cmOg3", "start_date": "2018-09-02", "venue": { "name": "Petersburg Artspace", @@ -5421,7 +5421,7 @@ "links": [] }, { - "id": "5b753474b0f2d60d1d53cd1d", + "id": "Adsm-XreymgS", "start_date": "2018-07-24", "venue": { "name": "Schloss Solitude", @@ -5438,7 +5438,7 @@ "links": [] }, { - "id": "5b77e3deb0f2d60d1d54a29e", + "id": "jxEq8AS4BSl8", "start_date": "2018-09-21", "venue": { "name": "840 series @ St. James' Church", @@ -5461,7 +5461,7 @@ "links": [] }, { - "id": "5b77e495b0f2d60d1d54a2e3", + "id": "oSoF9z9W25kS", "start_date": "2018-09-06", "venue": { "name": "Teatro Colón", @@ -5478,7 +5478,7 @@ "links": [] }, { - "id": "5b851fa9b0f2d60d1d58bd01", + "id": "LzX3HFfbqaiS", "start_date": "2018-09-08", "venue": { "name": "El Festival de Música Contemporánea COMMA @ Centro Cultural de Mérida Olimpo", @@ -5495,7 +5495,7 @@ "links": [] }, { - "id": "5ba20d135effc89f70e4e8e2", + "id": "DDlpB9mY9Ron", "start_date": "2018-09-13", "venue": { "name": "Schloss Solitude", @@ -5512,7 +5512,7 @@ "links": [] }, { - "id": "5ba20dd95effc89f70e4e92d", + "id": "sirD3Qlg2H62", "start_date": "2018-04-15", "venue": { "name": "Vitruvian Thing", @@ -5529,7 +5529,7 @@ "links": [] }, { - "id": "5bec8aa45effc89f70fbe1b1", + "id": "C1UOrsEu4hCz", "start_date": "2018-12-07", "venue": { "name": "Winterfest @ Schloss Solitude", @@ -5562,7 +5562,7 @@ "links": [] }, { - "id": "5c5ed4b092f2c974b54576c1", + "id": "byn_vpOPq15b", "start_date": "2019-01-23", "venue": { "name": "NYG|West", @@ -5589,7 +5589,7 @@ "links": [] }, { - "id": "5c6bd9cb1db8573ad2a74baf", + "id": "ZVKc78idDsr-", "start_date": "2019-01-17", "venue": { "name": "Pianola Museum", @@ -5618,7 +5618,7 @@ "links": [] }, { - "id": "5c7d42c41db8573ad2ace405", + "id": "7O28X7wo9Yex", "start_date": "2019-03-28", "venue": { "name": "Palermo Gallery", @@ -5641,7 +5641,7 @@ "links": [] }, { - "id": "5c9514781db8573ad2b49044", + "id": "Yb8lyr6UWy8T", "start_date": "2019-04-02", "venue": { "name": "MUAC Auditorium", @@ -5664,7 +5664,7 @@ "links": [] }, { - "id": "5d1a44331db8573ad2df0c4d", + "id": "Nkucuf4wr4hU", "start_date": "2019-08-31", "venue": { "name": "Centro Cultural Hangar UAQ", @@ -5681,7 +5681,7 @@ "links": [] }, { - "id": "5d1a45531db8573ad2df0cf8", + "id": "ZY6fYQ9dmQoS", "start_date": "2019-08-31", "venue": { "name": "EAW-Hallen", @@ -5741,7 +5741,7 @@ "links": [] }, { - "id": "5d3b5d484e193f4a15c272c5", + "id": "sUf8zqXLi-tS", "start_date": "2019-08-21", "venue": { "name": "Kunstraum Walcheturm", @@ -5764,7 +5764,7 @@ "links": [] }, { - "id": "5d3b5de84e193f4a15c2734e", + "id": "sRduwiEkEvay", "start_date": "2019-10-04", "venue": { "name": "Instituto Internacional", @@ -5805,7 +5805,7 @@ "links": [] }, { - "id": "5d440ff34e193f4a15c55296", + "id": "3IBY_s5Tx_AI", "start_date": "2019-09-29", "venue": { "name": "toitoiDrome", @@ -5828,7 +5828,7 @@ "links": [] }, { - "id": "5d44101e4e193f4a15c552ad", + "id": "vTw3xT4Uns_c", "start_date": "2019-09-24", "venue": { "name": "Zentrale", @@ -5851,7 +5851,7 @@ "links": [] }, { - "id": "5d70dc144e193f4a15d370e4", + "id": "emp0BjSUKamw", "start_date": "2019-10-12", "venue": { "name": "KM28", @@ -5889,7 +5889,7 @@ "links": [] }, { - "id": "5dd03074e10172e2a2983d50", + "id": "PE3du8lBDdid", "start_date": "2019-11-08", "venue": { "name": "Cornell University", @@ -5936,7 +5936,7 @@ "links": [] }, { - "id": "5dd03589e10172e2a2984081", + "id": "4hPamGMzpomM", "start_date": "2019-11-16", "venue": { "name": "IRCAM", @@ -5953,7 +5953,7 @@ "links": [] }, { - "id": "5dd036a4e10172e2a298412a", + "id": "alxmxsnP33tQ", "start_date": "2019-11-27", "venue": { "name": "Umbral @ Museo de la Ciudad de Querétaro", @@ -5977,7 +5977,7 @@ "links": [] }, { - "id": "5fc7da12b07e2500069997dc", + "id": "_kqnO3Ta0JuQ", "start_date": "2020-12-21", "venue": { "name": "Stockholmer Strasse 32", @@ -5994,7 +5994,7 @@ "links": [] }, { - "id": "603a52f43d485600075a8851", + "id": "KlukgudqbJ2-", "start_date": "2021-02-22", "venue": { "name": "Royal College of Music", @@ -6047,7 +6047,7 @@ "links": [] }, { - "id": "60c9c3336925a7000736683a", + "id": "Ggx5Ig6k3WTX", "start_date": "2021-06-13", "venue": { "name": "Music for the Cosmos @ Petersburg Art Space", @@ -6082,7 +6082,7 @@ "links": [] }, { - "id": "60fbd8de6925a7000736683b", + "id": "5mVqXMPKKGWy", "start_date": "2021-09-16", "venue": { "name": "KM28", @@ -6105,7 +6105,7 @@ "links": [] }, { - "id": "6138e766d457d00007969000", + "id": "KEt_dGYcEOet", "start_date": "2021-10-25", "venue": { "name": "KM28", @@ -6128,7 +6128,7 @@ "links": [] }, { - "id": "62509f8ae5292400073015c6", + "id": "-FjqYMjZp2cW", "start_date": "2022-05-06", "venue": { "name": "Institute of Sonology @ the Royal Conservatory", @@ -6167,7 +6167,7 @@ "links": [] }, { - "id": "62c77a3e83b73c000792bdab", + "id": "fUGPJLhkmAUe", "start_date": "2022-07-14", "venue": { "name": "Hochschule für Musik und Theater", @@ -6190,7 +6190,7 @@ "links": [] }, { - "id": "633aaa9575c2f70008e2853e", + "id": "Kg1kn8rbaEH7", "start_date": "2022-10-28", "venue": { "name": "KM28", @@ -6213,7 +6213,7 @@ "links": [] }, { - "id": "634587a275c2f70008e28540", + "id": "dHnrT_hjbAdN", "start_date": "2022-10-29", "venue": { "name": "Orgelpark", @@ -6229,7 +6229,7 @@ "links": [] }, { - "id": "63516a3975c2f70008e28543", + "id": "ejBiDUPsLhbG", "start_date": "2022-12-07", "venue": { "name": "Petersburg Art Space", @@ -6275,7 +6275,7 @@ "links": [] }, { - "id": "63970c6e75c2f70008e28544", + "id": "BogP0dIZeHYW", "start_date": "2022-11-25", "venue": { "name": "Centro Sinfonico Nacional", @@ -6292,7 +6292,7 @@ "links": [] }, { - "id": "63f5e8db51367200081ee13d", + "id": "n_vI9btz-nDZ", "start_date": "2023-01-13", "venue": { "name": "Diálogos Estéticos @ Universidad Militar Nueva Granada", @@ -6315,7 +6315,7 @@ "links": [] }, { - "id": "6441041ea2fcc2000625da7f", + "id": "0WVD7juXhRKu", "start_date": "2023-05-14", "venue": { "name": "Spiral Sundays @ Petersburg Art Space", @@ -6335,7 +6335,7 @@ "links": [] }, { - "id": "64bf83c195cfda0007250926", + "id": "mtMp0Uo814ob", "start_date": "2023-11-22", "venue": { "name": "Humboldt University", @@ -6352,7 +6352,7 @@ "links": [] }, { - "id": "64bf840a95cfda0007250927", + "id": "sjpdRb3qVIAv", "start_date": "2023-11-23", "venue": { "name": "KM28", @@ -6369,7 +6369,7 @@ "links": [] }, { - "id": "64bf851695cfda0007250928", + "id": "OoshSfDAdk_w", "start_date": "2023-10-08", "venue": { "name": "Riverun Festival @ Centre National de Création Musicale", @@ -6392,7 +6392,7 @@ "links": [] }, { - "id": "64bf886495cfda0007250929", + "id": "QqjJlXrMZ9WD", "start_date": "2019-03-13", "venue": { "name": "Theater Rampe", @@ -6408,7 +6408,7 @@ "links": [] }, { - "id": "64de3766cdd55b0007a4d071", + "id": "mqarPGQejU7m", "start_date": "2023-09-09", "venue": { "name": "Music and the Wende, Now @ Aleponija", @@ -6442,7 +6442,7 @@ "links": [] }, { - "id": "64de3866cdd55b0007a4d072", + "id": "_Fq7d2xo9YIE", "start_date": "2023-09-12", "venue": { "name": "Music and the Wende, Now @ Pegaza Pagalms", @@ -6481,7 +6481,7 @@ "links": [] }, { - "id": "64de3967cdd55b0007a4d073", + "id": "lW14sFRF7OIU", "start_date": "2023-09-16", "venue": { "name": "Music and the Wende, Now @ Ģertrūdes Street Theatre", @@ -6540,7 +6540,7 @@ "links": [] }, { - "id": "64de39dfcdd55b0007a4d074", + "id": "BQ0IlYWRB4Py", "start_date": "2023-08-15", "venue": { "name": "Volkspark Jungfernheide", @@ -6556,7 +6556,7 @@ "links": [] }, { - "id": "65284e087e2dfe00079f7b4a", + "id": "9wXT2A0etSuf", "start_date": "2023-10-14", "venue": { "name": "Museo del Sonido", @@ -6585,7 +6585,7 @@ "links": [] }, { - "id": "65e0ec802b6a330006361162", + "id": "BONB0gag86x3", "start_date": "2024-02-15", "venue": { "name": "Proyectos Multiproposito", @@ -6614,7 +6614,7 @@ "links": [] }, { - "id": "6603455e47b5a40006c9d201", + "id": "Jvpqs6OsXdwI", "start_date": "2024-03-23", "venue": { "name": "Periférico Sur", @@ -6630,7 +6630,7 @@ "links": [] }, { - "id": "6603459647b5a40006c9d202", + "id": "qLuCOzgyWL2D", "start_date": "2024-03-26", "venue": { "name": "Chino", @@ -6659,7 +6659,7 @@ "links": [] }, { - "id": "663c9786a752d10006f17a7a", + "id": "fp4C0NNUJ5U7", "start_date": "2024-05-19", "venue": { "name": "Loos", @@ -6682,7 +6682,7 @@ "links": [] }, { - "id": "666c323f4e52230007741e6c", + "id": "2yHs4zVhMaAL", "start_date": "2024-06-23", "venue": { "name": "Dog Star 20", @@ -6698,7 +6698,7 @@ "links": [] }, { - "id": "666c32964e52230007741e6d", + "id": "BbzXsH0-wR_3", "start_date": "2024-06-22", "venue": { "name": "Long Night of Sciences", @@ -6714,7 +6714,7 @@ "links": [] }, { - "id": "66865fb320bd5c0007b2bc7f", + "id": "xuejLUINSpF4", "start_date": "2024-07-14", "venue": { "name": "Museum of Old and New Art", @@ -6737,7 +6737,7 @@ "links": [] }, { - "id": "668662fa20bd5c0007b2bc81", + "id": "Jj2-q-WpQgSf", "start_date": "2024-07-26", "venue": { "name": "West Australian Academy of Performing Arts", @@ -6760,7 +6760,7 @@ "links": [] }, { - "id": "66e455f07c446f00078fa1c3", + "id": "fR-pvYoUJvzX", "start_date": "2024-09-21", "venue": { "name": "Museo de Arte Moderno", @@ -6777,7 +6777,7 @@ "links": [] }, { - "id": "66e456457c446f00078fa1c4", + "id": "hwTDr6o98582", "start_date": "2024-10-07", "venue": { "name": "KM28", @@ -6793,7 +6793,7 @@ "links": [] }, { - "id": "6782d5542a9e0000062aa3cc", + "id": "859xzQSsNTGM", "start_date": "2025-02-15", "venue": { "name": "The Lab", @@ -6809,7 +6809,7 @@ "links": [] }, { - "id": "6782d59f2a9e0000062aa3cd", + "id": "Sk_zPdlgagfc", "start_date": "2025-02-21", "venue": { "name": "Trade School @ rasp", @@ -6825,7 +6825,7 @@ "links": [] }, { - "id": "6796097189c5df0008470c0f", + "id": "df_cbbpbIr08", "start_date": "2025-02-22", "venue": { "name": "University of the Arts Helsinki", @@ -6848,7 +6848,7 @@ "links": [] }, { - "id": "68cc5e56032e2c000763f048", + "id": "xi7-r0hnd30S", "start_date": "2024-12-13", "venue": { "name": "Arts Quartier Budabest", @@ -6877,7 +6877,7 @@ "links": [] }, { - "id": "68cc5efc032e2c000763f049", + "id": "4lISU-CAxQDL", "start_date": "2025-09-20", "venue": { "name": "New Music Edmonton Autumn Equinox", diff --git a/server/data/images.json b/server/data/images.json index 68bf9c1..9ade495 100644 --- a/server/data/images.json +++ b/server/data/images.json @@ -1,90 +1,90 @@ [ { - "id": "564d2906e4b0ce38bd2f9b6b", + "id": "FjOGUYPKIE_3", "filename": "waterline_la_river_1.jpg", "contentType": "image/jpeg" }, { - "id": "564d2949e4b0ce38bd2f9b78", + "id": "9jfLZP23itD6", "filename": "waterline_la_river_2.jpg", "contentType": "image/jpeg" }, { - "id": "564e9bade4b0ce38bd2f9b88", + "id": "3u2LVd_kg-8W", "filename": "mbw_ostrava_1.jpg", "contentType": "image/jpeg" }, { - "id": "5653a9c2e4b0ce38bd2f9bf5", + "id": "PfXH1oYwnsqY", "filename": "quieting_rooms_image_1.jpg", "contentType": "image/jpeg" }, { - "id": "5653a9dae4b0ce38bd2f9c12", + "id": "WW2nhTChBPaD", "filename": "quieting_rooms_image_2.jpg", "contentType": "image/jpeg" }, { - "id": "5653a9e9e4b0ce38bd2f9c26", + "id": "DT_nyxIXXp4S", "filename": "quieting_rooms_image_3.jpg", "contentType": "image/jpeg" }, { - "id": "5653a9eee4b0ce38bd2f9c3a", + "id": "hbeagS52q_MB", "filename": "quieting_rooms_image_4.jpg", "contentType": "image/jpeg" }, { - "id": "5653bd2fe4b0ce38bd2f9c4a", + "id": "EYvzs489mE2o", "filename": "waterline_ostrava.jpg", "contentType": "image/jpeg" }, { - "id": "5653be13e4b0ce38bd2f9c60", + "id": "gT3E5rMNLcxJ", "filename": "minor_third_abstract.jpg", "contentType": "image/jpeg" }, { - "id": "5653be2ce4b0ce38bd2f9c6c", + "id": "Ayei6Mhmke-d", "filename": "for_gregory_chaitin.jpg", "contentType": "image/jpeg" }, { - "id": "5808bcabe4b04741c902e45e", + "id": "Yo6GUlmbZ-6K", "filename": "mbw_hundred_years_1.jpg", "contentType": "image/jpeg" }, { - "id": "5808bd3fe4b04741c902e46e", + "id": "Mjxnz9V-Dicy", "filename": "mbw_hundred_years_2.jpg", "contentType": "image/jpeg" }, { - "id": "5808bdbbe4b04741c902e480", + "id": "OFQcFOUS_tNd", "filename": "mbw_oaxaca_1.jpg", "contentType": "image/jpeg" }, { - "id": "5808bdf1e4b04741c902e48a", + "id": "kV_W-qhMHwoj", "filename": "mbw_oaxaca_2.jpg", "contentType": "image/jpeg" }, { - "id": "5808be13e4b04741c902e494", + "id": "wOj61VitPhhQ", "filename": "mbw_oaxaca_3.jpg", "contentType": "image/jpeg" }, { - "id": "58ebee414f82171557aecb3c", + "id": "L8Pj5Tbyj3SD", "filename": "rockfall.jpg", "contentType": "image/jpeg" }, { - "id": "6016e5232ab79c0001885a52", + "id": "uid0iZ44ApBB", "filename": "mbw_plants_foto.jpg" }, { - "id": "6016e64c2ab79c0001885a62", + "id": "_s4kavHdvab_", "filename": "mbw_domino_perf.jpg" } -] +] \ No newline at end of file diff --git a/server/data/my_image_gallery.json b/server/data/my_image_gallery.json index 5380a8b..0f9c1a7 100644 --- a/server/data/my_image_gallery.json +++ b/server/data/my_image_gallery.json @@ -1,48 +1,48 @@ [ { - "id": "56f75398fdc52469b6c07c56", + "id": "bnCJ0qGvYMOt", "image": "mbw_hundred_years_2.jpg", "credit": "Anton Lukoszevieze", "priority": 200 }, { - "id": "5808be40ec6cea73b9674e76", + "id": "K430nNlBthu2", "image": "mbw_oaxaca_1.jpg", "credit": "Bradford Bailey", "priority": 300 }, { - "id": "5808be4fec6cea73b9674e77", + "id": "9LbO0bV10LEl", "image": "mbw_oaxaca_2.jpg", "credit": "Bradford Bailey", "priority": 400 }, { - "id": "5808be60ec6cea73b9674e78", + "id": "wjUhdVp1tK2l", "image": "mbw_oaxaca_3.jpg", "credit": "Bradford Bailey", "priority": 500 }, { - "id": "5808ce03ec6cea73b9674e7a", + "id": "sHzL5JrYZoX7", "image": "mbw_hundred_years_1.jpg", "credit": "Anton Lukoszevieze", "priority": 100 }, { - "id": "5808d232ec6cea73b9674e7c", + "id": "g5L0bQMaSCPi", "image": "mbw_ostrava_1.jpg", "credit": "ONMD", "priority": 600 }, { - "id": "6016e58a2276b60007751e83", + "id": "NC2DYWEW4b3Q", "image": "mbw_plants_foto.jpg", "credit": "Irasema Fernández", "priority": 50 }, { - "id": "6016e6cc2276b60007751e84", + "id": "I7ES3Qs_4-iB", "image": "mbw_domino_perf.jpg", "credit": "Anna-Lena Reulein", "priority": 60 diff --git a/server/data/publications.json b/server/data/publications.json index ec4f41b..e23deb5 100644 --- a/server/data/publications.json +++ b/server/data/publications.json @@ -1,31 +1,32 @@ [ { - "id": "68e6c3abeaa478002aaf6603", + "id": "DPC42dbcPnSX", + "citationKey": "Winter26c", + "entryType": "article", + "entryTags": { + "author": "with Borot, G.", + "title": "Haros Families", + "year": "forthcoming" + } + }, + { + "id": "NVroGG5Diwkt", "citationKey": "Winter26a", "entryType": "article", "entryTags": { - "author": "Michael Winter", + "author": "", "title": "Tom Johnson and a Rational Theory of Harmony", "journal": "Journal of Mathematics and Music", "year": "2026", - "pages": "1--17", + "pages": "1–17", + "volume": "1", "publisher": "Taylor & Francis", "doi": "10.1080/17459737.2025.2591899", "url": "https://doi.org/10.1080/17459737.2025.2591899" } }, { - "id": "68e6c3abeaa478002aaf6604", - "citationKey": "Winter25a", - "entryType": "article", - "entryTags": { - "author": "with Abrahão, F., Zenil, H., Porto, F., Wehmuth, K. and D'Ottaviano, I.", - "title": "A simplicity bubble problem in formal-theoretic learning systems", - "year": "forthcoming" - } - }, - { - "id": "68e6c3abeaa478002aaf6605", + "id": "-ypiNO6zuH5M", "citationKey": "Winter24a", "entryType": "incollection", "entryTags": { @@ -38,7 +39,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6606", + "id": "AxPrV72Iz5Q-", "citationKey": "Winter23", "entryType": "article", "entryTags": { @@ -50,7 +51,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6607", + "id": "8R_y4w_PX9Ey", "citationKey": "Winter20c", "entryType": "article", "entryTags": { @@ -62,7 +63,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6608", + "id": "ir_mPsMnICaY", "citationKey": "Winter20b", "entryType": "incollection", "entryTags": { @@ -76,7 +77,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6609", + "id": "BWZsIYM7QuSI", "citationKey": "Winter20a", "entryType": "misc", "entryTags": { @@ -88,7 +89,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660a", + "id": "Eov-ZdnhB8VN", "citationKey": "Winter19c", "entryType": "incollection", "entryTags": { @@ -103,7 +104,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660b", + "id": "9fTMObVTq6bK", "citationKey": "Winter19b", "entryType": "incollection", "entryTags": { @@ -117,7 +118,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660c", + "id": "-EMgMdcmcVwG", "citationKey": "Winter19a", "entryType": "misc", "entryTags": { @@ -129,7 +130,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660d", + "id": "7MZV46hLmp0U", "citationKey": "Winter17a", "entryType": "incollection", "entryTags": { @@ -143,7 +144,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660e", + "id": "rHw-6j9K9oPH", "citationKey": "Winter16a", "entryType": "misc", "entryTags": { @@ -155,7 +156,7 @@ } }, { - "id": "68e6c3abeaa478002aaf660f", + "id": "-ZafAhCZsda1", "citationKey": "Winter15a", "entryType": "Book", "entryTags": { @@ -168,7 +169,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6610", + "id": "eLlkfz2XIvX4", "citationKey": "Winter14b", "entryType": "misc", "entryTags": { @@ -181,7 +182,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6611", + "id": "9aQaRawHso4_", "citationKey": "Winter14a", "entryType": "article", "entryTags": { @@ -196,7 +197,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6612", + "id": "ONer_k62eJM3", "citationKey": "Winter12a", "entryType": "incollection", "entryTags": { @@ -210,7 +211,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6613", + "id": "_eRFSbL5XUKe", "citationKey": "Winter11a", "entryType": "article", "entryTags": { @@ -225,7 +226,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6614", + "id": "iHTZzQNJ88MQ", "citationKey": "Winter10d", "entryType": "misc", "entryTags": { @@ -238,7 +239,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6615", + "id": "RzJxs_pCt8fD", "citationKey": "Winter10c", "entryType": "article", "entryTags": { @@ -253,7 +254,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6616", + "id": "Kbar50Nq3v6J", "citationKey": "Winter10b", "entryType": "phdthesis", "entryTags": { @@ -267,7 +268,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6617", + "id": "yNNa6PGHvo0Z", "citationKey": "Winter10a", "entryType": "article", "entryTags": { @@ -282,7 +283,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6618", + "id": "N1uPKzRxTwQD", "citationKey": "Winter09a", "entryType": "misc", "entryTags": { @@ -294,7 +295,7 @@ } }, { - "id": "68e6c3abeaa478002aaf6619", + "id": "-LOPcqph3L5K", "citationKey": "Winter08a", "entryType": "article", "entryTags": { @@ -309,7 +310,7 @@ } }, { - "id": "68e6c3abeaa478002aaf661a", + "id": "9GF-AexkMXNW", "citationKey": "Winter07b", "entryType": "article", "entryTags": { @@ -323,7 +324,7 @@ } }, { - "id": "68e6c3abeaa478002aaf661b", + "id": "ncG2WZ7EU3Yo", "citationKey": "Winter07a", "entryType": "inproceedings", "entryTags": { @@ -337,5 +338,15 @@ "address": "New York, NY, USA", "howpublished": "Automatic_notation_generators.pdf" } + }, + { + "citationKey": "Winter26b", + "entryType": "article", + "entryTags": { + "author": "with Abrahão, F., Zenil, H., Porto, F., Wehmuth, K. and D'Ottaviano, I.", + "title": "A simplicity bubble problem in formal-theoretic learning systems", + "year": "forthcoming" + }, + "id": "WTv69enTBSla" } ] \ No newline at end of file diff --git a/server/data/pubs.json b/server/data/pubs.json index 9913811..71a6bfb 100644 --- a/server/data/pubs.json +++ b/server/data/pubs.json @@ -1,93 +1,93 @@ [ { - "id": "5643a187e4b0ce38bd2f9ab1", + "id": "2y-6XNLXQ3Kv", "filename": "Dissonant_counterpoint_and_statistical_feedback.pdf", "contentType": "application/pdf" }, { - "id": "56454db7e4b0ce38bd2f9ab8", + "id": "49bh0wsPDpzA", "filename": "Chordal_and_timbral_morphologies_using_Hamiltonian_cycles.pdf", "contentType": "application/pdf" }, { - "id": "56454e40e4b0ce38bd2f9ad5", + "id": "U2AfhImsaEFX", "filename": "Livescore.pdf", "contentType": "application/pdf" }, { - "id": "56454e92e4b0ce38bd2f9adb", + "id": "6tTu0iOYtY8K", "filename": "Structural_Metrics.pdf", "contentType": "application/pdf" }, { - "id": "56454fe7e4b0ce38bd2f9af3", + "id": "te6YrmfCk63U", "filename": "On_Arbor_Vitae.pdf", "contentType": "application/pdf" }, { - "id": "56455116e4b0ce38bd2f9b01", + "id": "s0C9tfMACnls", "filename": "Automatic_notation_generators.pdf", "contentType": "application/pdf" }, { - "id": "57e93ca6e4b04741c902e446", + "id": "m1t1rgZWnVrM", "filename": "On_minimal_change_musical_morphologies.pdf", "contentType": "application/pdf" }, { - "id": "5895474d4f82171557aecb0c", + "id": "Iir5aas-fPPF", "filename": "polansky_piano_liner_notes.pdf" }, { - "id": "5d1a4e686082b53a9fd05d37", + "id": "X76BEAB5wCTW", "filename": "A_few_more_thoughts_about_Leibniz.pdf" }, { - "id": "5d1a4f6c6082b53a9fd05d47", + "id": "7A7RlR6unb1g", "filename": "tenney_changes_liner_notes.pdf" }, { - "id": "5f41b67830c49e00011f3c22", + "id": "Frjy7y0Mrhlt", "filename": "metaphenomenology_primer.pdf" }, { - "id": "5fb7bc05b3cb1f0001a435fc", + "id": "f0ZC2Y5hy4nm", "filename": "krieger_yggdrasil_soli_liner_notes.pdf" }, { - "id": "5fd5f5484d27fc0001f8273a", + "id": "Qppt7LdoqM1s", "filename": "reflections_on_the_quarantine_seminars.pdf" }, { - "id": "623d6e8da7b11b000184f463", + "id": "1OeCdeZNsUTI", "filename": "metaphenomenology_proposal.pdf" }, { - "id": "64f0d0a756991947b7dacbf1", + "id": "PpmFnuNEmYDf", "filename": "barlow_hidden_gems.pdf" }, { - "id": "652e6cbb5f08170e024432e0", + "id": "LsbxPxPJ_mcX", "filename": "hdp_poster.pdf" }, { - "id": "6551fbff85cc5850833c9f45", + "id": "IWVbBVgDpzar", "filename": "a_few_thoughts_exhibition_poster.pdf" }, { - "id": "65e6219f2c04433ddf02c143", + "id": "W6YnbIyqcNwb", "filename": "selected_work_samples.pdf" }, { - "id": "668d27e5ec71714cfe60e33e", + "id": "dWqHoUmShNIA", "filename": "compact_sets_description.pdf" }, { - "id": "67c96a0e1499351cfea1757c", + "id": "vtzBsSAinrnu", "filename": "teaching_statement.pdf" }, { - "id": "67c96a6e1499351cfea17580", + "id": "4Jjf5-go8POP", "filename": "research_statement.pdf" } ] \ No newline at end of file diff --git a/server/data/releases.json b/server/data/releases.json index 972ed45..b2ffcc8 100644 --- a/server/data/releases.json +++ b/server/data/releases.json @@ -1,6 +1,6 @@ [ { - "id": "563eb5a4dbb260acfadc4c35", + "id": "RJSQqLlVV_0N", "title": "west coast soundings", "label": "Edition Wandelweiser Records", "date": "2014", @@ -50,7 +50,7 @@ ] }, { - "id": "563eb670dbb260acfadc4c36", + "id": "L7lhY7GTL4Uf", "title": "DIY Canons", "label": "Pogus Records", "date": "2005", @@ -67,7 +67,7 @@ ] }, { - "id": "563eb762dbb260acfadc4c37", + "id": "aw4oak5-sylL", "title": "Music of Ostrava Days 2009 Live", "label": "Ostrava Center for New Music", "date": "2009", @@ -85,7 +85,7 @@ ] }, { - "id": "563eb819dbb260acfadc4c38", + "id": "m82-1eI1RP7j", "title": "rounds", "label": "the wulf. records", "date": "2013", @@ -101,7 +101,7 @@ ] }, { - "id": "5a4940b705a681a2659a0efe", + "id": "yfcxLmzKf-D5", "title": "approximating omega", "label": "Edition Wandelweiser Records", "date": "2017", @@ -121,7 +121,7 @@ ] }, { - "id": "5a49621905a681a2659a0eff", + "id": "_o2w2fvMqWQA", "title": "lower limit", "label": "New World Records", "date": "2018", @@ -147,7 +147,7 @@ ] }, { - "id": "5b46022cd66afc4a413f148c", + "id": "xPfN8qA4Ddho", "title": "preliminary thoughts", "label": "Bahn Mi Verlag", "date": "2018", @@ -164,7 +164,7 @@ ] }, { - "id": "5b460243d66afc4a413f1495", + "id": "TFqI3_v6d1JF", "title": "preliminary thoughts", "label": "Tsonami Records", "date": "2018", @@ -181,7 +181,7 @@ ] }, { - "id": "6016c9742276b60007751e82", + "id": "FjBp3OfziW3w", "title": "single track", "label": "Another Timbre", "date": "2021", @@ -198,7 +198,7 @@ ] }, { - "id": "61f777b0dc86b900073f369d", + "id": "2PivtC6zdgXN", "title": "Counterfeiting in Colonial Connecticut", "label": "XI Records", "date": "2022", diff --git a/server/data/scores.json b/server/data/scores.json index dfd1e26..d960dfd 100644 --- a/server/data/scores.json +++ b/server/data/scores.json @@ -1,732 +1,732 @@ [ { - "id": "563c8608e4b0ce38bd2f97ba", + "id": "m158ldbXuile", "filename": "to_hum_and_walk_score.pdf", "contentType": "application/pdf", "legacy_filename": "to_hum_and_walk_total.pdf" }, { - "id": "563c8609e4b0ce38bd2f97c2", + "id": "-Q58yZzoM2O9", "filename": "a_conversation_score.pdf", "contentType": "application/pdf", "legacy_filename": "a_conversation.pdf" }, { - "id": "563c860ae4b0ce38bd2f97c6", + "id": "eOHGLt2gY_JY", "filename": "necklaces_score.pdf", "contentType": "application/pdf", "legacy_filename": "necklaces_total.pdf" }, { - "id": "563c860ae4b0ce38bd2f97cc", + "id": "-MhggzY2EbF8", "filename": "partition_and_gate_score.pdf", "contentType": "application/pdf", "legacy_filename": "partition_and_gate_total.pdf" }, { - "id": "563c860ce4b0ce38bd2f97d9", + "id": "z4zV9kBApMVf", "filename": "order_matters_score.pdf", "contentType": "application/pdf", "legacy_filename": "order_matters.pdf" }, { - "id": "563c860de4b0ce38bd2f97dd", + "id": "JaVHJ79AjRHc", "filename": "to_converge_abstract_score.pdf", "contentType": "application/pdf", "legacy_filename": "to_converge_abstract.pdf" }, { - "id": "563c8611e4b0ce38bd2f97e1", + "id": "eI1YfrE4YJhI", "filename": "material_for_james_klopfleisch_score.pdf", "contentType": "application/pdf", "legacy_filename": "material.pdf" }, { - "id": "563c8612e4b0ce38bd2f9801", + "id": "XgR0i5R009n0", "filename": "lv_score.pdf", "contentType": "application/pdf", "legacy_filename": "lv.pdf" }, { - "id": "563c8613e4b0ce38bd2f9807", + "id": "WhKFBj136LkU", "filename": "glass_economies_score.pdf", "contentType": "application/pdf", "legacy_filename": "glass economies_2013_03_09.pdf" }, { - "id": "563c8616e4b0ce38bd2f980c", + "id": "6rWsneWcrbrj", "filename": "economy_study_in_one_dimension_score.pdf", "contentType": "application/pdf", "legacy_filename": "economy_study.pdf" }, { - "id": "563c8616e4b0ce38bd2f9814", + "id": "9aVhYfaCT64D", "filename": "copyedit_score.pdf", "contentType": "application/pdf", "legacy_filename": "copyedit.pdf" }, { - "id": "563c8616e4b0ce38bd2f9818", + "id": "Q4w0RGiUPW1J", "filename": "quieting_rooms_score.pdf", "contentType": "application/pdf", "legacy_filename": "quieting_rooms_score_final.pdf" }, { - "id": "563c861be4b0ce38bd2f981c", + "id": "dTNvWwaxb85d", "filename": "half_normal_score.pdf", "contentType": "application/pdf", "legacy_filename": "half_normal_draft.pdf" }, { - "id": "563c861be4b0ce38bd2f982d", + "id": "OgGiSvyYylfL", "filename": "project_reflect_refract_score.pdf", "contentType": "application/pdf", "legacy_filename": "project_reflect_refract.pdf" }, { - "id": "563c861be4b0ce38bd2f9831", + "id": "etgSIK-Hn_1G", "filename": "minor_third_score.pdf", "contentType": "application/pdf", "legacy_filename": "minor_third.pdf" }, { - "id": "563c861de4b0ce38bd2f9835", + "id": "5XEWCcwAGsee", "filename": "mass_and_band_score.pdf", "contentType": "application/pdf", "legacy_filename": "mass_and_band.pdf" }, { - "id": "563c861de4b0ce38bd2f983c", + "id": "VeONcrUL8AFv", "filename": "minor_third_abstract_score.pdf", "contentType": "application/pdf", "legacy_filename": "minor_third_abstract.pdf" }, { - "id": "563c8623e4b0ce38bd2f9840", + "id": "u9gf61OoXs_7", "filename": "slip_and_stitch_score.pdf", "contentType": "application/pdf", "legacy_filename": "slip_and_stitch.pdf" }, { - "id": "563c8629e4b0ce38bd2f9846", + "id": "Wz1UlVca9RKb", "filename": "lower_limit_score.pdf", "contentType": "application/pdf", "legacy_filename": "lowerlimittotalrev.pdf" }, { - "id": "563c862ae4b0ce38bd2f986d", + "id": "DUa2ujvrvl9e", "filename": "line_and_cipher_score.pdf", "contentType": "application/pdf", "legacy_filename": "line_and_cipher_full_score_7_24_2011.pdf" }, { - "id": "563c862be4b0ce38bd2f9874", + "id": "-LTwDS_c6XTX", "filename": "partition_conjugate_prime_choir|orchestra|choir_one|two|onescore.pdf", "contentType": "application/pdf", "legacy_filename": "partition_conjugate_prime.pdf" }, { - "id": "563c862ce4b0ce38bd2f987b", + "id": "GykePt-W4KGm", "filename": "subset_canon_score.pdf", "contentType": "application/pdf", "legacy_filename": "subset_canon.pdf" }, { - "id": "563c862ce4b0ce38bd2f9880", + "id": "H5gbpJxLq-uE", "filename": "scene_plus_plus_score.pdf", "contentType": "application/pdf", "legacy_filename": "scene++.pdf" }, { - "id": "563c862de4b0ce38bd2f9884", + "id": "MRyKE1l31cON", "filename": "before_you_cure_the_beast_score.pdf", "contentType": "application/pdf", "legacy_filename": "before_you_cure_the_beast.pdf" }, { - "id": "563c862de4b0ce38bd2f9888", + "id": "7EdNegCuQXl4", "filename": "just_above_and_or_below_the_waterline_score.pdf", "contentType": "application/pdf", "legacy_filename": "waterline.pdf" }, { - "id": "563c862de4b0ce38bd2f988c", + "id": "xFz_OZVBpk5i", "filename": "pedal_triangle_machine_and_perhaps_coda_score.pdf", "contentType": "application/pdf", "legacy_filename": "pedal_triangle_machine_and_coda.pdf" }, { - "id": "563c862ee4b0ce38bd2f9891", + "id": "ROVS6ThZd5ZU", "filename": "after_eons_score.pdf", "contentType": "application/pdf", "legacy_filename": "after_eons.pdf" }, { - "id": "563c862fe4b0ce38bd2f9895", + "id": "LKDSO-yQ6z6N", "filename": "Approximating_Omega_score.pdf", "contentType": "application/pdf", "legacy_filename": "Approximating_Omega.pdf" }, { - "id": "563c862fe4b0ce38bd2f989b", + "id": "867-uJB2zzp4", "filename": "piano_machine_score.pdf", "contentType": "application/pdf", "legacy_filename": "piano_machine.pdf" }, { - "id": "563c8630e4b0ce38bd2f989f", + "id": "FcY4VkwQEEH1", "filename": "recitation_code_and_perhaps_round_score.pdf", "contentType": "application/pdf", "legacy_filename": "recitation_code_and_round.pdf" }, { - "id": "563c8630e4b0ce38bd2f98a5", + "id": "lRBMgqx-LOOG", "filename": "field_and_perfect_circuit_score.pdf", "contentType": "application/pdf", "legacy_filename": "field_and_perfect_circuit.pdf" }, { - "id": "563c8631e4b0ce38bd2f98aa", + "id": "Kel8VGF0P-wK", "filename": "for_gregory_chaitin_score.pdf", "contentType": "application/pdf", "legacy_filename": "for_gregory_chaitin.pdf" }, { - "id": "563c8631e4b0ce38bd2f98ae", + "id": "uXKEb4Tkg3BV", "filename": "for_Sol_LeWitt_score.pdf", "contentType": "application/pdf", "legacy_filename": "for_Sol_LeWitt.pdf" }, { - "id": "563c8633e4b0ce38bd2f98b2", + "id": "8q1vjrG2-EzG", "filename": "gray_codes_score.pdf", "contentType": "application/pdf", "legacy_filename": "gray_codes.pdf" }, { - "id": "563c8639e4b0ce38bd2f98bf", + "id": "gywvVWZ3lWo1", "filename": "towards_completeness_score.pdf", "contentType": "application/pdf", "legacy_filename": "towards_completeness.pdf" }, { - "id": "563c863ae4b0ce38bd2f98ea", + "id": "sIRto8UcCH6t", "filename": "small_world_score.pdf", "contentType": "application/pdf", "legacy_filename": "small_world.pdf" }, { - "id": "563c863be4b0ce38bd2f98f0", + "id": "hHrVBlMb9nlk", "filename": "dissection_and_field_score.pdf", "contentType": "application/pdf", "legacy_filename": "dissection_and_field.pdf" }, { - "id": "563c863ce4b0ce38bd2f98f7", + "id": "OSjG5a8LCdZL", "filename": "20_arrows_9_dashes_score.pdf", "contentType": "application/pdf", "legacy_filename": "arrows_and_dashes.pdf" }, { - "id": "563c863ce4b0ce38bd2f98fb", + "id": "GPI_RqaTChHq", "filename": "for_orin_hildestad_score.pdf", "contentType": "application/pdf", "legacy_filename": "for_orin_hildestad.pdf" }, { - "id": "563c863ce4b0ce38bd2f98ff", + "id": "U-Oraqfi7lEe", "filename": "room_and_seams_score.pdf", "contentType": "application/pdf", "legacy_filename": "room_and_seams.pdf" }, { - "id": "563c863de4b0ce38bd2f9903", + "id": "rDBCF2ZYOhI2", "filename": "seams_score.pdf", "contentType": "application/pdf", "legacy_filename": "seams.pdf" }, { - "id": "563c863de4b0ce38bd2f9908", + "id": "pqidSLvqeKBe", "filename": "resonance_i_score.pdf", "contentType": "application/pdf", "legacy_filename": "resonance_i.pdf" }, { - "id": "563c863ee4b0ce38bd2f9911", + "id": "lsgdXB9nP9ec", "filename": "after_a_koan_score.pdf", "contentType": "application/pdf", "legacy_filename": "after_a_koan.pdf" }, { - "id": "563c863ee4b0ce38bd2f9915", + "id": "sdftGKu3Ouq5", "filename": "sound_sound_score.pdf", "contentType": "application/pdf", "legacy_filename": "sound_dot_sound.pdf" }, { - "id": "563c863fe4b0ce38bd2f9919", + "id": "Kmb0dFG53trH", "filename": "many_many_score.pdf", "contentType": "application/pdf", "legacy_filename": "many_many.pdf" }, { - "id": "563c863fe4b0ce38bd2f991d", + "id": "Y9Jzpjh_pxiQ", "filename": "4_James_Orsher_score.pdf", "contentType": "application/pdf", "legacy_filename": "4_james_orsher.pdf" }, { - "id": "563c8640e4b0ce38bd2f9921", + "id": "2Ay2fqEtRtYK", "filename": "Entropic_Canon_score.pdf", "contentType": "application/pdf", "legacy_filename": "Entropic_Canon.pdf" }, { - "id": "563c8640e4b0ce38bd2f9926", + "id": "w9X4KPWl_vlx", "filename": "Three_score.pdf", "contentType": "application/pdf", "legacy_filename": "Three.pdf" }, { - "id": "563c8640e4b0ce38bd2f992a", + "id": "Ze2Ux2O4bqub", "filename": "Transplanting_06_11_07_06_16_07_or_Transcription_USA_score.pdf", "contentType": "application/pdf", "legacy_filename": "USA.pdf" }, { - "id": "563c8641e4b0ce38bd2f992e", + "id": "H0AIBgtnVHx6", "filename": "a_chance_happening_score.pdf", "contentType": "application/pdf", "legacy_filename": "a_chance_happening.pdf" }, { - "id": "563c8641e4b0ce38bd2f9933", + "id": "Jt1dFglegV1j", "filename": "cactus_for_james_orsher_score.pdf", "contentType": "application/pdf", "legacy_filename": "cactus.pdf" }, { - "id": "563c8641e4b0ce38bd2f9937", + "id": "vE7KG8FJlbeB", "filename": "1_sample_x_performers_y_seconds_score.pdf", "contentType": "application/pdf", "legacy_filename": "1sample_xperformers_yseconds.pdf" }, { - "id": "563c8645e4b0ce38bd2f993b", + "id": "w8UezkjG3avW", "filename": "4_Ascents_for_James_Tenney_score.pdf", "contentType": "application/pdf", "legacy_filename": "4_Ascents_for_James_Tenney.pdf" }, { - "id": "563c8646e4b0ce38bd2f9955", + "id": "InW8eR8fg_hl", "filename": "Trajectories_score.pdf", "contentType": "application/pdf", "legacy_filename": "Trajectories.pdf" }, { - "id": "563c864be4b0ce38bd2f995a", + "id": "ObtNHYU9n6Fa", "filename": "Prime_Decomposition_score.pdf", "contentType": "application/pdf", "legacy_filename": "Prime_Decomposition.pdf" }, { - "id": "563c864de4b0ce38bd2f997e", + "id": "ZWbZlVsbrmFJ", "filename": "Intersections_I_score.pdf", "contentType": "application/pdf", "legacy_filename": "Intersections_I.pdf" }, { - "id": "563c8652e4b0ce38bd2f9988", + "id": "6rVxJKQ24xsp", "filename": "Streams_I_score.pdf", "contentType": "application/pdf", "legacy_filename": "Streams_I.pdf" }, { - "id": "563c8653e4b0ce38bd2f99a3", + "id": "OnPdRCnQh8MQ", "filename": "diy_for_larry_polansky_score.pdf", "contentType": "application/pdf", "legacy_filename": "diy_for_larry_polansky.pdf" }, { - "id": "563c8653e4b0ce38bd2f99a7", + "id": "Oy4DRlEqznd-", "filename": "three_books_and_a_dissertation_score.pdf", "contentType": "application/pdf", "legacy_filename": "three_books_and_a_dissertation_rev.pdf" }, { - "id": "563c8653e4b0ce38bd2f99ab", + "id": "qsICSyW_pbvO", "filename": "in_tone_score.pdf", "contentType": "application/pdf", "legacy_filename": "in_tone.pdf" }, { - "id": "563c8653e4b0ce38bd2f99af", + "id": "M-w0eGHg5byi", "filename": "random_I_score.pdf", "contentType": "application/pdf", "legacy_filename": "random_I.pdf" }, { - "id": "563c8654e4b0ce38bd2f99b3", + "id": "X5bdn2KmwEhq", "filename": "almost_every_piece_score.pdf", "contentType": "application/pdf", "legacy_filename": "almost_every_piece.pdf" }, { - "id": "563c8654e4b0ce38bd2f99b7", + "id": "CeasV2B6EkgA", "filename": "for_cassia_streb_score.pdf", "contentType": "application/pdf", "legacy_filename": "for_cassia_streb.pdf" }, { - "id": "563c8655e4b0ce38bd2f99bb", + "id": "1UjyRF913-p-", "filename": "for_michael_pisaro_score.pdf", "contentType": "application/pdf", "legacy_filename": "for_michael_pisaro.pdf" }, { - "id": "563c8656e4b0ce38bd2f99bf", + "id": "QtVsFTXzlc1V", "filename": "sort_I_score.pdf", "contentType": "application/pdf", "legacy_filename": "sort_I.pdf" }, { - "id": "563c865ee4b0ce38bd2f99c8", + "id": "Hkh_h9iB3KWY", "filename": "nothingI_score.pdf", "contentType": "application/pdf", "legacy_filename": "nothing_I.pdf" }, { - "id": "563c865fe4b0ce38bd2f9a01", + "id": "BiOmtLZZkZRv", "filename": "A_Gaussian_Canon_score.pdf", "contentType": "application/pdf", "legacy_filename": "A_Gaussian_Canon.pdf" }, { - "id": "563c8660e4b0ce38bd2f9a06", + "id": "mD56ubIpwQ7M", "filename": "Infinity_III_score.pdf", "contentType": "application/pdf", "legacy_filename": "Infinity_III.pdf" }, { - "id": "563c8660e4b0ce38bd2f9a0b", + "id": "nOc_aOBSPnJ3", "filename": "Lecture_on_Infinity_score.pdf", "contentType": "application/pdf", "legacy_filename": "Lecture_on_Infinity_Realization.pdf" }, { - "id": "563c8661e4b0ce38bd2f9a0f", + "id": "mO66hAlbeeVA", "filename": "A_Flourish_score.pdf", "contentType": "application/pdf", "legacy_filename": "A_Flourish.pdf" }, { - "id": "563c8661e4b0ce38bd2f9a14", + "id": "EHJY4xynBAV2", "filename": "Infinity_2_score.pdf", "contentType": "application/pdf", "legacy_filename": "Infinity_2.pdf" }, { - "id": "563c8661e4b0ce38bd2f9a18", + "id": "Aoq0Nhhtab35", "filename": "Perspectives_I_score.pdf", "contentType": "application/pdf", "legacy_filename": "Perspectives_I_revised.pdf" }, { - "id": "563c8663e4b0ce38bd2f9a1c", + "id": "IRVRKl9a2otK", "filename": "Commas_score.pdf", "contentType": "application/pdf", "legacy_filename": "Commas.pdf" }, { - "id": "563c8663e4b0ce38bd2f9a23", + "id": "TcXmij_c8dp1", "filename": "a_set_of_pieces_with_one_note_score.pdf", "contentType": "application/pdf", "legacy_filename": "a_set_of_pieces_with_one_note.pdf" }, { - "id": "563c8663e4b0ce38bd2f9a27", + "id": "nvYSv_DhaorZ", "filename": "Infinity_1_score.pdf", "contentType": "application/pdf", "legacy_filename": "Infinity_1.pdf" }, { - "id": "563c8667e4b0ce38bd2f9a2b", + "id": "zQikLxxl4VoY", "filename": "Filter_IVP_I_X_LStudy_No1_score.pdf", "contentType": "application/pdf", "legacy_filename": "Filter_IV.pdf" }, { - "id": "563c866ae4b0ce38bd2f9a44", + "id": "XcDpAm9fBQEf", "filename": "Filter_IIITransformation_Filter_score.pdf", "contentType": "application/pdf", "legacy_filename": "Filter_III.pdf" }, { - "id": "563c866be4b0ce38bd2f9a5b", + "id": "kGxr5kHuJICm", "filename": "Difference_score.pdf", "contentType": "application/pdf", "legacy_filename": "Difference.pdf" }, { - "id": "563c866ce4b0ce38bd2f9a60", + "id": "djdHNtzpKAzI", "filename": "2_Filters_score.pdf", "contentType": "application/pdf", "legacy_filename": "2_Filters.pdf" }, { - "id": "563c866ce4b0ce38bd2f9a64", + "id": "6p0lXLdP3EpF", "filename": "Flux_score.pdf", "contentType": "application/pdf", "legacy_filename": "Flux.pdf" }, { - "id": "563c866ee4b0ce38bd2f9a68", + "id": "-z4dWgEGaDnS", "filename": "Fission_score.pdf", "contentType": "application/pdf", "legacy_filename": "Fission.pdf" }, { - "id": "563c866fe4b0ce38bd2f9a71", + "id": "n9AqOo-8G7mD", "filename": "Coincidental_Canon_score.pdf", "contentType": "application/pdf", "legacy_filename": "Coincidental_Canon.pdf" }, { - "id": "563c866fe4b0ce38bd2f9a76", + "id": "tBnzQFfM8SiT", "filename": "A_Meditation_for_Solo_Piano_score.pdf", "contentType": "application/pdf", "legacy_filename": "A_Meditation_for_Solo_Piano_With_Correction.pdf" }, { - "id": "563c866fe4b0ce38bd2f9a7a", + "id": "9sAylc_wGAKw", "filename": "Beat_Canon_score.pdf", "contentType": "application/pdf", "legacy_filename": "Beat_Canon.pdf" }, { - "id": "5652d28ce4b0ce38bd2f9b8c", + "id": "eFu20sAA1GrU", "filename": "welcome_round_for_larry_score.pdf", "contentType": "application/pdf" }, { - "id": "5652d32be4b0ce38bd2f9b90", + "id": "p42ntM0-WKTE", "filename": "to_walk_and_ponder_abstract_score.pdf", "contentType": "application/pdf" }, { - "id": "5665e6d8e4b09ed7b5997f5e", + "id": "onvhnUSHIEGq", "filename": "to_walk_and_ponder_score.pdf", "contentType": "application/pdf" }, { - "id": "5696d8fde4b024208f68fb4b", + "id": "Y0WuNckhDika", "filename": "Approximating_Omega_redux_score.pdf", "contentType": "application/pdf", "legacy_filename": "Approximating_Omega_redux.pdf" }, { - "id": "56f70ad1e4b024208f68fb5c", + "id": "Myjb2Pg7_WMA", "filename": "single_track_score.pdf", "contentType": "application/pdf" }, { - "id": "57b9e35ae4b04741c902e408", + "id": "bP-v9NQ0Ncbx", "filename": "essay_on_the_art_of_combinations_score.pdf", "contentType": "application/pdf" }, { - "id": "57fcf5f2e4b04741c902e455", + "id": "MpwtpWe0Hq0a", "filename": "chorale_and_finely_tuned_resonators_score.pdf", "contentType": "application/pdf" }, { - "id": "5825aaa4e4b04741c902e4aa", + "id": "2axk0Q1mH8mR", "filename": "tergiversate_score.pdf", "contentType": "application/pdf" }, { - "id": "5887d3b0e4b00a1088060677", + "id": "Uq5rrOfsWRr6", "filename": "scaffold_and_map_score.pdf", "contentType": "application/pdf" }, { - "id": "5887d57fe4b00a108806067d", + "id": "5JpoLb1feVNk", "filename": "Vein_Transcription_score.pdf", "contentType": "application/pdf" }, { - "id": "5887d614e4b00a1088060686", + "id": "3culbWusOCOy", "filename": "a_tone_for_Eric_KM_Clark_score.pdf", "contentType": "application/pdf" }, { - "id": "5887d7c5e4b00a1088060690", + "id": "K6os_TzMGGU3", "filename": "Chromatic_Study_score.pdf", "contentType": "application/pdf" }, { - "id": "588fb6a5e4b00a108806069c", + "id": "VOfn9QYd39KI", "filename": "pedal_triangle_machine_and_perhaps_coda_abstract_score.pdf", "contentType": "application/pdf" }, { - "id": "58efa0c64f82171557aecb4c", + "id": "QzkcAWohyA5i", "filename": "rockfall_score.pdf", "contentType": "application/pdf" }, { - "id": "591795f54f82171557aecb52", + "id": "2okI-QEtG3H4", "filename": "curved_bow_and_negative_score.pdf", "contentType": "application/pdf" }, { - "id": "591912704f82171557aecb56", + "id": "GJFJS99TcvtA", "filename": "preliminary_thoughts_score.pdf", "contentType": "application/pdf" }, { - "id": "592b1bac4f82171557aecb5e", + "id": "xgZXUGBccoMC", "filename": "maximum_change_score.pdf", "contentType": "application/pdf" }, { - "id": "59c07efd4f82173ab19ada9c", + "id": "G1k8sq59v7i5", "filename": "flight_path_score.pdf", "contentType": "application/pdf" }, { - "id": "5a4e9be14f82170dbbb3fe80", + "id": "Y54BejC2g2jL", "filename": "ida_for_amy_score.pdf", "contentType": "application/pdf" }, { - "id": "5a74c5804f82170dbbb3fe83", + "id": "cvT8HDgC8C5a", "filename": "reading_piece_for_library_or_bookstore_score.pdf", "contentType": "application/pdf" }, { - "id": "5a8cc49d4f82170dbbb3fe86", + "id": "pKhw98IUmq-u", "filename": "mercado_san_juan_score.pdf", "contentType": "application/pdf" }, { - "id": "5b7537ec6082b532131ffbb8", + "id": "ozpq25Aw25vU", "filename": "dear_robert_perhaps_all_is_a_type_of_cartography_score.pdf", "contentType": "application/pdf" }, { - "id": "5d87e5c7b0deb577f86dbccb", + "id": "DmkbBsIzY-3e", "filename": "remembering_clive_wearing_score.pdf", "contentType": "application/pdf" }, { - "id": "5dd72b4030c49e0001961b62", + "id": "RJksw6BIUYQ0", "filename": "fanfare_score.pdf", "contentType": "application/pdf" }, { - "id": "5dd72f2730c49e0001961b6b", + "id": "N37AyHkXCUaT", "filename": "generator_and_metal_score.pdf", "contentType": "application/pdf" }, { - "id": "5dd81c3030c49e0001961b74", + "id": "H59KZk6GgupY", "filename": "4_computer_music_studies_score.pdf" }, { - "id": "5dd81cca30c49e0001961b77", + "id": "G_nKVpTzF5H6", "filename": "field_and_perfect_circuit_redux_score.pdf" }, { - "id": "5dd81d8630c49e0001961b7a", + "id": "6jvOauVcxbht", "filename": "south_america_miscellany_score.pdf" }, { - "id": "5dd81f0130c49e0001961b7d", + "id": "d2xJwNk0kBbt", "filename": "generator_hierarchical_dust_and_necklaces_score.pdf" }, { - "id": "5fb7b300b3cb1f0001a435f5", + "id": "Gzy_MJ4ArqRw", "filename": "ostinato_and_interrupt_score.pdf" }, { - "id": "5fc7d91fdc48810001a0b03d", + "id": "PkriMv8EBxT-", "filename": "a_great_conjunction_score.pdf" }, { - "id": "60460fe536d1a00001414e78", + "id": "tqDMWQFi0INn", "filename": "counterfeiting_in_colonial_connecticut_score.pdf" }, { - "id": "605b56e836d1a00001414e82", + "id": "uAzaRS5g2zpf", "filename": "a_lot_of_tiles_trivial_scan_score.pdf" }, { - "id": "63b42841adbe1d0001aec080", + "id": "9WY8Q1-3I6We", "filename": "varilude_score.pdf" }, { - "id": "63b428b1adbe1d0001aec083", + "id": "TsEa9DD2NNLa", "filename": "dawning_redux_score.pdf" }, { - "id": "64ce79769acad10629df3e81", + "id": "OIyblv4qwMur", "filename": "to_kill_a_monarch_score.pdf" }, { - "id": "658572513fe9480f1fee5a71", + "id": "B1cwahLc0CJU", "filename": "kari_score.pdf" }, { - "id": "658573393fe9480f1fee5a76", + "id": "GMY9_G2zz7Ra", "filename": "berger_score.pdf" }, { - "id": "658573563fe9480f1fee5a7c", + "id": "JGt9O_3HtXW6", "filename": "robinson_score.pdf" }, { - "id": "6585737e3fe9480f1fee5a82", + "id": "vHsjaVM4-5_V", "filename": "penrose_score.pdf" }, { - "id": "6585739c3fe9480f1fee5a8a", + "id": "bamR1GStiiAN", "filename": "ammann_score.pdf" }, { - "id": "658573f33fe9480f1fee5a92", + "id": "MwTjifAJKJgo", "filename": "jaendel_rao_score.pdf" }, { - "id": "658d5d163fe9480f1fee5b25", + "id": "chINUIZXIGYB", "filename": "a_history_of_the_domino_problem_score.pdf" }, { - "id": "65e0edbd754b7b40912d8b36", + "id": "tOtc_QYYpP0T", "filename": "steady_state_score.pdf" }, { - "id": "65efb2f231f0901f0b54c607", + "id": "_0ygyYOzOgTx", "filename": "seeds_and_ledgers_1_to_3_score.pdf" }, { - "id": "670a9dbeaca15f385f331ef5", + "id": "gN_NJSI3oQVy", "filename": "critical_loci_score.pdf" }, { - "id": "679b64e20535710da6888a12", + "id": "kGOOrS17U0t7", "filename": "compact_sets_1_to_3_score.pdf" }, { - "id": "684f30ab375c1f1e1fed79d2", + "id": "ezTb0xTcBmd_", "filename": "harmonie_universelle_score.pdf" }, { - "id": "68cc5d15dd004e124b67ef1e", + "id": "wp18-XqUyePK", "filename": "access_intimacy_score.pdf" }, { - "id": "69023da3bb125219c6bf5487", + "id": "VgD-pAdovLY3", "filename": "haros_family_etude_no_1_score.pdf" } ] \ No newline at end of file diff --git a/server/data/talks.json b/server/data/talks.json index 85c572e..ca8657a 100644 --- a/server/data/talks.json +++ b/server/data/talks.json @@ -1,54 +1,54 @@ [ { - "id": "5588abde01ef54a5e505f6d7", + "id": "rk-isJ-DMAcx", "location": "Conservatorio de Las Rosas, Morelia", "title": "New music for guitars", "date": "2014-12-01" }, { - "id": "5588abde01ef54a5e505f6d8", + "id": "cwHwpMTiAUyR", "location": "Universidad de Chile, Santiago", "title": "Algorithmic Information Theory, Metabiology, Music", "date": "2014-08-01" }, { - "id": "5588abde01ef54a5e505f6d9", + "id": "klvsP6fyjQ6v", "location": "Universidad de Buenos Aires", "title": "Algorithmic Information Theory, Metabiology, Music", "date": "2014-08-01" }, { - "id": "5588abde01ef54a5e505f6da", + "id": "xKpuinmWOUel", "location": "Universidade Federal de Mato Grosso", "title": "Algorithmic Information Theory, Metabiology, Music", "date": "2014-07-01" }, { - "id": "5588abde01ef54a5e505f6db", + "id": "j8RfXAIPWn71", "location": "Universidade de São Paulo", "title": "Shape and Structure: a few good ideas on form and detail", "date": "2014-05-15" }, { - "id": "5588abde01ef54a5e505f6dc", + "id": "t8JCz7IpXCD_", "location": "Escola de Música e Belas Artes do Paraná", "title": "On community and radicality: a personal survey of dangerous artists and art movements", "date": "2014-05-01" }, { - "id": "5588abde01ef54a5e505f6dd", + "id": "R9MwYiYPYWer", "location": "University of California, Santa Cruz", "title": "Several extremely simple ideas", "date": "2014-02-01" }, { - "id": "5588abde01ef54a5e505f6de", + "id": "owKSz5bmyi3c", "location": "University of California, Santa Barbara", "title": "Adapting and applying digital signal processing techniques to high-level music information", "date": "2014-01-01" }, { - "id": "5588abde01ef54a5e505f6df", + "id": "OXxz0upSYGRs", "location": "Workshop for Algorithmic Computer Music at University of California, Santa Cruz", "title": [ "A few thoughts on musical structure", @@ -57,7 +57,7 @@ "date": "2013-07-01" }, { - "id": "5588abde01ef54a5e505f6e1", + "id": "lSCC_MULXAFC", "location": "Dartmouth College", "title": [ "Where do you get your data from?", @@ -66,19 +66,19 @@ "date": "2013-05-01" }, { - "id": "5588abde01ef54a5e505f6e3", + "id": "h-9MJvW0PHip", "location": "Wesleyan University", "title": "My software thinks your software is beautiful: a few words about metabiology, beauty and music", "date": "2011-11-01" }, { - "id": "5588abde01ef54a5e505f6e4", + "id": "uyxmioXiS9S3", "location": "University of California, Santa Cruz", "title": "A few words on elegance, creativity and beauty", "date": "2011-10-01" }, { - "id": "5588abde01ef54a5e505f6e5", + "id": "j3ccfJN651Y3", "location": "Dartmouth College", "title": [ "On James Tenney’s Changes for six harps", @@ -87,91 +87,91 @@ "date": "2011-04-01" }, { - "id": "5588abde01ef54a5e505f6e7", + "id": "HOlDwWDmjH67", "location": "IRCAM, Paris", "title": "On generalizing graphs and mathematical problems from musical ideas", "date": "2011-01-01" }, { - "id": "5588abde01ef54a5e505f6e8", + "id": "c7ApXHOBUWTx", "location": "California Institute of the Arts", "title": "Structural metrics", "date": "2009-04-01" }, { - "id": "5588abde01ef54a5e505f6e9", + "id": "0fM9APsN42FK", "location": "Columbia University", "title": "On James Tenney’s Arbor Vitae for string quartet", "date": "2008-02-01" }, { - "id": "5588abde01ef54a5e505f6ea", + "id": "JEjFx--LUk5S", "location": "State University of New York, Buffalo", "title": "Lecture on the machine and music", "date": "2006-12-01" }, { - "id": "5588abde01ef54a5e505f6eb", + "id": "k0qBqw9pjGML", "location": "State University of New York, Binghamton", "title": "Lecture on infinity", "date": "2005-08-01" }, { - "id": "56244bb00c228c0d477efb1f", + "id": "3r9-FfM11jpT", "location": "University of Southern California", "title": "On James Tenney’s Changes for six harps", "date": "2015-10-28" }, { - "id": "56244bb00c228c0d477efb20", + "id": "vVzX8BIsAorv", "location": "California Institute of the Arts", "title": "A few ways to get from one thing to the next", "date": "2015-10-15" }, { - "id": "56244bb00c228c0d477efb21", + "id": "2uq3P5C_Tm2f", "location": "Universidad del Claustro de Sor Juana, Mexico City", "title": "Noise in the system: reading Claude Shannon", "date": "2015-10-01" }, { - "id": "56992f94fdc52469b6c07c47", + "id": "9fet5GQ7FBbL", "location": "University of California Santa Cruz", "title": "On minimal resources, laziness, and style", "date": "2016-02-10" }, { - "id": "5699307afdc52469b6c07c48", + "id": "S8GM2txLx-HY", "location": "Computer Music Hangout at the Public School, Los Angeles", "title": "Graph theory, harmonic space, and combinatorics", "date": "2015-11-04" }, { - "id": "56d62a0efdc52469b6c07c4d", + "id": "lSFKW-Nhpl2i", "location": "California Institute of the Arts", "title": "On minimal resources, laziness, and style", "date": "2016-04-18" }, { - "id": "56e9de82fdc52469b6c07c52", + "id": "qfRDhvFrU0m4", "location": "Conservatorio de las Rosas, Morelia", "title": "On minimal resources, laziness, and style", "date": "2016-05-02" }, { - "id": "56f2d45afdc52469b6c07c55", + "id": "JIr4vyADouwf", "location": "CENIDIM - Instituto Nacional de Bellas Artes, Mexico City", "title": "Over 300 years ago, Leibniz predicted many current trends in music: a lecture / performance", "date": "2016-04-26" }, { - "id": "56fcb723fdc52469b6c07c58", + "id": "_bmS4sHrfXtu", "location": "Universidad de Guadalajara", "title": " Combinatorial optimization and art: from Leibniz to Beckett and beyond", "date": "2016-04-21" }, { - "id": "57f5595fec6cea73b9674e72", + "id": "cVstKzX3UJsI", "location": "Bath Spa University", "title": [ "On the domain of an open work: cardinality, intersection, and computability", @@ -180,193 +180,193 @@ "date": "2016-10-05" }, { - "id": "5802175cec6cea73b9674e74", + "id": "8fQrYCAz4eQl", "location": "University of Huddersfield", "title": "Over 300 years ago, Leibniz predicted many current trends in music: a lecture / performance", "date": "2016-10-12" }, { - "id": "580217cbec6cea73b9674e75", + "id": "qweqb7oFprgp", "location": "University of Leeds", "title": "From Leibniz to Tenney: on computability, structure, and harmony", "date": "2016-10-13" }, { - "id": "581b5936ec6cea73b9674e7d", + "id": "sOQTdA3fJeDM", "location": "Universität der Künste Berlin", "title": "From Leibniz to Tenney: on computability, structure, and harmony", "date": "2016-10-27" }, { - "id": "581b59cfec6cea73b9674e7e", + "id": "GpU24_loUlE2", "location": "Università degli Studi di Torino", "title": "Over 300 years ago, Leibniz predicted many current trends in music: a lecture / performance", "date": "2016-11-14" }, { - "id": "58e79180eb6177f0e7d42af3", + "id": "kilJdIYT2384", "location": "Sono Centro Cultural de Cuenca", "title": "La Guitarra en la Experimentacion Sonora", "date": "2017-04-10" }, { - "id": "58f5a5c6eb6177f0e7d42af9", + "id": "GE2ES3_Bt9iL", "location": "Universidad de las Artes de Guayaquil", "title": "Cuando cosas va diferente: entre el concepto y la realidad", "date": "2017-04-20" }, { - "id": "58f5a604eb6177f0e7d42afa", + "id": "eQF-j3OqQP5N", "location": "Chawpi Laboratorio, Quito", "title": "Minimalismo conceptual y la verdad sobre el ruido", "date": "2017-04-25" }, { - "id": "591209beeb6177f0e7d42afd", + "id": "rySc_0QCwd0r", "location": "Universidad de los Andes, Bogota", "title": "Shape and Structure: a few good ideas on form and detail", "date": "2017-05-09" }, { - "id": "591209edeb6177f0e7d42afe", + "id": "rXeJIUekjSEj", "location": "Fundación Universitaria Bellas Artes Medellín", "title": "Un nuevo virtuosidad", "date": "2017-05-11" }, { - "id": "5916002aeb6177f0e7d42aff", + "id": "OWaIrmqyE0jk", "location": "Universidad de Antioquia, Medellin", "title": "Minimalismo conceptual y la verdad sobre el ruido", "date": "2017-05-15" }, { - "id": "59160080eb6177f0e7d42b00", + "id": "OSLYGqP6fC5o", "location": "Institución Universitaria Bellas Artes, Cartagena", "title": "Minimalismo conceptual y la verdad sobre el ruido", "date": "2017-05-18" }, { - "id": "59d562560e3b08102d5f1f16", + "id": "rLRbtmkqqVgV", "location": "California Institute of the Arts", "title": "On James Tenney’s Changes for six harps", "date": "2017-11-10" }, { - "id": "59ea5ead33804e902f11bce4", + "id": "-DUZAunHGyox", "location": "The Box, Los Angeles", "title": "On James Tenney’s Changes for six harps", "date": "2017-11-11" }, { - "id": "5aca27a41d8aecb20f49f5e4", + "id": "OMN-iw0sOPFo", "location": "Haifa University", "title": "On modulations in harmonic space", "date": "2018-05-09" }, { - "id": "5c6bdaaa1db8573ad2a74c6b", + "id": "qOdNKQfusdF9", "location": "Engaging with Histories Festival @ Rampe, Stuttgart", "title": "A prehistory of the domino problem (lecture / performance)", "date": "2019-03-13" }, { - "id": "5c6be00c1db8573ad2a7627c", + "id": "QNOyf5z4Flk_", "location": "Apotheose Series @ Eckartshaldenweg 7, Stuttgart", "title": "Artist conversation (with afterparty at Korridor Bar, Stuttgart with DJ Silent Lover)", "date": "2019-03-21" }, { - "id": "5d70dc8d4e193f4a15d3716a", + "id": "uGp9kQYjAEip", "location": "Trinity College, London (with Robert Blatt)", "title": "This talk has a high chance of failure: performer, score, environment, and listener as algorithmic systems", "date": "2019-10-10" }, { - "id": "5d889d7256fd3b0007993583", + "id": "o4IrZgBb9RUq", "location": "ELAK, course for electroacoustic and experimental music @ the Universität für Musik und darstellende Kunst Wien", "title": "This is a talk about how things fit together", "date": "2019-10-16" }, { - "id": "5d932fa2a7b48817f102e63c", + "id": "pgPy4ejXMWUZ", "location": "Instituto Internacional en Madrid", "title": "This is a talk about how things fit together", "date": "2019-10-05" }, { - "id": "5d932fdba7b48817f102e63d", + "id": "68LutAJjJ1Lr", "location": "Guildhall School of Music, London (with Robert Blatt)", "title": "This talk has a high chance of failure: performer, score, environment, and listener as algorithmic systems", "date": "2019-10-09" }, { - "id": "5fb7b49941b22500064fe559", + "id": "RnP2pcxUZ61T", "location": "Simpom 6 @ UNIRIO, Rio de Janeiro", "title": "A few more thoughts about Leibniz: the prediction of harmonic distance in harmonic space", "date": "2020-11-03" }, { - "id": "5fb7b51141b22500064fe55a", + "id": "6Nb73jB8oKk9", "location": "University of California, Santa Cruz", "title": "A few things I do", "date": "2020-11-16" }, { - "id": "625099bde5292400073015c4", + "id": "He4-rRr2xAWf", "location": "California Institute of the Arts", "title": "Countercoding: a few thoughts about data ethics and music (or... are your algorithms healthy? - part I)", "date": "2022-04-11" }, { - "id": "62509b6ae5292400073015c5", + "id": "2hpYr4qpnz0N", "location": "Institute of Sonology @ the Royal Conservatory of The Hague", "title": "Countercoding: a few thoughts about data ethics and music (or... are your algorithms healthy? - part II)", "date": "2022-05-06" }, { - "id": "6346cfb175c2f70008e28541", + "id": "4yrSA-ZuOZCT", "location": "Institut für Mikroelektronik Stuttgart", "title": "Challenges of Analog Visual Cryptography: a history of the domino problem", "date": "2022-11-17" }, { - "id": "635169e475c2f70008e28542", + "id": "akRF9_UBoBgy", "location": "B-Circle, Berlin (with Catherine Lamb)", "title": "Total forms and other totalities", "date": "2022-10-22" }, { - "id": "63f5e4f851367200081ee13c", + "id": "x_4jOZgWgXWK", "location": "Centro Nacional de las Artes, Mexico City (with Alex Bruck)", "title": "Workshop on Microtonal Practices (5 sessions)", "date": "2023-02-13" }, { - "id": "64a02dab17fb8700075d3213", + "id": "gcU7huZ5Bre3", "location": "B-Circle, Berlin", "title": "A brief but not necessarily abbreviated history of the domino problem", "date": "2023-06-24" }, { - "id": "64de3b09cdd55b0007a4d075", + "id": "-0Kr818ux3o1", "location": "MPLab, Liepajā", "title": "Countercoding: a few thoughts about data ethics and music (or... are your algorithms healthy? - part III)", "date": "2023-09-11" }, { - "id": "64de3b48cdd55b0007a4d076", + "id": "Mm411CEioVWb", "location": "Jāzeps Vītols Latvian Academy of Music, Rīga", "title": "A few more thoughts on modulations in harmonic space", "date": "2023-09-14" }, { - "id": "65ba8fe07dcea80007bf3fc1", + "id": "bQ9spkvFe3Wt", "location": "Chintete @ Cantina La Dominica, CDMX", "title": "A brief but not necessarily abbreviated history of the domino problem", "date": "2024-01-23" }, { - "id": "67a25361ec86f90006028679", + "id": "PeLARqfBB3th", "location": "Mozarteum, Salzburg", "title": [ "Contextualizing the siren", @@ -375,7 +375,7 @@ "date": "2024-09-20" }, { - "id": "67a25472ec86f9000602867a", + "id": "kEl0KKXi0zXF", "location": "Gustav Mahler Privatuniversität für Musik, Klagenfurt", "title": [ "Contextualizing the siren", @@ -384,11 +384,27 @@ "date": "2024-09-27" }, { - "id": "686b89761dac9500068140c0", + "id": "2dDD5md6Vlvn", "location": "IACAP/AISB Conference @ University of Twente, Enchede", "title": [ "Meta+phenomenology I: a taxonomy of learning experiences" ], "date": "2025-07-01" + }, + { + "location": "Gustav Mahler Privatuniversität für Musik, Klagenfurt", + "title": [ + "Meta+phenomenology I: a taxonomy of learning experiences" + ], + "date": "2025-12-02", + "id": "49zFZPwmjh9v" + }, + { + "location": "Orpheus Institute, Ghent", + "title": [ + "Complexity, memory, power: on the cultural and societal impact of resonating artistic-research methodologies" + ], + "date": "2026-02-03", + "id": "A0Yvqo4pOTK1" } ] \ No newline at end of file diff --git a/server/data/works.json b/server/data/works.json index c1e1da4..fabf506 100644 --- a/server/data/works.json +++ b/server/data/works.json @@ -1,6 +1,6 @@ [ { - "id": "563f0096dbb260acfadc4c39", + "id": "8VbE6AFcATSZ", "title": "fade and aviary", "instrument_tags": [ "sustained sounds and computer" @@ -12,7 +12,7 @@ "soundcloud_trackid": "233890055" }, { - "id": "563f0096dbb260acfadc4c3a", + "id": "rrMoxMusa-Tb", "title": "tergiversate", "instrument_tags": [ "low sustaining trio" @@ -24,7 +24,7 @@ "soundcloud_trackid": "236519275" }, { - "id": "563f0096dbb260acfadc4c3b", + "id": "LhJAs_qWQTXd", "title": "single track", "instrument_tags": [ "sustaining septet" @@ -35,7 +35,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c3c", + "id": "gArEnKvUKKoL", "title": "partition and gate", "instrument_tags": [ "sustaining instruments" @@ -48,7 +48,7 @@ "vimeo_trackid": "146882554" }, { - "id": "563f0096dbb260acfadc4c3d", + "id": "mi-TWVx1PRXg", "title": "necklaces", "instrument_tags": [ "plucked strings" @@ -61,7 +61,7 @@ "vimeo_trackid": "212431074" }, { - "id": "563f0096dbb260acfadc4c3e", + "id": "tz-HTdjpLkao", "title": "a conversation", "instrument_tags": [ "speakers" @@ -72,7 +72,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c3f", + "id": "4YJ7arpAtMN6", "title": "[___south america___] miscellany", "instrument_tags": [ "speaker and electronics" @@ -84,7 +84,7 @@ "soundcloud_trackid": "233891556" }, { - "id": "563f0096dbb260acfadc4c40", + "id": "un67HXA9hHMR", "title": "Approximating Omega (redux)", "instrument_tags": [ "variable ensemble" @@ -97,7 +97,7 @@ "vimeo_trackid": "109725210" }, { - "id": "563f0096dbb260acfadc4c41", + "id": "T_pVxFrQ0frH", "title": "to hum and walk", "instrument_tags": [ "voice and electronics" @@ -110,7 +110,7 @@ "vimeo_trackid": "123525447" }, { - "id": "563f0096dbb260acfadc4c42", + "id": "MD7c4NAARRIz", "title": "economy study (in one dimension)", "instrument_tags": [ "prepared piano, piano, and/or glasses." @@ -122,7 +122,7 @@ "soundcloud_trackid": "269123372" }, { - "id": "563f0096dbb260acfadc4c43", + "id": "WrrqmsiE-uh7", "title": "glass economies", "instrument_tags": [ "prepared piano, piano, and/or glasses." @@ -134,7 +134,7 @@ "soundcloud_trackid": "233897263" }, { - "id": "563f0096dbb260acfadc4c44", + "id": "nNQTM4Z3FU1J", "title": "lv", "instrument_tags": [ "variable ensemble" @@ -145,7 +145,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c45", + "id": "snw3zlZ6iGqz", "title": "material... for james klopfleisch", "instrument_tags": [ "variable ensemble" @@ -156,7 +156,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c46", + "id": "Rss8Lb1EexnV", "title": "scaffold and map", "instrument_tags": [ "variable ensemble" @@ -167,7 +167,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c47", + "id": "-zawXCvH78h7", "title": "to converge (abstract)", "instrument_tags": [ "variable ensemble" @@ -178,7 +178,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c48", + "id": "HwJNjftc-wHK", "title": "order matters", "instrument_tags": [ "variable ensemble" @@ -189,7 +189,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c49", + "id": "DSS84RpLnkjj", "title": "chorale and finely tuned resonators", "instrument_tags": [ "variable ensemble" @@ -202,7 +202,7 @@ "vimeo_trackid": "212433607" }, { - "id": "563f0096dbb260acfadc4c4a", + "id": "N6p5nosk8wY4", "title": "minor third", "instrument_tags": [ "piano" @@ -213,7 +213,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c4b", + "id": "ZPa8hiQ5cbuN", "title": "project.reflect.refract", "instrument_tags": [ "film projector, reflecting and refracting objects, sustaining instruments, and perhaps percussion instruments with minimal decay" @@ -224,7 +224,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c4c", + "id": "327ENRt5H3Yu", "title": "half-normal", "instrument_tags": [ "variable ensemble" @@ -236,7 +236,7 @@ "soundcloud_trackid": "233897693" }, { - "id": "563f0096dbb260acfadc4c4d", + "id": "1KQ9hVRkbfD6", "title": "delayGraph pre-alpha", "instrument_tags": [ "computer" @@ -248,7 +248,7 @@ "soundcloud_trackid": "234264427" }, { - "id": "563f0096dbb260acfadc4c4e", + "id": "nV-4faqcNVWE", "title": "quieting rooms", "instrument_tags": [ "installation" @@ -274,7 +274,7 @@ ] }, { - "id": "563f0096dbb260acfadc4c4f", + "id": "JVWQch5DQaI8", "title": "copyedit", "instrument_tags": [ "variable ensemble" @@ -285,7 +285,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c50", + "id": "kHEb_4WSlp9j", "title": "line and cipher", "instrument_tags": [ "chimes with variable ensemble ensemble" @@ -296,7 +296,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c51", + "id": "pe-C4_aZVsP2", "title": "lower limit", "instrument_tags": [ "variable ensemble" @@ -309,7 +309,7 @@ "vimeo_trackid": "109381616" }, { - "id": "563f0096dbb260acfadc4c52", + "id": "TiWsnGZQbib6", "title": "slip and stitch", "instrument_tags": [ "chimes" @@ -320,7 +320,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c53", + "id": "doGmrDx5gJ1z", "title": "minor third abstract", "instrument_tags": [ "variable ensemble" @@ -337,7 +337,7 @@ ] }, { - "id": "563f0096dbb260acfadc4c54", + "id": "hX6XxqNsoZA8", "title": "mass and band", "instrument_tags": [ "plucked strings and optional sustaining instruments" @@ -349,7 +349,7 @@ "soundcloud_trackid": "230268977" }, { - "id": "563f0096dbb260acfadc4c55", + "id": "Yo0rug-DOlEG", "title": "Approximating Omega", "instrument_tags": [ "variable ensemble" @@ -361,7 +361,7 @@ "soundcloud_trackid": "118168302" }, { - "id": "563f0096dbb260acfadc4c56", + "id": "GE5MeDuiRcTE", "title": "after eons", "instrument_tags": [ "variable ensemble" @@ -372,7 +372,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c57", + "id": "457C_DjUmsiy", "title": "pedal, triangle machine, and (perhaps) coda", "instrument_tags": [ "variable ensemble" @@ -384,7 +384,7 @@ "soundcloud_trackid": "117201392" }, { - "id": "563f0096dbb260acfadc4c58", + "id": "qlkZMp5I_5VQ", "title": "just above and/or below the waterline...", "instrument_tags": [ "variable ensemble" @@ -406,7 +406,7 @@ ] }, { - "id": "563f0096dbb260acfadc4c59", + "id": "ZdCDBwJ0mLEV", "title": "before you cure the beast...", "instrument_tags": [ "variable ensemble" @@ -417,7 +417,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c5a", + "id": "OHNpDvvpucjg", "title": "scene++", "instrument_tags": [ "variable ensemble with electronics" @@ -428,7 +428,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c5b", + "id": "1z3NKdXrLoPA", "title": "subset canon", "instrument_tags": [ "variable ensemble" @@ -440,7 +440,7 @@ "soundcloud_trackid": "233897836" }, { - "id": "563f0096dbb260acfadc4c5c", + "id": "OcsT2BVOxSEM", "title": "partition conjugate prime", "instrument_tags": [ "variable ensemble" @@ -451,7 +451,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c5d", + "id": "kjpU3JZ0qEtF", "title": "gray codes", "instrument_tags": [ "variable ensemble" @@ -462,7 +462,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c5e", + "id": "W3JK68DQZTFg", "title": "for Sol LeWitt", "instrument_tags": [ "variable ensemble" @@ -474,7 +474,7 @@ "soundcloud_trackid": "234267010" }, { - "id": "563f0096dbb260acfadc4c5f", + "id": "RX1rWtmKFW-s", "title": "for gregory chaitin", "instrument_tags": [ "variable ensemble" @@ -491,7 +491,7 @@ ] }, { - "id": "563f0096dbb260acfadc4c60", + "id": "fphUPX-YYzM1", "title": "field and perfect circuit", "instrument_tags": [ "variable ensemble" @@ -503,7 +503,7 @@ "soundcloud_trackid": "305271301" }, { - "id": "563f0096dbb260acfadc4c61", + "id": "-nbnbumE4U9X", "title": "recitation, code, and (perhaps) round", "instrument_tags": [ "choir" @@ -515,7 +515,7 @@ "soundcloud_trackid": "234310650" }, { - "id": "563f0096dbb260acfadc4c62", + "id": "ERwjejxoZpfi", "title": "piano machine", "instrument_tags": [ "piano" @@ -527,7 +527,7 @@ "soundcloud_trackid": "234310459" }, { - "id": "563f0096dbb260acfadc4c63", + "id": "MHgORzrGCvXj", "title": "seams", "instrument_tags": [ "variable ensemble" @@ -538,7 +538,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c64", + "id": "xQyDwCNKmOhF", "title": "room and seams", "instrument_tags": [ "variable ensemble" @@ -550,7 +550,7 @@ "soundcloud_trackid": "234311389" }, { - "id": "563f0096dbb260acfadc4c65", + "id": "qlIPr33IYtt2", "title": "for orin hildestad", "instrument_tags": [ "variable ensemble" @@ -561,7 +561,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c66", + "id": "USgX8faXYE6W", "title": "20 arrows 9 dashes", "instrument_tags": [ "variable ensemble" @@ -572,7 +572,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c67", + "id": "4PEuuzW9yoeG", "title": "dissection and field", "instrument_tags": [ "variable ensemble" @@ -584,7 +584,7 @@ "soundcloud_trackid": "233138293" }, { - "id": "563f0096dbb260acfadc4c68", + "id": "WraupKO4cHgT", "title": "small world", "instrument_tags": [ "variable ensemble" @@ -595,7 +595,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c69", + "id": "ouPgVmclyjhp", "title": "towards completeness", "instrument_tags": [ "variable ensemble" @@ -607,7 +607,7 @@ "soundcloud_trackid": "233138572" }, { - "id": "563f0096dbb260acfadc4c6a", + "id": "zvY4NSYcdpN6", "title": "4 Ascents for James Tenney", "instrument_tags": [ "variable ensemble" @@ -619,7 +619,7 @@ "soundcloud_trackid": "233138060" }, { - "id": "563f0096dbb260acfadc4c6b", + "id": "qUSLEe3VGlj-", "title": "1 sample, x performers, y seconds", "instrument_tags": [ "variable ensemble" @@ -630,7 +630,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c6c", + "id": "S3gugLllUp-M", "title": "cactus for james orsher", "instrument_tags": [ "variable ensemble" @@ -641,7 +641,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c6d", + "id": "kVp_XQ-FW_W-", "title": "a chance happening...", "instrument_tags": [ "solo piano" @@ -653,7 +653,7 @@ "soundcloud_trackid": "117197466" }, { - "id": "563f0096dbb260acfadc4c6e", + "id": "xGWUbZF76O7S", "title": "Transplanting, 06.11.07-06.16.07 (or Transcription, USA!)", "instrument_tags": [ "variable ensemble" @@ -664,7 +664,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c6f", + "id": "owIwAAETlFK5", "title": "Three", "instrument_tags": [ "variable ensemble" @@ -675,7 +675,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c70", + "id": "ww_sWNqjysD4", "title": "Entropic Canon", "instrument_tags": [ "variable ensemble" @@ -686,7 +686,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c71", + "id": "kkLlTfMbdJzB", "title": "Vein Transcription", "instrument_tags": [ "variable ensemble" @@ -697,7 +697,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c72", + "id": "yKWiWYzvwZo1", "title": "4 James Orsher", "instrument_tags": [ "variable ensemble" @@ -708,7 +708,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c73", + "id": "hsXII11QiHCF", "title": "many many", "instrument_tags": [ "variable ensemble" @@ -719,7 +719,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c74", + "id": "3nt9TgKkjDks", "title": "sound.sound", "instrument_tags": [ "variable ensemble" @@ -730,7 +730,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c75", + "id": "x34H1JnpXQix", "title": "after a koan", "instrument_tags": [ "solo violin" @@ -741,7 +741,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c76", + "id": "8ql_OTrJvJhB", "title": "maximum change", "instrument_tags": [ "variable ensemble" @@ -752,7 +752,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c77", + "id": "F-3gpetGinGG", "title": "resonance i", "instrument_tags": [ "variable ensemble" @@ -763,7 +763,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c78", + "id": "JrvVWjP19L5u", "title": "nothing...I", "instrument_tags": [ "variable ensemble" @@ -774,7 +774,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c79", + "id": "JPxuhSeLJIcz", "title": "sort I", "instrument_tags": [ "variable ensemble" @@ -785,7 +785,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7a", + "id": "UhLL1mkWkLr5", "title": "for michael pisaro", "instrument_tags": [ "variable ensemble" @@ -796,7 +796,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7b", + "id": "HlX24syPfqUK", "title": "for cassia streb", "instrument_tags": [ "variable ensemble" @@ -807,7 +807,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7c", + "id": "_TcuTVX3ENlj", "title": "almost every piece", "instrument_tags": [ "variable ensemble" @@ -818,7 +818,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7d", + "id": "3WATxeuT-Nyv", "title": "random I", "instrument_tags": [ "variable ensemble" @@ -829,7 +829,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7e", + "id": "qIKF2kp8E7cn", "title": "in tone", "instrument_tags": [ "variable ensemble" @@ -840,7 +840,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c7f", + "id": "AmcA9-eb2Vxp", "title": "three books and a dissertation", "instrument_tags": [ "variable ensemble" @@ -851,7 +851,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c80", + "id": "X77elEnbnqXb", "title": "diy for larry polansky", "instrument_tags": [ "variable ensemble" @@ -862,7 +862,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c81", + "id": "baIm5nP9JUe5", "title": "Streams I", "instrument_tags": [ "glissandi and electronics" @@ -874,7 +874,7 @@ "soundcloud_trackid": "234311289" }, { - "id": "563f0096dbb260acfadc4c82", + "id": "iOsygMtl6oH2", "title": "Intersections I", "instrument_tags": [ "variable ensemble" @@ -885,7 +885,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c83", + "id": "4sYH30QUEbBB", "title": "Prime Decomposition", "instrument_tags": [ "variable ensemble" @@ -896,7 +896,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c84", + "id": "dJCgBpuWrxxq", "title": "Trajectories", "instrument_tags": [ "variable ensemble" @@ -907,7 +907,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c85", + "id": "2WliiP1r6RAV", "title": "a set of pieces with one note", "instrument_tags": [ "variable ensemble" @@ -919,7 +919,7 @@ "soundcloud_trackid": "234317467" }, { - "id": "563f0096dbb260acfadc4c86", + "id": "z2U5gvLL17LG", "title": "Commas", "instrument_tags": [ "variable ensemble" @@ -931,7 +931,7 @@ "soundcloud_trackid": "234319475" }, { - "id": "563f0096dbb260acfadc4c87", + "id": "OHbzIcYYg2YP", "title": "Perspectives I", "instrument_tags": [ "variable ensemble" @@ -943,7 +943,7 @@ "soundcloud_trackid": "234310590" }, { - "id": "563f0096dbb260acfadc4c88", + "id": "qnTw-tptiuLj", "title": "Infinity 2", "instrument_tags": [ "variable ensemble" @@ -954,7 +954,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c89", + "id": "V0Utd4ZGmC4q", "title": "A Flourish", "instrument_tags": [ "variable ensemble" @@ -966,7 +966,7 @@ "soundcloud_trackid": "234317288" }, { - "id": "563f0096dbb260acfadc4c8a", + "id": "3pTRVtS9Dtdt", "title": "a tone for Eric KM Clark", "instrument_tags": [ "solo violin" @@ -977,7 +977,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c8b", + "id": "7GC0-c-pszKF", "title": "Lecture on Infinity", "instrument_tags": [ "variable ensemble" @@ -988,7 +988,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c8c", + "id": "ntmb1WUj-C6t", "title": "Infinity III", "instrument_tags": [ "variable ensemble" @@ -999,7 +999,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c8d", + "id": "NKEP4uD_sso0", "title": "A Gaussian Canon", "instrument_tags": [ "solo piano" @@ -1011,7 +1011,7 @@ "soundcloud_trackid": "234310109" }, { - "id": "563f0096dbb260acfadc4c8e", + "id": "ipwKykiTkazB", "title": "Flux", "instrument_tags": [ "voice, bassoon, bass, clarinet, didgeridoo, and/or... and 2176 sine tones" @@ -1023,7 +1023,7 @@ "soundcloud_trackid": "234315334" }, { - "id": "563f0096dbb260acfadc4c8f", + "id": "mBnLxPGwU-82", "title": "2 Filters", "instrument_tags": [ "variable ensemble" @@ -1035,7 +1035,7 @@ "soundcloud_trackid": "234317467" }, { - "id": "563f0096dbb260acfadc4c90", + "id": "EgVe2vGMPfuH", "title": "Difference", "instrument_tags": [ "2 clarinets" @@ -1046,7 +1046,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c91", + "id": "GPijl2pHgVFj", "title": "Tri-Dimensional Canon", "instrument_tags": [ "variable ensemble" @@ -1057,7 +1057,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c92", + "id": "j8tgGuCEpdNC", "title": "Chromatic Study", "instrument_tags": [ "variable ensemble" @@ -1068,7 +1068,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c93", + "id": "VPJdmYw3WLmD", "title": "Filter III", "instrument_tags": [ "strings and electronics" @@ -1080,7 +1080,7 @@ "soundcloud_trackid": "234317370" }, { - "id": "563f0096dbb260acfadc4c94", + "id": "RdUvrrd1KFuk", "title": "Filter IV - P.I.X.L. Study No. 1", "instrument_tags": [ "tam-tam, cellos, cymbals, voices and electronics" @@ -1091,7 +1091,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c95", + "id": "BbNxL4K5Bpm4", "title": "Infinity 1", "instrument_tags": [ "variable ensemble" @@ -1102,7 +1102,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c96", + "id": "kiFRDbldPD4m", "title": "Telot's Crystal", "instrument_tags": [ "fixed digital media" @@ -1113,7 +1113,7 @@ "soundcloud_trackid": "234315189" }, { - "id": "563f0096dbb260acfadc4c97", + "id": "eoZmdHlNEX6v", "title": "Coincidental Canon", "instrument_tags": [ "orchestra" @@ -1124,7 +1124,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c98", + "id": "A_AkcvZVgm50", "title": "Fission", "instrument_tags": [ "flutes, clarinets, trumpet, horn, vibraphones, pianos, and strings" @@ -1136,7 +1136,7 @@ "soundcloud_trackid": "234317522" }, { - "id": "563f0096dbb260acfadc4c99", + "id": "mEEXI5DbslNc", "title": "Density Study No. 2", "instrument_tags": [ "fixed digital media" @@ -1147,7 +1147,7 @@ "soundcloud_trackid": "236444985" }, { - "id": "563f0096dbb260acfadc4c9a", + "id": "OXyLLdcBPuhX", "title": "Beat Canon", "instrument_tags": [ "variable ensemble" @@ -1158,7 +1158,7 @@ "type": "sound" }, { - "id": "563f0096dbb260acfadc4c9b", + "id": "BLGf_jmKxXxN", "title": "A Meditation for Solo Piano", "instrument_tags": [ "solo piano" @@ -1170,7 +1170,7 @@ "soundcloud_trackid": "234310206" }, { - "id": "563f0096dbb260acfadc4c9c", + "id": "ZAyWI9mlC_GC", "title": "The Other Self", "instrument_tags": [ "fixed digital media" @@ -1181,7 +1181,7 @@ "soundcloud_trackid": "234315174" }, { - "id": "5652cd3edbb260acfadc4cf6", + "id": "Mb7V2BZTY3ZN", "title": "a chance reduction...", "instrument_tags": [ "fixed media" @@ -1192,7 +1192,7 @@ "soundcloud_trackid": "234308638" }, { - "id": "5652cfebdbb260acfadc4cf7", + "id": "yxbsCRVzEubA", "title": "welcome round for larry", "instrument_tags": [ "voices" @@ -1204,7 +1204,7 @@ "soundcloud_trackid": "234311394" }, { - "id": "56a9528dfdc52469b6c07c49", + "id": "mAGdapKXkfyf", "title": "preliminary thoughts", "instrument_tags": [ "guitar, electronics, and optional trombone / sustained tones" @@ -1216,7 +1216,7 @@ "soundcloud_trackid": "244134339" }, { - "id": "57607b60624ac1e5e557b9cb", + "id": "abiH6ZhFLwhI", "title": "generator, hierarchical dust, and necklaces", "instrument_tags": [ "guitar, electronics, and video" @@ -1227,7 +1227,7 @@ "type": "sound" }, { - "id": "57607b82624ac1e5e557b9cc", + "id": "AlTAkFTkMMrF", "title": "essay on the art of combinations", "instrument_tags": [ "orchestra" @@ -1238,7 +1238,7 @@ "type": "sound" }, { - "id": "57e84f2fec6cea73b9674e70", + "id": "Bg2zoMA2YJ5c", "title": "choir|orchestra|choir", "instrument_tags": [ "variable ensemble" @@ -1249,7 +1249,7 @@ "type": "sound" }, { - "id": "57e84f4aec6cea73b9674e71", + "id": "FTw9BIGrXCCH", "title": "one|two|one ", "instrument_tags": [ "fixed media" @@ -1261,7 +1261,7 @@ "soundcloud_trackid": "234311105" }, { - "id": "588f6b6bdb3154c5d7cb90ad", + "id": "9M4gu6Xs7cza", "title": "field and perfect circuit (redux)", "instrument_tags": [ "variable ensemble" @@ -1273,7 +1273,7 @@ "soundcloud_trackid": "305271301" }, { - "id": "588f6b99db3154c5d7cb90ae", + "id": "nPH7YgFR1F7O", "title": "4 computer music studies", "instrument_tags": [ "computer" @@ -1285,7 +1285,7 @@ "soundcloud_trackid": "305272741" }, { - "id": "588fb3e0db3154c5d7cb90af", + "id": "QXIMX9QG5O81", "title": "pedal, triangle machine, and (perhaps) coda (abstract)", "instrument_tags": [ "variable ensemble" @@ -1297,7 +1297,7 @@ "soundcloud_trackid": "117201392" }, { - "id": "58eac561eb6177f0e7d42af4", + "id": "GnAxBtAGRf09", "title": "rockfall", "instrument_tags": [ "installation" @@ -1314,7 +1314,7 @@ ] }, { - "id": "58ed611ceb6177f0e7d42af6", + "id": "wK1xe9xA6NE3", "title": "to walk and ponder", "instrument_tags": [ "viola" @@ -1326,7 +1326,7 @@ "soundcloud_trackid": "236519074" }, { - "id": "58ed6313eb6177f0e7d42af7", + "id": "qPtiCw_6aqlo", "title": "to walk and ponder (abstract)", "instrument_tags": [ "viola" @@ -1338,7 +1338,7 @@ "soundcloud_trackid": "236519074" }, { - "id": "59179660eb6177f0e7d42b01", + "id": "Kg2AyTBa8J-u", "title": "curved bow and negative", "instrument_tags": [ "variable" @@ -1349,7 +1349,7 @@ "type": "sound" }, { - "id": "59acb1bd0e3b08102d5f1f11", + "id": "xpQp0aVFPxsg", "title": "ostinato and interrupt", "instrument_tags": [ "variable" @@ -1361,7 +1361,7 @@ "soundcloud_trackid": "340866195" }, { - "id": "59c021800e3b08102d5f1f13", + "id": "C16tKQM4jMFU", "title": "flight path", "instrument_tags": [ "variable" @@ -1372,7 +1372,7 @@ "type": "sound" }, { - "id": "5a01201333804e902f11bce7", + "id": "mfZKnoH6sWSB", "title": "Remembering Clive Wearing", "instrument_tags": [ "installation-opera" @@ -1384,7 +1384,7 @@ "vimeo_trackid": "374942680" }, { - "id": "5a3da1c505a681a2659a0efd", + "id": "Y1a6A3OWA9za", "title": "ida for amy", "instrument_tags": [ "piano" @@ -1395,7 +1395,7 @@ "type": "sound" }, { - "id": "5a74c4f405a681a2659a0f00", + "id": "PrRMNujH5zHJ", "title": "reading piece for library or bookstore", "instrument_tags": [ "variable" @@ -1406,7 +1406,7 @@ "type": "sound" }, { - "id": "5a8cc50a05a681a2659a0f05", + "id": "p-_YI844d6Mc", "title": "mercado san juan", "instrument_tags": [ "variable" @@ -1417,7 +1417,7 @@ "type": "sound" }, { - "id": "5ab98b28b6a839c9815f7240", + "id": "G8XlAwAhKwum", "title": "a lot of tiles (trivial scan)", "instrument_tags": [ "performance-installation" @@ -1429,7 +1429,7 @@ "soundcloud_trackid": "420874659" }, { - "id": "5b75393cb0f2d60d1d53cf60", + "id": "I-e-6j0Y0_Gd", "title": "dear robert, perhaps all is a type of cartography", "instrument_tags": [ "variable" @@ -1440,7 +1440,7 @@ "type": "sound" }, { - "id": "5c6bd9091db8573ad2a74b0d", + "id": "4MHiAjv-dBju", "title": "steady state: a study in taxation", "instrument_tags": [ "variable" @@ -1452,7 +1452,7 @@ "soundcloud_trackid": "759938830" }, { - "id": "5d3e6e4b4e193f4a15c37361", + "id": "e786odW15ZjJ", "title": "a prehistory of the domino problem", "instrument_tags": [ "performance-lecture" @@ -1462,7 +1462,7 @@ "type": "sound" }, { - "id": "5d3e6e974e193f4a15c373be", + "id": "gM4iMEemmgH6", "title": "jaendel-rao", "instrument_tags": [ "performance-installation" @@ -1474,7 +1474,7 @@ "soundcloud_trackid": "1698632466" }, { - "id": "5d3e6eb94e193f4a15c3740a", + "id": "kWClgjZwLNCg", "title": "kari-culik", "instrument_tags": [ "performance-installation" @@ -1486,7 +1486,7 @@ "soundcloud_trackid": "1698628134" }, { - "id": "5d3e6ed54e193f4a15c3741d", + "id": "IRXvhiYD0wKI", "title": "ammann", "instrument_tags": [ "performance-installation" @@ -1498,7 +1498,7 @@ "soundcloud_trackid": "1698624396" }, { - "id": "5d3e6ee24e193f4a15c37430", + "id": "Lhu_Ze9d9j4n", "title": "penrose", "instrument_tags": [ "performance-installation" @@ -1510,7 +1510,7 @@ "soundcloud_trackid": "1698621231" }, { - "id": "5d3e6f104e193f4a15c37448", + "id": "dvSGfUKZ2WLv", "title": "robinson", "instrument_tags": [ "performance-installation" @@ -1522,7 +1522,7 @@ "soundcloud_trackid": "1698617226" }, { - "id": "5d3e6f1c4e193f4a15c37451", + "id": "kjjjBILRH0zF", "title": "berger-knuth", "instrument_tags": [ "performance-installation" @@ -1534,7 +1534,7 @@ "soundcloud_trackid": "1698613860" }, { - "id": "5d3e6f414e193f4a15c374a0", + "id": "WDo57AixeV3o", "title": "a history of the domino problem", "instrument_tags": [ "performance-installation" @@ -1546,7 +1546,7 @@ "vimeo_trackid": "898127134" }, { - "id": "5db86064e10172e2a28bf4c8", + "id": "t5lNShTxl-DC", "title": "generator and metal", "instrument_tags": [ "variable" @@ -1557,7 +1557,7 @@ "type": "sound" }, { - "id": "5db86086e10172e2a28bf4e2", + "id": "LiX8aZbhmknC", "title": "fanfare", "instrument_tags": [ "variable" @@ -1568,7 +1568,7 @@ "type": "sound" }, { - "id": "5f2ed0b6112fb200069713b6", + "id": "yT6Rg5vCiOjv", "title": "Counterfeiting in Colonial Connecticut", "instrument_tags": [ "guitar, electronics, and reader" @@ -1580,7 +1580,7 @@ "soundcloud_trackid": "1032587794" }, { - "id": "5fc7d881b07e2500069997db", + "id": "lmoaDHMxOK7Y", "title": "a great conjunction: having not played a concert all year", "instrument_tags": [ "variable" @@ -1591,7 +1591,7 @@ "type": "sound" }, { - "id": "603a54d83d485600075a8852", + "id": "RhonWlJ87aOb", "title": "to kill a monarch", "instrument_tags": [ "bass flute, strings, and electronics (with variability)" @@ -1603,7 +1603,7 @@ "soundcloud_trackid": "1012052962" }, { - "id": "62c77ab883b73c000792bdac", + "id": "RYES8UsZ4ASn", "title": "dawning (redux)", "instrument_tags": [ "accordion" @@ -1616,7 +1616,7 @@ "vimeo_trackid": "786305143" }, { - "id": "6345875b75c2f70008e2853f", + "id": "afq5wdcJd5lg", "title": "varilude", "instrument_tags": [ "hyperorgan" @@ -1628,7 +1628,7 @@ "soundcloud_trackid": "1733456418" }, { - "id": "644102f2a2fcc2000625da7e", + "id": "dRXZgzpobIJ1", "title": "seeds and ledgers 1 - 3", "instrument_tags": [ "string quartet" @@ -1640,7 +1640,7 @@ "soundcloud_trackid": "1714368585" }, { - "id": "6689032820bd5c0007b2bc81", + "id": "iKpm643ogmL8", "title": "compact sets 1 - 3", "instrument_tags": [ "string trio" @@ -1652,7 +1652,7 @@ "soundcloud_trackid": "1868650110" }, { - "id": "670a446893919e0006355b3d", + "id": "OnQi1Mdco-l2", "title": "critical loci", "instrument_tags": [ "installation" @@ -1663,7 +1663,7 @@ "type": "sound" }, { - "id": "67a250c0ec86f90006028676", + "id": "f0-UDHwbVtm_", "title": "Harmonie Universelle", "instrument_tags": [ "performance-installation" @@ -1675,7 +1675,7 @@ "vimeo_trackid": "1093470580" }, { - "id": "67a250f6ec86f90006028677", + "id": "QmkLEQND4lD4", "title": "for sirens perhaps, and/or ... (compact sets 4 - alarming)", "instrument_tags": [ "sirens and/or sustaining instruments" @@ -1685,7 +1685,7 @@ "type": "sound" }, { - "id": "67a25131ec86f90006028678", + "id": "RDdouRfWHmaP", "title": "sirens and resonators", "instrument_tags": [ "performance-installation with sirens and Helmholtz resonators" @@ -1695,7 +1695,7 @@ "type": "sound" }, { - "id": "68cc5991032e2c000763f045", + "id": "EafhtcM98b2R", "title": "access intimacy", "instrument_tags": [ "harmonicas"