VTUL / vtechworks

DSpace at Virginia Tech
http://vtechworks.lib.vt.edu
Other
6 stars 8 forks source link

Add Sherpa/Romeo Authority Controls to Journal Title field so that users can find policies by journal title #174

Closed amandafrench closed 8 years ago

amandafrench commented 8 years ago

See documentation at https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values

alawvt commented 8 years ago

Notes from https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values#AuthorityControlofMetadataValues-ConfigurationProperties,

In dspace.cfg,

un-comment ChoiceAuthority Plugin

#plugin.named.org.dspace.content.authority.ChoiceAuthority = \
# org.dspace.content.authority.SHERPARoMEOJournalTitle = SRJournalTitle, \

Select the choice plugin

choices.plugin.dc.title.serial = SRJournalTitle

Select the choice presentation style: select, suggest, or lookup

choices.presentation.dc.title.serial = select

I am not sure which one will be best, so we'll have to test them.

I believe we want open choices

choices.closed.dc.title.serial = false

I believe we want to mark authority control, but not require an authority value. Let's try going with the default minimum confidence level.

authority.minconfidence = ambiguous

See the example field configurations.

amandafrench commented 8 years ago

We need to wait on this until we've finished coming up with a plan for the default submission forms, as per #105, #186, #187, #188.

alawvt commented 8 years ago

TODO: check/develop associated hint for the lookup

alawvt commented 8 years ago

Resolved with PR #306.