lib/bolognese/readers/datacite_reader.rb in bolognese-1.0.16 vs lib/bolognese/readers/datacite_reader.rb in bolognese-1.0.19

- old
+ new

@@ -190,10 +190,10 @@ "titles" => titles, "creator" => get_authors(Array.wrap(meta.dig("creators", "creator"))), "contributor" => get_authors(Array.wrap(meta.dig("contributors", "contributor"))), "periodical" => periodical, "publisher" => parse_attributes(meta.fetch("publisher", nil), first: true).to_s.strip.presence, - "source" => "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" => rights_list,