lib/briard/readers/datacite_reader.rb in briard-2.8.2 vs lib/briard/readers/datacite_reader.rb in briard-2.9.0
- old
+ new
@@ -308,10 +308,10 @@
'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,