</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:20131006T220000Z
DTEND:20131006T220000Z
UID:721f1ae1-1f7a-4919-8d5e-4cc95c0ca30f
CREATED:20130918T131339Z
DESCRIPTION:\n Workshop sur l’implication du citoyen dans la gouvernance environnementale \n \n Nous avons le plaisir de vous inviter au workshop du projet Omniscientis (7ème Programme-Cadre de l’UE) qui se tiendra à Arlon le 7 octobre 2013. \n \n La participation à cet événement est gratuite. L'invitation avec l'ordre du jour est disponible à www.omniscientis.eu. \n \n Organisé par le consortium de projet Omniscientis, avec l'appui de l'Union Européenne, le workshop se concentrera sur le rôle et la participation des citoyens dans la gouvernance environnementale. Le point de vue des autorités, de l'industrie et des associations de citoyens sera présenté. Les défis seront illustrés par des expériences concrètes. Les outils d’aide à la mise en œuvre (« Living Labs » et systèmes d'information) seront présentés. \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>\n Workshop sur l&rsquo;implication du citoyen dans la gouvernance environnementale</p>\n<p>\n Nous avons le plaisir de vous inviter au workshop du projet Omniscientis (7&egrave;me Programme-Cadre de l&rsquo;UE) qui se tiendra &agrave; Arlon le 7 octobre 2013.</p>\n<p>\n La participation &agrave; cet &eacute;v&eacute;nement est gratuite. L&#39;invitation avec l&#39;ordre du jour est disponible &agrave; <a href="http://www.omniscientis.eu" target="_blank" title="Omniscientis">www.omniscientis.eu</a>.</p>\n<p>\n Organis&eacute; par le consortium de projet Omniscientis, avec l&#39;appui de l&#39;Union Europ&eacute;enne, le workshop se concentrera sur le r&ocirc;le et la participation des citoyens dans la gouvernance environnementale. Le point de vue des autorit&eacute;s, de l&#39;industrie et des associations de citoyens sera pr&eacute;sent&eacute;. Les d&eacute;fis seront illustr&eacute;s par des exp&eacute;riences concr&egrave;tes. Les outils d&rsquo;aide &agrave; la mise en &oelig;uvre (&laquo; Living Labs &raquo; et syst&egrave;mes d&#39;information) seront pr&eacute;sent&eacute;s.</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:Arlon,
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Odour monitoring and information system based on citizen and technology innovative sensors
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR