sckott / habanero

client for Crossref search API

Home Page:https://habanero.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bibentry format misses journal

ianhbell opened this issue · comments

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)}
}

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

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