lib/bolognese/readers/datacite_reader.rb in bolognese-0.9.87 vs lib/bolognese/readers/datacite_reader.rb in bolognese-0.9.88
- old
+ new
@@ -105,10 +105,10 @@
"title" => title,
"alternate_name" => alternate_name,
"author" => get_authors(meta.dig("creators", "creator")),
"editor" => get_authors(Array.wrap(meta.dig("contributors", "contributor")).select { |r| r["contributorType"] == "Editor" }),
"publisher" => meta.fetch("publisher", nil),
- "provider" => "DataCite",
+ "service_provider" => "DataCite",
"funding" => funding,
"is_identical_to" => datacite_is_identical_to(meta),
"is_part_of" => datacite_is_part_of(meta),
"has_part" => datacite_has_part(meta),
"references" => datacite_references(meta),