From 80fff246016b96987645d5b3d57bb5053904374d Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Wed, 4 Oct 2023 10:34:04 -0400 Subject: [PATCH] Add new location rare$scawhs #2259 (#2260) --- config/locations/holding_locations.json | 20 +++++++++++++++++++ .../translation_maps/location_display.rb.tmpl | 7 ++++--- .../translation_maps/locations.rb.tmpl | 7 ++++--- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/config/locations/holding_locations.json b/config/locations/holding_locations.json index 05b67b2b..f9cce6f2 100644 --- a/config/locations/holding_locations.json +++ b/config/locations/holding_locations.json @@ -6382,6 +6382,26 @@ "PG" ] }, + { + "label": "William H. Scheide Library Archival. Special Collections Use Only", + "code": "rare$scawhs", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": false, + "always_requestable": false, + "circulates": false, + "remote_storage": "", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$scawhs.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, { "label": "Remote Storage: Government Documents", "code": "recap$gp", diff --git a/marc_to_solr/translation_maps/location_display.rb.tmpl b/marc_to_solr/translation_maps/location_display.rb.tmpl index 12c964bf..027988ba 100644 --- a/marc_to_solr/translation_maps/location_display.rb.tmpl +++ b/marc_to_solr/translation_maps/location_display.rb.tmpl @@ -67,7 +67,7 @@ "firestone$fis"=>"Firestone Library", "firestone$flm"=>"Firestone Library", "firestone$flmb"=>"Firestone Library", - "zobsolete$REVIEW"=>"Obsolete Locations", + "lewis$doc"=>"Lewis Library", "firestone$flmm"=>"Firestone Library", "firestone$flmp"=>"Firestone Library", "firestone$gestf"=>"Firestone Library", @@ -126,7 +126,6 @@ "firestone$xlnc"=>"Firestone Library", "firestone$zeiss"=>"Firestone Library", "lewis$maker"=>"Lewis Library", - "lewis$doc"=>"Lewis Library", "lewis$efa"=>"Lewis Library", "lewis$gis"=>"Lewis Library", "lewis$gr"=>"Lewis Library", @@ -265,7 +264,6 @@ "rare$scahsvm"=>"Special Collections", "rare$scamss"=>"Special Collections", "rare$scathx"=>"Special Collections", - "zobsolete$UNASSIGNED"=>"Obsolete Locations", "rare$scawa"=>"Special Collections", "rare$xcr"=>"Special Collections", "rare$xgr"=>"Special Collections", @@ -289,6 +287,7 @@ "rare$xr"=>"Special Collections", "rare$xw"=>"Special Collections", "rare$xx"=>"Special Collections", + "rare$scawhs"=>"Special Collections", "recap$gp"=>"ReCAP", "recap$jq"=>"ReCAP", "recap$pa"=>"ReCAP", @@ -327,6 +326,8 @@ "techserv$acqser"=>"Technical Services", "techserv$dc"=>"Technical Services", "techserv$UNASSIGNED"=>"Technical Services", + "zobsolete$REVIEW"=>"Obsolete Locations", + "zobsolete$UNASSIGNED"=>"Obsolete Locations", "zobsolete$zac"=>"Obsolete Locations", "zobsolete$zarab"=>"Obsolete Locations", "zobsolete$zcomc"=>"Obsolete Locations", diff --git a/marc_to_solr/translation_maps/locations.rb.tmpl b/marc_to_solr/translation_maps/locations.rb.tmpl index 709d70f2..b4557bcd 100644 --- a/marc_to_solr/translation_maps/locations.rb.tmpl +++ b/marc_to_solr/translation_maps/locations.rb.tmpl @@ -67,7 +67,7 @@ "firestone$fis"=>"French & Italian Graduate Study Room", "firestone$flm"=>"Microforms Services (Film)", "firestone$flmb"=>"Microforms Services (Film B)", - "zobsolete$REVIEW"=>"", + "lewis$doc"=>"Documents", "firestone$flmm"=>"Microforms Services (Film M)", "firestone$flmp"=>"Microforms Services (Film P)", "firestone$gestf"=>"Microforms Services: East Asian", @@ -128,7 +128,6 @@ "firestone$xlnc"=>"Very large books: Non-Circulating", "firestone$zeiss"=>"Zeiss Wildlife Collection", "lewis$maker"=>"PUL Makerspace", - "lewis$doc"=>"Documents", "lewis$efa"=>"E/F Oversize and Atlases", "lewis$gis"=>"GIS and Digital Map Center", "lewis$gr"=>"Graduate Reading", @@ -269,7 +268,6 @@ "rare$scahsvm"=>"Manuscripts Archival. Special Collections Use Only", "rare$scamss"=>"Manuscripts Archival. Special Collections Use Only", "rare$scathx"=>"Theater Archival. Special Collections Use Only", - "zobsolete$UNASSIGNED"=>"", "rare$scawa"=>"Western Americana Archival. Special Collections Use Only", "rare$xcr"=> "Remote Storage (ReCAP): Cotsen Children's Library Archival. Special Collections Use Only", @@ -304,6 +302,7 @@ "rare$xw"=> "Remote Storage (ReCAP): Western Americana. Special Collections Use Only", "rare$xx"=>"Remote Storage (ReCAP): Special Collections Use Only", + "rare$scawhs"=>"The Scheide Library Archival. Special Collections Use Only", "recap$gp"=>"Remote Storage: Government Documents", "recap$jq"=>"Remote Storage: JSTOR Restricted", "recap$pa"=>"Remote Storage", @@ -342,6 +341,8 @@ "techserv$acqser"=>"Acqord Orders ACQ", "techserv$dc"=>"Cataloging and Metadata Services", "techserv$UNASSIGNED"=>"", + "zobsolete$REVIEW"=>"", + "zobsolete$UNASSIGNED"=>"", "zobsolete$zac"=>"American Civilization (AC) OBSOLETE", "zobsolete$zarab"=>"Books in Arabic (Arab). Firestone OBSOLETE", "zobsolete$zcomc"=>"Data Statistical Services (DSS). Firestone OBSOLETE",