ORCID / bibtexParseJs

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

Bibtex validation is weak #7

Closed wetneb closed 8 years ago

wetneb commented 8 years ago

Trying to add a publication with bibtex on the ORCID sandbox, I can see that the form tries to check that I input valid Bibtex code.

However, some very simple inputs like this one pass your checks:

@article{lieth2001,title={This title is not finished

rcpeters commented 8 years ago

We will display a error message but will not enforce any validation on bibtex. There are too many reimplementations to deal with.