relaton / relaton-doi

Relaton-DOI: retrieve bibliographic items using DOI
MIT License
0 stars 0 forks source link

Use lowercase in keys #13

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

Prefer not using any capitalization in keys. issn over ISSN.

Originally posted by @opoudjis in https://github.com/relaton/relaton-doi/issues/10#issuecomment-1382707031

opoudjis commented 1 year ago

@ronaldtse this breaks things for me. Now I have to do case insensitive detection.

ronaldtse commented 1 year ago

@opoudjis this is a one off change, and Metanorma is meant to access this information via Relaton methods. Is this not the case?

opoudjis commented 1 year ago

No, it is not the case, and with ISSN being a value and not a key, relaton methods (which I cannot use in downstream nokogiri processing) are irrelevant. This will break things.