SFULibrary / islandora_doi_framework

Utility module that provides a framework for other modules to assign DOIs (Digital Object Identifiers) to objects.
GNU General Public License v3.0
5 stars 1 forks source link

Add the ability to assign a DOI on object ingest and update #9

Open mjordan opened 7 years ago

mjordan commented 7 years ago

For example, for the DataCite module, when the DC datastream is modified.

mjordan commented 7 years ago

Initial work done using hook_islandora_derivative().

mjordan commented 7 years ago

Swapped out hook_islandora_derivative() for datastream_modified() and datastream_ingested().