sckott / habanero

client for Crossref search API
https://habanero.readthedocs.io
MIT License
207 stars 30 forks source link

bibentry format misses journal #98

Closed ianhbell closed 3 years ago

ianhbell commented 3 years ago

I'm not quite sure where to report this properly, maybe you know, but when I do a request like:

from habanero import cn
print(cn.content_negotiation(ids = "10.1063/1.555979", format = "bibentry"))

the result doesn't have the journal title. I think the problem is upstream in crossref somewhere. Result:

@article{1996,
    doi = {10.1063/1.555979},
    url = {https://doi.org/10.1063%2F1.555979},
    year = 1996,
    month = {mar},
    publisher = {{AIP} Publishing},
    volume = {25},
    number = {2},
    pages = {605--636},
    author = {Stephanie L. Outcalt and Mark O. McLinden},
    title = {A Modified Benedict{\textendash}Webb{\textendash}Rubin Equation of State for the Thermodynamic Properties of R152a (1,1-difluoroethane)}
}
ianhbell commented 3 years ago

Never mind, found the issue report: https://gitlab.com/crossref/issues/-/issues/1540

sckott commented 3 years ago

yep, noticed that recently as well. thanks for linking to the crossref api issue