I would like to use my universities personal identification number as authority key. Currently there seems to be to two ways how to implement this functionality in DSpace:
1.)Write a class implementing the ChoiceAuthority interface. As described in https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values#AuthorityControlofMetadataValues-Customization 2.)Extending the Authority value class. As described in https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/authority/README.md I would highly appreciate some advice on which options to choose. What are the advantages and disadvantages of either way? Is one option outdated? Which option is future-proof? Can I have two or more lookup buttons for the same metadata field? Is it possible to use two or more authority keys for the same metadata field? E.g. use Orcid and my universities personal identification number as authority keys for “dc.contributor.author”? -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-devel. For more options, visit https://groups.google.com/d/optout.
