CrossRef / rest-api-doc

Documentation for Crossref's REST API. For questions or suggestions, see https://community.crossref.org/
Other
736 stars 269 forks source link

Missing abstracts in most formats #584

Open biertz opened 8 months ago

biertz commented 8 months ago

Hey everyone,

I noticed that most output formats wouldn't provide an abstract when some do.

For example Bibtex returns without an abstract: curl -LH 'Accept: application/x-bibtex' https://doi.org/10.1159/000535565

But the csl+json formatting of the same article would return also an abstract: curl -LH 'Accept: application/vnd.citationstyles.csl+json' https://doi.org/10.1159/000535565.

Is this a bug in the formatting?