doi2bib icon indicating copy to clipboard operation
doi2bib copied to clipboard

fix abbr. journal replacement

Open tungli opened this issue 3 years ago • 0 comments

Fixes #6

Abbreviated journal replacement has a problem with unbalanced curly brackets due to the regex replacement. I modified this replacement so that it uses the parsed data directly (no regex).

I also refactored the code a bit. Please check if this makes sense. Thanks!

tungli avatar Apr 19 '21 09:04 tungli