<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=collectiveioning.xpub.nltarget="_blank">Collectiveioning</a></p>
<p> Directly following the presentation will be a live Q & A session in our Big Blue Button room: <aclass="ablabla"href="https://bbb.radical-openness.org/b/rit-grh-ag2"target="_blank">join us here!!!</a></p>
<p>Please wait for a moderator to approve your request to join, as there are a limited number of people who can use the room. If you cannot, or prefer to not join us in the BBB room, you can write your questions in the IRC chat.</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