Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwiernik/zotero-shortdoi
Zotero extension to retrieve and validate DOIs and shortDOIs
https://github.com/bwiernik/zotero-shortdoi
Last synced: about 1 month ago
JSON representation
Zotero extension to retrieve and validate DOIs and shortDOIs
- Host: GitHub
- URL: https://github.com/bwiernik/zotero-shortdoi
- Owner: bwiernik
- License: mpl-2.0
- Created: 2017-11-29T17:10:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T23:20:54.000Z (3 months ago)
- Last Synced: 2024-10-02T01:10:11.353Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 1,292
- Watchers: 21
- Forks: 49
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - bwiernik/zotero-shortdoi - Zotero extension to retrieve and validate DOIs and shortDOIs (JavaScript)
- awesome-zotero - Zotero DOI Manager - Zotero plugin to retrieve and manage DOIs for references. (Extensions / Citations)
- awesome-zotero - Zotero DOI Manager - Zotero plugin to retrieve and manage DOIs for references. (Extensions / Citations)
README
# Zotero DOI Manager
This is an add-on for Zotero, a research source management tool. The add-on can auto-fetch DOI names for journal articles using the CrossRef API, as well as look up shortDOI names using http://shortdoi.org. The add-on additionally verifies that stored DOIs are valid and marks invalid DOIs.
Please report any bugs, questions, or feature requests on the Zotero forums.
Code for this extension is based in part [Zotero Google Scholar Citations](https://github.com/beloglazov/zotero-scholar-citations) by Anton Beloglazov.
### Plugin Functions
- Get shortDOIs: For the selected items, look up shortDOIs (replacing stored DOIs, if any) and mark invalid DOIs.
- Get long DOIs: For the selected items, look up full DOIs (replacing stored DOIs, if any) and mark invalid DOIs.
- Verify and clean DOIs: For the selected items, look up full DOIs (replacing stored DOIs, if any), verify that stored DOIs are valid, and mark invalid DOIs.
- This function also removes unnecessary prefixes (such as `doi:`, `https://doi.org/`, or a publisher URL prefix) from the DOI field.### How to Install
- Download the `.xpi` file for the [latest release](https://github.com/bwiernik/zotero-shortdoi/releases/latest).
- If you are using Firefox, be sure to right-click on the file link and choose Save Link As…
- In Zotero, open the Tools → Add-Ons… menu
- Drag the downloaded `.xpi` file to the Add-Ons popup window.
- Alternatively, click on the Gear ⚙ button in Add-Ons popup window, choose Install Add-On from File…, and select the downloaded `.xpi` file.### License
Copyright (C) 2017 Brenton M. Wiernik
Distributed under the Mozilla Public License (MPL) Version 2.0.