Skip to content

Commit

Permalink
datacite event mapping: better comments for publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Jul 27, 2021
1 parent 42f6f99 commit 9cc6496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/services/cocina/to_datacite/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ def pub_year
end
end

# H2 publisher role > same cocina event as publication date > see DataCite contributor mappings
# Add Stanford Digital Repository as publisher to cocina release event if present, otherwise deposit event
#
# sdr is the publisher for the event where the content becomes public via purl -- deposit if no embargo, release if embargo present.
# if it's not public via purl, sdr should not be the publisher;
# the user may enter someone with the publisher role in h2, referring to publication in another venue, regardless of the purl status.
def publisher
# TODO: implement this
end
Expand Down

0 comments on commit 9cc6496

Please sign in to comment.