ORCID / bibtexParseJs

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

bibtex parsing issues mentioned in forum #11

Closed rsdoiel closed 7 years ago

rsdoiel commented 8 years ago

Hello,

Don't want to presume too much but I've been developing bibtex Parser in Go that compiles to JavaScript. I can easily add a compatible bibtexParse object. If I happen to solve some of the problems in my parser mentioned in

http://support.orcid.org/forums/175591-orcid-ideas-forum/suggestions/6822051-bibtex-import-is-flaky

would be you interested in my results? I am targetting both NodeJS and Browser with the JavaScript I'm producing.

Thanks,

Robert

rcpeters commented 8 years ago

If it passed our current test we wouldn't mind migrating.

rsdoiel commented 8 years ago

Ok, sounds like I should proceed then. I will send a pull request when I have something useful.

All the best,

Robert