-
Notifications
You must be signed in to change notification settings - Fork 3
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
new method for citation.crosscite.org #22
Comments
Now this would be what I am looking for... Is there another way of formatting the returned data from |
i should probably close this issue - this is i believe already handled in |
Yes - it does mainly. But I have some cases, where the DOIs are only in crossref, and others only in datacite. So my approach is to get both and than merge them. In my case, crossref covers 38 of 40 DOIs, except of two ZENODO based DOIs (https://doi.org/10.5281/zenodo.50213 and https://doi.org/10.5281/zenodo.57081). Is there a similar function for datacite? |
thanks for the details. but i get: cr_cn(c("10.5281/zenodo.50213", "10.5281/zenodo.57081"))
#> [[1]]
#> [1] "@article{https://doi.org/10.5281/zenodo.50213,\n doi = {10.5281/ZENODO.50213},\n url = {https://zenodo.org/record/50213},\n author = {Petchey, Owen and Plebani, Marco and Pennekamp, Frank},\n keywords = {Ecology, FOS: Biological sciences, Forecasting, Prediction, Chaos, Nonlinear dynamics, Plankton community, Species interactions},\n title = {[Re] Chaos In A Long-Term Experiment With A Plankton Community},\n publisher = {Zenodo},\n year = {2016},\n copyright = {Creative Commons Attribution 4.0}\n}\n"
#>
#> [[2]]
#> [1] "@misc{https://doi.org/10.5281/zenodo.57081,\n doi = {10.5281/ZENODO.57081},\n url = {https://zenodo.org/record/57081},\n author = {Petchey, Owen L.},\n keywords = {Forecasting, nonlinear, time-series, Sugihara, embedding, dynamics},\n title = {Simplex Projection Walkthrough},\n publisher = {Zenodo},\n year = {2016},\n copyright = {Creative Commons Attribution 4.0}\n}\n" Can you clarify where you aren't getting data for these two DOIs? |
see also https://docs.ropensci.org/rcrossref/reference/cr_cn.html#arguments - the |
My problem comes in when I want to use the text format
also, I want to get the complete metadata:
versus
|
i'm not sure i follow. what is your question on that topic? |
reinstall |
https://citation.crosscite.org/
The text was updated successfully, but these errors were encountered: