</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:20160126T130000Z
DTEND:20160128T160000Z
UID:a9816c07-c54f-4c1a-93ea-2bf68e99a1d3
CREATED:20150914T140438Z
DESCRIPTION:\n The European Space Agency (ESA) in cooperation with the Belgian Science Policy Office (BELSPO) is organizing an event dedicated to the scientific and operational exploitation of Proba-V mission. The event, entitled “Proba-V Symposium”, will be hosted in Ghent (Belgium), at the Mariott Hotel, from 26 to 28 January 2016. \n \n The Symposium is open to Proba-V users, scientists, students, representatives from national, European and international agencies, operational end-users and value adding industries. \n \n The main objectives of the sympsium are: \n \n \n Gather and foster the Proba-V scientific and user community \n \n Present the Proba-V mission status, calibration results, algorithms and products quality \n \n Provide a forum for investigators to report and discuss results of on-going science activities using Proba-V data \n \n Provide a forum for international exchange on land, inland/coastal water and cryosphere applications \n \n Report on and promote the use of Proba-V data for downstream operational services \n \n Consult scientists to formulate community recommendations for algorithm and products improvements \n \n \n Info and registration: http://congrexprojects.com/2016-events/16c01/introduction \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>\n The European Space Agency (ESA) in cooperation with the Belgian Science Policy Office (BELSPO) is organizing an event dedicated to the scientific and operational exploitation of Proba-V mission. The event, entitled &ldquo;Proba-V Symposium&rdquo;, will be hosted in Ghent (Belgium), at the Mariott Hotel, from 26 to 28 January 2016.</p>\n<p>\n The Symposium is open to Proba-V users, scientists, students, representatives from national, European and international agencies, operational end-users and value adding industries.</p>\n<p>\n The main objectives of the sympsium are:</p>\n<ul>\n <li>\n  Gather and foster the Proba-V scientific and user community</li>\n <li>\n  Present the Proba-V mission status, calibration results, algorithms and products quality</li>\n <li>\n  Provide a forum for investigators to report and discuss results of on-going science activities using Proba-V data</li>\n <li>\n  Provide a forum for international exchange on land, inland/coastal water and cryosphere applications</li>\n <li>\n  Report on and promote the use of Proba-V data for downstream operational services</li>\n <li>\n  Consult scientists to formulate community recommendations for algorithm and products improvements</li>\n</ul>\n<p>\n <strong>Info and registration: </strong><a href="http://congrexprojects.com/2016-events/16c01/introduction" target="_blank" title="Info">http://congrexprojects.com/2016-events/16c01/introduction</a></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:20160707T105919Z
LOCATION:Ghent (Belgium),
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Proba-V Symposium
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR