https://github.com/zuphilip/zotero-open-citations
Zotero Plugin for Open Citations
https://github.com/zuphilip/zotero-open-citations
crossref-data epmc open-citations opencitations wikicite zotero
Last synced: 8 months ago
JSON representation
Zotero Plugin for Open Citations
- Host: GitHub
- URL: https://github.com/zuphilip/zotero-open-citations
- Owner: zuphilip
- License: agpl-3.0
- Created: 2018-09-05T10:14:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T05:13:06.000Z (almost 5 years ago)
- Last Synced: 2024-03-29T15:10:31.077Z (over 1 year ago)
- Topics: crossref-data, epmc, open-citations, opencitations, wikicite, zotero
- Language: JavaScript
- Size: 38.1 KB
- Stars: 35
- Watchers: 8
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Citations Plugin for Zotero
This Zotero plugin adds information about open citations data for one or several items in Zotero.
Currently, a DOI lookup in the [OpenCitations COCI service](https://w3id.org/oc/index/coci) is implemented, the result is added as a note, and the latest references are saved in a special collection in Zotero:
*TODO more and better functionalities*
## Installation
To install the extension:
* Download the XPI file of the [latest release](https://github.com/zuphilip/zotero-open-citations/releases).
* In Zotero, go to Tools → Add-ons and drag the .xpi onto the Add-ons window.## Build and release
Run `build.sh` script, which creates a new `.xpi` file.
For a new release, run the script `release.sh`, push the code changes, publish a [new release on GitHub](https://github.com/zuphilip/zotero-open-citations/releases/new) and attach the `.xpi` file there.
## Development
Create a text file containing the full path to this directory,
name the file `zotero-open-citations@bib.uni-mannheim.de`, and place it in the `extensions`
subdirectory of your [Zotero profile directory](https://www.zotero.org/support/kb/profile_directory).
Restart Zotero to try the latest code changes.## License
The source code is released under [GNU Affero General Public License v3](LICENSE).