<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 = ["Un coup de bourre sur une veille de crise ?","Besoin de mieux connaître vos audiences ?","Une analyse concurrentielle de type benchmark ?","Identifier des opportunités de prise de parole ?","Cartographier un débat d'opinion  ?","Repérer des comptes influents dans un secteur ou autour d'un sujet ?","Anticiper la prochaine crise ?","Besoin d'inspiration pour votre stratégie éditoriale ?","Préparer le terrain à une campagne de communication ?"];
		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":1739,"date":"2022-11-08T12:28:02","date_gmt":"2022-11-08T11:28:02","guid":{"rendered":"https:\/\/www.meteco.fr\/?page_id=1739"},"modified":"2022-11-18T15:10:51","modified_gmt":"2022-11-18T14:10:51","slug":"la-production-de-vos-veilles-et-analyses","status":"publish","type":"page","link":"https:\/\/www.meteco.fr\/de\/la-production-de-vos-veilles-et-analyses\/","title":{"rendered":"Wir f\u00fchren Ihr Monitoring and Ihre Analysen durch"},"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<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\/deliverables-de.png\" alt=\"\" class=\"wp-image-1857\" width=\"381\" height=\"512\" srcset=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/deliverables-de.png 1027w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/deliverables-de-217x300.png 217w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/deliverables-de-740x1024.png 740w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/deliverables-de-768x1063.png 768w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/deliverables-de-9x12.png 9w\" sizes=\"auto, (max-width: 381px) 100vw, 381px\" \/><\/figure>\n<\/div>\n\n\n<p class=\" translation-block\">Ich liefere Ihnen eine <strong>schl\u00fcsselfertige<\/strong> Arbeit. Dabei baue ich entweder auf dem Bestehenden auf oder erstelle Ihre Deliverables von Grund auf:<\/p>\n\n\n\n\n\n\n<ul class=\"low_lineheight has-cyan-bluish-gray-color has-text-color wp-block-list\">\n<li class=\" translation-block\"><strong>Die Vorbesprechung \/ Rebrief<\/strong>: Aufnahme und Besprechung der Bestellung, gefolgt von der Erstellung des Lastenhefts<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Die Gestaltung<\/strong>: Entwicklung des Monitoring-Prozesses und der Methode zur Analyse<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Datenstand<\/strong>: Bericht \u00fcber den verf\u00fcgbaren Korpus (Umfang und Qualit\u00e4t)<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Die erste Fassung<\/strong>: Pr\u00e4sentation des Deliverables und der Insights<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Die endg\u00fcltige Fassung<\/strong>: Pr\u00e4sentation der Zusammenfassung und eventueller Erg\u00e4nzungen<\/li>\n\n\n\n<li class=\" translation-block\"><strong>Die Nachbesprechung \/ Debrief<\/strong>: Ihr Feedback und was wir daraus lernen k\u00f6nnen<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long.png\" alt=\"\" class=\"wp-image-1819\" width=\"446\" height=\"685\" srcset=\"https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long.png 1005w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long-213x300.png 213w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long-727x1024.png 727w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long-768x1081.png 768w, https:\/\/www.meteco.fr\/wp-content\/uploads\/2022\/11\/production-de-long-9x12.png 9w\" sizes=\"auto, (max-width: 446px) 100vw, 446px\" \/><\/figure>\n<\/div>\n\n\n<p>Sie legen fest wo ich interveniere. Ich schlage Ihnen vor, wo und wie ich Ihnen behilflich sein kann, aber Sie haben das letzte Wort.\nSind Sie eine Agentur? Ich bereite die Pr\u00e4sentation f\u00fcr Sie vor oder halte sie vor Ihrem Kunden, immer nach Ihren Bed\u00fcrfnissen.<\/p>\n\n\n\n<p class=\" translation-block\">Mein Hauptziel: Ihnen <strong>Zeit zu ersparen<\/strong> und Ihnen in <strong>Entscheidungsfragen<\/strong> dank <strong>sorgf\u00e4ltiger Analysen<\/strong> beizustehen. Dar\u00fcber hinaus: <strong>garantierte Gelassenheit<\/strong>, denn Sie wissen Ihre Projekte in guten H\u00e4nden.<\/p>\n\n\n\n<p class=\" translation-block\">Als <strong>Ausbilder<\/strong> lege auch gro\u00dfen Wert auf <strong>gemeinsames Wachsen<\/strong> in allen Projekten. Jede Zusammenarbeit schafft nicht nur Abhilfe in Ihrer Entscheidungsfindung oder die Ihres Kunden, sondern auch konstruktives Feedback f\u00fcr <strong>dauerhaft verbesserte Deliverables und Prozesse<\/strong>.<\/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\/gouvernance-data-veille-analyse-donnees\/\" target=\"_self\">Ihre Daten besser verwalten und Prozesse optimieren <strong>[engineering]<\/strong><\/a><\/li>\n\n\n\n<li class=\" translation-block\"><a href=\"https:\/\/www.meteco.fr\/de\/la-production-de-vos-veilles-et-analyses\/\" target=\"_self\">Ihre Praxis dauerhaft verbessern <strong>[training]<\/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> Ich komme, um Ihnen eine schl\u00fcsselfertige Arbeit zu liefern, sei es, indem ich das Vorhandene \u00fcbernehme, sei es, indem ich ganz von vorne beginne: Sie k\u00f6nnen selbst beurteilen, in welchem Umfang ich t\u00e4tig werde. Sind Sie eine Agentur? Ich bereite die Pr\u00e4sentation f\u00fcr Sie vor oder versichere sie vor Ihrem Kunden, immer nach Ihren Bed\u00fcrfnissen. Mein Hauptziel wird es sein, Sie ...<\/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-1739","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1739","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=1739"}],"version-history":[{"count":22,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1739\/revisions"}],"predecessor-version":[{"id":1885,"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/pages\/1739\/revisions\/1885"}],"wp:attachment":[{"href":"https:\/\/www.meteco.fr\/de\/wp-json\/wp\/v2\/media?parent=1739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}