{"id":8608,"date":"2021-11-05T19:04:27","date_gmt":"2021-11-05T19:04:27","guid":{"rendered":"https:\/\/aotfstaging.wpengine.com\/?page_id=8608"},"modified":"2021-11-05T19:04:27","modified_gmt":"2021-11-05T19:04:27","slug":"schedule","status":"publish","type":"page","link":"https:\/\/beyondconference.org\/b21\/schedule\/","title":{"rendered":"Schedule"},"content":{"rendered":"<div class=\"cepBody\" style=\"margin: 0 auto;\">\n<style type=\"text\/css\" media=\"all\">\n.rv3grid{\ndisplay: grid;\ngrid-template-columns: minmax(128px ,1fr) minmax(128px ,1fr);\ngrid-gap: 0;\nposition: relative;\nmargin: 4rem auto;\n}\n\n.rv3grid .option{\npadding: 0.5em;\nborder-radius: 4px;\ncursor: pointer;\ncolor: rgba(0,0,0,0.75);\nposition: relative;\nz-index: 2;\n}\n\n.rv3grid .option.showAll{\n\topacity: 0;\n}\n\n.rv3grid .option h3{\nposition: relative;\n}\n.rv3grid .option h3 span.dateRight{\nposition: absolute;\nright:0;\nfont-weight: normal;\nmargin-left: 1rem;\n}\n\n.rv3grid .option.china{\ncolor: rgba(229,86.69,0.75);\n}\n\n.rv3grid .option.china h3{\ncolor: rgba(229,86.69,0.75);\n}\n\n.rv3grid .option:hover{\ncolor: rgba(255,255,255,0.95);\ntransition: all 0.4s ease;\ntransition-delay: 0.4s;\n}\n\n.rv3grid .option.china:hover{\ncolor: rgba(229,86,69,0.95);\n}\n\n.rv3grid .option:hover h3,\n.rv3grid .option:hover p{\ncolor: rgba(255,255,255,0.95) !important;\ntransition: all 0.4s ease;\ntransition-delay: 0.4s;\n}\n\n.rv3grid .option.selected{\ncolor: rgba(255,255,255,0.95);\nbackground-color: rgba(90,187,166,0.95);\ntransition-delay: 0s;\n}\n\n.rv3grid .option.selected h3,\n.rv3grid .option.selected p{\ncolor: rgba(255,255,255,0.95) !important;\ntransition-delay: 0s;\n}\n\n.rv3grid .selection{\nposition: absolute;\ntop:50%;\nleft:50%;\nwidth: 0;\nheight: 0;\nbackground-color: rgba(90,187,166,0.85);\nborder-radius: 2px;\ntransition: all 0.5s ease;\nz-index: 1;\n}\n\n.flashMe{\nanimation-name: flashIt;\nanimation-duration: 3s;\nanimation-iteration-count: 1;\nanimation-timing-function: ease-in-out;\n-webkit-animation-name: flashIt;\n-webkit-animation-duration: 3s;\n-webkit-animation-iteration-count: 1;\n-webkit-animation-timing-function: ease-in-out;\n}\n\n@keyframes flashIt{\nfrom{ background-color:rgba(253,246,207,1);}\nto{ background-color:rgba(255,255,255,0);}\n}\n\n@media all and (max-width: 480px) {\n\n.rv3grid{\ngrid-template-columns: minmax(80px ,1fr) minmax(80px ,1fr);\n}\n\n.rv3grid .option{\npadding: 0.5em;\n}\n\n.rv3grid .option h3{\nfont-size: 16px;\n}\n\n.rv3grid .option p{\nfont-size: 13px;\n}\n\n}\n<\/style><div class=\"rv3grid\"><div class=\"selection\"><\/div><div class=\"option showAll\"><h3>Show all<\/h3><\/div><div class=\"blank\"><\/div><div class=\"option\" rv3date=\"2021-10-19\"><h3>\u2794Tuesday <span class=\"dateRight\">19 October<\/span><\/h3><\/div><div class=\"blank\"><\/div><div class=\"option\" rv3date=\"2021-10-20\"><h3>\u2794Wednesday <span class=\"dateRight\">20 October<\/span><\/h3><\/div><div class=\"blank\"><\/div><div class=\"option\" rv3date=\"2021-10-21\"><h3>\u2794Thursday <span class=\"dateRight\">21 October<\/span><\/h3><\/div><div class=\"blank\"><\/div><div class=\"option\" rv3date=\"2021-10-22\"><h3>\u2794Friday <span class=\"dateRight\">22 October<\/span><\/h3><\/div><div class=\"blank\"><\/div><\/div>\n<script type=\"text\/javascript\">\n<!--\n;(function(window, document, undefined){\n\nvar proto = {\n\ton: function(test, cb) {\n\t  var self = this;\n\t  setTimeout(function() {\n\t\tcb(self[test]);\n\t  }, 0);\n\t},\n\tgreeting:\"\",\n\n\/\/BEGIN\n\tinit : function(){\n\nvar _s=this;\n\nvar foundCollection=JSON.parse('[{\"date\":\"2021-10-19\",\"records\":[1,106,107,162,4]},{\"date\":\"2021-10-20\",\"records\":[5,6,76,77,128,99,70,72,150,78,164,71,73,153,137,188,30,127,81,83,15,86,40,159,179]},{\"date\":\"2021-10-21\",\"records\":[17,18,152,90,19,89,21,22,136,92,20,96,160,129,102,95,161,23,34,25]},{\"date\":\"2021-10-22\",\"records\":[108,124]}]');\n\nconsole.log(foundCollection);\n\nvar rv3grid=document.querySelector(\".rv3grid\");\n\trv3grid.onmouseout=function(){\n\tvar s=document.querySelector(\".rv3grid .selection\");\n\t\ts.style.left=\"50%\";\n\t\ts.style.top=\"50%\";\n\t\ts.style.width=0;\n\t\ts.style.height=0;\n\t}\/\/onmouseout\n\nvar options=document.querySelectorAll(\".rv3grid .option\");\nvar showAll=document.querySelector(\".rv3grid .option.showAll\");\n\n\tfor(var a=0;a<options.length;a++){\n\t\tif(!options[a].classList.contains(\"selection\") && !options[a].classList.contains(\"blank\") ){\n\t\t\toptions[a].onmouseover=function(A){\n\t\t\t\treturn function(){\n\n\t\t\t\tvar X=options[A].offsetLeft;\n\t\t\t\tvar Y=options[A].offsetTop;\n\t\t\t\tvar W=options[A].offsetWidth;\n\t\t\t\tvar H=options[A].offsetHeight;\n\/\/ console.log(X,Y,W,H);\n\t\t\t\tvar s=document.querySelector(\".rv3grid .selection\");\n\t\t\t\t\ts.style.left=X+\"px\";\n\t\t\t\t\ts.style.top=Y+\"px\";\n\t\t\t\t\ts.style.width=W+\"px\";\n\t\t\t\t\ts.style.height=H+2+\"px\";\n\n\t\t\t\t}\/\/return\n\t\t\t}(a)\n\n\t\t\toptions[a].onclick=function(A){\n\t\t\t\treturn function(){\n\nif(options[A].classList.contains('showAll')){\n\n\tfor(var x=0;x<options.length;x++){\n\t\tif(!options[x].classList.contains(\"selection\") && !options[x].classList.contains(\"blank\") && !options[x].classList.contains(\"showAll\") ){\n\t\t\toptions[x].classList.remove(\"selected\");\n\t\t\tdocument.getElementById(\"day\"+parseInt(x)).style.display=\"block\";\n\t\t}\/\/if\n\t}\/\/x\n\tshowAll.style.opacity='0';\n\/\/ \tif(window.location.search.indexOf(\"&\")==-1){\n\/\/ \t\twindow.history.pushState('Object', 'Title', window.location.pathname);\n\/\/ \t}\/\/if\n\n}else{\n\n\tshowAll.style.opacity=\"1\";\n\tfor(var x=0;x<options.length;x++){\n\t\tif(!options[x].classList.contains(\"selection\") && !options[x].classList.contains(\"blank\") && !options[x].classList.contains(\"showAll\") ){\n\t\t\tif(x!=A){\n\t\t\t\toptions[x].classList.remove(\"selected\");\n\t\t\t\ttry{\n\t\t\t\t\tdocument.getElementById(\"day\"+parseInt(x)).style.display=\"none\";\n\t\t\t\t}catch(e){\n\t\t\t\t\tconsole.log(e);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\toptions[x].classList.add(\"selected\");\n\t\t\t\ttry{\n\t\t\t\t\tdocument.getElementById(\"day\"+parseInt(x)).style.display=\"block\";\n\/\/ \t\t\t\t\tif(window.location.search.indexOf(\"&\")==-1){\n\/\/ \t\t\t\t\t\twindow.history.pushState('Object', 'Title', window.location.pathname+'?d='+x);\n\/\/ \t\t\t\t\t}\/\/if\n\t\t\t\t}catch(e){\n\t\t\t\t\tconsole.log(e);\n\t\t\t\t}\n\t\t\t}\/\/if\n\t\t}\/\/if\n\t}\/\/x\n\n}\/\/if\n\n\t\t\t\t}\/\/return\n\t\t\t}(a)\n\t\t}\/\/if\n\t}\/\/a\n\n\/\/ Delayed execution\n\/\/ Must wait for PHP execution needle to parse the rest of the page first,\n\/\/ otherwise there is nothing to work with\nsetTimeout(function(){\n\n\tif(window.location.search!=\"\"){\n\tvar found= window.location.search.substr(1).split(\"&\");\/\/ get search query without ?\n\tvar eventDone=false;\n\n\t\tfor(var a=0;a<found.length;a++){\n\/\/ Looking for e\n\t\t\tvar key=found[a].split(\"=\")[0];\n\t\t\tvar num=parseInt(found[a].split(\"=\")[1]);\n\n\t\t\t\tif(!isNaN(num) && key==\"e\"){\n\n\t\t\t\tvar lookupDate=\"\";\n\t\t\t\t\tfor(var b=0;b<foundCollection.length;b++){\n\t\t\t\t\t\tfor(var c=0;c<foundCollection[b].records.length;c++){\n\t\t\t\t\t\t\tif(num==foundCollection[b].records[c]){\n\t\t\t\t\t\t\t\tlookupDate=foundCollection[b].date;\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\/\/if\n\t\t\t\t\t\t}\/\/c\n\t\t\t\t\t\tif(lookupDate!==''){break;}\n\t\t\t\t\t}\/\/b\n\n\t\t\t\t\tif(lookupDate!==''){\n\t\t\t\t\t\tfor(var b=0;b<options.length;b++){\n\t\t\t\t\t\t\tif(options[b].getAttribute(\"rv3date\") == lookupDate){\n\n\/\/ Pick a day\n\t\t\t\t\t\t\t\toptions[b].onclick();\n\/\/ Highlight element\n\t\t\t\t\t\t\tvar el=document.getElementById(\"event\"+num);\n\t\t\t\t\t\t\tvar offset=document.getElementById(\"beyond-nav-container\").offsetHeight + 10;\n\t\t\t\t\t\t\t\toffset+=document.querySelector(\".underlineH1\").offsetHeight;\n\t\t\t\t\t\t\t\tposition = el.getBoundingClientRect().top - offset;\n\t\t\t\t\t\t\t\twindow.scrollTo({\n\t\t\t\t\t\t\t\t\ttop: position,\n\t\t\t\t\t\t\t\t\tbehavior: \"smooth\"\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tel.classList.add(\"flashMe\");\n\t\t\t\t\t\t\t\teventDone=true;\n\n\t\t\t\t\t\t\t}\/\/if\n\n\t\t\t\t\t\t}\/\/b\n\t\t\t\t\t}\/\/if\n\n\t\t\t\t}\/\/if\n\n\t\t\t\tif(eventDone==true){break;}\n\/\/ Use d switch for YYYY-MM-DD\n\t\t\tvar value=found[a].split(\"=\")[1];\n\n\t\t\t\tif(key==\"d\" & value.length==10){\n\t\t\t\t\t\n\t\t\t\t}\/\/if\n\n\t\t}\/\/a\n\n\n\/\/ \t\tswitch(found.length){\n\/\/ \t\t\tcase 0:\n\/\/ \t\t\tbreak;\n\/\/ \n\/\/ \t\t\tcase 1:\n\/\/ \t\t\tvar key=found[0].split(\"=\")[0];\n\/\/ \t\t\tvar num=parseInt(found[0].split(\"=\")[1]);\n\/\/ \t\t\t\tif(!isNaN(num) && num<options.length && key==\"e\"){\n\/\/ \t\t\t\tvar lookupDate=\"\";\n\/\/ \t\t\t\t\tfor(var a=0;a<foundCollection.length;a++){\n\/\/ \t\t\t\t\t\tfor(var b=0;b<foundCollection[a].records.length;b++){\n\/\/ \t\t\t\t\t\t\tif(num==foundCollection[a].records[b]){\n\/\/ \t\t\t\t\t\t\t\tlookupDate=foundCollection[a].date;\n\/\/ \t\t\t\t\t\t\t\tbreak;\n\/\/ \t\t\t\t\t\t\t}\/\/if\n\/\/ \t\t\t\t\t\t}\/\/b\n\/\/ \t\t\t\t\t}\/\/a\n\/\/ \n\/\/ \t\t\t\t\tif(lookupDate!==''){\n\/\/ \t\t\t\t\t\tfor(var a=0;a<options.length;a++){\n\/\/ \t\t\t\t\t\t\t\n\/\/ \t\t\t\t\t\t}\/\/a\n\/\/ \t\t\t\t\t}\/\/\n\/\/ \n\/\/ \t\t\t\t\toptions[num].onclick();\n\/\/ \t\t\t\t}\/\/if\n\/\/ \t\t\tbreak;\n\/\/ \n\/\/ \t\t\tcase 2:\n\/\/ \t\t\tcase 3:\n\/\/ \t\t\tcase 4:\n\/\/ \t\t\tcase 5:\n\/\/ \t\t\tcase 6:\n\/\/ \t\t\tcase 7:\n\/\/ \t\t\tcase 8:\n\/\/ \t\t\tcase 9:\n\/\/ \t\t\tcase 10:\n\/\/ \t\t\tvar num=parseInt(found[0].split(\"=\")[1]);\n\/\/ \t\t\t\tif(!isNaN(num) && num<options.length){\n\/\/ \t\t\t\t\toptions[num].onclick();\n\/\/ \t\t\t\t}\/\/if\n\/\/ \n\/\/ \t\t\tvar num=found[1].split(\"=\")[1];\n\/\/ \t\t\tvar el=document.getElementById(\"event\"+num);\n\/\/ \t\t\tvar offset=document.getElementById(\"beyond-nav-container\").offsetHeight + 10;\n\/\/ \t\t\t\toffset+=document.querySelector(\".underlineH1\").offsetHeight;\n\/\/ \t\t\t\tposition = el.getBoundingClientRect().top - offset;\n\/\/ \t\t\t\twindow.scrollTo({\n\/\/ \t\t\t\t\ttop: position,\n\/\/ \t\t\t\t\tbehavior: \"smooth\"\n\/\/ \t\t\t\t});\n\/\/ \t\t\t\tel.classList.add(\"flashMe\");\n\/\/ \t\t\tbreak;\n\/\/ \n\/\/ \t\t\tdefault:break;\n\/\/ \t\t}\/\/switch\n\n\t}\/\/if\n\n},1000);\n\n\n\t}\/\/init\n\n};\/\/proto\n\n\/\/ Fake some of Object.create so we can force non test results to be non \"own\" properties.\n\tvar RV3 = function() {};\n\t\tRV3.prototype = proto;\n\n\/\/ Overwrite name so constructor name is nicer :D\n\t\tRV3 = new RV3();\n\n\/\/ Leak namespace\n\t\tRV3.init();\n\n})(window, document);\n-->\n<\/script><\/div><div class=\"cepBody\"><p><p><strong>Please note:<\/strong> All times are in GMT.<\/p><\/p><\/div><div class=\"cepBody day\" id=\"day1\"><div class=\"underlineH1 rv3sticky\"><h1 class=\"green\">Tuesday 19 October<\/h1><\/div><p style=\"display:flex;\" id=\"day1stages\"><\/p><div class=\"event mainStage\" id=\"event1\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(67,28,93,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Belfast City Centre<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Belfast%20Guided%20Tour%3A%20The%20Hidden%20Heritage%20of%20James%20Connolly&#038;description=Join%20Belfast's%20first%20full%20AR%20trail%20exploring%20the%20hidden%20heritage%20of%20James%20Connolly%2C%20Irish%20Republican%20leader.%C2%A0The%20walking%20trail%20takes%20you%20on%20a%20tour%20of%20the%20city%2C%20stopping%20at%20some%20of%20the%20most%20historically%20significant%20sites%20associated%20with%20Connolly%20while%20exploring%20Belfast%E2%80%99s%20political%2C%20industrial%2C%20feminist%20and%20working%20class%20history%20and%20the%20city%E2%80%99s%20role%20in%20shaping%20Ireland%20for%20the%20next%20100%20years.%20%0ABEYOND%20in-person%20ticket%20holders%20can%20reserve%20a%20place%20on%20this%20tour%20once%20registered.%20%20NB%3A%20Only%2010%20places%20available&#038;start=2021-10-19T13:00:00.000Z&#038;end=2021-10-19T15:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:00 &#8211; 15:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Belfast Guided Tour: The Hidden Heritage of James Connolly<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Join Belfast&#8217;s first full AR trail exploring the hidden heritage of James Connolly, Irish Republican leader.&nbsp;The <a href=\"https:\/\/arasuichonghaile.com\/heritagetrail\/\">walking trail<\/a> takes you on a tour of the city, stopping at some of the most historically significant sites associated with Connolly while exploring Belfast\u2019s political, industrial, feminist and working class history and the city\u2019s role in shaping Ireland for the next 100 years. <br>\nBEYOND in-person ticket holders can reserve a place on this tour once registered.  NB: Only 10 places available<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event106\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(67,28,93,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Belfast City Centre<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Belfast%20Guided%20Tour%3A%20Street%20Art&#038;description=If%20street%20art%20is%20your%20thing%2C%20join%20Adam%20Turkington%20for%20the%20Seedhead%20Tour.%C2%A0Street%20artists%20from%20across%20the%20globe%20have%20joined%20a%20new%20breed%20of%20Belfast%20based%20street%20artists%20to%20leave%20their%20mark%20on%20the%20city%2C%20and%20in%20particular%20in%20the%20Cathedral%20Quarter.%C2%A0You%20will%20experience%20street%20art%20which%20speaks%20of%20love%2C%20of%20laughter%2C%20of%20anger%2C%20of%20beauty%20and%20of%20defiance%20but%20most%20of%20all%20it%20speaks%20of%20Belfast%20and%20the%20place%20that%20it%E2%80%99s%20becoming.%C2%A0%0ABEYOND%20in-person%20ticket%20holders%20can%20reserve%20a%20place%20on%20this%20tour%20once%20registered.%20NB%3A%20Only%2020%20places%20available.&#038;start=2021-10-19T14:00:00.000Z&#038;end=2021-10-19T16:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>14:00 &#8211; 16:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Belfast Guided Tour: Street Art<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>If street art is your thing, join Adam Turkington for the <a href=\"https:\/\/www.seedheadarts.com\/street-art\/walking-tour\">Seedhead Tour<\/a>.&nbsp;Street artists from across the globe have joined a new breed of Belfast based street artists to leave their mark on the city, and in particular in the Cathedral Quarter.&nbsp;You will experience street art which speaks of love, of laughter, of anger, of beauty and of defiance but most of all it speaks of Belfast and the place that it\u2019s becoming.&nbsp;<br>\nBEYOND in-person ticket holders can reserve a place on this tour once registered. NB: Only 20 places available.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event107\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(67,28,93,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Belfast City Centre<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Big%20Telly%20World%20Premiere%3A%20Department%20Story&#038;description=Preview%20the%20World%20Premiere%20of%20Department%20Story%20by%20Pioneers%20of%20immersive%2C%20site-specific%20theatre%20production%2C%20Big%20Telly%20Theatre%20Company.%20Department%20Story%20is%20a%20site-specific%20production%20set%20in%20empty%20retail%20units%20in%20Belfast's%20City%20Centre%20which%20smashes%20together%20flash%20theatre%20and%20physical%20fiction%20in%20a%20killer%20spree%20through%20a%20department%20of%20stories%2C%20where%20everything%20returned%20has%20a%20tale%20to%20tell.%20Take%20stock%2C%20grab%20your%20shopping%20list%20and%20be%20sure%20to%20ask%20the%20staff%20(%3F)%20for%20help.%20%0ABut%20of%20course%2C%20this%20is%20no%20ordinary%20Department%20Store.%20Customers%20have%20choices%20but%20alongside%20choice%20comes%20great%20responsibility%20and%20before%20long%20there%20are%20decisions%20to%20be%20made.%20%0AAvailable%20to%20both%20in-person%20and%20virtual%20delegates.%20NB%3A%20numbers%20limited%20to%2040%20in-person%20and%2040%20online%20participants&#038;start=2021-10-19T16:00:00.000Z&#038;end=2021-10-19T17:15:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:00 &#8211; 17:15<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Big Telly World Premiere: Department Story<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Preview the World Premiere of Department Story by Pioneers of immersive, site-specific theatre production, Big Telly Theatre Company. Department Story is a site-specific production set in empty retail units in Belfast&#8217;s City Centre which smashes together flash theatre and physical fiction in a killer spree through a department of stories, where everything returned has a tale to tell. Take stock, grab your shopping list and be sure to ask the staff (?) for help. <br>\nBut of course, this is no ordinary Department Store. Customers have choices but alongside choice comes great responsibility and before long there are decisions to be made. <br>\nAvailable to both in-person and virtual delegates. NB: numbers limited to 40 in-person and 40 online participants<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event162\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.4);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic Hotel<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Immersive%20Arcade&#038;description=A%20final%20chance%20to%20see%20the%20Immersive%20Arcade%20Showcase%2C%20which%20is%20part%20of%20the%20Immersive%20Futures%20Lab%20at%20BEYOND%20and%20experience%20some%20of%20the%20most%20influential%20British%20immersive%20productions%20from%20the%20last%20twenty%20years.%C2%A0The%20project%20has%20been%20commissioned%20by%20UKRI%2C%20as%20part%20of%20the%20%E2%80%98Audience%20of%20the%20Future%E2%80%99%20challenge.%20Visit%20the%20Immersive%20Arcade%20online.%20&#038;start=2021-10-19T17:00:00.000Z&#038;end=2021-10-19T19:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>17:00 &#8211; 19:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Immersive Arcade<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>A final chance to see the Immersive Arcade Showcase, which is part of the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab<\/a> at BEYOND and experience some of the most influential British immersive productions from the last twenty years.&nbsp;The project has been commissioned by UKRI, as part of the \u2018Audience of the Future\u2019 challenge. Visit the <a href=\"https:\/\/immersivearcade.uk\/\">Immersive Arcade online<\/a>. <\/p><\/div><\/div><div class=\"event mainStage\" id=\"event4\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.4);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic Hotel<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=BEYOND%20Speakers%20and%20Delegates%20Dinner&#038;description=A%20chance%20to%20meet%2C%20mingle%20and%20enjoy%20dinner%20with%20the%20BEYOND%20speakers%2C%20exhibitors%20and%20fellow%20delegates.%20Open%20to%20all%20BEYOND%20ticket%20holders%20in%20Belfast%20-%20just%20confirm%20your%20attendance%20and%20dietary%20preferences%20after%20buying%20or%20registering%20your%20ticket.%20&#038;start=2021-10-19T19:00:00.000Z&#038;end=2021-10-19T21:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>19:00 &#8211; 21:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">BEYOND Speakers and Delegates Dinner<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>A chance to meet, mingle and enjoy dinner with the BEYOND speakers, exhibitors and fellow delegates. Open to all BEYOND ticket holders in Belfast &#8211; just confirm your attendance and dietary preferences after buying or registering your ticket. <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/andrew-chitty\">Andrew Chitty<\/a>, Challenge Director, UK Research and Innovation<\/p><\/div><\/div><script type=\"text\/javascript\">\n<!--\n;(function(window, document, undefined){\n\nvar proto = {\n\ton: function(test, cb) {\n\t  var self = this;\n\t  setTimeout(function() {\n\t\tcb(self[test]);\n\t  }, 0);\n\t},\n\tgreeting:\"\",\n\n\tinit : function(){\n\nvar _s=this;\n\nvar stages=[\n\t{\"lbl\":\"UK House Stage\"\t\t,\"cls\":\".mainStage\",\t\"els\":[],\t\"rgbaBg\":\"237, 110, 111,0.9\",\t\"color\":\"#fff\"},\n\t{\"lbl\":\"Spaces\"\t\t\t\t,\"cls\":\".sessionSpace\",\t\"els\":[],\t\"rgbaBg\":\"76,154,212,0.9\",\t\t\"color\":\"#fff\"}\n];\n\nvar parent=document.getElementById(\"day1\");\nvar ui=document.getElementById(\"day1stages\");\n\tui.innerHTML=\"\";\nvar plotted=0;\n\nvar btnAll=document.createElement(\"span\");\n\tbtnAll.className=\"btnStageFilter all\";\n\tbtnAll.appendChild(document.createTextNode(\"All\"));\n\tbtnAll.onclick=function(){\n\t\tbtnAll.classList.add(\"selected\");\n\t\tfor(var a=0;a<stages.length;a++){\n\t\t\tfor(var b=0;b<stages[a].els.length;b++){\n\t\t\t\tstages[a].els[b].style.display=\"block\";\n\t\t\t\tstages[a].btn.classList.remove(\"selected\");\n\t\t\t}\/\/b\n\t\t}\/\/a\n\t}\/\/\n\tui.appendChild(btnAll);\n\n\n\tfor(var a=0;a<stages.length;a++){\n\t\tstages[a].els=parent.querySelectorAll(stages[a].cls);\n\t\tif(stages[a].els.length>0){\n\t\t\tplotted++;\n\t\tvar btn = stages[a].btn = document.createElement(\"span\");\n\t\t\tbtn.className=\"btnStageFilter \"+stages[a].cls;\n\t\t\tbtn.style.cssText=\"background-color:rgb(\"+stages[a].rgbaBg+\");color:\"+stages[a].color+\";\";\n\t\t\tbtn.appendChild(document.createTextNode(stages[a].lbl));\n\t\t\tbtn.onclick=function(A){\n\t\t\t\treturn function(){\n\t\t\t\t\tfor(var x=0;x<stages.length;x++){\n\n\t\t\t\t\t\tif(x==A){\n\t\t\t\t\t\t\tstages[x].btn.classList.add(\"selected\");\n\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"block\";\n\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tif(undefined!==stages[x].btn){\n\t\t\t\t\t\t\t\tstages[x].btn.classList.remove(\"selected\");\n\t\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"none\";\n\t\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t\t}\/\/if\n\t\t\t\t\t\t}\/\/if\n\n\t\t\t\t\t\tif(undefined!==btnAll){btnAll.classList.remove(\"selected\");}\/\/if\n\n\t\t\t\t\t}\/\/x\n\t\t\t\t}\/\/return\n\t\t\t}(a)\/\/onclick\n\t\t\tui.appendChild(btn);\n\t\t}\/\/if\n\t}\/\/a\n\n\tif(plotted==1){\n\t\tbtnAll.parentNode.removeChild(btnAll);\n\t}\/\/\n\n\t}\/\/init\n\n};\/\/proto\n\n\/\/ var RV3 = function() {};\n\/\/ \tRV3.prototype = proto;\n\/\/ \tRV3 = new RV3();\n\/\/ \tRV3.init();\n\n})(window, document);\n-->\n<\/script><\/div><div class=\"cepBody day\" id=\"day2\"><div class=\"underlineH1 rv3sticky\"><h1 class=\"green\">Wednesday 20 October<\/h1><\/div><p style=\"display:flex;\" id=\"day2stages\"><\/p><div class=\"event mainStage\" id=\"event5\"><p style=\"display:flex;padding:1rem 0;\"><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Conference%20Registration&#038;start=2021-10-20T09:00:00.000Z&#038;end=2021-10-20T09:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:00 &#8211; 09:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Conference Registration<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><\/div><\/div><div class=\"event mainStage\" id=\"event6\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Introducing%20BEYOND&#038;description=&#038;start=2021-10-20T09:30:00.000Z&#038;end=2021-10-20T09:35:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:30 &#8211; 09:35<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Introducing BEYOND<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/susan-hayes-culleton\">Susan Hayes Culleton<\/a>, BEYOND MC, HayesCulleton Group<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=6\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event76\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Opening%20Keynote%3A%20Sir%20Peter%20Bazalgette&#038;start=2021-10-20T09:35:00.000Z&#038;end=2021-10-20T09:50:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:35 &#8211; 09:50<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Opening Keynote: Sir Peter Bazalgette<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/peter-bazalgette\">Peter Bazalgette<\/a>, Chairman, ITV plc<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=76\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event77\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=The%20New%20Heavy%20Industries%3A%20Building%20Belfast's%20Creative%20Economy&#038;description=The%20Screen%20Media%20Innovation%20Lab%20(SMIL)%20is%20bringing%20Virtual%20Production%20facilities%20to%20support%20the%20fast%20growing%20creative%20economy%20of%20Northern%20Ireland%2C%20but%20the%20vision%20goes%20beyond%20physical%20infrastructure.%20This%20session%20tells%20the%20story%20of%20how%20SMIL%20came%20about%20and%20asks%20what%20is%20the%20real%20value%20and%20true%20potential%20of%20both%20Virtual%20Production%20and%20SMIL.&#038;start=2021-10-20T09:55:00.000Z&#038;end=2021-10-20T10:40:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:55 &#8211; 10:40<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">The New Heavy Industries: Building Belfast&#8217;s Creative Economy<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>The Screen Media Innovation Lab (SMIL) is bringing Virtual Production facilities to support the fast growing creative economy of Northern Ireland, but the vision goes beyond physical infrastructure. This session tells the story of how SMIL came about and asks what is the real value and true potential of both Virtual Production and SMIL.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/anthony-lilley-obe\">Anthony Lilley OBE<\/a>, Co-Director, Scenario Two<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/declan-keeney\">Declan Keeney<\/a>, Director of the Ulster Screen Academy, Ulster University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/eric-carney\">Eric Carney<\/a>, Founder\/CTO, The Third Floor<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/fiona-mclaughlin\">Fiona McLaughlin<\/a>, Co-founding Director, TAUNT Ltd<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/john-greer\">John Greer<\/a>, Director of Economic Development, Belfast City Council<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=77\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event128\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Ministerial%20Address%3A%20Communities%20Minister%20Deirdre%20Hargey&#038;description=Deirdre%20Hargey%2C%20Minister%20for%20Communities%20of%20Northern%20Ireland%2C%20welcomes%20BEYOND%20attendees%20to%20Belfast.&#038;start=2021-10-20T10:45:00.000Z&#038;end=2021-10-20T10:50:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:45 &#8211; 10:50<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Ministerial Address: Communities Minister Deirdre Hargey<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Deirdre Hargey, Minister for Communities of Northern Ireland, welcomes BEYOND attendees to Belfast.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/deirdre-hargey\">Deirdre Hargey<\/a>, Minister for Communities, Northern Ireland Executive (Sinn Fein)<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=128\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event99\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Bridge Suite<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Tea%20%26%20Coffee%20Break&#038;description=Time%20to%20stretch%20your%20legs%2C%20network%20and%20visit%20the%20Immersive%20Futures%20Lab%20showcase%2C%20which%20features%20outputs%20from%20creative%20research-led%20projects%20exploring%20new%20and%20novel%20ways%20to%20push%20the%20boundaries%20of%20what%20is%20possible%20in%20creative%20technologies.&#038;start=2021-10-20T10:55:00.000Z&#038;end=2021-10-20T12:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:55 &#8211; 12:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Tea &#038; Coffee Break<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Time to stretch your legs, network and visit the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab<\/a> showcase, which features outputs from creative research-led projects exploring new and novel ways to push the boundaries of what is possible in creative technologies.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event70\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Makers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20creatives%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20Immersive%20Futures%20Lab.%0AThis%20session%20features%20makers%20from%20the%20projects%20Curatours%2C%20Seeds%20of%20Life%2C%20Wasted%3A%20Into%20the%20Microverse%2C%20and%20Dragon%20Legends.&#038;start=2021-10-20T11:00:00.000Z&#038;end=2021-10-20T12:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>11:00 &#8211; 12:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Makers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the creatives and their R&amp;D projects being showcased in the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a><\/p>\n<p>This session features makers from the projects <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/curatours-museum-of-plastic-2121\/\">Curatours<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/seeds-of-life\/\">Seeds of Life,<\/a> <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/wasted-into-the-microverse\/\">Wasted: Into the Microverse<\/a>, and <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/dragon-legends\/\">Dragon Legends<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event72\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Researchers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20researchers%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20BEYOND%20Poster%20Exhibition.%0AThe%20researchers%20in%20this%20session%20will%20be%20Lewis%20Smith%2C%20Georgios%20Varoutsos%2C%20Constantin%20Popp%2C%20David%20Cotter%20and%20Tessa%20Ratuszynska.&#038;start=2021-10-20T11:30:00.000Z&#038;end=2021-10-20T12:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>11:30 &#8211; 12:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Researchers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the researchers and their R&amp;D projects being showcased in the BEYOND <a href=\"https:\/\/beyondconference.org\/b21\/posters\/\">Poster Exhibition<\/a>.<\/p>\n<p>The researchers in this session will be <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-2\/\">Lewis Smith<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-5\/\">Georgios Varoutsos<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-12\/\">Constantin Popp<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-13\/\">David Cotter<\/a> and <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-14\/\">Tessa Ratuszynska<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event150\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Building%20(the)%20Dream&#038;description=This%20workshop%20and%20live%20demo%20will%20step%20through%20some%20of%20the%20technical%20processes%20and%20tools%20used%20to%20create%20Dream%2C%20the%20Royal%20Shakespeare%20Company%20collaboration%20with%20the%20Philharmonia%2C%20Marshmallow%20Laser%20Feast%20and%20Manchester%20International%20Festival%2C%20and%20explore%20the%20power%20of%20these%20technologies%20to%20create%20new%20digital%20stages%20for%20performance.%20Led%20by%20Dream%20movement%20director%20Sarah%20Perry%20and%20performer%20Maggie%20Bain%20(who%20played%20Cobweb)%20this%20is%20an%20opportunity%20to%20see%20the%20technological%20processes%20used%20and%20learn%20how%20performance%20makers%20are%20adapting%20their%20craft%20for%20these%20new%20mediums.%20%20&#038;start=2021-10-20T12:00:00.000Z&#038;end=2021-10-20T13:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>12:00 &#8211; 13:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Building (the) Dream<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>This workshop and live demo will step through some of the technical processes and tools used to create Dream, the Royal Shakespeare Company collaboration with the Philharmonia, Marshmallow Laser Feast and Manchester International Festival, and explore the power of these technologies to create new digital stages for performance. Led by Dream movement director Sarah Perry and performer Maggie Bain (who played Cobweb) this is an opportunity to see the technological processes used and learn how performance makers are adapting their craft for these new mediums.  <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/james-turnbull\">James Turnbull<\/a>, Producer, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/maggie-bain\">Maggie Bain<\/a>, Actor, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sarah-ellis\">Sarah Ellis<\/a>, Director of Digital Development, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sarah-perry\">Sarah Perry<\/a>, Movement Director, Royal Shakespeare Company<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event78\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Fuelling%20the%20Future%3A%20How%20to%20Build%20New%20Place-Based%20Talent%20Pipelines&#038;description=At%20a%20time%20when%20the%20UK%20government%20is%20talking%20about%20national%20skills%20shortages%20across%20multiple%20sectors%2C%20is%20it%20time%20for%20the%20Creative%20Industries%20to%20take%20a%20different%20track%2C%20and%C2%A0time%20to%20recognise%20that%20skills%20issues%20in%20regional%20and%20local%20creative%20economies%20need%20regional%20and%20local%20solutions%3F%C2%A0%0ABut%20can%20place-based%20talent%20pipelines%20be%20created%20and%20nurtured%20to%C2%A0%20successfully%20fuel%20growth%20in%20regional%20and%20local%20creative%20economies%3F%20How%20are%20different%20places%20across%20the%C2%A0UK%20approaching%20the%20question%20of%20where%20we%20need%20to%20get%20to%20and%20how%20we%20can%20get%20there%3F%20Where%20is%20this%20working%20and%20who%20can%20we%20learn%20from%3F&#038;start=2021-10-20T12:05:00.000Z&#038;end=2021-10-20T12:55:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>12:05 &#8211; 12:55<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Fuelling the Future: How to Build New Place-Based Talent Pipelines<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>At a time when the UK government is talking about national skills shortages across multiple sectors, is it time for the Creative Industries to take a different track, and&nbsp;time to recognise that skills issues in regional and local creative economies need regional and local solutions?&nbsp;<\/p>\n<p>But can place-based talent pipelines be created and nurtured to&nbsp; successfully fuel growth in regional and local creative economies? How are different places across the&nbsp;UK approaching the question of where we need to get to and how we can get there? Where is this working and who can we learn from?<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/dominic-lusardi\">Dominic Lusardi<\/a>, Advisor\/NED, Digital Thinkers<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/emma-turner\">Emma Turner<\/a>, Head of Film CPD and Future Skills, ScreenSkills<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/frank-lyons-mbe\">Frank Lyons MBE<\/a>, Interim Executive Dean of Arts, Humanities and Social Sciences, Ulster University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/rachel-nicholson\">Rachel Nicholson<\/a>, Head of Institution, Backstage Academy<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/rosalind-coleman\">Rosalind Coleman<\/a>, Producer, Punchdrunk<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=78\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event164\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Structuring%20Sustainable%20Success%3A%20Place-Based%20Investment%20and%20Infrastructure&#038;description=The%20recent%20Logan%20Review%20in%20Scotland%20identified%20%E2%80%98Education%20and%20Talent%E2%80%99%20as%20one%20of%20the%20three%20fundamental%20pillars%20for%20a%20successful%20Technology%20Ecosystem.%C2%A0%0ABuilding%20on%20the%20previous%20session%20around%20talent%20pipelines%2C%20experts%20in%20funding%20and%20business%20development%20from%20Scotland%20and%20NI%20discuss%20the%20two%20other%20essential%20dependencies%20identified%20in%20the%20Logan%20Review%20-%20social%2F%20physical%20infrastructure%20and%20funding%20-%C2%A0and%20explore%20how%20these%20map%20to%20strategies%20already%20in%20process%20to%20support%20screen%20and%20data-driven%20tech%20(AI%2F%20AR%2F%20VR)%20within%20the%20two%20regions.&#038;start=2021-10-20T13:00:00.000Z&#038;end=2021-10-20T13:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:00 &#8211; 13:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Structuring Sustainable Success: Place-Based Investment and Infrastructure<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>The recent Logan Review in Scotland identified \u2018Education and Talent\u2019 as one of the three fundamental pillars for a successful Technology Ecosystem.&nbsp;<br>\nBuilding on the previous session around talent pipelines, experts in funding and business development from Scotland and NI discuss the two other essential dependencies identified in the Logan Review &#8211; social\/ physical infrastructure and funding &#8211;&nbsp;and explore how these map to strategies already in process to support screen and data-driven tech (AI\/ AR\/ VR) within the two regions.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/chris-speed\">Chris Speed<\/a>, Director Creative Informatics, University of Edinburgh<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/ian-browne\">Ian Browne<\/a>, COO, Ignite NI<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/richard-williams\">Richard Williams<\/a>, Chief Executive, Northern Ireland Screen<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=164\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event71\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Makers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20creatives%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20Immersive%20Futures%20Lab.%0AThis%20session%20features%20makers%20from%20the%20project%20Pianola%20Nova.&#038;start=2021-10-20T13:35:00.000Z&#038;end=2021-10-20T13:45:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:35 &#8211; 13:45<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Makers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the creatives and their R&amp;D projects being showcased in the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a><\/p>\n<p>This session features makers from the project <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/pianola-nova\/\">Pianola Nova<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event73\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Researchers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20researchers%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20BEYOND%20Poster%20Exhibition.%0AIn%20this%20session%20the%20researchers%20will%20be%20Mohammadreza%20Mazerei%2C%20Louise%20Bryce%2C%20Philip%20O'Neill%2C%20Christine%20Singer%20and%20Lora%20Markova.&#038;start=2021-10-20T13:35:00.000Z&#038;end=2021-10-20T14:35:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:35 &#8211; 14:35<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Researchers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the researchers and their R&amp;D projects being showcased in the BEYOND <a href=\"https:\/\/beyondconference.org\/b21\/posters\/\">Poster Exhibition<\/a>.<\/p>\n<p>In this session the researchers will be <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-4\/\">Mohammadreza Mazerei<\/a>, Louise Bryce, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-8\/\">Philip O&#8217;Neill<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-9\/\">Christine Singer<\/a> and <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-10\/\">Lora Markova<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event153\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Gruff%20Rhys%20Hissing%20Currents%2FSeeking%20New%20Gods%20and%20the%20BBC%20audio%20orchestra&#038;description=Clwstwr%20is%20pleased%20to%20bring%20you%20an%20audio%20experiment%20specifically%20designed%20for%20Gruff%20Rhys%20latest%20solo%20record%20%E2%80%93%C2%A0Seeking%20New%20Gods.%20As%20part%20of%20his%20Clwstwr-funded%20project%2C%C2%A0Hissing%20Currents%2C%20Gruff%20and%20Kliph%20Scurlock%20partnered%20with%20the%20BBC%20R%26D%20team%20and%20delved%20into%20sound%20via%20the%C2%A0Audio%20Orchestrator%20Tool.%C2%A0Jon%20Francombe%20from%20the%20BBC%20R%26D%20team%20joined%20them%20on%20their%20journey%20of%20exploration%20all%20supported%20by%20Robin%20Moore%20and%20Ingrid%20Murphy.%20The%20team%20set%20out%20to%20challenge%20the%20traditional%20record%20release%20and%C2%A0create%20an%20immersive%20surround%20sound%20home%20set%20up.%20During%20this%20discussion%20you%E2%80%99ll%20hear%20directly%20from%20the%20makers%2C%20learn%20that%20this%20experiment%20pushed%20this%20record%20into%20the%20top%2010%20as%20it%20outsold%20Elton%20John%20and%20be%20invited%20to%20try%20the%20experiment%20for%20yourselves.%20NB%3A%20For%20the%20experiment%20you%E2%80%99ll%20need%20at%20least%204%20devices%20(e.g.%201%20desktop%20%2F%201%20tablet%20%2F%202%20mobile%20devices)%0A%C2%A0&#038;start=2021-10-20T13:45:00.000Z&#038;end=2021-10-20T14:45:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:45 &#8211; 14:45<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Gruff Rhys Hissing Currents\/Seeking New Gods and the BBC audio orchestra<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Clwstwr is pleased to bring you an audio experiment specifically designed for Gruff Rhys latest solo record \u2013&nbsp;<a href=\"https:\/\/www.gruffrhys.com\/\">Seeking New Gods<\/a>. As part of his Clwstwr-funded project,&nbsp;<a href=\"https:\/\/clwstwr.org.uk\/projects\/hissing-currents\">Hissing Currents<\/a>, Gruff and Kliph Scurlock partnered with the BBC R&amp;D team and delved into sound via the&nbsp;<a href=\"https:\/\/www.bbc.co.uk\/makerbox\/tools\/audio-orchestrator\">Audio Orchestrator Tool.<\/a>&nbsp;Jon Francombe from the BBC R&amp;D team joined them on their journey of exploration all supported by Robin Moore and Ingrid Murphy. The team set out to challenge the traditional record release and&nbsp;create an immersive surround sound home set up. During this discussion you\u2019ll hear directly from the makers, learn that this experiment pushed this record into the top 10 as it outsold Elton John and be invited to try the experiment for yourselves. NB: For the experiment you\u2019ll need at least 4 devices (e.g. 1 desktop \/ 1 tablet \/ 2 mobile devices)<br>\n&nbsp;<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/gruff-rhys\">Gruff Rhys<\/a>, Musician<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/ingrid-murphy\">Ingrid Murphy<\/a>, Academic Lead (Lecturer), Cardiff MET<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/jon-francombe\">Jon Francombe<\/a>, Lead Research &#038; Development Engineer, BBC<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/kliph-scurlock\">Kliph Scurlock<\/a>, Musician<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/robin-moore\">Robin Moore<\/a>, Digital Innovation Consultant, Shwsh<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=153\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event137\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=SODA%20Innovation%20Space%2C%20Place%20and%20People&#038;description=This%20workshop%20will%20focus%20on%20the%20role%20of%20SODA%20in%20driving%20the%20digital%20agenda%20and%20will%20feature%20industry%20leaders%20and%20place%20specialists.%20The%20discussion%2C%20will%20examine%20how%20digital%20can%20drive%20economic%20growth%20whilst%20also%20contributing%20to%20the%20identity%20of%20a%20location.%20It%20explores%20how%20SODA%20a%20diverse%2C%20multidisciplinary%20and%20visionary%20school%20of%20digital%20arts%20providing%20cutting-edge%20facilities%2C%20rigorous%20practical%20teaching%2C%20sector-leading%20research%2C%20and%20impactful%20knowledge%20exchange%20is%20building%20the%20talent%20pipeline%20and%20shaping%20the%20creative%20and%20digital%20industries%20in%20Manchester%20and%20nationally.%C2%A0It%20will%20consider%20the%20wider%20role%20of%20HEIs%20in%20fostering%20innovation%20and%20growth%20and%20other%20examples%20of%20successful%20clusters.&#038;start=2021-10-20T14:00:00.000Z&#038;end=2021-10-20T15:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>14:00 &#8211; 15:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">SODA Innovation Space, Place and People<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>This workshop will focus on the role of <a href=\"https:\/\/www.schoolofdigitalarts.mmu.ac.uk\/\">SODA<\/a> in driving the digital agenda and will feature industry leaders and place specialists. The discussion, will examine how digital can drive economic growth whilst also contributing to the identity of a location. It explores how <a href=\"https:\/\/www.schoolofdigitalarts.mmu.ac.uk\/\">SODA<\/a> a diverse, multidisciplinary and visionary school of digital arts providing cutting-edge facilities, rigorous practical teaching, sector-leading research, and impactful knowledge exchange is building the talent pipeline and shaping the creative and digital industries in Manchester and nationally.&nbsp;It will consider the wider role of HEIs in fostering innovation and growth and other examples of successful clusters.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/graham-hitchen\">Graham Hitchen<\/a>, Head of Strategy and Policy, Creative Industries\/Industrial Strategy programmes, UKRI<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/joanne-evans\">Joanne Evans<\/a>, Creative Industries Impact and Partnerships and Development Manager, University of Exeter<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/john-willis\">John Willis<\/a>, Innovation Lead, Knowledge Exchange, Manchester Metropolitan University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/kirsty-fairclough\">Kirsty Fairclough<\/a>, Reader in Screen Studies, Head of Research and Knowledge Exchange, Manchester Metropolitan University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/nicola-osborne\">Nicola Osborne<\/a>, Programme Manager, Creative Informatics<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event188\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Makers%20&#038;description=Meet%20and%20find%20out%20more%20about%20the%20creatives%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20Immersive%20Futures%20Lab.%0AThis%20session%20features%20makers%20from%20the%20project%20Surround%20Stories%20Lab.&#038;start=2021-10-20T14:45:00.000Z&#038;end=2021-10-20T15:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>14:45 &#8211; 15:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Makers <div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the creatives and their R&amp;D projects being showcased in the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a><\/p>\n<p>This session features makers from the project <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/surround-stories-lab\/\">Surround Stories Lab<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event30\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=The%20Great%20Uncoupling%3A%20The%20Digital%20Disruption%20of%20Fashion%20and%20Place&#038;description=An%20insight%20into%20how%20fashion%20is%20drawing%20on%20production%20skills%20in%20order%20to%20create%20one%20of%20the%20first%20really%20functional%20implementations%20of%20the%20Metaverse%20-%20generating%20entirely%20new%20markets%20and%20freeing%20designers%20from%20the%20traditional%20constraints%20of%20place%20&#038;start=2021-10-20T15:05:00.000Z&#038;end=2021-10-20T15:15:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:05 &#8211; 15:15<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">The Great Uncoupling: The Digital Disruption of Fashion and Place<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>An insight into how fashion is drawing on production skills in order to create one of the first really functional implementations of the Metaverse &#8211; generating entirely new markets and freeing designers from the traditional constraints of place <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/alex-lambert\">Alex Lambert<\/a>, Creative Director, Happy Finish<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=30\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event127\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Researchers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20researchers%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20BEYOND%20Poster%20Exhibition.%0AIn%20this%20session%20meet%20the%20researchers%20Andy%20T.%20Woods%2C%20Isabelle%20Velhurst%2C%20Jamie%20Gledhill%2C%20Laetitia%20Forst%2C%20Don%20Duncan%2C%20and%20Judith%20Ricketts.&#038;start=2021-10-20T15:05:00.000Z&#038;end=2021-10-20T17:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:05 &#8211; 17:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Researchers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the researchers and their R&amp;D projects being showcased in the BEYOND <a href=\"https:\/\/beyondconference.org\/b21\/posters\/\">Poster Exhibition<\/a>.<\/p>\n<p>In this session meet the researchers <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-7\/\">Andy T. Woods<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-1\/\">Isabelle Velhurst<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-15\/\">Jamie Gledhill<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-11\/\">Laetitia Forst<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-3\/\">Don Duncan<\/a>, and <a href=\"https:\/\/beyondconference.org\/b21\/posters\/poster-6\/\">Judith Ricketts<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event81\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Materiality%20in%20the%20Metaverse%3A%20Tools%20to%20Thrive%20in%20the%20New%20Spaces%20of%20Fashion&#038;description=Fashion%20experts%20from%20academia%20and%20industry%20explore%20the%20distinctions%20between%20the%20three%20levels%20of%20the%20new%20Fashion%20Metaverse%2C%20the%20opportunities%20and%20issues%20presented%20by%20each%2C%20and%20the%20tools%20required%20to%20support%20the%20next%20generation%20of%20designers%20and%20fashion%20entrepreneurs%20as%20they%20navigate%20these%20new%20worlds%20and%20markets.&#038;start=2021-10-20T15:15:00.000Z&#038;end=2021-10-20T16:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:15 &#8211; 16:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Materiality in the Metaverse: Tools to Thrive in the New Spaces of Fashion<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Fashion experts from academia and industry explore the distinctions between the three levels of the new Fashion Metaverse, the opportunities and issues presented by each, and the tools required to support the next generation of designers and fashion entrepreneurs as they navigate these new worlds and markets.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/alex-lambert\">Alex Lambert<\/a>, Creative Director, Happy Finish<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/jade-how\">Jade How<\/a>, Head of Fashion, Lockwood Publishing<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/jane-harris\">Jane Harris<\/a>, Professor of Digital Design and Innovation, Director of the Fashion, Textiles and Technology Institute (FTTI, UAL), University of the Arts London, London College of Fashion<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/leanne-elliott-young\">Leanne Elliott Young<\/a>, CEO &#038; Co-Founder, Institute of Digital Fashion<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/mike-king\">Mike King<\/a>, CEO, Numerion Software<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=81\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event83\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Warp%20and%20Weft%3A%20Weaving%20Sustainable%20Places&#038;description=Digital%20is%20exciting%20-%20but%20it%20isn%E2%80%99t%20the%20whole%20story%20for%20fashion%20and%20textiles.%20Drawing%20on%20innovative%20case%20studies%20using%20recycled%20or%20unwanted%20materials%2C%20this%20fireside%20discussion%20explores%20the%20tangible%20value%20of%20physical%20location%20to%20designers%20freed%20from%20geographical%20constraints.&#038;start=2021-10-20T16:05:00.000Z&#038;end=2021-10-20T16:35:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:05 &#8211; 16:35<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Warp and Weft: Weaving Sustainable Places<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Digital is exciting &#8211; but it isn\u2019t the whole story for fashion and textiles. Drawing on innovative case studies using recycled or unwanted materials, this fireside discussion explores the tangible value of physical location to designers freed from geographical constraints.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/dawn-ellams\">Dawn Ellams<\/a>, Research Fellow, Future Fashion Factory, Royal College of Art<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/kate-goldsworthy\">Kate Goldsworthy<\/a>, Co-Director, Centre for Circular Design, University of the Arts London<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/noshua-watson\">Noshua Watson<\/a>, Managing Director, Interwoven Impact<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=83\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event15\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Blinkers%20Off%3A%20Seeing%20the%20World%20Through%20Equine%20Eyes&#038;description=What%20does%20the%20world%20look%20like%20through%20the%20eyes%20of%20a%20horse%3F%20Alan%20Hook%20introduces%20his%20research%20using%20immersive%20technologies%20to%20explore%20the%20borders%20between%20human%20and%20non-human%20animals.&#038;start=2021-10-20T16:40:00.000Z&#038;end=2021-10-20T16:50:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:40 &#8211; 16:50<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Blinkers Off: Seeing the World Through Equine Eyes<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>What does the world look like through the eyes of a horse? Alan Hook introduces his research using immersive technologies to explore the borders between human and non-human animals.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/alan-hook\">Alan Hook<\/a>, Associate Head of School &#8211; School of Communication and Media, Ulster University<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=15\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event86\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Day%20One%3A%20BEYOND%20Wrap-up&#038;description=&#038;start=2021-10-20T16:50:00.000Z&#038;end=2021-10-20T17:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:50 &#8211; 17:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Day One: BEYOND Wrap-up<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/susan-hayes-culleton\">Susan Hayes Culleton<\/a>, BEYOND MC, HayesCulleton Group<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=86\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event40\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Bridge Suite<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Immersive%20Futures%20Lab%20-%20Evening%20Showcase&#038;description=Another%20opportunity%20to%20visit%20the%20Immersive%20Futures%20Lab.%20at%20BEYOND%20in%20Belfast.%20The%20showcase%20features%20outputs%20from%20creative%20research-led%20projects%20exploring%20new%20and%20novel%20ways%20to%20push%20the%20boundaries%20of%20what%20is%20possible%20in%20creative%20technologies.&#038;start=2021-10-20T17:00:00.000Z&#038;end=2021-10-20T18:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>17:00 &#8211; 18:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Immersive Futures Lab &#8211; Evening Showcase<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Another opportunity to visit the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a> at BEYOND in Belfast. The showcase features outputs from creative research-led projects exploring new and novel ways to push the boundaries of what is possible in creative technologies.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event159\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Makers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20creatives%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20Immersive%20Futures%20Lab.%20In%20this%20session%20meet%20the%20makers%20of%20projects%20The%20Maze%2C%20Tramway%20Revisited%20Trailer%2C%20Reel%20Reality%2C%20and%20Interrobang%3F!.&#038;start=2021-10-20T17:00:00.000Z&#038;end=2021-10-20T18:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>17:00 &#8211; 18:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Makers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the creatives and their R&amp;D projects being showcased in the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a> In this session meet the makers of projects <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/the-maze\/\">The Maze<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/tramway-revisited-trailer\/\">Tramway Revisited Trailer<\/a>, <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/reel-reality-an-immersive-film-and-tv-location-app\/\">Reel Reality<\/a>, and <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/interrobang-digital\/\">Interrobang?!<\/a>.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event179\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.4);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic Hotel<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=BEYOND%20Drinks%20Reception%20and%20Networking&#038;description=An%20informal%20networking%20event%20for%20all%20BEYOND%20delegates%2C%20speakers%20and%20exhibitors%20with%20live%20performance%20from%20local%20singer%2Fsongwriter%20Malojian.%20Stevie%20Scullion%20(Malojian)%20created%20an%20immersive%20experience%20with%20NI%20Screen%E2%80%99s%20Digital%20Film%20Archive%20launched%20as%20part%20of%20the%20BFI%E2%80%99s%20Britain%20on%20Film%20Coastal%20initiative.%20The%20evening%20couples%20Malojian%E2%80%99s%20beautiful%2C%20archaic%20music%20with%20this%20pioneering%20immersive%20footage%20and%20promises%20to%20be%20a%20unique%20event.%C2%A0%0ANB%3A%20This%20event%20has%20changed%20time%20and%20venue%20to%20due%20to%20Covid%20restrictions.&#038;start=2021-10-20T18:00:00.000Z&#038;end=2021-10-20T20:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>18:00 &#8211; 20:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">BEYOND Drinks Reception and Networking<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>An informal networking event for all BEYOND delegates, speakers and exhibitors with live performance from local singer\/songwriter <a href=\"https:\/\/malojian.bandcamp.com\/\">Malojian<\/a>. Stevie Scullion (Malojian) created an <a href=\"https:\/\/www.northernirelandscreen.co.uk\/news\/digital-film-archive\/malojian-releases-new-single-inspired-archive-material\/\">immersive experience<\/a> with NI Screen\u2019s Digital Film Archive launched as part of the BFI\u2019s Britain on Film Coastal initiative. The evening couples Malojian\u2019s beautiful, archaic music with this pioneering immersive footage and promises to be a unique event.&nbsp;<br>\n<strong>NB: This event has changed time and venue to due to Covid restrictions.<\/strong><\/p><\/div><\/div><script type=\"text\/javascript\">\n<!--\n;(function(window, document, undefined){\n\nvar proto = {\n\ton: function(test, cb) {\n\t  var self = this;\n\t  setTimeout(function() {\n\t\tcb(self[test]);\n\t  }, 0);\n\t},\n\tgreeting:\"\",\n\n\tinit : function(){\n\nvar _s=this;\n\nvar stages=[\n\t{\"lbl\":\"UK House Stage\"\t\t,\"cls\":\".mainStage\",\t\"els\":[],\t\"rgbaBg\":\"237, 110, 111,0.9\",\t\"color\":\"#fff\"},\n\t{\"lbl\":\"Spaces\"\t\t\t\t,\"cls\":\".sessionSpace\",\t\"els\":[],\t\"rgbaBg\":\"76,154,212,0.9\",\t\t\"color\":\"#fff\"}\n];\n\nvar parent=document.getElementById(\"day2\");\nvar ui=document.getElementById(\"day2stages\");\n\tui.innerHTML=\"\";\nvar plotted=0;\n\nvar btnAll=document.createElement(\"span\");\n\tbtnAll.className=\"btnStageFilter all\";\n\tbtnAll.appendChild(document.createTextNode(\"All\"));\n\tbtnAll.onclick=function(){\n\t\tbtnAll.classList.add(\"selected\");\n\t\tfor(var a=0;a<stages.length;a++){\n\t\t\tfor(var b=0;b<stages[a].els.length;b++){\n\t\t\t\tstages[a].els[b].style.display=\"block\";\n\t\t\t\tstages[a].btn.classList.remove(\"selected\");\n\t\t\t}\/\/b\n\t\t}\/\/a\n\t}\/\/\n\tui.appendChild(btnAll);\n\n\n\tfor(var a=0;a<stages.length;a++){\n\t\tstages[a].els=parent.querySelectorAll(stages[a].cls);\n\t\tif(stages[a].els.length>0){\n\t\t\tplotted++;\n\t\tvar btn = stages[a].btn = document.createElement(\"span\");\n\t\t\tbtn.className=\"btnStageFilter \"+stages[a].cls;\n\t\t\tbtn.style.cssText=\"background-color:rgb(\"+stages[a].rgbaBg+\");color:\"+stages[a].color+\";\";\n\t\t\tbtn.appendChild(document.createTextNode(stages[a].lbl));\n\t\t\tbtn.onclick=function(A){\n\t\t\t\treturn function(){\n\t\t\t\t\tfor(var x=0;x<stages.length;x++){\n\n\t\t\t\t\t\tif(x==A){\n\t\t\t\t\t\t\tstages[x].btn.classList.add(\"selected\");\n\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"block\";\n\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tif(undefined!==stages[x].btn){\n\t\t\t\t\t\t\t\tstages[x].btn.classList.remove(\"selected\");\n\t\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"none\";\n\t\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t\t}\/\/if\n\t\t\t\t\t\t}\/\/if\n\n\t\t\t\t\t\tif(undefined!==btnAll){btnAll.classList.remove(\"selected\");}\/\/if\n\n\t\t\t\t\t}\/\/x\n\t\t\t\t}\/\/return\n\t\t\t}(a)\/\/onclick\n\t\t\tui.appendChild(btn);\n\t\t}\/\/if\n\t}\/\/a\n\n\tif(plotted==1){\n\t\tbtnAll.parentNode.removeChild(btnAll);\n\t}\/\/\n\n\t}\/\/init\n\n};\/\/proto\n\n\/\/ var RV3 = function() {};\n\/\/ \tRV3.prototype = proto;\n\/\/ \tRV3 = new RV3();\n\/\/ \tRV3.init();\n\n})(window, document);\n-->\n<\/script><\/div><div class=\"cepBody day\" id=\"day3\"><div class=\"underlineH1 rv3sticky\"><h1 class=\"green\">Thursday 21 October<\/h1><\/div><p style=\"display:flex;\" id=\"day3stages\"><\/p><div class=\"event mainStage\" id=\"event17\"><p style=\"display:flex;padding:1rem 0;\"><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Conference%20Registration&#038;start=2021-10-21T09:30:00.000Z&#038;end=2021-10-21T10:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:30 &#8211; 10:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Conference Registration<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><\/div><\/div><div class=\"event mainStage\" id=\"event18\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Welcome&#038;description=&#038;start=2021-10-21T10:00:00.000Z&#038;end=2021-10-21T10:05:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:00 &#8211; 10:05<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Welcome<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/susan-hayes-culleton\">Susan Hayes Culleton<\/a>, BEYOND MC, HayesCulleton Group<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=18\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event152\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Building%20(the)%20Dream%20(again)&#038;description=This%20workshop%20and%20live%20demo%20will%20step%20through%20some%20of%20the%20technical%20processes%20and%20tools%20used%20to%20create%20Dream%2C%20the%20Royal%20Shakespeare%20Company%20collaboration%20with%20the%20Philharmonia%2C%20Marshmallow%20Laser%20Feast%20and%20Manchester%20International%20Festival%2C%20and%20explore%20the%20power%20of%20these%20technologies%20to%20create%20new%20digital%20stages%20for%20performance.%20Led%20by%20Dream%20movement%20director%20Sarah%20Perry%20and%20performer%20Maggie%20Bain%20(who%20played%20Cobweb)%20this%20is%20an%20opportunity%20to%20see%20the%20technological%20processes%20used%20and%20learn%20how%20performance%20makers%20are%20adapting%20their%20craft%20for%20these%20new%20mediums.%20%20&#038;start=2021-10-21T10:00:00.000Z&#038;end=2021-10-21T11:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:00 &#8211; 11:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Building (the) Dream (again)<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>This workshop and live demo will step through some of the technical processes and tools used to create Dream, the Royal Shakespeare Company collaboration with the Philharmonia, Marshmallow Laser Feast and Manchester International Festival, and explore the power of these technologies to create new digital stages for performance. Led by Dream movement director Sarah Perry and performer Maggie Bain (who played Cobweb) this is an opportunity to see the technological processes used and learn how performance makers are adapting their craft for these new mediums.  <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/james-turnbull\">James Turnbull<\/a>, Producer, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/maggie-bain\">Maggie Bain<\/a>, Actor, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sarah-ellis\">Sarah Ellis<\/a>, Director of Digital Development, Royal Shakespeare Company<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sarah-perry\">Sarah Perry<\/a>, Movement Director, Royal Shakespeare Company<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event90\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=The%20City%3A%20A%20Legacy%20System%3F&#038;description=Sinead%20O%E2%80%99Sullivan%2C%20a%20researcher%20at%20the%20Institute%20for%20Strategy%20and%20Competitiveness%20at%20Harvard%20Business%20School%2C%20investigates%20how%20the%20long-standing%20trend%20towards%20digital%20presence%20at%20work%2C%20which%20has%20been%20massively%20accelerated%20by%20our%20experience%20of%20lockdown%2C%20is%20changing%20how%20we%20manage%20creativity%20and%20innovation.%20And%20how%2C%20in%20turn%2C%20this%20is%20challenging%20our%20traditional%20notions%20of%20cities%20-%20and%20nations%20-%20and%20how%20we%20inhabit%20them.&#038;start=2021-10-21T10:05:00.000Z&#038;end=2021-10-21T10:24:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:05 &#8211; 10:24<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">The City: A Legacy System?<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Sinead O\u2019Sullivan, a researcher at the Institute for Strategy and Competitiveness at Harvard Business School, investigates how the long-standing trend towards digital presence at work, which has been massively accelerated by our experience of lockdown, is changing how we manage creativity and innovation. And how, in turn, this is challenging our traditional notions of cities &#8211; and nations &#8211; and how we inhabit them.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/alex-mcdowell\">Alex McDowell<\/a>, Director, World Building Institute and the World Building Media Lab<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/mark-lutter\">Mark Lutter<\/a>, Executive Director, Charter Cities Institute<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/parag-khanna\">Parag Khanna<\/a>, Founder and Managing Director, FutureMap<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/rosanna-covacich\">Rosanna Covacich<\/a>, Co-founder, The Place Bureau<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sinead-osullivan\">Sinead O&#8217;Sullivan<\/a>, Senior Researcher, Harvard Business School<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=90\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event19\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Wide%20Open%20Spaces%3A%20Building%20Rural%20Creative%20Networks&#038;description=A%20third%20of%20creative%20business%20hubs%20are%20outside%20of%20the%20UKs%20big%20cities%2C%20and%20beyond%20them%20lie%20thousands%20of%20small%20innovators%2C%20entrepreneurs%2C%20creative%20practitioners%20and%20businesses%2C%C2%A0many%20in%20remote%20places.%20Regions%20where%20creative%20economies%20are%20dispersed%20face%20unique%20challenges%20as%20they%20grow%2C%20but%20are%20also%20ideally%20placed%20to%20reinvent%20themselves%20for%20the%20digital%20age%2C%20create%20new%20jobs%2C%20bring%20investment%20and%20provide%20a%20unique%20sense%20of%20place%20and%20place-making.%C2%A0This%20panel%20looks%20at%20what%20is%20needed%20if%20we%E2%80%99re%20to%20support%20and%20grow%20the%20creative%20economy%20in%20these%20places.&#038;start=2021-10-21T10:25:00.000Z&#038;end=2021-10-21T11:10:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>10:25 &#8211; 11:10<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Wide Open Spaces: Building Rural Creative Networks<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>A third of creative business hubs are outside of the UKs big cities, and beyond them lie thousands of small innovators, entrepreneurs, creative practitioners and businesses,&nbsp;many in remote places. Regions where creative economies are dispersed face unique challenges as they grow, but are also ideally placed to reinvent themselves for the digital age, create new jobs, bring investment and provide a unique sense of place and place-making.&nbsp;This panel looks at what is needed if we\u2019re to support and grow the creative economy in these places.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/emily-sorrell\">Emily Sorrell<\/a>, Innovation Designer<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/joanne-evans\">Joanne Evans<\/a>, Creative Industries Impact and Partnerships and Development Manager, University of Exeter<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/josh-siepel\">Josh Siepel<\/a>, PEC Work Strand Lead for Creative Clusters, Innovation and Access to Finance, SPRU, University of Sussex and Creative Industries Policy and Evidence Centre<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/karen-cross\">Karen Cross<\/a>, Academic Strategic Lead for Fashion Management, Events, Tourism and Hospitality, Robert Gordon University<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=19\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event89\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Monoliths%3A%20Northern%20Landscapes%2C%20Female%20Voices&#038;description=What%20is%20it%20like%20to%20be%20a%20Northern%20woman%3F%20Who%20exactly%20is%20a%20%E2%80%98Northern%20woman%E2%80%99%3F%20Lucy%20Hammond%20gives%20us%20a%20sneak%20preview%20into%20how%20Pilot%20Theatre's%20latest%20project%2C%20'Monoliths'%2C%20combines%20commissioned%20writing%2C%20captured%20soundscapes%20and%20virtual%20worlds%20within%20a%20performative%20context%20to%20draw%20audiences%20into%20the%20inner%20worlds%20of%20some%20of%20the%20many%20identities%20shaped%20by%20a%20single%20region.&#038;start=2021-10-21T11:15:00.000Z&#038;end=2021-10-21T11:25:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>11:15 &#8211; 11:25<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Monoliths: Northern Landscapes, Female Voices<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>What is it like to be a Northern woman? Who exactly <em>is<\/em> a \u2018Northern woman\u2019? Lucy Hammond gives us a sneak preview into how Pilot Theatre&#8217;s latest project, &#8216;Monoliths&#8217;, combines commissioned writing, captured soundscapes and virtual worlds within a performative context to draw audiences into the inner worlds of some of the many identities shaped by a single region.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/lucy-hammond\">Lucy Hammond<\/a>, Projects Producer, Pilot Theatre<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event21\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Bridge Suite<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Tea%20%26%20Coffee%20Break&#038;description=Time%20to%20stretch%20your%20legs%2C%20network%20and%20visit%20the%20Immersive%20Futures%20Lab%20showcase%2C%20which%20features%20outputs%20from%20creative%20research-led%20projects%20exploring%20new%20and%20novel%20ways%20to%20push%20the%20boundaries%20of%20what%20is%20possible%20in%20creative%20technologies.&#038;start=2021-10-21T11:30:00.000Z&#038;end=2021-10-21T12:10:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>11:30 &#8211; 12:10<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Tea &#038; Coffee Break<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Time to stretch your legs, network and visit the Immersive Futures Lab showcase, which features outputs from creative research-led projects exploring new and novel ways to push the boundaries of what is possible in creative technologies.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event22\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Altered%20Places%3A%20How%20Augmented%20Reality%20Could%20Change%20our%20Relationships%20with%20our%20Worlds&#038;description=In%20this%20video%20piece%20Augmented%20Reality%20Product%20Designer%20Campbell%20Orme%20asks%20if%20and%20how%20AR%20can%20change%20our%20relationships%20with%20places.&#038;start=2021-10-21T12:15:00.000Z&#038;end=2021-10-21T12:20:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>12:15 &#8211; 12:20<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Altered Places: How Augmented Reality Could Change our Relationships with our Worlds<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>In this video piece Augmented Reality Product Designer Campbell Orme asks if and how AR can change our relationships with places.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/campbell-orme\">Campbell Orme<\/a>, Product Designer, Facebook Reality Labs<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=22\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event136\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Using%20Data%20to%20Level-up%3A%20How%20Research%20Can%20Improve%20the%20Government's%20Place-based%20Agenda&#038;description=You%20don't%20need%20to%20be%20an%20academic%20to%20see%20how%20important%20the%20creative%20industries%20are%20in%20defining%20and%20supporting%20growth%20in%20places%20across%20the%20UK.%20However%2C%20research%20can%20be%20used%20to%20stimulate%20complex%20and%20necessary%20conversations%20with%20policymakers%20and%20industry%20about%20the%20creative%20industries'%20relationship%20to%20their%20environment.%20This%C2%A0session%2C%20hosted%20by%20the%20AHRC-funded%20Creative%20Industries%20Policy%20and%C2%A0Evidence%C2%A0Centre%20(PEC)%20will%20explore%20what%C2%A0data%C2%A0tells%20us%20about%20creative%20clusters%20from%20the%20Shetland%20Islands%20to%20Cornwall%2C%20and%20how%20policymakers%20and%20industry%20can%20use%20that%C2%A0evidence%C2%A0to%20make%20better%20choices.&#038;start=2021-10-21T12:15:00.000Z&#038;end=2021-10-21T13:15:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>12:15 &#8211; 13:15<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Using Data to Level-up: How Research Can Improve the Government&#8217;s Place-based Agenda<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>You don&#8217;t need to be an academic to see how important the creative industries are in defining and supporting growth in places across the UK. However, research can be used to stimulate complex and necessary conversations with policymakers and industry about the creative industries&#8217; relationship to their environment. This&nbsp;session, hosted by the AHRC-funded Creative Industries Policy and&nbsp;Evidence&nbsp;Centre (PEC) will explore what&nbsp;data&nbsp;tells us about creative clusters from the Shetland Islands to Cornwall, and how policymakers and industry can use that&nbsp;evidence&nbsp;to make better choices.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/eliza-easton\">Eliza Easton<\/a>, Head of Policy Unit, Creative Industries Policy and Evidence Centre, Nesta<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/hyojung-sun\">Hyojung Sun<\/a>, Research Associate, Ulster University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/tarek-virani\">Tarek Virani<\/a>, Associate Professor of Creative Industries, UWE<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event92\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Augmenting%20Places%3A%20AR%20for%20the%20People&#038;description=As%20the%20medium%20becomes%20more%20popular%2C%20what%20responsibilities%20do%20AR%20makers%20have%20to%20place%20-%20and%20the%20communities%20that%20live%20there%3F%20Angela%20Chan%2C%20an%20expert%20in%20innovative%20inclusion%20in%20storytelling%2C%20talks%20to%20leading%20AR%20makers%20to%20find%20out%20how%20it%20can%20be%20used%20to%20open%20up%20both%20places%20and%20our%20imaginations%20for%20new%20encounters%20with%20history%2C%20our%20environment%20and%20each%20other%20-%20before%20questioning%20how%20we%20should%20address%20the%20potential%20issues%20around%20accessibility%2C%20inclusion%20and%20ownership%20that%20this%20opening%20up%20of%20place%20can%20unlock.&#038;start=2021-10-21T12:25:00.000Z&#038;end=2021-10-21T13:25:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>12:25 &#8211; 13:25<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Augmenting Places: AR for the People<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>As the medium becomes more popular, what responsibilities do AR makers have to place &#8211; and the communities that live there? Angela Chan, an expert in innovative inclusion in storytelling, talks to leading AR makers to find out how it can be used to open up both places and our imaginations for new encounters with history, our environment and each other &#8211; before questioning how we should address the potential issues around accessibility, inclusion and ownership that this opening up of place can unlock.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/angela-chan\">Angela Chan<\/a>, Head of Inclusion \/ Doctoral Researcher, StoryFutures, Royal Holloway, University of London<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/nosa-eke\">Nosa Eke<\/a>, Writer\/Director<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/paul-clarke\">Paul Clarke<\/a>, Senior Lecturer in Performance Studies, Artistic Director, University of Bristol, Uninvited Guests<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/rob-morgan\">Rob Morgan<\/a>, Creative Director, Playlines<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=92\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event20\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Belfast%20Stories%3A%20Turning%20Place%20360&#038;description=Founder%20of%20Belfast-based%20agency%20Yellow%20Design%2C%20Michael%20McGlade%2C%20explores%20their%20work%20in%20Belfast%20and%20London%20that%20is%20remaking%20and%20revealing%20new%20aspects%20of%20place%2C%20past%20and%20present%2C%20through%20AR.&#038;start=2021-10-21T13:30:00.000Z&#038;end=2021-10-21T13:40:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:30 &#8211; 13:40<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Belfast Stories: Turning Place 360<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Founder of Belfast-based agency Yellow Design, Michael McGlade, explores their work in Belfast and London that is remaking and revealing new aspects of place, past and present, through AR.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/michael-mcglade\">Michael McGlade<\/a>, Creative Director, Yellow Design<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=20\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event96\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Bridge Suite<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Lunch%20Break&#038;description=Time%20to%20stretch%20your%20legs%2C%20network%20and%20visit%20the%20Immersive%20Futures%20Lab%20showcase%2C%20which%20features%20outputs%20from%20creative%20research-led%20projects%20exploring%20new%20and%20novel%20ways%20to%20push%20the%20boundaries%20of%20what%20is%20possible%20in%20creative%20technologies.&#038;start=2021-10-21T13:45:00.000Z&#038;end=2021-10-21T14:45:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:45 &#8211; 14:45<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Lunch Break<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Time to stretch your legs, network and visit the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab<\/a> showcase, which features outputs from creative research-led projects exploring new and novel ways to push the boundaries of what is possible in creative technologies.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event160\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(205,212,34,0.6);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Spaces<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Meet%20The%20Makers&#038;description=Meet%20and%20find%20out%20more%20about%20the%20creatives%20and%20their%20R%26D%20projects%20being%20showcased%20in%20the%20Immersive%20Futures%20Lab.%20&#038;start=2021-10-21T13:45:00.000Z&#038;end=2021-10-21T14:45:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>13:45 &#8211; 14:45<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Meet The Makers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Meet and find out more about the creatives and their R&amp;D projects being showcased in the <a href=\"https:\/\/beyondconference.org\/b21\/showcase\/\">Immersive Futures Lab.<\/a> <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/lucy-hammond\">Lucy Hammond<\/a>, Projects Producer, Pilot Theatre<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event129\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=HERE%2BTHERE%3A%20Exploring%20International%20Creative%20and%20Cultural%20Work&#038;description=In%20this%20roundtable%2C%20will%20consider%20the%20tricky%20challenge%20of%20equitable%20and%20collaborative%20international%20innovation.%20It%20will%20introduce%20Bristol%2BBath%20Creative%20R%2BD%E2%80%99s%20new%20international%20programme%2C%20HERE%2BTHERE%20which%20brings%20together%20people%20from%20the%20creative%20technology%20sectors%20in%20Nigeria%2C%20South%20Africa%20and%20South%20Korea%20with%20creatives%20in%20Bristol%20and%20Bath.%20%20In%20a%20nine%20month%20collaborative%20enquiry%2C%20selected%20creative%20practitioners%2C%20businesses%20and%20academics%20will%20explore%20responsible%20technology%20development%2C%20future%20business%20models%2C%20and%20models%20for%20international%20collaboration%2Ftouring.%20It%20will%20explore%20what%20it%20means%20to%20create%20work%20in%20local%20contexts%20that%20translates%20globally%2C%20exploring%20dynamics%20in%20innovation%20and%20creativity%20from%20different%20perspectives.&#038;start=2021-10-21T14:00:00.000Z&#038;end=2021-10-21T15:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>14:00 &#8211; 15:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">HERE+THERE: Exploring International Creative and Cultural Work<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>In this roundtable, will consider the tricky challenge of equitable and collaborative international innovation. It will introduce Bristol+Bath Creative R+D\u2019s new international programme, HERE+THERE which brings together people from the creative technology sectors in Nigeria, South Africa and South Korea with creatives in Bristol and Bath.  In a nine month collaborative enquiry, selected creative practitioners, businesses and academics will explore responsible technology development, future business models, and models for international collaboration\/touring. It will explore what it means to create work in local contexts that translates globally, exploring dynamics in innovation and creativity from different perspectives.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/jo-lansdowne\">Jo Lansdowne<\/a>, Executive Producer, Watershed<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/simon-moreton\">Simon Moreton<\/a>, Senior Research Fellow and Co-I Bristol+Bath Creative R+D, UWE<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/tarek-virani\">Tarek Virani<\/a>, Associate Professor of Creative Industries, UWE<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/tony-bhajam\">Tony Bhajam<\/a>, Inclusion Producer &#8211; Bristol+Bath Creative R+D, Watershed<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event102\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Belfast%20Stories%3A%20Beyond%20Barriers&#038;description=Filmmaker%2C%20Se%C3%A1n%20Murray%20and%20Artist%20Deepa%20Mann-Kler%20explore%20life%20and%20work%20in%20relation%20to%20notions%20of%20%E2%80%98place%E2%80%99%20and%20%E2%80%98Identity%E2%80%99%20in%20Northern%20Ireland.%20They%20discuss%20two%20very%20different%20stories%20and%20journeys%20in%20illustrating%20what%20belonging%20means%20and%20how%20the%20physical%20environment%20affects%20people%2C%20both%20deeply%20and%20generationally.%20&#038;start=2021-10-21T14:50:00.000Z&#038;end=2021-10-21T15:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>14:50 &#8211; 15:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Belfast Stories: Beyond Barriers<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Filmmaker, Se\u00e1n Murray and Artist Deepa Mann-Kler explore life and work in relation to notions of \u2018place\u2019 and \u2018Identity\u2019 in Northern Ireland. They discuss two very different stories and journeys in illustrating what belonging means and how the physical environment affects people, both deeply and generationally. <\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/deepa-mannkler\">Deepa Mann-Kler<\/a>, Chief Executive, Visiting Professor, Neon, Ulster University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/sen-murray\">Se\u00e1n Murray<\/a>, Film Maker, Relapse Pictures<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=102\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event95\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Baff%20Akoto%20Fireside&#038;description=Angela%20Chan%20extends%20her%20inquiry%20into%20how%20immersive%20technologies%20are%20changing%20the%20landscape%20of%20public%20space%20art%20and%20intervention%2C%20talking%20with%20celebrated%20artist%20%26%20filmmaker%2C%20Baff%20Akoto%2C%20about%20his%20work%20around%20identity%2C%20community%20and%20diverse%20perspectives%20in%20places%20of%20historical%20protest%2C%20the%20emergent%20role%20of%20the%20digital%20creative%2C%20and%20the%20opportunities%20and%20issues%20this%20shift%20are%20revealing.&#038;start=2021-10-21T15:05:00.000Z&#038;end=2021-10-21T15:35:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:05 &#8211; 15:35<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Baff Akoto Fireside<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Angela Chan extends her inquiry into how immersive technologies are changing the landscape of public space art and intervention, talking with celebrated artist &amp; filmmaker, Baff Akoto, about his work around identity, community and diverse perspectives in places of historical protest, the emergent role of the digital creative, and the opportunities and issues this shift are revealing.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/angela-chan\">Angela Chan<\/a>, Head of Inclusion \/ Doctoral Researcher, StoryFutures, Royal Holloway, University of London<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/baff-akoto\">Baff Akoto<\/a>, Conceptual Artist, Independent<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=95\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event161\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,0.8);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Thomas Andrew&#8217;s Gallery<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Music%20Creators%E2%80%99%20Earnings%20in%20the%20Digital%20Era&#038;description=In%20September%202021%2C%20the%20UK%20government%20published%2C%20through%20its%20Intellectual%20Property%20Office%2C%20a%20major%20224%20page%C2%A0report%C2%A0into%20UK%20music%20creators%E2%80%99%20earnings%20in%20the%20digital%20era.%C2%A0It%20received%20widespread%20international%20media%20coverage%2C%20including%20from%C2%A0Guardian%C2%A0and%20the%C2%A0Times.%20In%20this%20first%20public%20event%20of%20the%20report%2C%20the%20four%20authors%20summarise%20their%20methods%20and%20findings%2C%20reflect%20on%20the%20extraordinary%20developments%20that%20have%20made%20musicians%E2%80%99%20earnings%20an%20issue%20of%20major%20public%20interest%20and%20controversy%20in%20recent%20times%2C%20and%20discuss%20some%20potential%20implications%20of%20their%20research%20for%20further%20international%20research.%C2%A0%C2%A0&#038;start=2021-10-21T15:30:00.000Z&#038;end=2021-10-21T16:30:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:30 &#8211; 16:30<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Music Creators\u2019 Earnings in the Digital Era<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>In September 2021, the UK government published, through its Intellectual Property Office, a major 224 page&nbsp;<a href=\"https:\/\/eur03.safelinks.protection.outlook.com\/?url=https%3A%2F%2Fwww.gov.uk%2Fgovernment%2Fpublications%2Fmusic-creators-earnings-in-the-digital-era&#038;data=04%7C01%7Cn.toman%40ulster.ac.uk%7Cefd1fa17b652466b11dc08d98a5fa5e2%7C6f0b94874fa842a8aeb4bf2e2c22d4e8%7C0%7C0%7C637692965679584299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&#038;sdata=EEfwdvm%2Bt54XvpulDOW7UsnuoB1BwUujuvBV2hXXtLA%3D&#038;reserved=0\">report<\/a>&nbsp;into UK music creators\u2019 earnings in the digital era.&nbsp;It received widespread international media coverage, including from&nbsp;<em><a href=\"https:\/\/eur03.safelinks.protection.outlook.com\/?url=https%3A%2F%2Fwww.theguardian.com%2Fmusic%2F2021%2Foct%2F02%2Fodds-are-against-you-the-problem-with-the-music-streaming-boom&#038;data=04%7C01%7Cn.toman%40ulster.ac.uk%7Cefd1fa17b652466b11dc08d98a5fa5e2%7C6f0b94874fa842a8aeb4bf2e2c22d4e8%7C0%7C0%7C637692965679594257%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&#038;sdata=p3gjhj1gwuoQHXHdHbJwqBxLFGwGStj5EwHs1yw2gN8%3D&#038;reserved=0\">Guardian<\/a><\/em>&nbsp;and the&nbsp;<em><a href=\"https:\/\/eur03.safelinks.protection.outlook.com\/?url=https%3A%2F%2Fwww.thetimes.co.uk%2Farticle%2Ftop-artists-account-for-80-per-cent-of-music-streams-report-reveals-zv2w7rxrf%3Futm_medium%3DSocial%26utm_source%3DTwitter%23Echobox%3D1632413535&#038;data=04%7C01%7Cn.toman%40ulster.ac.uk%7Cefd1fa17b652466b11dc08d98a5fa5e2%7C6f0b94874fa842a8aeb4bf2e2c22d4e8%7C0%7C0%7C637692965679594257%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&#038;sdata=MBEXfHvH0kIXRwMxYydF78oKeZpSZqpVrO4rKO2io90%3D&#038;reserved=0\">Times<\/a><\/em>. In this first public event of the report, the four authors summarise their methods and findings, reflect on the extraordinary developments that have made musicians\u2019 earnings an issue of major public interest and controversy in recent times, and discuss some potential implications of their research for further international research.&nbsp;&nbsp;<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/david-hesmondhalgh\">David Hesmondhalgh<\/a>, Professor of Media, Music and Culture, University of Leeds<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/hyojung-sun\">Hyojung Sun<\/a>, Research Associate, Ulster University<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/richard-osborne\">Richard Osborne<\/a>, Associate Professor in Music and the Creative Industries, Middlesex University<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event23\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Unboxed%3A%20Creativity%20in%20the%20UK&#038;description=Martin%20Green%2C%20director%20of%20Unboxed%3A%20Creativity%20in%20the%20UK%2C%20introduces%20the%20UK-wide%20programme%20taking%20place%20in%202022%2C%20presenting%2010%20major%20creative%20collaborations%20across%20science%2C%20technology%2C%20engineering%2C%20arts%20and%20maths.&#038;start=2021-10-21T15:40:00.000Z&#038;end=2021-10-21T16:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>15:40 &#8211; 16:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Unboxed: Creativity in the UK<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Martin Green, director of Unboxed: Creativity in the UK, introduces the UK-wide programme taking place in 2022, presenting 10 major creative collaborations across science, technology, engineering, arts and maths.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/martin-green-cbe\">Martin Green CBE<\/a>, Chief Creative Officer, Unboxed: Creativity in the UK, and Birmingham 2022 Commonwealth Games<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event34\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Closing%20Keynote%20-%20Glenn%20Patterson&#038;description='Belfast%20is%20my%20city.%20That%20is%20where%20my%20imagination%20is%20most%20alive'.%0AAward-winning%20writer%20Glen%20Patterson%20has%20consistently%20put%20his%20home%20town%20at%20the%20heart%20of%20his%20novels%2C%20using%20its%20rich%20and%20layered%20past%20to%20explore%20the%20complexity%20of%20individual%20moments%20in%20history%20-%20and%20unpicking%20how%20its%20ultimate%20direction%20of%20flow%20is%20directly%20shaped%20by%20the%20interaction%20of%20complicated%20individuals%20within%20collective%20contexts.%20%0AHear%20his%20personal%20reflections%20on%20the%20role%20of%20place%20in%20the%20creative%20process.&#038;start=2021-10-21T16:05:00.000Z&#038;end=2021-10-21T16:25:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:05 &#8211; 16:25<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Closing Keynote &#8211; Glenn Patterson<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>&#8216;Belfast is my city. That is where my imagination is most alive&#8217;.<br>\nAward-winning writer Glen Patterson has consistently put his home town at the heart of his novels, using its rich and layered past to explore the complexity of individual moments in history &#8211; and unpicking how its ultimate direction of flow is directly shaped by the interaction of complicated individuals within collective contexts. <br>\nHear his personal reflections on the role of place in the creative process.<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/glenn-patterson\">Glenn Patterson<\/a>, Writer<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=34\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><div class=\"event mainStage\" id=\"event25\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(255,69,0,1);color:rgba(255,255,255,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Titanic &#8211; Main Stage<\/span><span style=\"background-color:rgba(205,212,34,1);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Hopin &#8211; Main Stage<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=Day%202%3A%20BEYOND%20Wrap%20Up&#038;start=2021-10-21T16:25:00.000Z&#038;end=2021-10-21T16:35:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>16:25 &#8211; 16:35<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">Day 2: BEYOND Wrap Up<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/andrew-chitty\">Andrew Chitty<\/a>, Challenge Director, UK Research and Innovation<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/paul-moore\">Paul Moore<\/a>, Director of Creative Industries Future Screens NI, Future Screens NI<\/p><p style=\"margin-block-start:0;margin-block-end:0;padding:0\"><a href=\"http:\/\/beyondconference.org\/b21\/speakers\/susan-hayes-culleton\">Susan Hayes Culleton<\/a>, BEYOND MC, HayesCulleton Group<\/p><p><a href=\"http:\/\/beyondconference.org\/ondemand\/?e=25\"><img src=\"\/wp-content\/uploads\/cep\/video.png\" style=\"border:none;vertical-align:middle;margin:0 0.25rem 0 0;padding:0;width:32px;\">Watch &#8220;On Demand&#8221;<\/a><\/p><\/div><\/div><script type=\"text\/javascript\">\n<!--\n;(function(window, document, undefined){\n\nvar proto = {\n\ton: function(test, cb) {\n\t  var self = this;\n\t  setTimeout(function() {\n\t\tcb(self[test]);\n\t  }, 0);\n\t},\n\tgreeting:\"\",\n\n\tinit : function(){\n\nvar _s=this;\n\nvar stages=[\n\t{\"lbl\":\"UK House Stage\"\t\t,\"cls\":\".mainStage\",\t\"els\":[],\t\"rgbaBg\":\"237, 110, 111,0.9\",\t\"color\":\"#fff\"},\n\t{\"lbl\":\"Spaces\"\t\t\t\t,\"cls\":\".sessionSpace\",\t\"els\":[],\t\"rgbaBg\":\"76,154,212,0.9\",\t\t\"color\":\"#fff\"}\n];\n\nvar parent=document.getElementById(\"day3\");\nvar ui=document.getElementById(\"day3stages\");\n\tui.innerHTML=\"\";\nvar plotted=0;\n\nvar btnAll=document.createElement(\"span\");\n\tbtnAll.className=\"btnStageFilter all\";\n\tbtnAll.appendChild(document.createTextNode(\"All\"));\n\tbtnAll.onclick=function(){\n\t\tbtnAll.classList.add(\"selected\");\n\t\tfor(var a=0;a<stages.length;a++){\n\t\t\tfor(var b=0;b<stages[a].els.length;b++){\n\t\t\t\tstages[a].els[b].style.display=\"block\";\n\t\t\t\tstages[a].btn.classList.remove(\"selected\");\n\t\t\t}\/\/b\n\t\t}\/\/a\n\t}\/\/\n\tui.appendChild(btnAll);\n\n\n\tfor(var a=0;a<stages.length;a++){\n\t\tstages[a].els=parent.querySelectorAll(stages[a].cls);\n\t\tif(stages[a].els.length>0){\n\t\t\tplotted++;\n\t\tvar btn = stages[a].btn = document.createElement(\"span\");\n\t\t\tbtn.className=\"btnStageFilter \"+stages[a].cls;\n\t\t\tbtn.style.cssText=\"background-color:rgb(\"+stages[a].rgbaBg+\");color:\"+stages[a].color+\";\";\n\t\t\tbtn.appendChild(document.createTextNode(stages[a].lbl));\n\t\t\tbtn.onclick=function(A){\n\t\t\t\treturn function(){\n\t\t\t\t\tfor(var x=0;x<stages.length;x++){\n\n\t\t\t\t\t\tif(x==A){\n\t\t\t\t\t\t\tstages[x].btn.classList.add(\"selected\");\n\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"block\";\n\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tif(undefined!==stages[x].btn){\n\t\t\t\t\t\t\t\tstages[x].btn.classList.remove(\"selected\");\n\t\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"none\";\n\t\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t\t}\/\/if\n\t\t\t\t\t\t}\/\/if\n\n\t\t\t\t\t\tif(undefined!==btnAll){btnAll.classList.remove(\"selected\");}\/\/if\n\n\t\t\t\t\t}\/\/x\n\t\t\t\t}\/\/return\n\t\t\t}(a)\/\/onclick\n\t\t\tui.appendChild(btn);\n\t\t}\/\/if\n\t}\/\/a\n\n\tif(plotted==1){\n\t\tbtnAll.parentNode.removeChild(btnAll);\n\t}\/\/\n\n\t}\/\/init\n\n};\/\/proto\n\n\/\/ var RV3 = function() {};\n\/\/ \tRV3.prototype = proto;\n\/\/ \tRV3 = new RV3();\n\/\/ \tRV3.init();\n\n})(window, document);\n-->\n<\/script><\/div><div class=\"cepBody day\" id=\"day4\"><div class=\"underlineH1 rv3sticky\"><h1 class=\"green\">Friday 22 October<\/h1><\/div><p style=\"display:flex;\" id=\"day4stages\"><\/p><div class=\"event mainStage\" id=\"event108\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(67,28,93,0.4);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Various Locations<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=BEYOND%20Game%20of%20Thrones%3A%20Hang%20out%20with%20Hodor%20Tour&#038;description=VIP%20%E2%80%98Hang%20out%20with%20Hodor%E2%80%99%20tour%20will%20showcase%20the%20mythical%20lands%20of%20Westeros%20and%20Essos%20with%20Flip%20Robinson%2C%20body%20double%20for%20%E2%80%9CHodor%E2%80%9D%20and%20%E2%80%9CThe%20Mountain%E2%80%9D.%C2%A0%C2%A0Hear%20behind%20the%20scenes%20stories%20first%20hand%2C%20meet%20the%20Game%20of%20Thrones%20jewellery%20makers%2C%20have%20morning%20coffee%20at%20a%20castle%20and%20lunch%20at%20the%20Bushmills%20Inn.%C2%A0%0ABEYOND%20in-person%20ticket%20holders%20can%20reserve%20a%20place%20on%20this%20tour%20once%20registered.%20Only%2010%20places%20available.&#038;start=2021-10-22T09:00:00.000Z&#038;end=2021-10-22T16:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:00 &#8211; 16:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">BEYOND Game of Thrones: Hang out with Hodor Tour<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>VIP \u2018Hang out with Hodor\u2019 <a href=\"https:\/\/belfast.co.uk\/places\/giant-tours-ireland\">tour<\/a> will showcase the mythical lands of Westeros and Essos with Flip Robinson, body double for \u201cHodor\u201d and \u201cThe Mountain\u201d.&nbsp;&nbsp;Hear behind the scenes stories first hand, meet the Game of Thrones jewellery makers, have morning coffee at a castle and lunch at the Bushmills Inn.&nbsp;<br>\nBEYOND in-person ticket holders can reserve a place on this tour once registered. Only 10 places available.<\/p><\/div><\/div><div class=\"event mainStage\" id=\"event124\"><p style=\"display:flex;padding:1rem 0;\"><span style=\"background-color:rgba(67,28,93,0.4);color:rgba(0,0,0,0.9);margin:0 0.5rem 0 0;padding:0.25rem 0.5rem;\">Various Locations<\/span><\/p><h3 class=\"red light\"><a class=\"yellow\" href=\"https:\/\/www.addevent.com\/dir\/?client=arcVMTbPfzDtviwEomMj51030&#038;timezone=Europe%2FLondon&#038;location=Hosted%20virtually%20on%20Hopin%20(link%20in%20the%20description)&#038;title=BEYOND%20Game%20of%20Thrones%3A%20Winterfell%20Tour&#038;description=Bespoke%20Winterfell%20Tour%20to%20the%20castle%20and%20Demesne.%20Not%20for%20the%20faint%20hearted%20-%20during%20the%20tour%20you%20will%20enjoy%20a%20Game%20of%20Thrones%20Archery%20Experience%C2%A0in%20the%20film%20set%20from%20the%20first%20episode%20in%20Season%20One%2C%20Tyrions%C2%A0Tomahawk%20Axe%20Throwing%2C%20a%20visit%20to%20Audley%E2%80%99s%20Castle%20which%20overlooks%20Strangford%20Lough%20and%20a%20Synchronised%20Sword%20Sparring%20Challenge.%20%20Lunch%20and%20transport%20provided.%20%0ABEYOND%20in-person%20ticket%20holders%20can%20reserve%20a%20place%20on%20this%20tour%20once%20registered.%20Only%2030%20places%20available.&#038;start=2021-10-22T09:00:00.000Z&#038;end=2021-10-22T16:00:00.000Z\" target=\"_blank\" title=\"Add to calendar\" style=\"margin-right:0.25rem;\"><img src=\"\/wp-content\/uploads\/cep\/calendar.png\" style=\"height:1.6rem;padding: 0 0.25rem;\"><\/a>09:00 &#8211; 16:00<\/h3><h3 style=\"position:relative;width:calc(100% - 32px);\" onclick=\"var tmpNext=this.nextElementSibling;var tmpToggle=this.querySelector('.toggleShowHide');if(tmpNext.classList.contains('show')){tmpNext.classList.remove('show');tmpToggle.innerHTML='+';}else{tmpNext.classList.add('show');tmpToggle.innerHTML='\u2212';}\">BEYOND Game of Thrones: Winterfell Tour<div class=\"toggleShowHide red\">\u2212<\/div><\/h3><div class=\"toggleContent show\"><p>Bespoke <a href=\"http:\/\/www.gameofthrones-winterfelltours.com\/\">Winterfell Tour<\/a> to the castle and Demesne. Not for the faint hearted &#8211; during the tour you will enjoy a <em>Game of Thrones Archery Experience<\/em>&nbsp;in the film set from the first episode in Season One, <em>Tyrions&nbsp;Tomahawk Axe Throwing<\/em>, a visit to Audley\u2019s Castle which overlooks Strangford Lough and a <em>Synchronised Sword Sparring Challenge<\/em>.  Lunch and transport provided. <br>\nBEYOND in-person ticket holders can reserve a place on this tour once registered. Only 30 places available.<\/p><\/div><\/div><script type=\"text\/javascript\">\n<!--\n;(function(window, document, undefined){\n\nvar proto = {\n\ton: function(test, cb) {\n\t  var self = this;\n\t  setTimeout(function() {\n\t\tcb(self[test]);\n\t  }, 0);\n\t},\n\tgreeting:\"\",\n\n\tinit : function(){\n\nvar _s=this;\n\nvar stages=[\n\t{\"lbl\":\"UK House Stage\"\t\t,\"cls\":\".mainStage\",\t\"els\":[],\t\"rgbaBg\":\"237, 110, 111,0.9\",\t\"color\":\"#fff\"},\n\t{\"lbl\":\"Spaces\"\t\t\t\t,\"cls\":\".sessionSpace\",\t\"els\":[],\t\"rgbaBg\":\"76,154,212,0.9\",\t\t\"color\":\"#fff\"}\n];\n\nvar parent=document.getElementById(\"day4\");\nvar ui=document.getElementById(\"day4stages\");\n\tui.innerHTML=\"\";\nvar plotted=0;\n\nvar btnAll=document.createElement(\"span\");\n\tbtnAll.className=\"btnStageFilter all\";\n\tbtnAll.appendChild(document.createTextNode(\"All\"));\n\tbtnAll.onclick=function(){\n\t\tbtnAll.classList.add(\"selected\");\n\t\tfor(var a=0;a<stages.length;a++){\n\t\t\tfor(var b=0;b<stages[a].els.length;b++){\n\t\t\t\tstages[a].els[b].style.display=\"block\";\n\t\t\t\tstages[a].btn.classList.remove(\"selected\");\n\t\t\t}\/\/b\n\t\t}\/\/a\n\t}\/\/\n\tui.appendChild(btnAll);\n\n\n\tfor(var a=0;a<stages.length;a++){\n\t\tstages[a].els=parent.querySelectorAll(stages[a].cls);\n\t\tif(stages[a].els.length>0){\n\t\t\tplotted++;\n\t\tvar btn = stages[a].btn = document.createElement(\"span\");\n\t\t\tbtn.className=\"btnStageFilter \"+stages[a].cls;\n\t\t\tbtn.style.cssText=\"background-color:rgb(\"+stages[a].rgbaBg+\");color:\"+stages[a].color+\";\";\n\t\t\tbtn.appendChild(document.createTextNode(stages[a].lbl));\n\t\t\tbtn.onclick=function(A){\n\t\t\t\treturn function(){\n\t\t\t\t\tfor(var x=0;x<stages.length;x++){\n\n\t\t\t\t\t\tif(x==A){\n\t\t\t\t\t\t\tstages[x].btn.classList.add(\"selected\");\n\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"block\";\n\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tif(undefined!==stages[x].btn){\n\t\t\t\t\t\t\t\tstages[x].btn.classList.remove(\"selected\");\n\t\t\t\t\t\t\t\tfor(var y=0;y<stages[x].els.length;y++){\n\t\t\t\t\t\t\t\t\tstages[x].els[y].style.display=\"none\";\n\t\t\t\t\t\t\t\t}\/\/y\n\t\t\t\t\t\t\t}\/\/if\n\t\t\t\t\t\t}\/\/if\n\n\t\t\t\t\t\tif(undefined!==btnAll){btnAll.classList.remove(\"selected\");}\/\/if\n\n\t\t\t\t\t}\/\/x\n\t\t\t\t}\/\/return\n\t\t\t}(a)\/\/onclick\n\t\t\tui.appendChild(btn);\n\t\t}\/\/if\n\t}\/\/a\n\n\tif(plotted==1){\n\t\tbtnAll.parentNode.removeChild(btnAll);\n\t}\/\/\n\n\t}\/\/init\n\n};\/\/proto\n\n\/\/ var RV3 = function() {};\n\/\/ \tRV3.prototype = proto;\n\/\/ \tRV3 = new RV3();\n\/\/ \tRV3.init();\n\n})(window, document);\n-->\n<\/script><\/div><div class=\"cepBody\" style=\"margin:8rem;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Show all \u2794Tuesday 19 October \u2794Wednesday 20 October \u2794Thursday 21 October \u2794Friday 22 October Please note: All times are in GMT. Tuesday 19 October Belfast City Centre 13:00 &#8211; 15:00 Belfast Guided Tour: The Hidden Heritage of James Connolly \u2212 Join Belfast&#8217;s first full AR trail exploring the hidden heritage of James Connolly, Irish Republican [&hellip;]<\/p>\n","protected":false},"author":926,"featured_media":0,"parent":5570,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-full-width.php","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"1053"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Schedule - Beyond Conference<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/beyondconference.org\/b21\/schedule\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule - Beyond Conference\" \/>\n<meta property=\"og:description\" content=\"Show all \u2794Tuesday 19 October \u2794Wednesday 20 October \u2794Thursday 21 October \u2794Friday 22 October Please note: All times are in GMT. Tuesday 19 October Belfast City Centre 13:00 &#8211; 15:00 Belfast Guided Tour: The Hidden Heritage of James Connolly \u2212 Join Belfast&#8217;s first full AR trail exploring the hidden heritage of James Connolly, Irish Republican [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beyondconference.org\/b21\/schedule\/\" \/>\n<meta property=\"og:site_name\" content=\"Beyond Conference\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Beyond.Cnf\" \/>\n<meta property=\"og:image\" content=\"https:\/\/beyondconference.org\/wp-content\/uploads\/cep\/calendar.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@BeyondCnf\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"20 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/beyondconference.org\/#website\",\"url\":\"https:\/\/beyondconference.org\/\",\"name\":\"Beyond Conference\",\"description\":\"The R&amp;D conference for the Creative Industries\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/beyondconference.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/beyondconference.org\/b21\/schedule\/#primaryimage\",\"inLanguage\":\"en-GB\",\"url\":\"\/wp-content\/uploads\/cep\/calendar.png\",\"contentUrl\":\"\/wp-content\/uploads\/cep\/calendar.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/beyondconference.org\/b21\/schedule\/#webpage\",\"url\":\"https:\/\/beyondconference.org\/b21\/schedule\/\",\"name\":\"Schedule - Beyond Conference\",\"isPartOf\":{\"@id\":\"https:\/\/beyondconference.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/beyondconference.org\/b21\/schedule\/#primaryimage\"},\"datePublished\":\"2021-11-05T19:04:27+00:00\",\"dateModified\":\"2021-11-05T19:04:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/beyondconference.org\/b21\/schedule\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/beyondconference.org\/b21\/schedule\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/beyondconference.org\/b21\/schedule\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"BEYOND 2021\",\"item\":\"https:\/\/beyondconference.org\/b21\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule - Beyond Conference","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/beyondconference.org\/b21\/schedule\/","og_locale":"en_GB","og_type":"article","og_title":"Schedule - Beyond Conference","og_description":"Show all \u2794Tuesday 19 October \u2794Wednesday 20 October \u2794Thursday 21 October \u2794Friday 22 October Please note: All times are in GMT. Tuesday 19 October Belfast City Centre 13:00 &#8211; 15:00 Belfast Guided Tour: The Hidden Heritage of James Connolly \u2212 Join Belfast&#8217;s first full AR trail exploring the hidden heritage of James Connolly, Irish Republican [&hellip;]","og_url":"https:\/\/beyondconference.org\/b21\/schedule\/","og_site_name":"Beyond Conference","article_publisher":"https:\/\/www.facebook.com\/Beyond.Cnf","og_image":[{"url":"https:\/\/beyondconference.org\/wp-content\/uploads\/cep\/calendar.png"}],"twitter_card":"summary_large_image","twitter_site":"@BeyondCnf","twitter_misc":{"Estimated reading time":"20 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/beyondconference.org\/#website","url":"https:\/\/beyondconference.org\/","name":"Beyond Conference","description":"The R&amp;D conference for the Creative Industries","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beyondconference.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"ImageObject","@id":"https:\/\/beyondconference.org\/b21\/schedule\/#primaryimage","inLanguage":"en-GB","url":"\/wp-content\/uploads\/cep\/calendar.png","contentUrl":"\/wp-content\/uploads\/cep\/calendar.png"},{"@type":"WebPage","@id":"https:\/\/beyondconference.org\/b21\/schedule\/#webpage","url":"https:\/\/beyondconference.org\/b21\/schedule\/","name":"Schedule - Beyond Conference","isPartOf":{"@id":"https:\/\/beyondconference.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/beyondconference.org\/b21\/schedule\/#primaryimage"},"datePublished":"2021-11-05T19:04:27+00:00","dateModified":"2021-11-05T19:04:27+00:00","breadcrumb":{"@id":"https:\/\/beyondconference.org\/b21\/schedule\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beyondconference.org\/b21\/schedule\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/beyondconference.org\/b21\/schedule\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"BEYOND 2021","item":"https:\/\/beyondconference.org\/b21\/"},{"@type":"ListItem","position":2,"name":"Schedule"}]}]}},"_links":{"self":[{"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/pages\/8608"}],"collection":[{"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/users\/926"}],"replies":[{"embeddable":true,"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/comments?post=8608"}],"version-history":[{"count":0,"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/pages\/8608\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/pages\/5570"}],"wp:attachment":[{"href":"https:\/\/beyondconference.org\/wp-json\/wp\/v2\/media?parent=8608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}