adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

Harvest Set tag for sbJSON should include the title only #150

Closed jlblcc closed 7 years ago

jlblcc commented 7 years ago

We shouldn't concatenate the repository name in the value for the "name". See: https://github.com/adiwg/mdTranslator/blob/master/lib/adiwg/mdtranslator/writers/sbJson/sections/sbJson_tag.rb#L70

Just include the title.

stansmith907 commented 7 years ago

Okay. However, repository name is required while citation.title is not. Therefore, if citation.title is missing I will drop the tag.

jlblcc commented 7 years ago

:+1: Main thing is to allow users full control of tag name in the sbJSON output.