https://github.com/rdmpage/reconciliation-js
Reconciliation API using glitch
https://github.com/rdmpage/reconciliation-js
Last synced: about 1 month ago
JSON representation
Reconciliation API using glitch
- Host: GitHub
- URL: https://github.com/rdmpage/reconciliation-js
- Owner: rdmpage
- Created: 2017-06-17T10:24:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T10:33:58.000Z (almost 9 years ago)
- Last Synced: 2025-03-10T18:48:15.409Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reconciliation service API example
Implemement an [OpenRefine reconciliation service API](https://github.com/OpenRefine/OpenRefine/wiki/Reconciliation-Service-API). This example uses CrossRef's API to convert citation strings into DOIs.
Once data is reconciled you can creat a column of DOIs by clicking on the header of the column containing the citation strings and choose *Edit column → Add column based on this column...* and a dialog box will be displayed. In the box labelled *Expression* enter ```cell.recon.match.id``` and give the column a name (e.g., "DOI"). You will now have a column of DOIs for the citation strings.