{"id":1335,"date":"2024-09-29T22:12:04","date_gmt":"2024-09-29T20:12:04","guid":{"rendered":"https:\/\/valo.troispetitspoints.org\/?page_id=1335"},"modified":"2024-09-30T11:41:49","modified_gmt":"2024-09-30T09:41:49","slug":"simulateur-communication-scientifique","status":"publish","type":"page","link":"https:\/\/valo.troispetitspoints.org\/en\/simulateur-communication-scientifique\/","title":{"rendered":"Simulateur de communication scientifique"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>Votre Campagne de Communication<\/title>\n    <style>\n        body {\n            display: grid;\n            place-items: center;\n            font-family: Arial, sans-serif;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        .container {\n            background: white;\n            border: 5px solid #ddd;\n            border-radius: 15px;\n            padding: 20px;\n            width: 100%;\n            max-width: 600px;\n            box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);\n            text-align: center;\n        }\n        h1 {\n            color: lightgreen;\n            font-size: 2em;\n            text-transform: uppercase;\n        }\n        label {\n            display: block;\n            margin-top: 20px;\n            margin-bottom: 10px;\n        }\n        select, input {\n            padding: 8px;\n            width: 90%;\n            margin-bottom: 10px;\n            border: 2px solid #ddd;\n            border-radius: 5px;\n        }\n        button {\n            padding: 10px 15px;\n            background-color: lightblue;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            margin-top: 10px;\n        }\n        #result {\n            margin-top: 20px;\n            color: green;\n            font-weight: bold;\n        }\n        #bilan {\n            margin-top: 20px;\n            color: black;\n            background-color: #f0f0f0;\n            padding: 10px;\n            border-radius: 5px;\n            white-space: pre-wrap;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>Votre Campagne de Communication<\/h1>\n        <label for=\"target\">S\u00e9lectionnez votre cible :<\/label>\n        <select id=\"target\">\n            <option value=\"Chercheurs\">Chercheurs<\/option>\n            <option value=\"Adultes non avertis\">Adultes non avertis<\/option>\n            <option value=\"Adultes sp\u00e9cialistes du sujet\">Adultes sp\u00e9cialistes du sujet<\/option>\n            <option value=\"Journalistes\">Journalistes<\/option>\n            <option value=\"Grand public\">Grand public<\/option>\n            <option value=\"Public jeunes\">Public jeunes<\/option>\n        <\/select>\n\n        <label for=\"attribute\">Choisissez un attribut :<\/label>\n        <select id=\"attribute\">\n            <option value=\"Rigoureuse et exhaustive\">Rigoureuse et exhaustive<\/option>\n            <option value=\"Informative et incitative\">Informative et incitative<\/option>\n            <option value=\"Impactante et polyvalente\">Impactante et polyvalente<\/option>\n            <option value=\"Moderne et ludique\">Moderne et ludique<\/option>\n        <\/select>\n\n        <label for=\"budget\">Saisissez votre budget :<\/label>\n        <input type=\"number\" id=\"budget\" placeholder=\"Budget maximum\" \/>\n\n        <button onclick=\"generateTools()\">Proposer des Outils<\/button>\n\n        <div id=\"result\"><\/div>\n        <div id=\"bilan\"><\/div>\n        \n        <!-- Nouveau bouton pour relancer une proposition alternative -->\n        <button id=\"alternativeButton\" style=\"display:none;\" onclick=\"generateTools()\">Lancer une proposition alternative<\/button>\n    <\/div>\n\n    <script>\n        const tools = [\n            { name: \"Vid\u00e9o p\u00e9dagogique\", price: 2000 },\n            { name: \"Teaser vid\u00e9o pour les r\u00e9seaux\", price: 1000 },\n            { name: \"Animation en motion design\", price: 4000 },\n            { name: \"Bande-dessin\u00e9e (1 planche)\", price: 1400 },\n            { name: \"Campagne de community management\", price: 750 },\n            { name: \"Datavisualisation\", price: 3000 },\n            { name: \"Application de recherche-action\", price: 6000 }\n        ];\n\n        function generateTools() {\n            const budget = parseInt(document.getElementById(\"budget\").value);\n            let selectedTools = [];\n            let totalCost = 0;\n\n            \/\/ M\u00e9langer les outils pour la s\u00e9lection al\u00e9atoire\n            const shuffledTools = tools.sort(() => Math.random() - 0.5);\n\n            \/\/ S\u00e9lectionner des outils au hasard\n            for (const tool of shuffledTools) {\n                if (totalCost + tool.price <= budget) {\n                    selectedTools.push(tool);\n                    totalCost += tool.price;\n                }\n            }\n\n            displayResult(selectedTools);\n        }\n\n        function displayResult(selectedTools) {\n            const resultDiv = document.getElementById(\"result\");\n            const bilanDiv = document.getElementById(\"bilan\");\n            const alternativeButton = document.getElementById(\"alternativeButton\");\n\n            resultDiv.innerHTML = selectedTools.length > 0 \n                ? \"Outils propos\u00e9s : \" \n                : \"Aucun outil propos\u00e9. Veuillez ajuster votre budget.\";\n\n            bilanDiv.innerHTML = \"\";\n\n            selectedTools.forEach(tool => {\n                bilanDiv.innerHTML += `${tool.name} - Prix : ${tool.price} \u20ac\\n`;\n            });\n\n            \/\/ Afficher le bouton de proposition alternative uniquement si des outils sont propos\u00e9s\n            alternativeButton.style.display = selectedTools.length > 0 ? \"block\" : \"none\";\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Simulateur de communication scientifique<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Le&nbsp;<strong>Simulateur de communication scientifique<\/strong>&nbsp;est une application innovante con\u00e7ue pour aider les communicateurs scientifiques \u00e0 \u00e9laborer des strat\u00e9gies de valorisation efficaces pour leurs projets de recherche. Gr\u00e2ce \u00e0 cet outil, les utilisateurs peuvent facilement cibler les outils de communication les plus adapt\u00e9s en fonction de leur public cible, de leur environnement et de leur budget.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Fonctionnalit\u00e9s cl\u00e9s :<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ciblage des Outils<\/strong>&nbsp;: En s\u00e9lectionnant leur public (chercheurs, journalistes, grand public, etc.), les utilisateurs peuvent obtenir des recommandations sur les outils de communication les plus pertinents pour maximiser l&rsquo;impact de leur message.<\/li>\n\n\n\n<li><strong>Adaptation au Budget<\/strong>&nbsp;: L&rsquo;application permet aux utilisateurs de d\u00e9finir un budget maximum pour leur campagne. Cela garantit que les propositions d&rsquo;outils restent dans les limites budg\u00e9taires tout en optimisant l\u2019efficacit\u00e9 de la communication.<\/li>\n\n\n\n<li><strong>Propositions Vari\u00e9es<\/strong>&nbsp;: \u00c0 partir des choix effectu\u00e9s, le simulateur g\u00e9n\u00e8re une nouvelle s\u00e9lection d&rsquo;outils de communication.<\/li>\n\n\n\n<li><strong>Rapport de R\u00e9sultats<\/strong>&nbsp;: Les r\u00e9sultats incluent des informations sur le type et le nombre d&rsquo;outils recommand\u00e9s, accompagn\u00e9s des co\u00fbts totaux, facilitant ainsi la prise de d\u00e9cision.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Le&nbsp;<strong>Simulateur de communication scientifique<\/strong>&nbsp;est un outil int\u00e9ressant pour tous ceux qui souhaitent valoriser leur recherche de mani\u00e8re strat\u00e9gique et efficace, en r\u00e9pondant aux besoins sp\u00e9cifiques de leur public tout en respectant les contraintes budg\u00e9taires.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Votre Campagne de Communication Votre Campagne de Communication S\u00e9lectionnez votre cible : ChercheursAdultes non avertisAdultes sp\u00e9cialistes du sujetJournalistesGrand publicPublic jeunes Choisissez un attribut : Rigoureuse et exhaustiveInformative et incitativeImpactante et&hellip; <\/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-1335","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/pages\/1335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/comments?post=1335"}],"version-history":[{"count":28,"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/pages\/1335\/revisions"}],"predecessor-version":[{"id":1403,"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/pages\/1335\/revisions\/1403"}],"wp:attachment":[{"href":"https:\/\/valo.troispetitspoints.org\/en\/wp-json\/wp\/v2\/media?parent=1335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}