<p>Welcome to the premiere of <em>Collectiveioning</em>, the experimental presentation of projects from the XPUB graduating class of 2020. This is accompanied by a web-to-print website where our research is collected: <aclass="ablabla"href="https://collectiveioning.xpub.nl"target="_blank">Collectiveioning</a></p>
<p>Please join us in our IRC chat<spanstyle="color:yellow;">*</span> on the right side of this window, where you can comment and write questions that will be answered in a live Q&A directly following the presentation.</p>
<p><spanstyle="color:yellow;">*</span>requires 3rd party cookies in your browser settings</p>
//player.auto('true'); // this seems to be wrong (no auto method)
player.autoplay(true);
//player.on("fullscreenchange", (a, b, c) => {
// console.log("fullscreen change", a, b, c);
// var ret = player.isFullscreen();
// console.log("isFullscreen", ret);
//})
var text = ["/ko 'lek tiv yon ning/", "/col ec 'tivio ning/", "/co-lec-tí-bio-ning/","/colleectiiiviòooniiing/","/cool-ectiveioning/","/ke lec ti vi on ne ing/","/collec-tí-ví-uuuuniiiing/"];
var counter = 0;
var elem = document.getElementById("changeText");
var inst = setInterval(change, 1000);
function change() {
elem.innerHTML = text[counter];
counter++;
if (counter >= text.length-1) {
counter = 0;
// clearInterval(inst); // uncomment this if you want to stop refreshing after one cycle