pierre-24 / pyiso4

Implementation of the ISO 4 standard for journal titles abbreviations in Python.
MIT License
4 stars 2 forks source link

`Physical Review. E` -> `Phys. Rev.,` #13

Closed njzjz closed 2 months ago

njzjz commented 2 months ago

E is missing!

>>> from pyiso4.ltwa import Abbreviate
>>> abbreviator = Abbreviate.create()
>>> abbreviator("Physical Review. E", remove_part=True)
'Phys. Rev.,'
klb2 commented 2 months ago

Closed in 3c439bc (045bcd1)

njzjz commented 2 months ago

Thank you!