{"id":153,"date":"2025-02-07T23:08:01","date_gmt":"2025-02-07T23:08:01","guid":{"rendered":"https:\/\/journalismtrustinitiative.org\/app-jti\/?page_id=153"},"modified":"2025-09-29T10:59:37","modified_gmt":"2025-09-29T10:59:37","slug":"help-desk","status":"publish","type":"page","link":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/","title":{"rendered":"Help Desk"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"153\" class=\"elementor elementor-153\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-735a8cf e-flex e-con-boxed e-con e-parent\" data-id=\"735a8cf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f3a332 elementor-widget elementor-widget-heading\" data-id=\"4f3a332\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Help Desk<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86f89b7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"86f89b7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Find answers to your questions here.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffe329c elementor-widget elementor-widget-html\" data-id=\"ffe329c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n  window.addEventListener(\"load\", () => {\n    setTimeout(function () {\n      let scrollOffset = 100; \/* scroll offset from the top of title *\/\n\n      const tabsAccordionToggleTitles = document.querySelectorAll(\n        \".e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title\"\n      );\n\n      const clickTitleWithAnchor = (anchor) => {\n        tabsAccordionToggleTitles.forEach((title) => {\n          if (\n            title.querySelector(`#${anchor}`) != null ||\n            title.id === anchor ||\n            (title.closest(\"details\") && title.closest(\"details\").id === anchor)\n          ) {\n            if (\n              title.getAttribute(\"aria-expanded\") !== \"true\" &&\n              !title.classList.contains(\"elementor-active\")\n            ) {\n              title.click();\n            }\n\n            \/\/ \u2705 ensure URL shows the anchor when we change tabs programmatically\n            history.pushState(null, \"\", \"#\" + anchor);\n\n            let timing = 0;\n            let scrollTarget = title;\n\n            if (\n              getComputedStyle(title.closest(\".elementor-element\"))\n                .getPropertyValue(\"--n-tabs-direction\") == \"row\"\n            ) {\n              scrollTarget = title.closest(\".elementor-element\");\n            }\n\n            if (\n              title.closest(\n                \".e-n-accordion, .elementor-accordion-item, .elementor-toggle-item\"\n              )\n            ) {\n              timing = 400;\n            }\n\n            setTimeout(function () {\n              jQuery(\"html, body\").animate(\n                {\n                  scrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\n                },\n                \"slow\"\n              );\n            }, timing);\n          }\n        });\n      };\n\n      \/\/ \u2705 Update URL anchor when clicking links that target tabs\/accordions\n      document.addEventListener(\"click\", (event) => {\n        const a = event.target.closest(\"a\");\n        if (a && a.href.includes(\"#\")) {\n          const anchor = extractAnchor(a.href);\n          if (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\n            event.preventDefault();\n            clickTitleWithAnchor(anchor);\n            history.pushState(null, \"\", \"#\" + anchor); \/\/ keep URL in sync\n          }\n        }\n      });\n\n      \/\/ \u2705 Also update URL when clicking the tab\/accordion titles directly\n      tabsAccordionToggleTitles.forEach((title) => {\n        title.addEventListener(\"click\", () => {\n          const anchor = getAnchorForTitle(title);\n          if (anchor) history.pushState(null, \"\", \"#\" + anchor);\n        });\n      });\n\n      \/\/ Handle initial load with anchor\n      const currentAnchor = extractAnchor(window.location.href);\n      if (currentAnchor) {\n        clickTitleWithAnchor(currentAnchor);\n      }\n\n      \/\/ (Optional but handy) navigate with back\/forward buttons\n      window.addEventListener(\"popstate\", () => {\n        const anchor = location.hash ? location.hash.slice(1) : null;\n        if (anchor) clickTitleWithAnchor(anchor);\n      });\n\n      function extractAnchor(url) {\n        const match = url.match(\/#([^?]+)\/);\n        return match ? match[1] : null;\n      }\n\n      function isAnchorInTitles(anchor, titles) {\n        return Array.from(titles).some((title) => {\n          return (\n            title.querySelector(`#${anchor}`) !== null ||\n            title.id === anchor ||\n            (title.closest(\"details\") && title.closest(\"details\").id === anchor)\n          );\n        });\n      }\n\n      function getAnchorForTitle(title) {\n        if (title.id) return title.id;\n        const details = title.closest(\"details\");\n        if (details && details.id) return details.id;\n        const innerWithId = title.querySelector(\"[id]\");\n        if (innerWithId) return innerWithId.id;\n        return null;\n      }\n    }, 300);\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dce99d7 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"dce99d7\" data-element_type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;start&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"231643607\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-2316436071\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-2316436071\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFAQs\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2316436072\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2316436072\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tGlossary Index\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"contact\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2316436073\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tContacts\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-2316436071\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2316436071\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-9fedff4 e-con-full e-flex e-con e-child\" data-id=\"9fedff4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ec750b e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"1ec750b\" data-element_type=\"widget\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"32273675\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-322736751\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-322736751\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t1. General\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-322736752\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-322736752\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t2. All users\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-322736753\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-322736753\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t3. Media Outlets\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-322736754\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-322736754\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t4. Legal Issues \t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-322736755\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-322736755\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t5. Group\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-322736756\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-322736756\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t6. Certifier\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-322736751\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736751\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-6dfd6bd e-con-full e-flex e-con e-child\" data-id=\"6dfd6bd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff9ac11 elementor-widget elementor-widget-n-accordion\" data-id=\"ff9ac11\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2680\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-2680\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.1\u00a0What is the goal of the JTI? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2680\" class=\"elementor-element elementor-element-5bf50f9 e-con-full e-flex e-con e-child\" data-id=\"5bf50f9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b37a382 elementor-widget elementor-widget-text-editor\" data-id=\"b37a382\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px; font-size: 18px; color: #000000; font-family: 'Source Sans Pro', Arial, sans-serif; line-height: inherit; font-weight: 400; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-style: normal;\">The Journalism Trust Initiative helps build a healthier information space by:<\/p><ul style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 0px; padding: 5px 0px; font-size: 18px; color: #000000; font-family: 'Source Sans Pro', Arial, sans-serif; line-height: inherit; font-weight: 400; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); list-style-position: outside; list-style-type: square; font-style: normal;\"><li style=\"background: transparent; margin-left: 19px; font-size: inherit; color: inherit; font-family: inherit; line-height: inherit; letter-spacing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; list-style-type: disc;\">Helping consumers, advertisers, distributors and regulators to identify and reward trustworthy journalism;<\/li><li style=\"background: transparent; margin-left: 19px; font-size: inherit; color: inherit; font-family: inherit; line-height: inherit; letter-spacing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; list-style-type: disc;\">Incentivizing media outlets to perfect their internal processes;<\/li><li style=\"background: transparent; margin-left: 19px; font-size: inherit; color: inherit; font-family: inherit; line-height: inherit; letter-spacing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; list-style-type: disc;\">Delivering a transparent, standards-based system to help defund and deplatform disinformation.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2681\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2681\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.2\u00a0Who can use the JTI? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2681\" class=\"elementor-element elementor-element-223bb99 e-con-full e-flex e-con e-child\" data-id=\"223bb99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87aa642 elementor-widget elementor-widget-text-editor\" data-id=\"87aa642\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The main users of the JTI are news media outlets. They self-assess their editorial processes and increase their transparency. The general public also benefits from an improved news ecosystem. Other stakeholders, like regulators and the private sector (advertisers, distributors and digital platforms) might use the JTI to improve their own interaction with journalism.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2682\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2682\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.3 Who is behind the JTI? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2682\" class=\"elementor-element elementor-element-c30500c e-con-full e-flex e-con e-child\" data-id=\"c30500c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a919a5d elementor-widget elementor-widget-text-editor\" data-id=\"a919a5d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The JTI was started by, and is owned and operated by Reporters Without Borders (RSF), a non-governmental press-freedom watchdog and human rights advocacy group. The launch was supported by a number of key partners, such as the European Broadcasting Union (EBU) and Agence France Presse (AFP), plus numerous other contributors.<\/p><p>More information can be found in the &#8216;About&#8217; section of this website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2683\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2683\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.4 How is JTI being funded? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2683\" class=\"elementor-element elementor-element-07ff84d e-con-full e-flex e-con e-child\" data-id=\"07ff84d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-139fad8 elementor-widget elementor-widget-text-editor\" data-id=\"139fad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The funding for the project development was provided through a grant of the French Ministry of Culture.<\/p><p>Craig Newmark Philanthropies made a substantial gift to cover the implementation of the JTI.<\/p><p>Additional co-funding was received from the European Commission and the International Organisation of the Francophonie.<\/p><p>Some features of the JTI web application are paid-for services on a subscription basis. These revenues are being used to support the operational cost, as the overall Initiative remains strictly not-for-profit.<\/p><p>More detailed information about the funding and funders is available on the &#8216;About&#8217; page of this website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2684\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2684\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.5 Why did you chose the instrument of standard setting? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2684\" class=\"elementor-element elementor-element-b3553c0 e-con-full e-flex e-con e-child\" data-id=\"b3553c0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fcb35f elementor-widget elementor-widget-text-editor\" data-id=\"5fcb35f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We believe that professional criteria for the trustworthiness of news media should be defined, governed and implemented by the journalistic community and no one else. Industry standards match that objective as their main principle is self-regulatory as opposed to a regulatory solution that comes via laws created by a government. Another reason is the widely tested and scalable nature of ISO-sanctioned standards, and the inclusiveness, authoritativeness and legitimacy associated with it.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2685\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2685\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.6 Could the JTI have a negative impact or unintended consequences, for example limiting press freedom? How do you prevent that? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2685\" class=\"elementor-element elementor-element-7612eb3 e-con-full e-flex e-con e-child\" data-id=\"7612eb3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-981c796 elementor-widget elementor-widget-text-editor\" data-id=\"981c796\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The purpose of the JTI is to support the freedoms of expression and the press by rewarding compliance with professional norms and best practices of journalism. We have conducted a thorough risk assessment in advance. You can find it in Annex A of the Standard document that includes guidelines for different types of users in order to prevent, detect and mitigate potential misuse. The &#8216;JTI&#8217; brand is legally protected.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2686\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2686\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.7 Is the JTI  exiting editorial quidelines or self-regulatory structures, like pPress Councils? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2686\" class=\"elementor-element elementor-element-de7b506 e-con-full e-flex e-con e-child\" data-id=\"de7b506\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bd1679 elementor-widget elementor-widget-text-editor\" data-id=\"8bd1679\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>No. The JTI is fully complementary, as it adds a voluntary and independent compliance level to those existing processes. It can be used by Media Outlets internally as an additional diagnostic tool, and by external bodies such as Press Councils or Regulatory Authorities to support them in performing their duties.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2687\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2687\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> 1.8 How does the JTI fit into digital policies and the call for regulating big tech companies?  <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-up\"><path d=\"m18 15-6-6-6 6\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2687\" class=\"elementor-element elementor-element-60026a6 e-con-full e-flex e-con e-child\" data-id=\"60026a6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-002eafd elementor-widget elementor-widget-text-editor\" data-id=\"002eafd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We believe that suppression of harmful or illegal content online, and the subsequent sanctioning of malicious actors, is not enough to secure the safe functioning of our common information space. In parallel, trustworthy journalism deserves to be rewarded with a competitive advantage in terms of discoverability, leading to elevated reach and revenues.<\/p><p>The JTI caters to this objective very practically by providing the relevant datasets in real time and a machine-readable way. Legal obligations for digital platforms (mostly search engines and social media) to facilitate &#8216;due prominence&#8217; of trustworthy sources could be stipulated by law with a reference to self-regulatory standards such as the JTI as a benchmark.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"1.1\\u00a0What is the goal of the JTI?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The Journalism Trust Initiative helps build a healthier information space by:Helping consumers, advertisers, distributors and regulators to identify and reward trustworthy journalism;Incentivizing media outlets to perfect their internal processes;Delivering a transparent, standards-based system to help defund and deplatform disinformation.\"}},{\"@type\":\"Question\",\"name\":\"1.2\\u00a0Who can use the JTI?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The main users of the JTI are news media outlets. They self-assess their editorial processes and increase their transparency. The general public also benefits from an improved news ecosystem. Other stakeholders, like regulators and the private sector (advertisers, distributors and digital platforms) might use the JTI to improve their own interaction with journalism.\"}},{\"@type\":\"Question\",\"name\":\"1.3 Who is behind the JTI?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The JTI was started by, and is owned and operated by Reporters Without Borders (RSF), a non-governmental press-freedom watchdog and human rights advocacy group. The launch was supported by a number of key partners, such as the European Broadcasting Union (EBU) and Agence France Presse (AFP), plus numerous other contributors.More information can be found in the &#8216;About&#8217; section of this website.\"}},{\"@type\":\"Question\",\"name\":\"1.4 How is JTI being funded?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The funding for the project development was provided through a grant of the French Ministry of Culture.Craig Newmark Philanthropies made a substantial gift to cover the implementation of the JTI.Additional co-funding was received from the European Commission and the International Organisation of the Francophonie.Some features of the JTI web application are paid-for services on a subscription basis. These revenues are being used to support the operational cost, as the overall Initiative remains strictly not-for-profit.More detailed information about the funding and funders is available on the &#8216;About&#8217; page of this website.\"}},{\"@type\":\"Question\",\"name\":\"1.5 Why did you chose the instrument of standard setting?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We believe that professional criteria for the trustworthiness of news media should be defined, governed and implemented by the journalistic community and no one else. Industry standards match that objective as their main principle is self-regulatory as opposed to a regulatory solution that comes via laws created by a government. Another reason is the widely tested and scalable nature of ISO-sanctioned standards, and the inclusiveness, authoritativeness and legitimacy associated with it.\"}},{\"@type\":\"Question\",\"name\":\"1.6 Could the JTI have a negative impact or unintended consequences, for example limiting press freedom? How do you prevent that?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The purpose of the JTI is to support the freedoms of expression and the press by rewarding compliance with professional norms and best practices of journalism. We have conducted a thorough risk assessment in advance. You can find it in Annex A of the Standard document that includes guidelines for different types of users in order to prevent, detect and mitigate potential misuse. The &#8216;JTI&#8217; brand is legally protected.\"}},{\"@type\":\"Question\",\"name\":\"1.7 Is the JTI  exiting editorial quidelines or self-regulatory structures, like pPress Councils?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. The JTI is fully complementary, as it adds a voluntary and independent compliance level to those existing processes. It can be used by Media Outlets internally as an additional diagnostic tool, and by external bodies such as Press Councils or Regulatory Authorities to support them in performing their duties.\"}},{\"@type\":\"Question\",\"name\":\"1.8 How does the JTI fit into digital policies and the call for regulating big tech companies?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We believe that suppression of harmful or illegal content online, and the subsequent sanctioning of malicious actors, is not enough to secure the safe functioning of our common information space. In parallel, trustworthy journalism deserves to be rewarded with a competitive advantage in terms of discoverability, leading to elevated reach and revenues.The JTI caters to this objective very practically by providing the relevant datasets in real time and a machine-readable way. Legal obligations for digital platforms (mostly search engines and social media) to facilitate &#8216;due prominence&#8217; of trustworthy sources could be stipulated by law with a reference to self-regulatory standards such as the JTI as a benchmark.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-322736752\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736752\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-4bd2ea5 e-con-full e-flex e-con e-child\" data-id=\"4bd2ea5\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-322736753\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736753\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-552f2e3 e-con-full e-flex e-con e-child\" data-id=\"552f2e3\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-322736754\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736754\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-95613f1 e-con-full e-flex e-con e-child\" data-id=\"95613f1\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-322736755\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736755\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-9963a6b e-con-full e-flex e-con e-child\" data-id=\"9963a6b\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-322736756\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-322736756\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-2e84e84 e-con-full e-flex e-con e-child\" data-id=\"2e84e84\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2316436072\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2316436072\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-7578eb8 e-con-full e-flex e-con e-child\" data-id=\"7578eb8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc8b2c elementor-widget elementor-widget-heading\" data-id=\"3bc8b2c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Glossary Index<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2caf0ec e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"2caf0ec\" data-element_type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;start&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"46854380\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-468543801\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-468543801\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tA\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543802\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543802\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tB\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543803\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543803\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tC\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543804\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543804\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tD\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543805\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543805\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tE\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543806\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543806\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tF\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543807\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543807\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t\u0406\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543808\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543808\" style=\"--n-tabs-title-order: 8;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tJ\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-468543809\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-468543809\" style=\"--n-tabs-title-order: 9;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tL\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438010\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"10\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438010\" style=\"--n-tabs-title-order: 10;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tM\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438011\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"11\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438011\" style=\"--n-tabs-title-order: 11;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tN\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438012\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"12\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438012\" style=\"--n-tabs-title-order: 12;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tO\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438013\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"13\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438013\" style=\"--n-tabs-title-order: 13;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tP\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438014\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"14\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438014\" style=\"--n-tabs-title-order: 14;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tR\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438015\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"15\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438015\" style=\"--n-tabs-title-order: 15;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tS\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438016\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"16\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438016\" style=\"--n-tabs-title-order: 16;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tT\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438017\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"17\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438017\" style=\"--n-tabs-title-order: 17;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tU\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-4685438018\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"18\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-4685438018\" style=\"--n-tabs-title-order: 18;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tV\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-468543801\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543801\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-abd4157 e-con-full e-flex e-con e-child\" data-id=\"abd4157\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8cc9021 e-con-full e-flex e-con e-child\" data-id=\"8cc9021\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d9aec9 elementor-widget elementor-widget-heading\" data-id=\"6d9aec9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1dd6fdf e-con-full e-flex e-con e-child\" data-id=\"1dd6fdf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a556e3 elementor-widget elementor-widget-text-editor\" data-id=\"6a556e3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Accountability:\u00a0\u00a0<\/strong>The act of the\u00a0<strong>media outlet<\/strong>\u00a0declaring its governing principles and how it is to be held responsible for adhering to them.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong>Advertiser:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">An entity paying a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0for publication of commercial messages designed to drive consumer activity.<\/span><\/p><p><strong>Advertising:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Any commercial messages provided by an\u00a0<\/span><strong style=\"font-style: inherit;\">advertiser<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0designed to reach an audience to drive consumer activity.<\/span><\/p><p><strong>Audience:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Those people who do, or could potentially, read, watch, listen or otherwise consume the\u00a0<\/span><strong style=\"font-style: inherit;\">content\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">of a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543802\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543802\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-089064f e-con-full e-flex e-con e-child\" data-id=\"089064f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-656e560 e-con-full e-flex e-con e-child\" data-id=\"656e560\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4556ea5 elementor-widget elementor-widget-heading\" data-id=\"4556ea5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">B<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dfce63 e-con-full e-flex e-con e-child\" data-id=\"3dfce63\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03fa04f elementor-widget elementor-widget-text-editor\" data-id=\"03fa04f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Best Practices:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A document for employees of a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0to illustrate for them the steps, methods, and processes of producing\u00a0<\/span><strong style=\"font-style: inherit;\">content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">.<\/span><\/p><p><strong style=\"font-style: inherit;\">Brand Name:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A publication identifier meant to be used by\u00a0<\/span><strong style=\"font-style: inherit;\">media outlets<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0as the way of signifying the origin of the content to the content consumer.<\/span><\/p><p><strong>Board of Directors:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">The group of people who manage a\u00a0<\/span><strong style=\"font-style: inherit;\">legal entity<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0with the authority given to them by the larger group of\u00a0<\/span><strong style=\"font-style: inherit;\">direct owners.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543803\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543803\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-1462f05 e-con-full e-flex e-con e-child\" data-id=\"1462f05\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6883c2f e-con-full e-flex e-con e-child\" data-id=\"6883c2f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f9cf48 elementor-widget elementor-widget-heading\" data-id=\"3f9cf48\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">C<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e66f89 e-con-full e-flex e-con e-child\" data-id=\"1e66f89\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a1ee57 elementor-widget elementor-widget-text-editor\" data-id=\"9a1ee57\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Complaint:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">The message of a comment from someone in the\u00a0<\/span><strong style=\"font-style: inherit;\">audience<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0of a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0wishing to voice a concern, correction or other possible change to any\u00a0<\/span><strong style=\"font-style: inherit;\">content.<\/strong><\/p><p><strong>Conflicts of Interest:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Any situation where a person or an organization has financial, political or other motivations that may be either helped or harmed by their involvement with another person or organization. For this document, the concern is most specifically with motivations of anyone involved in the ownership of a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0or in the production of any\u00a0<\/span><strong style=\"font-style: inherit;\">content.<\/strong><\/p><p><strong>Conforming Entities:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">For all of the Journalism Trust Initiative, the\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet.<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0(See \u201cIV. Terms and Definitions\u201d in the section \u201c\u2018Media Outlet\u2019 &#8211; the Conforming Entity\u201d.)<\/span><\/p><p><strong>Content:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">All information published by a media outlet that is not Advertising. This may include articles, audio or video recordings, etc.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543804\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543804\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-a702e04 e-con-full e-flex e-con e-child\" data-id=\"a702e04\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3c2ce40 e-con-full e-flex e-con e-child\" data-id=\"3c2ce40\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4c4a25 elementor-widget elementor-widget-heading\" data-id=\"b4c4a25\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">D<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3428437 e-con-full e-flex e-con e-child\" data-id=\"3428437\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c73b148 elementor-widget elementor-widget-text-editor\" data-id=\"c73b148\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Data Collection:\u00a0<\/strong>The act of a website gathering data on members of an\u00a0<strong>audience<\/strong>.<\/p><p><strong>Direct Owner:\u00a0<\/strong>A person or corporation that has possession of all or part of a\u00a0<strong>Legal Entity<\/strong>. This may be through direct corporate ownership, stock ownership, or any other means.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543805\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543805\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-05c1abe e-con-full e-flex e-con e-child\" data-id=\"05c1abe\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-89335c9 e-con-full e-flex e-con e-child\" data-id=\"89335c9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-647915d elementor-widget elementor-widget-heading\" data-id=\"647915d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">E<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-217e859 e-con-full e-flex e-con e-child\" data-id=\"217e859\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b8e0c5 elementor-widget elementor-widget-text-editor\" data-id=\"6b8e0c5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Editorial Mission Statement:\u00a0<\/strong>A document created by a\u00a0<strong>media outlet<\/strong>\u00a0that sets out the principles, values, and overall objectives behind the generation of the published\u00a0<strong>Content<\/strong>.<\/p><p>\u00a0<\/p><p><strong>Editorial Guidelines :\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A document created or used by a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0that sets out the essential guidelines and rules for all\u00a0<\/span><strong style=\"font-style: inherit;\">employees<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0and\u00a0<\/span><strong style=\"font-style: inherit;\">freelancers<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0to abide by when producing\u00a0<\/span><strong style=\"font-style: inherit;\">content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">. It can also include enforcement mechanisms and sanctions.<\/span><\/p><p>\u00a0<\/p><p><strong>Employee:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A part of the paid staff of the\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">or the\u00a0<\/span><strong style=\"font-style: inherit;\">legal entity<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">. Combined with\u00a0<\/span><strong style=\"font-style: inherit;\">freelancers<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">, these are the people publish the\u00a0<\/span><strong style=\"font-style: inherit;\">content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">.<\/span><\/p><p>\u00a0<\/p><p><strong>Eyewitness News:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A form of\u00a0<\/span><strong style=\"font-style: inherit;\">user generated content.\u00a0<\/strong><em style=\"font-weight: inherit;\">(note that this term is a common brand name for many ABC broadcast news stations in the United States)<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543806\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543806\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-5bbec02 e-con-full e-flex e-con e-child\" data-id=\"5bbec02\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2685c22 e-con-full e-flex e-con e-child\" data-id=\"2685c22\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07a9d8f elementor-widget elementor-widget-heading\" data-id=\"07a9d8f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">F<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-64fe908 e-con-full e-flex e-con e-child\" data-id=\"64fe908\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58efe67 elementor-widget elementor-widget-text-editor\" data-id=\"58efe67\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Fairness:\u00a0<\/strong>For political\u00a0<strong>content<\/strong>\u00a0especially, but in general for everything published by a\u00a0<strong>legal entity<\/strong>, the notion that the\u00a0<strong>audience<\/strong>\u00a0will get a complete and balanced view of any topic from the\u00a0<strong>media outlet.\u00a0<\/strong><em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong>Fairness Doctrine:\u00a0<\/strong>Specifically in the U.S., a former law that required licensed broadcasters to present\u00a0<strong>content<\/strong>\u00a0in ways that exhibited political balance. Eliminated in 1987.<\/p><p><strong>Founding Date:\u00a0<\/strong>The year in which a Legal Entity was initially organized and established.<\/p><p><strong>Freelance:\u00a0<\/strong>Anyone involved in the creation of\u00a0<strong>content\u00a0<\/strong>that is not a regular employee of the\u00a0<strong>legal entity.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543807\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543807\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-de8069c e-con-full e-flex e-con e-child\" data-id=\"de8069c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4f9d339 e-con-full e-flex e-con e-child\" data-id=\"4f9d339\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb89b85 elementor-widget elementor-widget-heading\" data-id=\"bb89b85\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1513ebc e-con-full e-flex e-con e-child\" data-id=\"1513ebc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce58fec elementor-widget elementor-widget-text-editor\" data-id=\"ce58fec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Impartiality:\u00a0<\/strong>The attempt to achieve fairness in\u00a0<strong>content<\/strong>\u00a0of distinct points of view with\u00a0<strong>objectivity<\/strong>\u00a0and dedication to truth.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)\u00a0<\/em><\/p><p><strong>Independence:\u00a0<\/strong>Freedom of a\u00a0<strong>media outlet<\/strong>\u00a0from external control by governments or any other outside entity.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong style=\"font-style: inherit;\">Individual Journalist:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0that has only one person as the\u00a0<\/span><strong style=\"font-style: inherit;\">Content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0creator. Also known as\u00a0<\/span><strong style=\"font-style: inherit;\">One-person enterprise<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">.<\/span><\/p><p>\u00a0<\/p><p><strong>Indirect Owner:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">A person or corporation that has possession of all or part of a\u00a0<\/span><strong style=\"font-style: inherit;\">Legal Entity<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0by way of ownership of a holding company or other organization that is itself a\u00a0<\/span><strong style=\"font-style: inherit;\">Direct Owner.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543808\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543808\" data-tab-index=\"8\" style=\"--n-tabs-title-order: 8;\" class=\" elementor-element elementor-element-d6eb621 e-con-full e-flex e-con e-child\" data-id=\"d6eb621\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fcb6b1c e-con-full e-flex e-con e-child\" data-id=\"fcb6b1c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff261ba elementor-widget elementor-widget-heading\" data-id=\"ff261ba\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">J<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4deb1a e-con-full e-flex e-con e-child\" data-id=\"d4deb1a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de2f5de elementor-widget elementor-widget-text-editor\" data-id=\"de2f5de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Journalism:\u00a0<\/strong>The gathering, production and dissemination of information in a framework of ethical values.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-468543809\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-468543809\" data-tab-index=\"9\" style=\"--n-tabs-title-order: 9;\" class=\" elementor-element elementor-element-1651f83 e-con-full e-flex e-con e-child\" data-id=\"1651f83\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-365ab7f e-con-full e-flex e-con e-child\" data-id=\"365ab7f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cc81d5 elementor-widget elementor-widget-heading\" data-id=\"8cc81d5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">L<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-384a330 e-con-full e-flex e-con e-child\" data-id=\"384a330\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e730e elementor-widget elementor-widget-text-editor\" data-id=\"c1e730e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Legal Entity:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">The corporation or other body organized under locally applicable laws for the purpose of publishing under a brand name or names. The\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0works as a part of this<\/span><em style=\"font-weight: inherit;\">.<\/em><\/p><p>\u00a0<\/p><p><strong>Listener:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Part of an\u00a0<\/span><strong style=\"font-style: inherit;\">Audience.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438010\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438010\" data-tab-index=\"10\" style=\"--n-tabs-title-order: 10;\" class=\" elementor-element elementor-element-5d87db4 e-con-full e-flex e-con e-child\" data-id=\"5d87db4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-03b39f3 e-con-full e-flex e-con e-child\" data-id=\"03b39f3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20d910d elementor-widget elementor-widget-heading\" data-id=\"20d910d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">M<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fd906e e-con-full e-flex e-con e-child\" data-id=\"6fd906e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f437757 elementor-widget elementor-widget-text-editor\" data-id=\"f437757\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Media Outlet:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Any publication using one or more\u00a0<\/span><strong style=\"font-style: inherit;\">brand names<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0that produces content for consumption by an audience of readers, viewers, etc.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438011\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438011\" data-tab-index=\"11\" style=\"--n-tabs-title-order: 11;\" class=\" elementor-element elementor-element-8b68842 e-con-full e-flex e-con e-child\" data-id=\"8b68842\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4c27966 e-con-full e-flex e-con e-child\" data-id=\"4c27966\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56395d2 elementor-widget elementor-widget-heading\" data-id=\"56395d2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">N<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ffd8e2 e-con-full e-flex e-con e-child\" data-id=\"0ffd8e2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-082d90a elementor-widget elementor-widget-text-editor\" data-id=\"082d90a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>N\/A:\u00a0<\/strong>\u201cNot Applicable\u201d used as an answer when a question has a mandatory response that does not have an applicable answer in that particular instance.<\/p><p><strong>News Agency:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">Any service that provides\u00a0<\/span><strong style=\"font-style: inherit;\">content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0to a\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">.<\/span><\/p><p><strong>Newsroom:\u00a0<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">In general, the physical location of the\u00a0<\/span><strong style=\"font-style: inherit;\">media outlet<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">, especially the central place where the\u00a0<\/span><strong style=\"font-style: inherit;\">content<\/strong><span style=\"font-style: inherit; font-weight: inherit;\">\u00a0is produced.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438012\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438012\" data-tab-index=\"12\" style=\"--n-tabs-title-order: 12;\" class=\" elementor-element elementor-element-61f150c e-con-full e-flex e-con e-child\" data-id=\"61f150c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-698d9a0 e-con-full e-flex e-con e-child\" data-id=\"698d9a0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b3da4a elementor-widget elementor-widget-heading\" data-id=\"5b3da4a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">O<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f89ded9 e-con-full e-flex e-con e-child\" data-id=\"f89ded9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93b6f26 elementor-widget elementor-widget-text-editor\" data-id=\"93b6f26\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Objectivity:\u00a0<\/strong>The pursuit of journalism for the sake of the\u00a0<strong>audience<\/strong>\u00a0and not for the goals of one person, organization or any particular point of view.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong>Ombudsman:\u00a0<\/strong>The non-gender-neutral version of\u00a0<strong>ombudsperson<\/strong>. Not used in this document.<\/p><p><strong>Ombudsperson:\u00a0<\/strong>A representative of the\u00a0<strong>audience<\/strong>\u00a0who ideally has complete independence to express opinions about\u00a0<strong>content<\/strong>\u00a0without threat of interference. May be employed by the\u00a0<strong>media outlet<\/strong>. May be called a Readers Editor or a Viewers\/Listeners\u2019 Advocate.<\/p><p><strong>One-person enterprise:\u00a0<\/strong><strong>&gt;\u00a0<em>see\u00a0<\/em><\/strong><strong><em>see individual journalist<\/em><\/strong><\/p><p><strong>Opinion:\u00a0<\/strong><strong>Content<\/strong>\u00a0that typically gives the views of the creator and does not adhere as closely to the goals of\u00a0<strong>objectivity<\/strong>\u00a0or\u00a0<strong>impartiality<\/strong>. While no news\u00a0<strong>content<\/strong>\u00a0can be totally objective, and no commentary is devoid of facts, in general,\u00a0<strong>opinions<\/strong>\u00a0are designed to persuade or entertain rather than to inform. The JTI Standard require that the difference be made clear to the\u00a0<strong>audience<\/strong>. \u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438013\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438013\" data-tab-index=\"13\" style=\"--n-tabs-title-order: 13;\" class=\" elementor-element elementor-element-ae49058 e-con-full e-flex e-con e-child\" data-id=\"ae49058\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9274035 e-con-full e-flex e-con e-child\" data-id=\"9274035\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-515ba6d elementor-widget elementor-widget-heading\" data-id=\"515ba6d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">P<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a37e51 e-con-full e-flex e-con e-child\" data-id=\"4a37e51\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-663276f elementor-widget elementor-widget-text-editor\" data-id=\"663276f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Post-publication:\u00a0<\/strong>Editorial control, or in some cases, an absence of editorial control, of content that happens after publication, most typically of\u00a0<strong>user generated content<\/strong>.\u00a0<em>(see\u00a0<strong>pre-publication<\/strong>)<\/em><\/p><p><strong>Pre-publication:\u00a0<\/strong>Editorial control of\u00a0<strong>content<\/strong>\u00a0that happens before publication.\u00a0<em>(see\u00a0<strong>Post-publication<\/strong>)<\/em><\/p><p><strong>Privacy:\u00a0<\/strong>Being free from public observation. In general, members of the public have certain (but not unlimited) rights to privacy that\u00a0<strong>media outlets<\/strong>\u00a0work to protect in balance with the goal of informing the public.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong>Pseudonym:\u00a0<\/strong>A name used in the place of the real name of a person in editorial\u00a0<strong>content<\/strong>, typically for disclosed safety reasons.<\/p><p><strong>Public Money:\u00a0<\/strong>Funding provided by the general public of a distinct governmental boundary, in some cases through a separately imposed license fee, mandated or direct donations, or through subsidies from the\u00a0<strong>state<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438014\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438014\" data-tab-index=\"14\" style=\"--n-tabs-title-order: 14;\" class=\" elementor-element elementor-element-035f6e5 e-con-full e-flex e-con e-child\" data-id=\"035f6e5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5d03507 e-con-full e-flex e-con e-child\" data-id=\"5d03507\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d11eef1 elementor-widget elementor-widget-heading\" data-id=\"d11eef1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">R<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e5e35e e-con-full e-flex e-con e-child\" data-id=\"7e5e35e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b568a83 elementor-widget elementor-widget-text-editor\" data-id=\"b568a83\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Reader:\u00a0<\/strong>A member of the\u00a0<strong>audience<\/strong>.<\/p><p><strong>Responsible Editor:\u00a0<\/strong>Person legally responsible for editorial content. For example, this is a legally defined position in Sweden.<\/p><p><strong>Revenue:\u00a0<\/strong>The total amount of money received by a\u00a0<strong>legal entity<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438015\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438015\" data-tab-index=\"15\" style=\"--n-tabs-title-order: 15;\" class=\" elementor-element elementor-element-45c11d1 e-con-full e-flex e-con e-child\" data-id=\"45c11d1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-170335c e-con-full e-flex e-con e-child\" data-id=\"170335c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f67e974 elementor-widget elementor-widget-heading\" data-id=\"f67e974\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">S<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1237efe e-con-full e-flex e-con e-child\" data-id=\"1237efe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f097f9 elementor-widget elementor-widget-text-editor\" data-id=\"2f097f9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Shareholder:\u00a0<\/strong>An individual or organization that has some ownership stake in a\u00a0<strong>legal entity.<\/strong><\/p><p><strong>Social Media:\u00a0<\/strong>Platforms that structure and distribute\u00a0<strong>content<\/strong>\u00a0created by users,\u00a0<strong>media outlets<\/strong>, or others on the Internet and track the behaviour of all users.<\/p><p><strong>Sources:\u00a0<\/strong>People who provide information to\u00a0<strong>media outlets<\/strong>.<\/p><p><strong>Sponsored Content:\u00a0<\/strong>In whatever form,\u00a0<strong>content<\/strong>\u00a0that in some way is funded by an organization outside the\u00a0<strong>media outlet.<\/strong><\/p><p><strong>Stakeholder:\u00a0<\/strong>Any person or organization with a financial or other interest in a topic.<\/p><p><strong>State:\u00a0<\/strong>A unit of government.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438016\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438016\" data-tab-index=\"16\" style=\"--n-tabs-title-order: 16;\" class=\" elementor-element elementor-element-597c50c e-con-full e-flex e-con e-child\" data-id=\"597c50c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8322a9e e-con-full e-flex e-con e-child\" data-id=\"8322a9e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d1aa9c elementor-widget elementor-widget-heading\" data-id=\"3d1aa9c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">T<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d1e47a e-con-full e-flex e-con e-child\" data-id=\"6d1e47a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-979d378 elementor-widget elementor-widget-text-editor\" data-id=\"979d378\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Transparency:\u00a0<\/strong>In journalism, the notion that any potential\u00a0<strong>conflicts of interest<\/strong>\u00a0and other background information that may be of interest to is disclosed.\u00a0<em>(see Preamble for more about the key principles of ethical journalism)<\/em><\/p><p><strong>Turnover:\u00a0<\/strong><em>(mainly British)<\/em>\u00a0The total\u00a0<strong>revenue<\/strong>\u00a0from all sources of income for an organization.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438017\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438017\" data-tab-index=\"17\" style=\"--n-tabs-title-order: 17;\" class=\" elementor-element elementor-element-30d0919 e-con-full e-flex e-con e-child\" data-id=\"30d0919\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-de5b66f e-con-full e-flex e-con e-child\" data-id=\"de5b66f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd39a66 elementor-widget elementor-widget-heading\" data-id=\"dd39a66\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">U<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1831c43 e-con-full e-flex e-con e-child\" data-id=\"1831c43\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d722ff elementor-widget elementor-widget-text-editor\" data-id=\"3d722ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>UGC\/User generated content:\u00a0<\/strong><strong>Content<\/strong>\u00a0published in any way by a\u00a0<strong>media outlet<\/strong>\u00a0that originated from the public or the\u00a0<strong>audience<\/strong>\u00a0and was not generated by\u00a0<strong>employees<\/strong>\u00a0or\u00a0<strong>freelancers<\/strong>.<\/p><p><strong>URL:\u00a0<\/strong>\u201cUniform Resource Locator\u201d The web address for a\u00a0<strong>brand name<\/strong>\u00a0publication. For example,\u00a0<a href=\"http:\/\/www.bbc.co.uk\/\">www.bbc.co.uk<\/a>\u00a0is the URL for the BBC.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-4685438018\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-4685438018\" data-tab-index=\"18\" style=\"--n-tabs-title-order: 18;\" class=\" elementor-element elementor-element-73050ca e-con-full e-flex e-con e-child\" data-id=\"73050ca\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-add921c e-con-full e-flex e-con e-child\" data-id=\"add921c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3939bdc elementor-widget elementor-widget-heading\" data-id=\"3939bdc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">V<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8b8ce63 e-con-full e-flex e-con e-child\" data-id=\"8b8ce63\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f4ff3b elementor-widget elementor-widget-text-editor\" data-id=\"6f4ff3b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Viewer:\u00a0<\/strong>A member of an\u00a0<strong>audience.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2316436073\" role=\"tabpanel\" aria-labelledby=\"contact\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-741da72 e-con-full e-flex e-con e-child\" data-id=\"741da72\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c431d7b e-flex e-con-boxed e-con e-child\" data-id=\"c431d7b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc8df21 elementor-widget elementor-widget-heading\" data-id=\"bc8df21\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reach out!\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-903c02d elementor-widget elementor-widget-shortcode\" data-id=\"903c02d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_32' ><style>#gform_wrapper_32[data-form-index=\"0\"].gform-theme,[data-parent-form=\"32_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Help Desk<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_32'  action='\/app-jti\/wp-json\/wp\/v2\/pages\/153' data-formid='32' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_32' class='gform_fields top_label form_sublabel_below description_below validation_below'><fieldset id=\"field_32_1\" class=\"gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_1\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_32_1'>\n                            \n                            <span id='input_32_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_32_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                    <input type='text' name='input_1.3' id='input_32_1_3' value=''   aria-required='true'     \/>\n                                                <\/span>\n                            \n                            <span id='input_32_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_32_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                            <input type='text' name='input_1.6' id='input_32_1_6' value=''   aria-required='true'     \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_32_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_3\" ><label class='gfield_label gform-field-label' for='input_32_3'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_32_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_32_4\" class=\"gfield gfield--type-address gfield--input-type-address gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_4\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend>    \n                    <div class='ginput_complex ginput_container has_country ginput_container_address gform-grid-row' id='input_32_4' >\n                        <input type='hidden' class='gform_hidden' name='input_4.4' id='input_32_4_4' value=''\/><span class='ginput_left address_country ginput_address_country gform-grid-col' id='input_32_4_6_container' >\n                                        <label for='input_32_4_6' id='input_32_4_6_label' class='gform-field-label gform-field-label--type-sub '>Country<\/label>\n                                        <select name='input_4.6' id='input_32_4_6'   aria-required='true'    ><option value='' selected='selected'><\/option><option value='Afghanistan' >Afghanistan<\/option><option value='Albania' >Albania<\/option><option value='Algeria' >Algeria<\/option><option value='American Samoa' >American Samoa<\/option><option value='Andorra' >Andorra<\/option><option value='Angola' >Angola<\/option><option value='Anguilla' >Anguilla<\/option><option value='Antarctica' >Antarctica<\/option><option value='Antigua and Barbuda' >Antigua and Barbuda<\/option><option value='Argentina' >Argentina<\/option><option value='Armenia' >Armenia<\/option><option value='Aruba' >Aruba<\/option><option value='Australia' >Australia<\/option><option value='Austria' >Austria<\/option><option value='Azerbaijan' >Azerbaijan<\/option><option value='Bahamas' >Bahamas<\/option><option value='Bahrain' >Bahrain<\/option><option value='Bangladesh' >Bangladesh<\/option><option value='Barbados' >Barbados<\/option><option value='Belarus' >Belarus<\/option><option value='Belgium' >Belgium<\/option><option value='Belize' >Belize<\/option><option value='Benin' >Benin<\/option><option value='Bermuda' >Bermuda<\/option><option value='Bhutan' >Bhutan<\/option><option value='Bolivia' >Bolivia<\/option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba<\/option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina<\/option><option value='Botswana' >Botswana<\/option><option value='Bouvet Island' >Bouvet Island<\/option><option value='Brazil' >Brazil<\/option><option value='British Indian Ocean Territory' >British Indian Ocean Territory<\/option><option value='Brunei Darussalam' >Brunei Darussalam<\/option><option value='Bulgaria' >Bulgaria<\/option><option value='Burkina Faso' >Burkina Faso<\/option><option value='Burundi' >Burundi<\/option><option value='Cabo Verde' >Cabo Verde<\/option><option value='Cambodia' >Cambodia<\/option><option value='Cameroon' >Cameroon<\/option><option value='Canada' >Canada<\/option><option value='Cayman Islands' >Cayman Islands<\/option><option value='Central African Republic' >Central African Republic<\/option><option value='Chad' >Chad<\/option><option value='Chile' >Chile<\/option><option value='China' >China<\/option><option value='Christmas Island' >Christmas Island<\/option><option value='Cocos Islands' >Cocos Islands<\/option><option value='Colombia' >Colombia<\/option><option value='Comoros' >Comoros<\/option><option value='Congo' >Congo<\/option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the<\/option><option value='Cook Islands' >Cook Islands<\/option><option value='Costa Rica' >Costa Rica<\/option><option value='Croatia' >Croatia<\/option><option value='Cuba' >Cuba<\/option><option value='Cura\u00e7ao' >Cura\u00e7ao<\/option><option value='Cyprus' >Cyprus<\/option><option value='Czechia' >Czechia<\/option><option value='C\u00f4te d&#039;Ivoire' >C\u00f4te d&#039;Ivoire<\/option><option value='Denmark' >Denmark<\/option><option value='Djibouti' >Djibouti<\/option><option value='Dominica' >Dominica<\/option><option value='Dominican Republic' >Dominican Republic<\/option><option value='Ecuador' >Ecuador<\/option><option value='Egypt' >Egypt<\/option><option value='El Salvador' >El Salvador<\/option><option value='Equatorial Guinea' >Equatorial Guinea<\/option><option value='Eritrea' >Eritrea<\/option><option value='Estonia' >Estonia<\/option><option value='Eswatini' >Eswatini<\/option><option value='Ethiopia' >Ethiopia<\/option><option value='Falkland Islands' >Falkland Islands<\/option><option value='Faroe Islands' >Faroe Islands<\/option><option value='Fiji' >Fiji<\/option><option value='Finland' >Finland<\/option><option value='France' >France<\/option><option value='French Guiana' >French Guiana<\/option><option value='French Polynesia' >French Polynesia<\/option><option value='French Southern Territories' >French Southern Territories<\/option><option value='Gabon' >Gabon<\/option><option value='Gambia' >Gambia<\/option><option value='Georgia' >Georgia<\/option><option value='Germany' >Germany<\/option><option value='Ghana' >Ghana<\/option><option value='Gibraltar' >Gibraltar<\/option><option value='Greece' >Greece<\/option><option value='Greenland' >Greenland<\/option><option value='Grenada' >Grenada<\/option><option value='Guadeloupe' >Guadeloupe<\/option><option value='Guam' >Guam<\/option><option value='Guatemala' >Guatemala<\/option><option value='Guernsey' >Guernsey<\/option><option value='Guinea' >Guinea<\/option><option value='Guinea-Bissau' >Guinea-Bissau<\/option><option value='Guyana' >Guyana<\/option><option value='Haiti' >Haiti<\/option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands<\/option><option value='Holy See' >Holy See<\/option><option value='Honduras' >Honduras<\/option><option value='Hong Kong' >Hong Kong<\/option><option value='Hungary' >Hungary<\/option><option value='Iceland' >Iceland<\/option><option value='India' >India<\/option><option value='Indonesia' >Indonesia<\/option><option value='Iran' >Iran<\/option><option value='Iraq' >Iraq<\/option><option value='Ireland' >Ireland<\/option><option value='Isle of Man' >Isle of Man<\/option><option value='Israel' >Israel<\/option><option value='Italy' >Italy<\/option><option value='Jamaica' >Jamaica<\/option><option value='Japan' >Japan<\/option><option value='Jersey' >Jersey<\/option><option value='Jordan' >Jordan<\/option><option value='Kazakhstan' >Kazakhstan<\/option><option value='Kenya' >Kenya<\/option><option value='Kiribati' >Kiribati<\/option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of<\/option><option value='Korea, Republic of' >Korea, Republic of<\/option><option value='Kuwait' >Kuwait<\/option><option value='Kyrgyzstan' >Kyrgyzstan<\/option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic<\/option><option value='Latvia' >Latvia<\/option><option value='Lebanon' >Lebanon<\/option><option value='Lesotho' >Lesotho<\/option><option value='Liberia' >Liberia<\/option><option value='Libya' >Libya<\/option><option value='Liechtenstein' >Liechtenstein<\/option><option value='Lithuania' >Lithuania<\/option><option value='Luxembourg' >Luxembourg<\/option><option value='Macao' >Macao<\/option><option value='Madagascar' >Madagascar<\/option><option value='Malawi' >Malawi<\/option><option value='Malaysia' >Malaysia<\/option><option value='Maldives' >Maldives<\/option><option value='Mali' >Mali<\/option><option value='Malta' >Malta<\/option><option value='Marshall Islands' >Marshall Islands<\/option><option value='Martinique' >Martinique<\/option><option value='Mauritania' >Mauritania<\/option><option value='Mauritius' >Mauritius<\/option><option value='Mayotte' >Mayotte<\/option><option value='Mexico' >Mexico<\/option><option value='Micronesia' >Micronesia<\/option><option value='Moldova' >Moldova<\/option><option value='Monaco' >Monaco<\/option><option value='Mongolia' >Mongolia<\/option><option value='Montenegro' >Montenegro<\/option><option value='Montserrat' >Montserrat<\/option><option value='Morocco' >Morocco<\/option><option value='Mozambique' >Mozambique<\/option><option value='Myanmar' >Myanmar<\/option><option value='Namibia' >Namibia<\/option><option value='Nauru' >Nauru<\/option><option value='Nepal' >Nepal<\/option><option value='Netherlands' >Netherlands<\/option><option value='New Caledonia' >New Caledonia<\/option><option value='New Zealand' >New Zealand<\/option><option value='Nicaragua' >Nicaragua<\/option><option value='Niger' >Niger<\/option><option value='Nigeria' >Nigeria<\/option><option value='Niue' >Niue<\/option><option value='Norfolk Island' >Norfolk Island<\/option><option value='North Macedonia' >North Macedonia<\/option><option value='Northern Mariana Islands' >Northern Mariana Islands<\/option><option value='Norway' >Norway<\/option><option value='Oman' >Oman<\/option><option value='Pakistan' >Pakistan<\/option><option value='Palau' >Palau<\/option><option value='Palestine, State of' >Palestine, State of<\/option><option value='Panama' >Panama<\/option><option value='Papua New Guinea' >Papua New Guinea<\/option><option value='Paraguay' >Paraguay<\/option><option value='Peru' >Peru<\/option><option value='Philippines' >Philippines<\/option><option value='Pitcairn' >Pitcairn<\/option><option value='Poland' >Poland<\/option><option value='Portugal' >Portugal<\/option><option value='Puerto Rico' >Puerto Rico<\/option><option value='Qatar' >Qatar<\/option><option value='Romania' >Romania<\/option><option value='Russian Federation' >Russian Federation<\/option><option value='Rwanda' >Rwanda<\/option><option value='R\u00e9union' >R\u00e9union<\/option><option value='Saint Barth\u00e9lemy' >Saint Barth\u00e9lemy<\/option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha<\/option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis<\/option><option value='Saint Lucia' >Saint Lucia<\/option><option value='Saint Martin' >Saint Martin<\/option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon<\/option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines<\/option><option value='Samoa' >Samoa<\/option><option value='San Marino' >San Marino<\/option><option value='Sao Tome and Principe' >Sao Tome and Principe<\/option><option value='Saudi Arabia' >Saudi Arabia<\/option><option value='Senegal' >Senegal<\/option><option value='Serbia' >Serbia<\/option><option value='Seychelles' >Seychelles<\/option><option value='Sierra Leone' >Sierra Leone<\/option><option value='Singapore' >Singapore<\/option><option value='Sint Maarten' >Sint Maarten<\/option><option value='Slovakia' >Slovakia<\/option><option value='Slovenia' >Slovenia<\/option><option value='Solomon Islands' >Solomon Islands<\/option><option value='Somalia' >Somalia<\/option><option value='South Africa' >South Africa<\/option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands<\/option><option value='South Sudan' >South Sudan<\/option><option value='Spain' >Spain<\/option><option value='Sri Lanka' >Sri Lanka<\/option><option value='Sudan' >Sudan<\/option><option value='Suriname' >Suriname<\/option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen<\/option><option value='Sweden' >Sweden<\/option><option value='Switzerland' >Switzerland<\/option><option value='Syria Arab Republic' >Syria Arab Republic<\/option><option value='Taiwan' >Taiwan<\/option><option value='Tajikistan' >Tajikistan<\/option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of<\/option><option value='Thailand' >Thailand<\/option><option value='Timor-Leste' >Timor-Leste<\/option><option value='Togo' >Togo<\/option><option value='Tokelau' >Tokelau<\/option><option value='Tonga' >Tonga<\/option><option value='Trinidad and Tobago' >Trinidad and Tobago<\/option><option value='Tunisia' >Tunisia<\/option><option value='Turkmenistan' >Turkmenistan<\/option><option value='Turks and Caicos Islands' >Turks and Caicos Islands<\/option><option value='Tuvalu' >Tuvalu<\/option><option value='T\u00fcrkiye' >T\u00fcrkiye<\/option><option value='US Minor Outlying Islands' >US Minor Outlying Islands<\/option><option value='Uganda' >Uganda<\/option><option value='Ukraine' >Ukraine<\/option><option value='United Arab Emirates' >United Arab Emirates<\/option><option value='United Kingdom' >United Kingdom<\/option><option value='United States' >United States<\/option><option value='Uruguay' >Uruguay<\/option><option value='Uzbekistan' >Uzbekistan<\/option><option value='Vanuatu' >Vanuatu<\/option><option value='Venezuela' >Venezuela<\/option><option value='Viet Nam' >Viet Nam<\/option><option value='Virgin Islands, British' >Virgin Islands, British<\/option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.<\/option><option value='Wallis and Futuna' >Wallis and Futuna<\/option><option value='Western Sahara' >Western Sahara<\/option><option value='Yemen' >Yemen<\/option><option value='Zambia' >Zambia<\/option><option value='Zimbabwe' >Zimbabwe<\/option><option value='\u00c5land Islands' >\u00c5land Islands<\/option> <\/select>\n                                    <\/span>\n                    <div class='gf_clear gf_clear_complex'><\/div>\n                <\/div><\/fieldset><div id=\"field_32_5\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_5\" ><label class='gfield_label gform-field-label' for='input_32_5'>Your Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_32_5' class='textarea large'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_32_7\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_7\" ><legend class='gfield_label gform-field-label screen-reader-text gfield_label_before_complex' ><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_7.1' id='input_32_7_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_32_7_1' >By continuing, I consent to the processing of my personal data in accordance with the Privacy Policy.<\/label><input type='hidden' name='input_7.2' value='By continuing, I consent to the processing of my personal data in accordance with the Privacy Policy.' class='gform_hidden' \/><input type='hidden' name='input_7.3' value='1' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_32_8\" class=\"gfield gfield--type-captcha gfield--input-type-captcha field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_32_8\" ><label class='gfield_label gform-field-label screen-reader-text' for='input_32_8'><\/label><div id='input_32_8' class='ginput_container ginput_recaptcha' data-sitekey='6LcqXtIrAAAAAKGYMJnA84pgfZF9UxxHTjRPo7fY'  data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_32' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Send Your Message'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_32' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_32' id='gform_theme_32' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_32' id='gform_style_settings_32' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_32' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='32' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_32' value='WyJ7XCI3LjFcIjpcIjEwZWJkNDFiNDYyNDBiMjAxM2Y2NzJmNTFhZWM2NWNhXCIsXCI3LjJcIjpcIjhmMmVlZTNjYjhhNTI3ZjI4ZTczNzkyNWY2MWEwZTBhXCIsXCI3LjNcIjpcIjEwZWJkNDFiNDYyNDBiMjAxM2Y2NzJmNTFhZWM2NWNhXCJ9IiwiODU0ZDFhMTg4NmIwNTcyMjIzMzY1N2M1MjA3YTM4MjEiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_32' id='gform_target_page_number_32' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_32' id='gform_source_page_number_32' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 32, 'https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_32').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_32');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_32').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_32').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_32').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_32').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_32').val();gformInitSpinner( 32, 'https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [32, current_page]);window['gf_submitting_32'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_32').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [32]);window['gf_submitting_32'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_32').text());}else{jQuery('#gform_32').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"32\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_32\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_32\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_32\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [32, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 32, currentPage: current_page } } );            gform.utils.trigger( { event: 'gform\/post_render', native: false, data: { formId: 32, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Help Desk Find answers to your questions here. FAQs Glossary Index Contacts 1. General 2. All users 3. Media Outlets [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-153","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Help Desk - JTI : App<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Help Desk - JTI : App\" \/>\n<meta property=\"og:description\" content=\"Help Desk Find answers to your questions here. FAQs Glossary Index Contacts 1. General 2. All users 3. Media Outlets [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/\" \/>\n<meta property=\"og:site_name\" content=\"JTI : App\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-29T10:59:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"29 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/\",\"url\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/\",\"name\":\"Help Desk - JTI : App\",\"isPartOf\":{\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#website\"},\"datePublished\":\"2025-02-07T23:08:01+00:00\",\"dateModified\":\"2025-09-29T10:59:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help Desk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#website\",\"url\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/\",\"name\":\"JTI : App\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#organization\",\"name\":\"JTI : App\",\"url\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/uploads\/sites\/5\/2025\/02\/jti.png\",\"contentUrl\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/uploads\/sites\/5\/2025\/02\/jti.png\",\"width\":399,\"height\":175,\"caption\":\"JTI : App\"},\"image\":{\"@id\":\"https:\/\/journalismtrustinitiative.org\/app-jti\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Help Desk - JTI : App","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Help Desk - JTI : App","og_description":"Help Desk Find answers to your questions here. FAQs Glossary Index Contacts 1. General 2. All users 3. Media Outlets [&hellip;]","og_url":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/","og_site_name":"JTI : App","article_modified_time":"2025-09-29T10:59:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"29 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/","url":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/","name":"Help Desk - JTI : App","isPartOf":{"@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#website"},"datePublished":"2025-02-07T23:08:01+00:00","dateModified":"2025-09-29T10:59:37+00:00","breadcrumb":{"@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/help-desk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/journalismtrustinitiative.org\/app-jti\/"},{"@type":"ListItem","position":2,"name":"Help Desk"}]},{"@type":"WebSite","@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#website","url":"https:\/\/journalismtrustinitiative.org\/app-jti\/","name":"JTI : App","description":"","publisher":{"@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/journalismtrustinitiative.org\/app-jti\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#organization","name":"JTI : App","url":"https:\/\/journalismtrustinitiative.org\/app-jti\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#\/schema\/logo\/image\/","url":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/uploads\/sites\/5\/2025\/02\/jti.png","contentUrl":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-content\/uploads\/sites\/5\/2025\/02\/jti.png","width":399,"height":175,"caption":"JTI : App"},"image":{"@id":"https:\/\/journalismtrustinitiative.org\/app-jti\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/pages\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":123,"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/pages\/153\/revisions"}],"predecessor-version":[{"id":1763,"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/pages\/153\/revisions\/1763"}],"wp:attachment":[{"href":"https:\/\/journalismtrustinitiative.org\/app-jti\/wp-json\/wp\/v2\/media?parent=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}