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

Importing BibTeX with capital letters in field names #66

Closed
gapost opened this issue Nov 26, 2021 · 1 comment
Closed

Importing BibTeX with capital letters in field names #66

gapost opened this issue Nov 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gapost
Copy link

gapost commented Nov 26, 2021

I noticed while importing bibtex entries from JabRef that if bibtex field names have capital letters they cannot be imported.

E.g., importing the following bibtex record

@Article{Akai1986,
  Title                    = {Isomer Shifts and Their Relation to Charge Transfer in Dilute Fe Alloys}, 
  Author                   = {Akai, H. and Bl\"ugel, S. and Zeller, R. and Dederichs, P. H.},
  Journal                  = {Phys. Rev. Lett.},
  Year                     = {1986},
  Pages                    = {2407--2410},
  Volume                   = {56},
  Doi                      = {10.1103/PhysRevLett.56.2407}
}

results in a "400 Bad Request: Item title is required".

If I change the field names to title, author, etc the record can be imported without problem.

@mkucej mkucej self-assigned this Nov 29, 2021
@mkucej mkucej added the bug Something isn't working label Nov 29, 2021
@mkucej
Copy link
Owner

mkucej commented Nov 29, 2021

Thanks for reporting this. It will be fixed in the next version.

@mkucej mkucej closed this as completed in bf8ecd9 Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants