Created
July 25, 2018 09:57
-
-
Save stephenturner/0295e7600f69001ddd9e48d362146b47 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 hidden or 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.tw/{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.tw/favicon.ico" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment