</li>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Services Publics de Wallonie//Geoportail 1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:Géoportail de la Wallonie
X-WR-TIMEZONE:Romance Standard Time
BEGIN:VTIMEZONE
TZID:Romance Standard Time
X-LIC-LOCATION:Romance Standard Time
BEGIN:STANDARD
DTSTART:16011028T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010325T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART:20131106T230000Z
DTEND:20131107T230000Z
UID:2ea55c8f-4902-4774-a6cb-ec93b0ca55a6
CREATED:20131014T095726Z
DESCRIPTION:\n "KIKK is an international festival of creativity in digital cultures that explores the economic and artistic implications of new technologies." \n \n It's a mix of technology, visual arts, music, architecture, design and interactive media. The program includes conferences, workshops, an exhibition with digital art & prototypes, a creative contest and a party with live performances. \n \n There is no expert who can deny the deep mutations going on in our society over the last decades. Our world is changing, quickly and on global scale. Every day new processes, new concepts and new techniques are born. \n \n Our beacons are washed away and this is continually speeding up more and more. The trend nowadays consists of no-trend: always moving on change. We must adapt to this, anticipate, continually. The economic atmosphere is no exception to this: the companies who survive are those who manage to integrate these new principles and create opportunities of them. The KIKK was born within this context. It is profiled as a panel of the best offerings in the field of economical and artistic innovations. It aims at planting the seed of creativity in the core business of companies and in the heart of the public, in order to guide them into our new, heterogeneous, digital world. \n \n Plus d'infos et inscription sur www.kikk.be/2013/. \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>\n &quot;KIKK is an international festival of creativity in digital cultures that explores the economic and artistic implications of new technologies.&quot;</p>\n<p>\n It&#39;s a mix of technology, visual arts, music, architecture, design and interactive media. The program includes conferences, workshops, an exhibition with digital art &amp; prototypes, a creative contest and a party with live performances.</p>\n<p>\n There is no expert who can deny the deep mutations going on in our society over the last decades. Our world is changing, quickly and on global scale. Every day new processes, new concepts and new techniques are born.</p>\n<p>\n Our beacons are washed away and this is continually speeding up more and more. The trend nowadays consists of no-trend: always moving on change. We must adapt to this, anticipate, continually. The economic atmosphere is no exception to this: the companies who survive are those who manage to integrate these new principles and create opportunities of them. The KIKK was born within this context. It is profiled as a panel of the best offerings in the field of economical and artistic innovations. It aims at planting the seed of creativity in the core business of companies and in the heart of the public, in order to guide them into our new, heterogeneous, digital world.</p>\n<p>\n <strong>Plus d&#39;infos et inscription sur <a href="http://www.kikk.be/2013/" target="_blank" title="KIKK 2013">www.kikk.be/2013/</a>.</strong></p>\n

		<script type="text/javascript">
			<!-- 
			var piwikSettings = {
				trackingId: "57", 
				trackingServer: "webanalytics.spw.wallonie.be",
                idTagManager: "LVOIs6Fr",
                idTagManagerInstance: "null",
                isLegacyTracker: "false",
                isTagManager: "true",
				isTrackingSearch: "false", 
				searchResultCssSelector: "", 
				searchKeywordCssSelector: "", 
				searchCountCssSelector: "", 
				isTrackingJahiaConnectionMode: "true", 
				isTrackingJahiaLanguage: "true",
				isTrackingDomain: "true", 
				isMatomo: "true", 
				trackingFileName: "matomo"
			};
			
			// Retrieve Jahia connection mode
			jahiaConnectionMode = "live"; 
		
			// Retrieve Jahia user name 
			hashUserName=""; 
			
			renderContext="live"; 
			language="fr";
		-->
		</script>
		<noscript><p><img src="https://webanalytics.spw.wallonie.be/piwik/matomo.php?idsite=57&rec=1" style="border:0;" alt="" /></p></noscript>

<jahia:resource type="javascript" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoTagManagerProd.js" resource="matomoTagManagerProd.js" title="" key="matomoTagManager"/>

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikTrackingTool.js" resource="piwikTrackingTool.js" title="" key="piwiktrackingtool" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikConfiguration.js" resource="piwikConfiguration.js" title="" key="piwikconfiguration" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoVideoTracking.js" resource="matomoVideoTracking.js" title="" key="matomoVideoTracking" targetTag="body" />



<script type="text/javascript">
$(function() {

  $('.paginator-navigation').each(function(index, item) {
    var item$ = $(item);
    var url = item$.data('url');
    if (url) {
      item$.data('url', decodeURIComponent(url));
    }
  });

var $barre = $('#barre').detach();
  
  $('body').prepend($barre);
  $barre.animate({
                marginTop: "0",
            }, 500);

 
  
  //WalOnMap Beta GEOPORT-113 provisoire
  
  var map = $(".pagewalonmap-beta #MapIframe");
           
  
  if(map.length > 0){
     
//    $(window).resize(function () {
//      var windowHeight = $(window).height();

//      var botbar = $("nav.botbar:visible");
//      var botbarHeight = botbar.length ? botbar.outerHeight(true) : 0;

//      var topbar = $("section.topbar");
//      var topbarHeight = topbar.length ? topbar.outerHeight(true) : 0;

//      var header = $(".header.nsi:visible");
//      var headerHeight = header.length ? header.outerHeight(true) : 0;

//      var newHeight = windowHeight - botbarHeight - headerHeight - topbarHeight - 6;
//      console.log(newHeight);
//      newHeight = Math.round(newHeight);
//      map.height(newHeight);
//    });

//    $(window).trigger('resize');
    
  }
  

});

function disableDefaultInspireFilter() {
  var inspireCheckbox = $('.pagedonnees-et-services #inspireSearch')
  if (inspireCheckbox.length && !window.location.search) {
    inspireCheckbox.trigger('click');
  }
} 
          




</script>

</body></html>
LAST-MODIFIED:20160707T100913Z
LOCATION:Théâtre de Namur, Place du théâtre, 5000 Namur,
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:KIKK Festival 2013
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR