Skip to content

page number missing with Physical Review journals #20

@anpoddubny

Description

@anpoddubny

I've noticed recently that when using doi2bib with Physical Review journals the page number is no longer fetched.
For example,

doi2bib 10.1103/PhysRevA.106.043717

results in

@article{Yang_2022,
	doi = {10.1103/physreva.106.043717},
	url = {https://doi.org/10.1103%2Fphysreva.106.043717},
	year = 2022,
	month = {oct},
	publisher = {American Physical Society ({APS})},
	volume = {106},
	number = {4},
	author = {Mengjie Yang and Luojia Wang and Xiaoxiong Wu and Han Xiao and Danying Yu and Luqi Yuan and Xianfeng Chen},
	title = {Concentrated subradiant modes in a one-dimensional atomic array coupled with chiral waveguides},
	journal = {Phys. Rev. A}
}

with no "pages" field. The expected response should also contain
pages = {043717},
I guess this might be a bug on the server, but hopefully there is a way around it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions