Computer Music Festival

In 1983, Prof. Dr. Luc Steels founded the AI Lab at the VUB. The name says it all, research was mainly done on Artificial Intelligence. The AI Lab was a pioneer; it was the very first European research center to deal specifically with AI. Of course, they could not be missing from a “Computer Music Festival” like the one above. For this, the AI Lab partnered with Trefcentrum Y’, a youth cultural center in Brussels and the Ministry of the Flemish Community Music Department.

This unique poster of the festival measures 95 by 44 cm.

When purchasing posters, you can always opt to have them lined. You can find more information about this on this page.

75

Availability: In stock

Scroll to Top
(function() { 'use strict'; var parentSelector = '.menu-item.wpml-ls-current-language.menu-item-has-children'; function toggleSubmenu(link, forceClose) { var isExpanded = link.getAttribute('aria-expanded') === 'true'; if (forceClose || isExpanded) { link.setAttribute('aria-expanded', 'false'); } else { link.setAttribute('aria-expanded', 'true'); } } function handleKeydown(e) { var key = e.key || e.keyCode; if (key === 'Enter' || key === ' ' || key === 13 || key === 32) { e.preventDefault(); toggleSubmenu(this); } else if (key === 'Escape' || key === 'Esc' || key === 27) { if (this.getAttribute('aria-expanded') === 'true') { e.preventDefault(); toggleSubmenu(this, true); } } } function handleBlur(e) { var link = this; var parent = link.closest(parentSelector); if (!parent) return; setTimeout(function() { if (!parent.contains(document.activeElement)) { toggleSubmenu(link, true); } }, 100); } function init() { var parents = document.querySelectorAll(parentSelector); for (var i = 0; i < parents.length; i++) { var link = parents[i].querySelector('a[aria-expanded]'); if (link) { link.addEventListener('keydown', handleKeydown); link.addEventListener('blur', handleBlur); } } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();