Skip to content

Funding data for 10.1100/TSW.2001.157 isn't indexed correctly in REST API #393

Open
@ssmulyan

Description

@ssmulyan

US Department of Energy reports a probable indexing issue for 10.1100/TSW.2001.157, and its funders in particular.

XML API record has 3 funders included, but REST API record only has 1 funder

http://api.crossref.org/works/10.1100/TSW.2001.157

"funder": [{"DOI": "10.13039/100000002","name": "National Institutes of Health","doi-asserted-by": "publisher","award": ["DE-AC03-76SF00098","AG11658","GM59901"]}

http://doi.crossref.org/search/[email protected]&format=unixsd&doi=10.1100/TSW.2001.157

<fr:program xmlns:fr="http://www.crossref.org/fundref.xsd" name="fundref">
<fr:assertion name="funder_name">
National Institutes of Health
<fr:assertion name="funder_identifier">http://dx.doi.org/10.13039/100000002</fr:assertion>
</fr:assertion>
<fr:assertion name="award_number">GM59901</fr:assertion>
<fr:assertion name="funder_name">
National Institutes of Health
<fr:assertion name="funder_identifier">http://dx.doi.org/10.13039/100000002</fr:assertion>
</fr:assertion>
<fr:assertion name="award_number">AG11658</fr:assertion>
<fr:assertion name="funder_name">
U.S. Department of Energy
<fr:assertion name="funder_identifier">http://dx.doi.org/10.13039/100000015</fr:assertion>
</fr:assertion>
<fr:assertion name="award_number">DE-AC03-76SF00098</fr:assertion>
</fr:program>

There are two possible contributing factors identified so far.

  1. Hindawi deposited the funding data for 10.1100/TSW.2001.157 with no "fundgroup" assertions and with incorrect nesting of the metadata elements. However, the data as they submitted it was validated and allowed by our deposit system.

  2. Until recently, the DoE didn't have a primary funder name in the funder registry. It was added manually earlier this year. So, it's possible that all DOI's with DoE as a funder, which were last updated prior to that change to the funder registry, aren't being reflected correctly in the REST API. 10.1100/TSW.2001.157 was last updated in 2016.

Pushing a manual reindex of 10.1100/TSW.2001.157 didn't correct the funders shown in the REST API.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions