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.
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.043717results in
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.