lib/bolognese/writers/ris_writer.rb in bolognese-1.11.5 vs lib/bolognese/writers/ris_writer.rb in bolognese-2.0.0
- old
+ new
@@ -12,10 +12,10 @@
"DO" => doi,
"UR" => url,
"AB" => parse_attributes(abstract_description, content: "description", first: true),
"KW" => Array.wrap(subjects).map { |k| parse_attributes(k, content: "subject", first: true) }.presence,
"PY" => publication_year,
- "PB" => publisher,
+ "PB" => publisher["name"],
"LA" => language,
"VL" => container.to_h["volume"],
"IS" => container.to_h["issue"],
"SP" => container.to_h["firstPage"],
"EP" => container.to_h["lastPage"],