ORCID / bibtexParseJs

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

Made the code more stable and resilient to wrong inputs, added example .html-file of how to use it #35

Open NormanTUD opened 1 year ago

NormanTUD commented 1 year ago

I needed this parser in a real-world-situation, where we have lots of messy and corrupt bibTeX-files. So I wrote a small preprocessor that fixes many often-occuring BibTeX errors like missing "@", missing "@article", wrong delimiters "{" <-> "'" and so on.