lib/bolognese/writers/ris_writer.rb in bolognese-1.0.1 vs lib/bolognese/writers/ris_writer.rb in bolognese-1.0.2
- old
+ new
@@ -8,10 +8,10 @@
"TY" => ris_type,
"T1" => parse_attributes(title, content: "text", first: true),
"T2" => periodical && periodical["title"],
"AU" => to_ris(creator),
"DO" => doi,
- "UR" => b_url,
+ "UR" => url,
"AB" => parse_attributes(description, content: "text", first: true),
"KW" => Array.wrap(keywords).map { |k| parse_attributes(k, content: "text", first: true) }.presence,
"PY" => publication_year,
"PB" => publisher,
"LA" => language,