Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are symbolic constants (and corresponding String symblic names) for the confidence levels defined in the Choices class:

IconConfidence
Stored
Confidence value (stored in metadatavalue)DescriptionMirage 2 Glyphicon rendering

Image Added

ACCEPTED600This authority value has been confirmed as accurate by an interactive user or authoritative policy

thumbs-up

Image Added

UNCERTAIN500Authority value is singular and valid but has not been seen and accepted by a human, so its provenance is uncertaincog

Image Added

AMBIGUOUS400There are multiple matching authority values of equal validityquestion-sign

Image Added

NOTFOUND300There are no matching answers from the authoritythumbs-down

Image Added

FAILED200The authority encountered an internal failure in trying to match the valuewarning-sign

REJECTED100The authority recommends this submission be rejected

Image Added

NOVALUE0No reasonable confidence value is available
UNUSED
ban-circle

Image Added

UNSET-1No confidence value has been set (default value in the DB table)remove

The icon rendering in the XMLUI Mirage 2 theme takes place in choice-authority-control.xsl.

Separation of Choices from Authority Control

...

  • LCNameAuthority - Sample Library of Congress (USA) name authority - NOT for serious use.
  • SRPublisher - Journal Publisher names based on SHERPA/RoMEO database
  • SRJournalTitle - Journal Titles based on SHERPA/RoMEO databaseSolrAuthorAuthority - Uses a DSpace Solr index as authority 

The org.dspace.content.authority.DCInputAuthority plugin picks up all of the value-pairs tags from the input-forms.xml configuratino and automatically creates plugin instances out of them, named by the name attribute they have in the config. The default DSpace config includes these choice authorities:

...