larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
222 stars 30 forks source link

Cite.input() ignores important bibtex fields #168

Closed bdw1 closed 3 years ago

bdw1 commented 5 years ago

Hello,

I tried to parse bibtex encoded data using the Cite.input() method. Unfortunately the parser ignores some fields that are defined in the bibtex standard(https://de.wikipedia.org/wiki/BibTeX). The following fields are ignored: school, organization, chapter, howpublished, institution To make it worse the fields "school", "chapter" and "institution" are required fields in bibtex. So after parsing I don't even have a valid bibtex information.

Can you fix this please?

RichardEb commented 5 years ago

Any update here?

larsgw commented 5 years ago

Sorry, I'll be back after Wednesday next week, maybe earlier depending on if I can find the time. At that point, I'll work on a number of things, hopefully including this.

larsgw commented 4 years ago

Sorry this took so long, I'm working on improving the BibTeX mappings systematically. Progress can be tracked in https://github.com/citation-js/citation-js/issues/43 and https://github.com/citation-js/bibtex-mappings.

larsgw commented 3 years ago

This issue should be fixed in v0.5.0-alpha.10. If not, please re-open the issue.