CINXE.COM

Journal Checker Tool: Check which publishing options are supported by your funder’s OA policy | Widget

<!DOCTYPE html> <html class="no-js" lang="en"><head> <meta charset="utf-8"> <title>Journal Checker Tool: Check which publishing options are supported by your funder’s OA policy | Widget</title> <meta name="description" content="Documentation of the public widget for the Journal Checker Tool: Plan S Compliance Validator."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#282624"> <link rel="apple-touch-icon" href="icon.png"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet"> <link href="/css/main.css?v=5.5.4" rel='stylesheet' type='text/css'> <script type="text/javascript" src="/js/api_endpoint.js?v=5.5.4"></script> <script type="text/javascript" src="/js/modals.js?v=5.5.4"></script> <script type="text/javascript" src="/js/jct.js?v=5.5.4"></script> <script type="text/javascript" src="/js/feedback.js?v=5.5.4"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-189315404-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-189315404-2'); </script> </head> <body><header> <div class="header-logo"> <h2 class="label"><svg width="13" height="20" viewbox="0 0 13 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.28479 2.14158C5.43898 2.14158 4.62781 2.47934 4.02973 3.08057C3.43165 3.6818 3.09564 4.49725 3.09564 5.34752V6.07785H0.965235V5.34752C0.965235 3.92928 1.52568 2.56912 2.52329 1.56626C3.5209 0.563403 4.87395 0 6.28479 0C7.69562 0 9.04868 0.563403 10.0463 1.56626C11.0439 2.56912 11.6043 3.92928 11.6043 5.34752V10.3707C12.2009 11.3357 12.5455 12.4746 12.5455 13.6944C12.5455 17.1769 9.73706 20 6.27273 20C2.8084 20 0 17.1769 0 13.6944C0 10.2119 2.8084 7.38877 6.27273 7.38877C7.44213 7.38877 8.5368 7.71045 9.47393 8.27058V5.34752C9.47393 4.49725 9.13793 3.6818 8.53984 3.08057C7.94176 2.47934 7.13059 2.14158 6.28479 2.14158ZM6.27273 9.53034C3.98499 9.53034 2.13041 11.3946 2.13041 13.6944C2.13041 15.9941 3.98499 17.8584 6.27273 17.8584C8.56047 17.8584 10.415 15.9941 10.415 13.6944C10.415 11.3946 8.56047 9.53034 6.27273 9.53034Z" fill="#F47115"></path> <path d="M6.29321 15.4802C7.26388 15.4802 8.05077 14.6892 8.05077 13.7134C8.05077 12.7376 7.26388 11.9466 6.29321 11.9466C5.32254 11.9466 4.53566 12.7376 4.53566 13.7134C4.53566 14.6892 5.32254 15.4802 6.29321 15.4802Z" fill="#F47115"></path> </svg><a href="/">Journal Checker Tool</a> </h2> </div> </header> <main class="container"> <div class="row row--centered"> <div class="col col--1of2"> <h1 id="journal-checker-widget">Journal Checker Widget</h1> <p>The Journal Checker Widget allows you to embed the Journal Checker Tool&rsquo;s full functionality on your site. It also allows you to pre-select any of the values for the user: the ISSN for a journal, the funder, or the ROR for the institution.</p> <p>To embed the widget on your web page, copy and paste the code below into the web page where you want the widget to be displayed, and then customise it according to the documentation below.</p> <pre><code class="language-code" data-lang="code">&lt;head&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;https://journalcheckertool.org/js/jct_plugin.js&quot;&gt;&lt;/script&gt; &lt;link href=&quot;https://journalcheckertool.org/css/plugin.css&quot; rel='stylesheet' type='text/css'&gt; &lt;/head&gt; &lt;body&gt; &lt;div id=&quot;jct_plugin&quot;&gt;&lt;/div&gt; &lt;script&gt; window.jct_query_options = { journal: &quot;[issn_of_the_journal]&quot;, funder: &quot;[funder_id]&quot;, institution: &quot;[ror_of_the_institution]&quot;, not_he: false, // true or false } jct.setup_plugin(); &lt;/script&gt; &lt;/body&gt; </code></pre><p>You can see a live demonstration of the widget <a href="/widget-example">here</a>.</p> <h2 id="considerations-for-embedding">Considerations for embedding</h2> <p>The Journal Checker Widget provides a similar experience for the user as the main Journal Checker Tool. It is presented as a &ldquo;sidebar&rdquo;, suitable for embed in a narrow enclosure (300px by default) on your site. This is similar in presentation to the mobile view of the main Journal Checker Tool. It will take up a reasonable amount of vertical space, and that space will vary depending on exactly what results the user gets from their query.</p> <p>The widget will give the user the 3 standard input boxes (with autosuggests for values), and then the usual summary of compliance options followed by a link to the main JCT page for full details on their results.</p> <p>See the <a href="/widget-example">live demonstration of the widget</a> to see a reference example.</p> <h2 id="configuring-the-widget">Configuring the widget</h2> <p>The widget can be configured to pre-fill the user input boxes with values dictated by the embedder. Any number of the input boxes can be pre-filled.</p> <p>The parameter <code>window.jct_query_options</code> takes a set of default values for the plugin to offer to the user. All of the parameters are optional, and you do not need to include them if you do not want any default values.</p> <p><em><strong>journal</strong></em> <br> This parameter should be a valid journal ISSN. Setting it will pre-fill the &ldquo;Journal&rdquo; input box on the widget. A user will also be able select other journals from the &ldquo;Journal&rdquo; box.</p> <p>For example, providing the following configuration will pre-fill &ldquo;Nature&rdquo;:</p> <pre><code class="language-code" data-lang="code">window.jct_query_options.journal = &quot;1476-4687&quot; </code></pre><p><em><strong>funder</strong></em> <br> This parameter expects the JCT Funder ID. Setting it will pre-fill the &ldquo;My Funder&rdquo; input box on the widget. A user will also be able to select other funders from the &ldquo;My Funder&rdquo; box.</p> <p>See the <a href="/funder-ids">list of Funder IDs</a> for a full list of your available options.</p> <p>For example, if you wish to pre-fill the &ldquo;My Funder&rdquo; input box with the &ldquo;Academy of Finland (AKA)&rdquo; then you should provide:</p> <pre><code class="language-code" data-lang="code">window.jct_query_options.funder = &quot;academyoffinlandaka&quot; </code></pre><p><em><strong>institution</strong></em> <br> This parameter expects the <a href="https://ror.org">ROR</a> of the institution. Setting it will pre-fill the &ldquo;My Institution&rdquo; input box. A user will also be able to select other institutions from the &ldquo;My Institution&rdquo; box or select <em>No affiliation</em>.</p> <p>If you do not know the ROR of the organisation that you wish to pre-fill, you can find it by searching in the <a href="https://ror.org/">ROR Registry</a> and taking the alphanumerical ID of the organisation (like <code>041kmwe10</code>). For example, this will pre-fill &ldquo;Imperial College London&rdquo;:</p> <pre><code class="language-code" data-lang="code">window.jct_query_options.institution = &quot;041kmwe10&quot; </code></pre><p>Do <strong>not</strong> include the <code>https://ror.org/</code> part of the ROR ID.</p> <p><em><strong>not_he</strong></em> <br> This parameter can be set to either <code>true</code> or <code>false</code> and is used if you want to run the compliance check with no institution pre-filled. Instead the &ldquo;Not affiliated&rdquo; checkbox will be selected. If set to <code>true</code>, it will override any institution value you have set. A user will also be able to uncheck this box and select other institutions from the &ldquo;My Institution&rdquo; box.</p> <pre><code class="language-code" data-lang="code">window.jct_query_options.no_he = true </code></pre><h2 id="customising-the-styles">Customising the styles</h2> <p>The styles for the widget are provided by the <a href="https://journalcheckertool.org/css/plugin.css">plugin.css</a> file, and you may customise or override the styles here as you need.</p> <p>The main styles you may wish to override are the width and font-size of the widget, which can be done with the following properties:</p> <pre><code>#jct_plugin { width: 300px; font-size: 12px; } </code></pre> </div> <section class="row row--centered patterned-section" style="max-width: 100%;"> <div class="wave" aria-hidden="true"> <svg preserveaspectratio="none" viewbox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" style="width: 125%; height: 75px; transform: scaleX(-1);"> <path d="M0 0v46.29c47.79 22.2 103.59 32.17 158 28 70.36-5.37 136.33-33.31 206.8-37.5 73.84-4.36 147.54 16.88 218.2 35.26 69.27 18 138.3 24.88 209.4 13.08 36.15-6 69.85-17.84 104.45-29.34C989.49 25 1113-14.29 1200 52.47V0z" opacity=".25"></path> <path d="M0 0v15.81c13 21.11 27.64 41.05 47.69 56.24C99.41 111.27 165 111 224.58 91.58c31.15-10.15 60.09-26.07 89.67-39.8 40.92-19 84.73-46 130.83-49.67 36.26-2.85 70.9 9.42 98.6 31.56 31.77 25.39 62.32 62 103.63 73 40.44 10.79 81.35-6.69 119.13-24.28s75.16-39 116.92-43.05c59.73-5.85 113.28 22.88 168.9 38.84 30.2 8.66 59 6.17 87.09-7.5 22.43-10.89 48-26.93 60.65-49.24V0z" opacity=".5"></path> <path d="M0 0v5.63C149.93 59 314.09 71.32 475.83 42.57c43-7.64 84.23-20.12 127.61-26.46 59-8.63 112.48 12.24 165.56 35.4C827.93 77.22 886 95.24 951.2 90c86.53-7 172.46-45.71 248.8-84.81V0z"></path> </svg> </div> <p class="col col--1of2 alert">The information provided by the <em>Journal Checker Tool</em> represents cOAlition S’s current understanding in relation to the policies of the journals contained within it. We will endeavour to keep it up to date and accurate, but we do not accept any liability in relation to any errors or omissions.</p> </section></div> </main> <footer> <div class="container"> <div class="row"><div class="col col--1of2"> <a href="https://www.coalition-s.org"><img src="/img/Plan-S-logo-white.svg" style="width: 236px; margin-bottom: 40px"></a> <address> cOAlition S Office<br/> European Science Foundation<br/> 1, quai Lezay – Marnésia<br/> 67080 Strasbourg – France </address> <p>Content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" target="blank" rel="noferrer noopener">Creative Commons (CC BY) Attribution 4.0 International license</a>.</p> </div><div class="col col--1of2 col--right"> <button class="button button--secondary modal-trigger" id="feedback" data-modal="feedback"> <svg width="24" height="25" viewbox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.88002 24.4048C4.99391 24.4685 5.11979 24.5 5.24492 24.5C5.4165 24.5 5.58734 24.4416 5.72445 24.3269L10.9109 20.0044H14.2242C19.6018 20.0044 23.9768 15.6286 23.9768 10.2518C23.9768 4.87501 19.6018 0.5 14.225 0.5H9.75255C4.37501 0.5 0 4.87501 0 10.2518C0 13.8438 2.01854 17.1609 5.18872 18.8527L4.50389 23.6443C4.45968 23.9523 4.60953 24.2542 4.88002 24.4048ZM1.49855 10.2518C1.49855 5.70071 5.20071 1.99855 9.75255 1.99855H14.2242C18.7761 1.99855 22.4782 5.69996 22.4782 10.2518C22.4782 14.8036 18.7761 18.5058 14.2242 18.5058H10.6397C10.4644 18.5058 10.295 18.5672 10.1602 18.6789L6.26243 21.9277L6.74721 18.5298C6.79442 18.2016 6.62059 17.8824 6.32013 17.7438C3.39122 16.3891 1.49855 13.449 1.49855 10.2518ZM6.74347 8.01597H17.2333C17.6477 8.01597 17.9826 7.6803 17.9826 7.2667C17.9826 6.8531 17.6477 6.51743 17.2333 6.51743H6.74347C6.32987 6.51743 5.99419 6.8531 5.99419 7.2667C5.99419 7.6803 6.32987 8.01597 6.74347 8.01597ZM6.74347 14.0102H12.7377C13.152 14.0102 13.4869 13.6752 13.4869 13.2609C13.4869 12.8473 13.152 12.5116 12.7377 12.5116H6.74347C6.32987 12.5116 5.99419 12.8473 5.99419 13.2609C5.99419 13.6752 6.32987 14.0102 6.74347 14.0102ZM17.2333 11.0131H6.74347C6.32987 11.0131 5.99419 10.6774 5.99419 10.2638C5.99419 9.8502 6.32987 9.51452 6.74347 9.51452H17.2333C17.6477 9.51452 17.9826 9.8502 17.9826 10.2638C17.9826 10.6774 17.6477 11.0131 17.2333 11.0131Z" fill="black"></path> </svg> Send us feedback </button> <p> <a href="/transformative-journals"> Transformative&nbsp;Journals </a> • <a href="/transformative-agreements"> Transformative&nbsp;Agreements&nbsp;Public&nbsp;Data </a> • <a href="/ta-search"> Transformative&nbsp;Agreements&nbsp;Search </a> • <a href="/exception-lists"> Exception&nbsp;Lists </a> • <a href="/jcs"> Journals&nbsp;participating&nbsp;in&nbsp;JCS </a> • <a href="/apidocs"> API&nbsp;Documentation </a> </p> <p> <a href="/widget"> Embeddable&nbsp;Widget </a> • <a href="/faq"> FAQ </a> • <a href="/notices#privacy_notice"> Privacy&nbsp;Notice </a> • <a href="/notices#disclaimer_and_copyright"> Disclaimer&nbsp;&&nbsp;Copyright </a> • <a href="/acknowledgements"> Acknowledgements </a> • <a href="/release-history"> Release&nbsp;History </a> </p> </div></div> </div> </footer> <div id="jct_modal_container"> </div> <script> jct.bindModalTriggers(); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10