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

Update curiosity.yml #69

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion harvard_yaml_mapping_files/mods/curiosity.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2024-03-29: Added permalink xpaths for bls and pins (VV)
# 2024-01-11: Added permalink xpath for jeffry (VV)
# 2023-10-31: Renamed owning-institution_ssim to contributing-institution_ssim (VV)
# 2023-10-02: Updated permalink xpath for bta to include 'The' (VV)
Expand Down Expand Up @@ -838,7 +839,11 @@
- spotlight-field: permalink-bta_tesim
xpath:
- xpath-value: "//mods:url[@displayLabel='The Black Teacher Archive']"


- spotlight-field: permalink-bls_tesim
xpath:
- xpath-value: "//mods:url[@displayLabel='Boston Latin School']"

- spotlight-field: permalink-buttons_tesim
xpath:
- xpath-value: "//mods:url[@displayLabel='Political Buttons']"
Expand Down Expand Up @@ -951,6 +956,10 @@
xpath:
- xpath-value: "//mods:url[@displayLabel='Digital Scores and Libretti']"

- spotlight-field: permalink-pins_tesim
xpath:
- xpath-value: "//mods:url[@displayLabel='Soviet Pins']"

- spotlight-field: permalink-ssb_tesim
xpath:
- xpath-value: "//mods:url[@displayLabel='The South Sea Bubble, 1720']"
Expand Down