lib/bolognese/readers/datacite_reader.rb in bolognese-1.8.3 vs lib/bolognese/readers/datacite_reader.rb in bolognese-1.8.4
- old
+ new
@@ -225,10 +225,10 @@
"titles" => titles,
"creators" => get_authors(Array.wrap(meta.dig("creators", "creator"))),
"contributors" => get_authors(Array.wrap(meta.dig("contributors", "contributor"))),
"container" => set_container(meta),
"publisher" => parse_attributes(meta.fetch("publisher", nil), first: true).to_s.strip.presence,
- "agency" => "DataCite",
+ "agency" => "datacite",
"funding_references" => funding_references,
"dates" => dates,
"publication_year" => parse_attributes(meta.fetch("publicationYear", nil), first: true).to_s.strip.presence,
"descriptions" => descriptions,
"rights_list" => Array.wrap(rights_list),