ORCID / bibtexParseJs

A JavaScript library that parses BibTeX parser.
MIT License
109 stars 39 forks source link

Add support for BibLaTex / CSL JSON #31

Open the-solipsist opened 3 years ago

the-solipsist commented 3 years ago

Currently, the ORCID importer doesn't support a date format such as date = {2010-10-13}. The software I have tried (Zotero (with and without BetterBibTex) and JabRef) export only year = {2010} and month = oct, without any field for day. So the import into ORCID doesn't have the full date, which is needed for newspaper articles.

This, and a host of other issues, would be solved if support for BibLaTeX were added (and it would be even more ideal if CSL JSON could also be parsed).

Is this something you would consider?