Hi Peter,
There are two different ways to indicate software or data citations in Crossref metadata: as references or as relationships.
The particular example youâre showing uses the references method. When software is cited using a reference, it may result in a citation via our Cited-by service.
In that example, the reference has been supplied correctly. However, the cited itemâs DOI is registered through DataCite, not Crossref. And DataCite DOIs arenât part of Crossrefâs Cited-by service. We only match and assert citations to (and, more generally, maintain metadata records for) Crossref DOIs.
That said, our Event Data service does include citations between Crossref and DataCite DOIs as "events.
So, if you query all the events pertaining to 10.5281/ZENODO.5869837 like this:
https://0-api-eventdata-crossref-org.library.alliant.edu/v1/events?mailto={your-email-address-goes-here}&rows=100&obj-id=10.5281/ZENODO.5869837
youâll see that citation by 10.1007/978-3-030-53125-6_30 returned in the results as follows:
{
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"obj_id": "https://doi.org/10.5281/ZENODO.5869837",
"source_token": "36c35e23-8757-4a9d-aacf-345e9b7eb50d",
"occurred_at": "2022-06-24T22:42:33.000Z",
"subj_id": "https://doi.org/10.1007/978-3-030-53125-6_30",
"id": "9b60e591-58e4-445d-a8d2-ecc1466e88b5",
"evidence_record": "https://0-evidence-eventdata-crossref-org.library.alliant.edu/evidence/20220624-metadata-a73d495b-461c-4a58-a8ec-ac9bb6bb8b7e",
"terms": "https://doi.org/10.13003/CED-terms-of-use",
"action": "add",
"subj": {
"pid": "https://doi.org/10.1007/978-3-030-53125-6_30",
"url": "https://doi.org/10.1007/978-3-030-53125-6_30",
"work_type_id": "book-chapter"
},
"source_id": "crossref",
"obj": {
"pid": "https://doi.org/10.5281/ZENODO.5869837",
"url": "https://doi.org/10.5281/ZENODO.5869837",
"method": "doi-literal",
"verification": "literal",
"work_type_id": "Software"
},
"timestamp": "2022-06-25T02:06:28Z",
"relation_type_id": "references"
So, as far as references between publications registered in Crossref and data/software registered in DataCite, thatâs the expected behavior resulting from the reference you supplied in the metadata for 10.1007/978-3-030-53125-6_30
You may also want to reflect the connection between 10.1007/978-3-030-53125-6_30 and 10.5281/ZENODO.5869837 as a relationship as well. Thatâs helpful, but it will not show in the Cited-by service.
Please let me know if you have any other questions.
Best,
Shayn