Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page number missing with Physical Review journals #20

Open
anpoddubny opened this issue Aug 28, 2023 · 0 comments
Open

page number missing with Physical Review journals #20

anpoddubny opened this issue Aug 28, 2023 · 0 comments

Comments

@anpoddubny
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant