{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/a9Y3IaJA2Scoc9pfe7WU/dBlkVZ5s9nRjBZE6Bay3/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (0c5492c)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:'<script>\\n\t\t//create sessionStorage if not previously present\\n\t\tif (sessionStorage.getItem(\"locationHistory\") !== null) {\\n    var locationHistoryArray = JSON.parse(sessionStorage.getItem(\"locationHistory\"));\\n    locationHistoryArray.push(window.location.href);\\n    sessionStorage.setItem(\"locationHistory\", JSON.stringify(locationHistoryArray));\\n} else {\\n    var locationHistoryArray = [];\\n    locationHistoryArray.push(window.location.href);\\n    sessionStorage.setItem(\"locationHistory\", JSON.stringify(locationHistoryArray));\\n}\\n\\n\t\t//add session storage in hidden field on form\\n\t\tvar input = document.createElement(\"input\");\\n\\n        input.setAttribute(\"type\", \"hidden\");\\n\\n        input.setAttribute(\"name\", \"Visited_Pages\");\\n\\n        input.setAttribute(\"value\", sessionStorage.getItem(\"locationHistory\"));\\n\\n        //append to form element that you want .\\n\t\tvar blogform = document.getElementById(\"wf-form-Blog-Form\");\\n  \t\tvar newsletterform = document.getElementById(\"wf-form-Newsletter-Form-2\");\\n  \t\tvar bitesform = document.getElementById(\"wf-form-Arist-Bites-Modal-Form\");\\n\t\tif(blogform!==null){\\n        document.getElementById(\"wf-form-Blog-Form\").appendChild(input);\\n        }\\n  \t\tif(newsletterform!==null){\\n\t\tdocument.getElementById(\"wf-form-Newsletter-Form-2\").appendChild(input);\\n        }\\n\t\tif(bitesform!==null){\\n\t\tdocument.getElementById(\"wf-form-Arist-Bites-Modal-Form\").appendChild(input);\\n        }\\n\\n\t\t//trigger Arist Bites popup if user has not seen in last 30d\\n\\n          function getCookie(cName) {\\n                const name = cName + \"=\";\\n                const cDecoded = decodeURIComponent(document.cookie); //to be careful\\n                const cArr = cDecoded .split(\\'; \\');\\n                let res;\\n                cArr.forEach(val => {\\n                    if (val.indexOf(name) === 0) res = val.substring(name.length);\\n                })\\n                return res;\\n          }\\n          setTimeout(\\n            function() \\n            {\\n              //do something in timeout period\\n\t\t\t\\n          if(getCookie(\\'seen_bites\\')!==\\'Yes\\' && window.location.href.indexOf(\"microlearning-research-benefits-and-best-practices\") < 1){\\n\\n          $(\\'.modal-wrapper\\').css(\\'display\\', \\'flex\\');$(\\'.modal-wrapper\\').css(\\'opacity\\', \\'1\\'); \\n\\n          let seen_bites = \\'Yes\\';\\n          // Set a Cookie\\n          function setCookie(cName, cValue, expDays) {\\n                  let date = new Date();\\n                  date.setTime(date.getTime() + (expDays * 24 * 60 * 60 * 1000));\\n                  const expires = \"expires=\" + date.toUTCString();\\n                  document.cookie = cName + \"=\" + cValue + \"; \" + expires + \"; path=/\";\\n          }\\n          // Apply cookie for 30d\\n          setCookie(\\'seen_bites\\', seen_bites, 30);\\n\\n          }\\n\\n          },10000);\\n</script>\\n\\n<!-- create urlParams variable (constant) from URLSearchParams class using current window\\n<script>\\n        // create urlParams variable (constant) from URLSearchParams class using current window\\n           const urlParams = new URLSearchParams(window.location.search);\\n          \\n  \t\t\\n        // set UTM medium, source and campaign variables (constants) based on results of URSearchParams\\n           const utm_medium = urlParams.get(\\'utm_medium\\');\\n           const utm_source = urlParams.get(\\'utm_source\\');\\n           const utm_campaign = urlParams.get(\\'utm_campaign\\');\\n\t\t   const utm_term = urlParams.get(\\'utm_term\\');\\n           const utm_content = urlParams.get(\\'utm_content\\');\\n           \\n           console.log(utm_medium);\\n   \t\t   console.log(utm_source);\\n  \\n\t\t// get the Outbound button element\\n           var outboundLink = document.getElementById(\"outbound\");\\n\\n        // edit Outbound button element property by appending the URL parameters\\n           outboundLink.href += \"?utm_medium=\" + utm_medium + \"&utm_source=\" + utm_source + \"&utm_campaign=\" + utm_campaign+ \"&utm_term=\" + utm_term + \"&utm_content=\" + utm_content;\\n\\n        // log final Outbound button link to console\\n           console.log(outboundLink.href);\\n        \\n\\n</script>\\n-->\\n<!--  Pass UTM param to Forms -->\\n<script>\\n  var queryString = window.location.search;\\n  \\n  // ?utm_source=facebook&utm_medium=post&utm_campaign=webflow\\n  var URLSearchParams_wb = new URLSearchParams(queryString);\\n\\n  const utmParameters = [\\n    \"utm_source\", \\n    \"utm_medium\", \\n    \"utm_campaign\",\\n    \"utm_term\",\\n    \"utm_content\"\\n  ];\\n\\n  for (const utm_element of utmParameters) {\\n    /* if utm_source exist */\\n    $( \"form\" ).each(function( index ) {\\n      if(URLSearchParams_wb.has(utm_element)){\\n        console.log(utm_element + \"is exist\");\\n        /* get UTM value of this utm param */\\n        var value = URLSearchParams_wb.get(utm_element)\\n        /* change form hidden field to this utm url value */\\n        $( this ).find(\".\"+utm_element).val(value);\\n      }\\n\\n    })\\n  }/* end for loop */\\n</script>\\n\\n<!--GDPR CCPA Banner-->\\n<script type=\"text/javascript\">\\nvar _iub = _iub || [];\\n_iub.csConfiguration = {\"ccpaAcknowledgeOnDisplay\":true,\"consentOnContinuedBrowsing\":false,\"cookiePolicyInOtherWindow\":true,\"countryDetection\":true,\"enableCcpa\":true,\"floatingPreferencesButtonDisplay\":\"bottom-left\",\"gdprAppliesGlobally\":false,\"invalidateConsentWithoutLog\":true,\"lang\":\"en\",\"perPurposeConsent\":true,\"reloadOnConsent\":true,\"siteId\":2699311,\"whitelabel\":false,\"cookiePolicyId\":41494656,\"cookiePolicyUrl\":\"https://www.arist.co/legal/privacy-policy\",\"privacyPolicyUrl\":\"https://www.arist.co/legal/privacy-policy\", \"banner\":{ \"acceptButtonDisplay\":true,\"closeButtonDisplay\":false,\"customizeButtonDisplay\":true,\"explicitWithdrawal\":true,\"listPurposes\":true,\"position\":\"float-top-center\",\"rejectButtonDisplay\":true }};\\n</script>\\n<script type=\"text/javascript\" src=\"//cdn.iubenda.com/cs/ccpa/stub.js\"></script>\\n<script type=\"text/javascript\" src=\"//cdn.iubenda.com/cs/iubenda_cs.js\" charset=\"UTF-8\" async=\"\"></script>\\n\\n<!-- Start of HubSpot Embed Code -->\\n  <script type=\"text/javascript\" id=\"hs-script-loader\" async=\"\" defer=\"\" src=\"//js-na1.hs-scripts.com/24054656.js\"></script>\\n<!-- End of HubSpot Embed Code -->\\n\\n<!--Linkedin pixel-->\\n<script type=\"text/javascript\">\\n_linkedin_partner_id = \"1592818\";\\nwindow._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\\nwindow._linkedin_data_partner_ids.push(_linkedin_partner_id);\\n</script><script type=\"text/javascript\">\\n(function(l) {\\nif (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};\\nwindow.lintrk.q=[]}\\nvar s = document.getElementsByTagName(\"script\")[0];\\nvar b = document.createElement(\"script\");\\nb.type = \"text/javascript\";b.async = true;\\nb.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\\ns.parentNode.insertBefore(b, s);})(window.lintrk);\\n</script>\\n<noscript>\\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://px.ads.linkedin.com/collect/?pid=1592818&amp;fmt=gif\">\\n</noscript>\\n<!-- end Linkedin pixel-->\\n\\n<!-- on submit button blick run the following linkedin code-->\\n<script>\\n\\nfunction handleClick(event) {\\n  window.lintrk(\\'track\\', { conversion_id: 11544532 });\\n}\\n\\n// Add event listeners to input[type=submit] elements\\nfunction addClickListeners() {\\n  const submitButtons = document.querySelectorAll(\\'input[type=\"submit\"]\\');\\n\\n  submitButtons.forEach(function(button) {\\n    button.addEventListener(\"click\", handleClick);\\n  });\\n}\\n\\n// Call the addClickListeners function when the script is executed\\naddClickListeners();\\n</script>\\n<!--end LI code-->',customHTMLHeadStart:\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,'script','dataLayer','GTM-KZ5L9V6');</script>\\n<!-- End Google Tag Manager -->\\n\\n<script>!function () {var reb2b = window.reb2b = window.reb2b || [];if (reb2b.invoked) return;reb2b.invoked = true;reb2b.methods = [\\\"identify\\\", \\\"collect\\\"];reb2b.factory = function (method) {return function () {var args = Array.prototype.slice.call(arguments);args.unshift(method);reb2b.push(args);return reb2b;};};for (var i = 0; i < reb2b.methods.length; i++) {var key = reb2b.methods[i];reb2b[key] = reb2b.factory(key);}reb2b.load = function (key) {var script = document.createElement(\\\"script\\\");script.type = \\\"text/javascript\\\";script.async = true;script.src = \\\"https://s3-us-west-2.amazonaws.com/b2bjsstore/b/\\\" + key + \\\"/reb2b.js.gz\\\";var first = document.getElementsByTagName(\\\"script\\\")[0];first.parentNode.insertBefore(script, first);};reb2b.SNIPPET_VERSION = \\\"1.0.1\\\";reb2b.load(\\\"961Y0HXW22NG\\\");}();</script>\\n<!-- Reddit Pixel -->\\n<script>\\n!function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement(\\\"script\\\");t.src=\\\"https://www.redditstatic.com/ads/pixel.js\\\",t.async=!0;var s=d.getElementsByTagName(\\\"script\\\")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','a2_ggbeqw8isiet');rdt('track', 'PageVisit');\\n</script>\\n<!-- DO NOT MODIFY UNLESS TO REPLACE A USER IDENTIFIER -->\\n<!-- End Reddit Pixel -->\",description:\"Inspired by Stanford research, Arist helps leading companies deliver microlearning, training, nudges, and communications in the flow of work via Slack, Microsoft Teams, SMS, WhatsApp, and more. The result? Real business impact and behavior change.\",favicon:\"https://framerusercontent.com/assets/UKC5fTkbRC3AHoahUTKqNofOrQ.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/HdT8CPTbrUzCfb5icAn799OYJRU.png\",title:\"Arist -\\xa0meet learners where they are \u2014\\xa0science-backed courses, nudges, comms, LMS, microlearning, and more\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAs8O,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAA+uD,YAAY,0PAA0P,QAAQ,sEAAsE,OAAO,0BAA0B,YAAY,uEAAuE,MAAM,uHAAkH,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
