DOI improvements: enable HTTPS, update URL of doai.io (#1718)

- enabling HTTPS for sci-hub.tw by default
- making sci-hub the default DOI resolver as it has the largest collection of scientific articles.
- replaced doai.io with dissem.in, as it redirects to this new domain.

Co-authored-by: Aurora of Earth <auroraofearth@ya.ru>
This commit is contained in:
Lynda Lopez 2020-07-29 20:31:48 +00:00 committed by GitHub
parent fc5d1c69cc
commit b06fc31942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -941,7 +941,7 @@ locales:
doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://doai.io/'
doai.io : 'https://dissem.in/'
sci-hub.tw : 'https://sci-hub.tw/'
default_doi_resolver : 'oadoi.org'
default_doi_resolver : 'sci-hub.tw'

View File

@ -39,7 +39,7 @@ locales:
doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://doai.io/'
doai.io : 'https://dissem.in/'
sci-hub.tw : 'https://sci-hub.tw/'
default_doi_resolver : 'oadoi.org'
default_doi_resolver : 'sci-hub.tw'