doi2bib icon indicating copy to clipboard operation
doi2bib copied to clipboard

get the bibtex string given a doi

Results 14 doi2bib issues
Sort by recently updated
recently updated
newest added

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...

Fixes #6 Abbreviated journal replacement has a problem with unbalanced curly brackets due to the regex replacement. I modified this replacement so that it uses the parsed data directly (no...

### Command ``` doi2bib https://doi.org/10.1016/j.neuroimage.2010.07.033 ``` ### Output ``` @article{Fonov_2011, doi = {10.1016/j.neuroimage.2010.07.033}, url = {https://doi.org/10.1016%2Fj.neuroimage.2010.07.033}, year = 2011, month = {jan}, publisher = {Elsevier {BV}}, volume = {54}, number...

Thank you very much for this module! It is very, very helpful. There is something which seems to be a bug. When I use `get_bib_from_doi(...)` (from `doi2bib.crossref`) for the doi...

The online service is down I think, unfortunately. so the doi2bib doesn't work.

Hello, I am trying to build your package for conda from PyPI, but cannot find the source distribution there: ![image](https://user-images.githubusercontent.com/13209176/92142667-307b4c00-ede2-11ea-9440-2aa7f9c3ff10.png) Could you please upload it? Thanks!

Users can now add the abstract to the BibTex string without requiring the journal be abbreviated. Also, it will no longer throw an error if the response from crossref doesn't...

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...

You can reproduce the problem with doi:10.1145/3589263 1. BibTeX generated by crossref.org has a protected term in the journal field: `{ACM}` ```sh $ curl http://api.crossref.org/works/10.1145/3589263/transform/application/x-bibtex ``` ```bibtex @article{Kuschewski_2023, ... journal...