A plugin to implement multiple identifiers (EAD unitid
) in ArchivesSpace.
- Download the plugin and copy it into your
archivesspace/plugins/multiple_identifiers/
directory - Run
scripts/setup-database.sh
(Linux/OSX) orscripts/setup-database.bat
(Windows) - Add
'multiple_identifiers'
to theAppConfig[:plugins]
line inconfig/config.rb
- Restart ArchivesSpace
- A new data element, Identifier, which is a repeatable field for Resources and Archival Objects. Identifiers have a Type (drop-down list) and Value (String).
- Types can be edited via the Manage Controlled Terms list in ArchivesSpace
- Support for EAD export via the
<unitid type="your_selected_type">
XML element - No MARC support (sorry!)