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

Store publication fields separately for CiteProc citations #2515

Open
1 of 7 tasks
maxkadel opened this issue Oct 9, 2024 · 0 comments
Open
1 of 7 tasks

Store publication fields separately for CiteProc citations #2515

maxkadel opened this issue Oct 9, 2024 · 0 comments
Labels
maintenance Ticket related to maintenance that needs to be done

Comments

@maxkadel
Copy link
Contributor

maxkadel commented Oct 9, 2024

What maintenance needs to be done?

It will be easier to create accurate citations in Orangelight, without additional processing / regex-ing, if we store each publication field separately, since different citation formats require different presentation of this information.

Level of urgency

  • High
  • Moderate
  • Low

Why is this maintenance needed?

  • To create accurate citations in Orangelight without needing the full Marc record for all items.

Acceptance criteria

  • If this change touches any of the files referenced in .rubocop_todo.yml create a new ticket to address the rubocop todo.
  • Store publication place in Solr as publication_location_citation_display
  • Store publisher in Solr as publisher_citation_display
  • Store date of publication in Solr as publication_date_citation_display

Implementation notes, if any

  • the *_display ending will put the fields in Solr correctly
  • the dates from the 008 field are sometimes 9999, which is not appropriate for citations. Follow how the date is gotten for pub_created_display
@maxkadel maxkadel added the maintenance Ticket related to maintenance that needs to be done label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Ticket related to maintenance that needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant