<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/clients/76869b8997566a53c9ca7baa6485bb9f/sites/meteco.fr/wp-content/themes/neori/functions.php</b> on line <b>1048</b><br />
	<script>
	
	jQuery(document).ready(function($) {
		const t_timer_interval = 50;
		var c_message_index = 0;
		var c_time = 0;
		const t_timer = setInterval(quartz, t_timer_interval, t_timer_interval);
		var i_message_array = ["Envie de créer vos propres visualisations de données ?","Besoin de monter en compétence ?","La veille vous ennuie ? Vous avez tout vu ?","La routine a pris le dessus dans votre quotidien ?","Il vous manque une méthode de veille ?","Je me débrouille sans savoir ce que je fais...","Un grand projet de veille devant vous ?","Envie de vous lancer dans l'analyse de réseaux ?","NLP ? ML ? IA ?"];
		var message_index_array = Array.from(i_message_array.keys());
		c_message_index = message_index_array[Math.floor(Math.random() * message_index_array.length)];

		var message_css_index_array = [0, 1, 2, 3, 4, 5];

		function switch_message() {

			c_message_index_new = message_index_array[Math.floor(Math.random() * message_index_array.length)];
			if (c_message_index_new == c_message_index ) {
				c_message_index_new = c_message_index + 1;
			}
			c_message_index = c_message_index_new;

			$( "#message_bar" ).html(i_message_array[c_message_index]);

		}
		
		function hide_message() {
			$( "#message_bar" ).attr("class", "message_bar message_bar_hidden");			
		}

		function show_message() {
			c_message_css_index = message_css_index_array[Math.floor(Math.random() * message_css_index_array.length)];
			c_message_css = "message_bar message_bar_" + c_message_css_index;
			$( "#message_bar" ).attr("class", c_message_css);			
		}

		hide_message();
		switch_message();
		show_message();

		function quartz (i_timer_interval) {
			c_time += i_timer_interval;
			switch (c_time) {
				case 5000:
					hide_message();
					break;
				case 6100:
					switch_message();
					show_message();
					c_time = 0;
					break;
			}
		}
	});
	</script>
		<script>
	
	jQuery(document).ready(function($) {
		const t_lc_timer_interval = 50;
		var c_lc_time = 0;
		var c_lc_index = 0;
		var c_lc_id_forefront = "one";
		const t_lc_timer = setInterval(lc_quartz, t_lc_timer_interval, t_lc_timer_interval);

		const t_lc_dict = {
			0 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-UGE-Glowing.png",
				"alt" : "Université Gustave Eiffel - Master Communication"
			},
			1 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-TotalEnergies-Glowing.png",
				"alt" : "TotalEnergies"
			},
			2 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Transperfect-Glowing.png",
				"alt" : "Transperfect Translations"
			},
			3 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Havas-Paris-Glowing.png",
				"alt" : "Agence Havas Paris"
			},
			4 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-BearIdeas-Glowing.png",
				"alt" : "Agence BearIdeas"
			},
			5 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-UBFC-Glowing.png",
				"alt" : "Université de Bourgogne Franche-Comté"
			},
			6 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-Avisa-Partners-Glowing.png",
				"alt" : "Avisa Partners"
			},
			7 : {
				"picture_url" : "https://www.meteco.fr/wp-content/uploads/2022/11/Meteco-Client-Logo-SOS-Racisme-Glowing.png",
				"alt" : "SOS Racisme"
			}
		}

		const t_lc_index_array = [0, 1, 2, 3, 4, 5, 6, 7];

		function get_next_lc_index(i_lc_index) {
			if (t_lc_index_array.includes(i_lc_index + 1) ) {
				return i_lc_index + 1;
			} else {
				return 0;
			}
		}

		function set_carousel(i_lc_id, i_lc_index) {
			$( "#lc_" + i_lc_id + "_image").attr("src", t_lc_dict[i_lc_index]["picture_url"]);
			$( "#lc_" + i_lc_id + "_image").attr("alt", t_lc_dict[i_lc_index]["alt"]);
		}

		function give_other_lc(i_lc_id){
			if (i_lc_id == "one") {
				return "two";
			} else {
				return "one";
			}
		}

		function order_lc() {
			c_lc_id_behind = give_other_lc(c_lc_id_forefront);
			$( "#lc_" + c_lc_id_behind).addClass("lc_behind");
			$( "#lc_" + c_lc_id_forefront).addClass("lc_forefront");
			$( "#lc_" + c_lc_id_forefront).removeClass("lc_behind");
			$( "#lc_" + c_lc_id_behind).removeClass("lc_forefront");
		}	

		function initiate_lc() {
			c_lc_index = t_lc_index_array[Math.floor(Math.random() * t_lc_index_array.length)];
			set_carousel("one", c_lc_index);
			set_carousel("two", get_next_lc_index(c_lc_index));
			order_lc();
		}

		function slideleft_lc() {
			$( "#lc_" + c_lc_id_forefront).addClass("lc_slideout_animation");
			$( "#lc_" + give_other_lc(c_lc_id_forefront)).addClass("lc_slidein_animation");
		}


		function switch_lc() {
			c_lc_id_forefront = give_other_lc(c_lc_id_forefront);
			order_lc();
			$( "#lc_" + give_other_lc(c_lc_id_forefront)).removeClass("lc_slideout_animation");
			$( "#lc_" + c_lc_id_forefront).removeClass("lc_slidein_animation");
			c_lc_index = get_next_lc_index(c_lc_index);
			set_carousel(give_other_lc(c_lc_id_forefront), c_lc_index);
		}

		initiate_lc();

		function lc_quartz(i_lc_timer_interval)
		{
			c_lc_time += i_lc_timer_interval;
			switch (c_lc_time) {
				case 5000:
					slideleft_lc();
					break;
				case 7000:
					switch_lc();
					c_lc_time = 0;
					break;
			}
		}
	});
		
	  </script>	<script type="text/javascript" id="zsiqchat">
		var $zoho=$zoho || {};
		$zoho.salesiq = $zoho.salesiq || {widgetcode: "c0f453d70dc16181842e4f8a9a99292c1c5bcdf12a07712b4e42bbf397d586b3", values:{},ready:function(){}};
		var d=document;s=d.createElement("script");
		s.type="text/javascript";
		s.id="zsiqscript";
		s.defer=true;s.src="https://salesiq.zoho.eu/widget";
		t=d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(s,t);
	</script>
		<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/clients/76869b8997566a53c9ca7baa6485bb9f/sites/meteco.fr/wp-content/themes/neori/functions.php</b> on line <b>1048</b><br />
{"id":1786,"date":"2022-11-08T19:26:58","date_gmt":"2022-11-08T18:26:58","guid":{"rendered":"https:\/\/www.meteco.fr\/?page_id=1786"},"modified":"2022-11-10T16:09:21","modified_gmt":"2022-11-10T15:09:21","slug":"formations-veille-social-media-web-analyse","status":"publish","type":"page","link":"https:\/\/www.meteco.fr\/de\/formations-veille-social-media-web-analyse\/","title":{"rendered":"Ihre Praxis dauerhaft ver\u00e4ndern"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesezeit: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">Minuten<\/span><\/span>\n\n\n\n\n<div id=\"message_bar\" class=\"message_bar\">\n<\/div>\n\n\n\n<p>Vergessen Sie die im \"Schulungsraum\" verbrachten Tage und die ungelesenen E-Mails auf dem Nachhauseweg oder am n\u00e4chsten Tag.<\/p>\n\n\n\n<p>Meteco bietet Ihnen <strong>eine neue Art von Weiterbildung<\/strong>, die sich nahtlos in Ihren Arbeitsalltag einf\u00fcgt und die von Ihren Projekten bestimmt wird. Besser noch, <strong>sie nimmt Ihre Projekte als Lerngelegenheit war.<\/strong>.<\/p>\n\n\n\n<p class=\" translation-block\">Sie <strong>bauen Ihr Lernprojekt auf<\/strong> und gehen nach Ihren Zielen vor. Sie werden von einem <strong>professionellen, zertifizierten Ausbilder<\/strong> begleitet, nicht nur beim <strong>Erwerb neuer Kenntnisse und F\u00e4higkeiten<\/strong>, sondern auch bei deren <strong>Anwendung im Alltag<\/strong>.<\/p>\n\n\n\n<p class=\" translation-block\">In Sachen Monitoring hat meteco seine eigene <strong>Methodik<\/strong> entwickelt, die den technologischen Ver\u00e4nderungen standh\u00e4lt, da sie diese integriert.<\/p>\n\n\n\n<p class=\" translation-block\">Neben Schulungen in Unternehmen h\u00e4lt meteco Vortr\u00e4ge im Master REVI der <strong>Universit\u00e4t von Burgund<\/strong> (Begleitung der Junioragentur) und im Master COM der <strong>Universit\u00e4t Gustave Eiffel<\/strong> (Denken und Arbeiten mit Daten).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new.png\" alt=\"\" class=\"wp-image-1866\" width=\"512\" height=\"470\" srcset=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new.png 1261w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new-300x257.png 300w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new-1024x876.png 1024w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new-768x657.png 768w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/training-de-new-14x12.png 14w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/figure>\n<\/div>\n\n\n\n\n\n<p>Das Profil Ihres Ausbilders:<\/p>\n\n\n\n<ul class=\"low_lineheight has-cyan-bluish-gray-color has-text-color wp-block-list\">\n<li>Zertifizierter professioneller Erwachsenenbildner (Berufstitel)<\/li>\n\n\n\n<li>Dozent an der Universit\u00e4t von Bourgogne und der Universit\u00e4t Gustave Eiffel.<\/li>\n\n\n\n<li>F\u00fcnf Jahre Erfahrung in der Team- und Unternehmensf\u00fchrung<\/li>\n\n\n\n<li>Zw\u00f6lf Jahre Berufserfahrung in Sachen Monitoring und Dartenanalyse.<\/li>\n\n\n\n<li>Beherrscht Deutsch, Englisch und Franz\u00f6sisch<\/li>\n<\/ul>\n\n\n\n<p>Haben Sie Lust, Ihre Praktiken weiterzuentwickeln? Lassen Sie uns dar\u00fcber reden!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Entdecken Sie unsere anderen Dienstleistungen:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\" translation-block\"><a href=\"https:\/\/www.meteco.fr\/de\/la-production-de-vos-veilles-et-analyses\/\" target=\"_self\">Wir f\u00fchren Ihr Monitoring and Ihre Analysen durch <strong>[production]<\/strong><\/a><\/li>\n\n\n\n<li class=\" translation-block\"><a href=\"https:\/\/www.meteco.fr\/de\/gouvernance-data-veille-analyse-donnees\/\" target=\"_self\">Ihre Daten besser verwalten und Prozesse optimieren <strong>[engineering]<\/strong><\/a><\/li>\n<\/ul>\n\n\n\n\n\n\n\n\n\n<div id=\"lc_container\" class=\"lc_container\">\n\t<div id=\"lc_one\" class=\"lc_element\">\n\t\t<div id=\"lc_one_image_container\" class=\"lc_image_container\">\n\t\t\t<img decoding=\"async\" id=\"lc_one_image\" class=\"lc_image\" src=\"\" alt=\"Italian Trulli\">\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"lc_two\" class=\"lc_element\">\n\t\t<div id=\"lc_two_image_container\" class=\"lc_image_container\">\n\t\t\t<img decoding=\"async\" id=\"lc_two_image\" class=\"lc_image\" src=\"\" alt=\"Italian Trulli\">\n\t\t<\/div>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesezeit: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">Minuten<\/span><\/span> meteco bietet Ihnen eine neue Art von Schulung, die so konzipiert ist, dass sie sich nahtlos in Ihren Alltag einf\u00fcgt, der von Projekten und Neuigkeiten gepr\u00e4gt ist. Besser noch, sie integriert sich ...<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1786","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/comments?post=1786"}],"version-history":[{"count":10,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1786\/revisions"}],"predecessor-version":[{"id":1868,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1786\/revisions\/1868"}],"wp:attachment":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/media?parent=1786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}