-
Notifications
You must be signed in to change notification settings - Fork 27
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
why doi2bib does not give the journal name? #11
Comments
I am having the same issue here. Note that the author last name does not appear in the bibkey as well. First I thought that it could be something with my python installation, but then I created a fresh python virtual environment in another machine and installed only doi2bib. To my surprise, the bug was reproduced. As @Sayed-AbdelRahman said, it was working perfectly a few weeks ago (it was surely working in June). |
I have the same issue. |
I just found this tool and I'll have to look at the implementation more when I get time, maybe I can figure out what is going wrong. For now, If anyone is interested I have a python script here which works in a similar way, and it includes the journal names:
You can also give a file containing one doi link per line (use the |
Well, that's weird. I'm now having the same issue with my script:
Maybe something strange is happening with the crossref API. For now, it looks like the only reliable way to get bibtex entries is to go to the crossref website and search for a DOI, then click on "Actions>Cite" and copy the text from the popup. |
@adigitoleo You are a lifesaver! |
I tried the following command, and no longer journal name appears with the current version of bibcure.
doi2bib 10.1016/j.jenvrad.2016.08.002
and the result is as follows.
@Article{2016,
doi = {10.1016/j.jenvrad.2016.08.002},
url = {https://doi.org/10.1016%2Fj.jenvrad.2016.08.002},
year = 2016,
month = {nov},
publisher = {Elsevier {BV}},
volume = {164},
pages = {232--238},
author = {Jonathan L. Burnett and Brian D. Milbrath},
title = {Radionuclide observables for the Platte underground nuclear explosive test on 14 April 1962}
}
Previously, it works well.
Can anyone help me to solve this issue?
The text was updated successfully, but these errors were encountered: