Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
</label>
<p>
Color-code the unlock tab to show whether fulltext is
<a class="green" href="https://en.wikipedia.org/wiki/Open_access#Self-archiving:_green_open_access">Green,</a>
<a href="https://en.wikipedia.org/wiki/Open_access#Journals:_gold_open_access" class="gold">Gold,</a>
or <a class="bronze" href="10.7287/peerj.preprints.3119v1">Bronze</a> open access, and
see expanded debug info. <a href="https://peerj.com/preprints/3119v1/">(learn more about OA colors)</a>
<a class="green" href="https://en.wikipedia.org/wiki/Self-archiving">Green,</a>
<a href="https://en.wikipedia.org/wiki/Open_access#Open_access_publishing" class="gold">Gold,</a>
or <a class="bronze" href="https://peerj.com/articles/4375/#p-23">Bronze</a> open access, and
see expanded debug info. <a href="https://peerj.com/articles/4375/#p-23">(learn more about OA colors)</a>
</p>
</div>

Expand All @@ -59,4 +59,4 @@

<script src="options.js"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions static/src/data.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>
Unpaywall is powered by a database of 100 million scholarly papers. Of these, about 16 million have links to fulltext open access, making it the largest open database of
<a href="faq#legal">legal</a>
Open Access (by summer of 2018, we'll have around 18 million). It's also the most accurate: all records are keyed by DOI, and precision (98%) and recall (75%) of OA detection lead the industry (see
<a href="https://peerj.com/preprints/3119v1/">our PeerJ paper</a> for more on these numbers). We harvest OA content from over
<a href="https://peerj.com/articles/4375/">our PeerJ paper</a> for more on these numbers). We harvest OA content from over
<a href="sources">50,000 unique sources</a> including open repositories, OA journals, Hybrid journals, and services like DOAJ and Crossref.
</p>

Expand Down Expand Up @@ -65,7 +65,7 @@ <h1>
<a href="dataset">download the complete dataset.</a> A particularly easy way to get started with research is to use <a href="https://app.dimensions.ai/discover/publication?and_facet_open_access=True">Dimensions</a> or
<a href="https://clarivate.com/wp-content/uploads/2017/10/Clarivate-OA-Impact-Story_Intro-sheet.pdf?elqTrackId=c5abee7048934a3da317e296a3e2a9c8&elqaid=5350&elqat=2">Web of Science, </a> which both have Unpaywall data integrated into their databases. That's the approach used by
<a href="https://peerj.com/preprints/3520/">this recent paper.</a> You might also check out the
<a href="https://peerj.com/preprints/3119v1/">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.
<a href="https://peerj.com/articles/4375/">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.
</li>


Expand Down
8 changes: 4 additions & 4 deletions static/src/faq.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Frequently asked questions</h1>
Overall, Unpaywall users find fulltext for 47% of articles. You may get different results,
depending on the age and topic of the articles you're reading. There's more information
on how we found these numbers in
<a href="https://peerj.com/preprints/3119v1/">this paper.</a>
<a href="https://peerj.com/articles/4375/">this paper.</a>

This success rate will improve as we tweak our algorithm and as
mandatory open access requirements take effect in the
Expand Down Expand Up @@ -80,7 +80,7 @@ <h1>Frequently asked questions</h1>
<li>
<div class="text">
<span class="color gold">Gold tab</span> for <a
href="https://en.wikipedia.org/wiki/Open_access#Journals:_gold_open_access">Gold OA</a>
href="https://en.wikipedia.org/wiki/Open_access#Open_access_publishing">Gold OA</a>
articles available from a fully OA journal.
<a class="eg" href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0000308">(example)</a>
</div>
Expand All @@ -96,7 +96,7 @@ <h1>Frequently asked questions</h1>
<li>
<div class="text">
<span class="color bronze">Bronze tab</span> for <a
href="https://peerj.com/preprints/3119v1/">Bronze OA</a> articles free to read on the current page, but
href="https://peerj.com/articles/4375/">Bronze OA</a> articles free to read on the current page, but
published in a toll-access journal.
<a class="eg" href="http://www.pnas.org/content/105/31/11014">(example)</a>

Expand Down Expand Up @@ -130,4 +130,4 @@ <h1>Frequently asked questions</h1>

</div>
</div>
<div class="footer-container" ng-include="'footer.tpl.html'"></div>
<div class="footer-container" ng-include="'footer.tpl.html'"></div>
2 changes: 1 addition & 1 deletion static/src/welcome.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
PS for the Open Access nerds: the Unpaywall tab
can change colors to indicate Green or Gold OA, too. Enable it in settings.
You might also enjoy
<a href="https://peerj.com/preprints/3119v1/">our recent paper</a>
<a href="https://peerj.com/articles/4375/">our recent paper</a>
analyzing trends in OA and the coverage
of Unpaywall.
</p>
Expand Down
12 changes: 6 additions & 6 deletions static/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ angular.module("data.tpl.html", []).run(["$templateCache", function($templateCac
" Unpaywall is powered by a database of 100 million scholarly papers. Of these, about 16 million have links to fulltext open access, making it the largest open database of\n" +
" <a href=\"faq#legal\">legal</a>\n" +
" Open Access (by summer of 2018, we'll have around 18 million). It's also the most accurate: all records are keyed by DOI, and precision (98%) and recall (75%) of OA detection lead the industry (see\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">our PeerJ paper</a> for more on these numbers). We harvest OA content from over\n" +
" <a href=\"https://peerj.com/articles/4375/\">our PeerJ paper</a> for more on these numbers). We harvest OA content from over\n" +
" <a href=\"sources\">50,000 unique sources</a> including open repositories, OA journals, Hybrid journals, and services like DOAJ and Crossref.\n" +
" </p>\n" +
"\n" +
Expand Down Expand Up @@ -749,7 +749,7 @@ angular.module("data.tpl.html", []).run(["$templateCache", function($templateCac
" <a href=\"dataset\">download the complete dataset.</a> A particularly easy way to get started with research is to use <a href=\"https://app.dimensions.ai/discover/publication?and_facet_open_access=True\">Dimensions</a> or\n" +
" <a href=\"https://clarivate.com/wp-content/uploads/2017/10/Clarivate-OA-Impact-Story_Intro-sheet.pdf?elqTrackId=c5abee7048934a3da317e296a3e2a9c8&elqaid=5350&elqat=2\">Web of Science, </a> which both have Unpaywall data integrated into their databases. That's the approach used by\n" +
" <a href=\"https://peerj.com/preprints/3520/\">this recent paper.</a> You might also check out the\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.\n" +
" <a href=\"https://peerj.com/articles/4375/\">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.\n" +
" </li>\n" +
"\n" +
"\n" +
Expand Down Expand Up @@ -827,7 +827,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" Overall, Unpaywall users find fulltext for 47% of articles. You may get different results,\n" +
" depending on the age and topic of the articles you're reading. There's more information\n" +
" on how we found these numbers in\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">this paper.</a>\n" +
" <a href=\"https://peerj.com/articles/4375/\">this paper.</a>\n" +
"\n" +
" This success rate will improve as we tweak our algorithm and as\n" +
" mandatory open access requirements take effect in the\n" +
Expand Down Expand Up @@ -895,7 +895,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" <li>\n" +
" <div class=\"text\">\n" +
" <span class=\"color gold\">Gold tab</span> for <a\n" +
" href=\"https://en.wikipedia.org/wiki/Open_access#Journals:_gold_open_access\">Gold OA</a>\n" +
" href=\"https://en.wikipedia.org/wiki/Open_access#Open_access_publishing\">Gold OA</a>\n" +
" articles available from a fully OA journal.\n" +
" <a class=\"eg\" href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0000308\">(example)</a>\n" +
" </div>\n" +
Expand All @@ -911,7 +911,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" <li>\n" +
" <div class=\"text\">\n" +
" <span class=\"color bronze\">Bronze tab</span> for <a\n" +
" href=\"https://peerj.com/preprints/3119v1/\">Bronze OA</a> articles free to read on the current page, but\n" +
" href=\"https://peerj.com/articles/4375/\">Bronze OA</a> articles free to read on the current page, but\n" +
" published in a toll-access journal.\n" +
" <a class=\"eg\" href=\"http://www.pnas.org/content/105/31/11014\">(example)</a>\n" +
"\n" +
Expand Down Expand Up @@ -1417,7 +1417,7 @@ angular.module("welcome.tpl.html", []).run(["$templateCache", function($template
" PS for the Open Access nerds: the Unpaywall tab\n" +
" can change colors to indicate Green or Gold OA, too. Enable it in settings.\n" +
" You might also enjoy\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">our recent paper</a>\n" +
" <a href=\"https://peerj.com/articles/4375/\">our recent paper</a>\n" +
" analyzing trends in OA and the coverage\n" +
" of Unpaywall.\n" +
" </p>\n" +
Expand Down
12 changes: 6 additions & 6 deletions static/ti.js
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ angular.module("data.tpl.html", []).run(["$templateCache", function($templateCac
" Unpaywall is powered by a database of 100 million scholarly papers. Of these, about 16 million have links to fulltext open access, making it the largest open database of\n" +
" <a href=\"faq#legal\">legal</a>\n" +
" Open Access (by summer of 2018, we'll have around 18 million). It's also the most accurate: all records are keyed by DOI, and precision (98%) and recall (75%) of OA detection lead the industry (see\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">our PeerJ paper</a> for more on these numbers). We harvest OA content from over\n" +
" <a href=\"https://peerj.com/articles/4375/\">our PeerJ paper</a> for more on these numbers). We harvest OA content from over\n" +
" <a href=\"sources\">50,000 unique sources</a> including open repositories, OA journals, Hybrid journals, and services like DOAJ and Crossref.\n" +
" </p>\n" +
"\n" +
Expand Down Expand Up @@ -1345,7 +1345,7 @@ angular.module("data.tpl.html", []).run(["$templateCache", function($templateCac
" <a href=\"dataset\">download the complete dataset.</a> A particularly easy way to get started with research is to use <a href=\"https://app.dimensions.ai/discover/publication?and_facet_open_access=True\">Dimensions</a> or\n" +
" <a href=\"https://clarivate.com/wp-content/uploads/2017/10/Clarivate-OA-Impact-Story_Intro-sheet.pdf?elqTrackId=c5abee7048934a3da317e296a3e2a9c8&elqaid=5350&elqat=2\">Web of Science, </a> which both have Unpaywall data integrated into their databases. That's the approach used by\n" +
" <a href=\"https://peerj.com/preprints/3520/\">this recent paper.</a> You might also check out the\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.\n" +
" <a href=\"https://peerj.com/articles/4375/\">the canonical reference paper</a> for the dataset, which gives a good overview of the data as a whole.\n" +
" </li>\n" +
"\n" +
"\n" +
Expand Down Expand Up @@ -1423,7 +1423,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" Overall, Unpaywall users find fulltext for 47% of articles. You may get different results,\n" +
" depending on the age and topic of the articles you're reading. There's more information\n" +
" on how we found these numbers in\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">this paper.</a>\n" +
" <a href=\"https://peerj.com/articles/4375/\">this paper.</a>\n" +
"\n" +
" This success rate will improve as we tweak our algorithm and as\n" +
" mandatory open access requirements take effect in the\n" +
Expand Down Expand Up @@ -1491,7 +1491,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" <li>\n" +
" <div class=\"text\">\n" +
" <span class=\"color gold\">Gold tab</span> for <a\n" +
" href=\"https://en.wikipedia.org/wiki/Open_access#Journals:_gold_open_access\">Gold OA</a>\n" +
" href=\"https://en.wikipedia.org/wiki/Open_access#Open_access_publishing\">Gold OA</a>\n" +
" articles available from a fully OA journal.\n" +
" <a class=\"eg\" href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0000308\">(example)</a>\n" +
" </div>\n" +
Expand All @@ -1507,7 +1507,7 @@ angular.module("faq.tpl.html", []).run(["$templateCache", function($templateCach
" <li>\n" +
" <div class=\"text\">\n" +
" <span class=\"color bronze\">Bronze tab</span> for <a\n" +
" href=\"https://peerj.com/preprints/3119v1/\">Bronze OA</a> articles free to read on the current page, but\n" +
" href=\"https://peerj.com/articles/4375/\">Bronze OA</a> articles free to read on the current page, but\n" +
" published in a toll-access journal.\n" +
" <a class=\"eg\" href=\"http://www.pnas.org/content/105/31/11014\">(example)</a>\n" +
"\n" +
Expand Down Expand Up @@ -2013,7 +2013,7 @@ angular.module("welcome.tpl.html", []).run(["$templateCache", function($template
" PS for the Open Access nerds: the Unpaywall tab\n" +
" can change colors to indicate Green or Gold OA, too. Enable it in settings.\n" +
" You might also enjoy\n" +
" <a href=\"https://peerj.com/preprints/3119v1/\">our recent paper</a>\n" +
" <a href=\"https://peerj.com/articles/4375/\">our recent paper</a>\n" +
" analyzing trends in OA and the coverage\n" +
" of Unpaywall.\n" +
" </p>\n" +
Expand Down