-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add citation #36
Comments
Chatted with Rushi about this, and it looks like the citation is currently generated from the EML content. It's possible to query crossref for doi's, and there may be some integration we can do to get citation information into a format that is zotero/mendeley/etc friendly. Citations Crossref endpoint: https://api.crossref.org/works/10.1007/S10040-016-1481-0 Other notes:
|
Some discussion about citations in the dataspice repo: ropensci/dataspice#57 their thoughts: An R object could also contain the citation (perhaps as an R bibitem object, which R can already turn into either bibtex or text-based citation). i.e. simply x$citation; or we could have a methods-y interface like citation(x) |
Looks like crossref does not work for ADC (and probably all? DataONE doi's). We need to use DataCite instead: https://api.datacite.org/works/10.18739/A2TB0XV0F also works with the Pros:
Problems:
|
Another related issue: NCEAS/metacatui#491 |
from @rushirajnenuji: response:
|
The text was updated successfully, but these errors were encountered: