Last active
August 28, 2022 23:35
-
-
Save MohamedElashri/eafd91c5ce01cf7e18eb9c24c44692cd to your computer and use it in GitHub Desktop.
Sci-Hub look up engine for Zotero. Add to zotero engines file (https://www.zotero.org/support/locate#managing_lookup_engines). Afterwards, relaunch Zotero, make sure the newly added lookup engine is checked under Locate (green arrow) -> Manage Lookup Engines.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Sci-Hub Lookup", | |
"alias": "Sci-Hub", | |
"icon": "null", | |
"_urlTemplate": "https://sci-hub.ru/{z:DOI}", | |
"description": "Sci-Hub full text PDF search", | |
"hidden": false, | |
"_urlParams": [], | |
"_urlNamespaces": { | |
"z": "http://www.zotero.org/namespaces/openSearch#", | |
"": "http://a9.com/-/spec/opensearch/1.1/" | |
}, | |
"_iconSourceURI": "http://sci-hub.ru/favicon.ico" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment