Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of Rights box #80

Closed
evanwill opened this issue Apr 23, 2020 · 4 comments
Closed

use of Rights box #80

evanwill opened this issue Apr 23, 2020 · 4 comments
Assignees

Comments

@evanwill
Copy link
Member

currently the item page has the "Rights" box which is not configurable.
It is automatically added if an item has a field named "rights" and/or "rightsstatement".

Looking at collections, a lot of metadata has these fields named random other things, including many recently done use "rights (standardized)", so rights box doesn't show up. Also, many config-metadata contain both the rights fields, so the item page displays the rights fields, then also includes the rights box.

Do we want to normalize this better? Just have one or the other? Make sure everyone actually changes the field names, and doesn't add them to config-metadata?

@dcnb
Copy link
Member

dcnb commented Apr 23, 2020 via email

@owikle
Copy link
Contributor

owikle commented Apr 23, 2020

Might be good to also have people also change the field names now anyway (I thought this was in your instructions already), since they already have to edit cdmid and objectid fields when merging.

@evanwill
Copy link
Member Author

add a bit of logic to skip metadata display of rights if it will show up in box below @evanwill

@evanwill evanwill self-assigned this Apr 24, 2020
@evanwill
Copy link
Member Author

conclusion:

  • be sure to update metadata to have standard names of rights and/or rightsstatement.
  • rightsstatement should be in config-metadata so that it can be mapped for markup. It doesn't need a display_name, since it will automatically be added to the rights box. rightsstatement,,,DCTERMS.rights,license
  • Even if you add a display name, it skips it in the main metadata area, and puts it in the rights box.

611b2de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants