lib/bolognese/writers/ris_writer.rb in bolognese-0.9.89 vs lib/bolognese/writers/ris_writer.rb in bolognese-0.9.91
- old
+ new
@@ -6,10 +6,10 @@
"TY" => ris_type,
"T1" => parse_attributes(title, content: "text", first: true),
"T2" => container_title,
"AU" => to_ris(author),
"DO" => doi,
- "UR" => url,
+ "UR" => b_url,
"AB" => parse_attributes(description, content: "text", first: true),
"KW" => parse_attributes(keywords, content: "text").presence,
"PY" => publication_year,
"PB" => publisher,
"AN" => parse_attributes(alternate_name, content: "name").presence,