Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Created July 25, 2018 09:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save stephenturner/0295e7600f69001ddd9e48d362146b47 to your computer and use it in GitHub Desktop.
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.
[
{
"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