From f501a033bcd4c501bb26e9657e441ebb69256c1a Mon Sep 17 00:00:00 2001 From: azyrite Date: Sat, 8 Mar 2025 21:53:37 +1100 Subject: [PATCH] fix: yaml file requires doi resolvers --- config/settings.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/settings.yml b/config/settings.yml index fa17197..cc560d7 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -172,3 +172,13 @@ engines: - name: artic engine: artic shortcut: arc + +doi_resolvers: + oadoi.org: 'https://oadoi.org/' + doi.org: 'https://doi.org/' + doai.io: 'https://dissem.in/' + sci-hub.se: 'https://sci-hub.se/' + sci-hub.st: 'https://sci-hub.st/' + sci-hub.ru: 'https://sci-hub.ru/' + +default_doi_resolver: 'oadoi.org' \ No newline at end of file