citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
100 stars 28 forks source link

RIS format ER tag #392

Open igordot opened 2 months ago

igordot commented 2 months ago

There seems to be an issue with the RIS format export. According to the RefDB handbook: The last tag of each reference is the End tag (ER - ). Clarivate EndNote has a similar comment: ... the last tag of each reference, which must be "ER - ," ....

In cffconvert, the ER - tag is only ER: https://github.com/citation-file-format/cffconvert/blob/b6045d78aac9e02b039703b030588d54d53262ac/src/cffconvert/lib/cff_1_x_x/ris.py#L34

At least with EndNote, those RIS files are not imported properly.