diff --git a/.circleci/config.yml b/.circleci/config.yml index b5cc0ce12..16c6722d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ executors: ORANGELIGHT_USER: postgres SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/orangelight-core-test COVERALLS_PARALLEL: true + VITE_RUBY_AUTO_BUILD: false - image: cimg/postgres:15.8 environment: POSTGRES_USER: orangelight @@ -80,6 +81,9 @@ jobs: key: orangelight-v3-yarn-{{ checksum "yarn.lock" }} paths: - ~/.cache/yarn + - run: + name: Precompile assets + command: bundle exec rake assets:precompile - persist_to_workspace: root: '~/orangelight' paths: diff --git a/.reek.yml b/.reek.yml index cce382792..e62891c29 100644 --- a/.reek.yml +++ b/.reek.yml @@ -68,6 +68,7 @@ detectors: - PhysicalHoldingsMarkupBuilder DuplicateMethodCall: exclude: + - Holdings::OnlineHoldingsComponent#marc_links - LocationCodeFacetComponent#add_scsb_loc - LocationCodeFacetComponent#fetch_libraries_and_locations - LocationCodeFacetComponent#library_facet_values @@ -115,7 +116,6 @@ detectors: - ApplicationHelper#location_full_display - ApplicationHelper#name_title_hierarchy - ApplicationHelper#scsb_supervised_items? - - ApplicationHelper#search_links - ApplicationHelper#search_location_display - ApplicationHelper#series_results - ApplicationHelper#subjectify @@ -133,7 +133,6 @@ detectors: - BlacklightHelper#wildcard_char_strip - CatalogHelper#render_search_to_page_title - HoldingsHelper#first_two_holdings_block - - HoldingsHelper#holding_block_search - HoldingsHelper#view_record_for_full_avail_li_two - Orangelight::BrowsablesHelper#current_browse_per_page - Requests::ApplicationHelper#available_pick_ups @@ -271,7 +270,6 @@ detectors: - AdvancedHelper#advanced_search_fields - AdvancedHelper#param_for_field - ApplicationHelper#action_notes_display - - ApplicationHelper#search_links - ApplicationHelper#search_location_display - ApplicationHelper#series_results - ApplicationHelper#title_hierarchy @@ -606,7 +604,6 @@ detectors: - ApplicationHelper#holding_location_label - ApplicationHelper#locate_link_with_glyph - ApplicationHelper#render_location_code - - ApplicationHelper#search_links - BlacklightHelper#html_facets - BlacklightHelper#isbn_resolve - BlacklightHelper#issn_resolve @@ -704,6 +701,7 @@ detectors: - initialize - AeonStatus#check! - BibdataStatus#check! + - Holdings::OnlineHoldingsComponent#marc_links - LocationCodeFacetComponent#fetch_libraries_and_locations - LocationCodeFacetComponent#location_codes_by_lib - Orangelight::ConstraintsComponent#guided_search_value @@ -731,7 +729,6 @@ detectors: - ApplicationHelper#location_has - ApplicationHelper#name_title_hierarchy - ApplicationHelper#render_location_code - - ApplicationHelper#search_links - ApplicationHelper#search_location_display - ApplicationHelper#subjectify - ApplicationHelper#title_hierarchy diff --git a/.rubocop.yml b/.rubocop.yml index 2cba26835..aaa1e088c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -151,6 +151,7 @@ Rails/I18nLocaleTexts: # TODO: Fix Rails/OutputSafety: Exclude: + - 'app/components/holdings/online_holdings_component.rb' - 'app/helpers/application_helper.rb' - 'app/helpers/blacklight_helper.rb' - 'app/services/holding_requests_builder.rb' diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2dcf819ea..c7fe7cf4e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -667,7 +667,6 @@ RSpec/OverwritingSetup: RSpec/PendingWithoutReason: Exclude: - 'spec/features/availability_spec.rb' - - 'spec/features/browsing_item_spec.rb' - 'spec/features/holding_locations_sort_order_spec.rb' - 'spec/system/catalog_show_spec.rb' - 'spec/system/searching_spec.rb' diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 000000000..77b9e3da6 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "stylelint-config-standard-scss" +} \ No newline at end of file diff --git a/Gemfile b/Gemfile index d22a4b68c..0ed10a911 100644 --- a/Gemfile +++ b/Gemfile @@ -117,9 +117,12 @@ group :development, :test do gem 'rubocop-rails', require: false gem 'rubocop-performance', require: false gem 'capybara' - gem 'coveralls_reborn' + gem 'coveralls_reborn', require: false gem "erb_lint", require: false gem "erblint-github" gem 'pry-byebug' gem 'solargraph' end +group :production do + gem 'datadog', require: 'datadog/auto_instrument' +end diff --git a/Gemfile.lock b/Gemfile.lock index 02d421acb..76135b2e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) airbrussh (1.5.2) sshkit (>= 1.6.1, != 1.7.0) - alma (0.5.1) + alma (0.6.1) activesupport httparty xml-simple @@ -205,15 +205,12 @@ GEM csl-styles (2.0.1) csl (~> 2.0) csv (3.3.0) - datadog-ci (0.8.3) - msgpack - date (3.3.4) - ddtrace (1.23.3) - datadog-ci (~> 0.8.1) + datadog (2.3.0) debase-ruby_core_source (= 3.3.1) - libdatadog (~> 7.0.0.1.0) + libdatadog (~> 11.0.0.1.0) libddwaf (~> 1.14.0.0.0) msgpack + date (3.3.4) debase-ruby_core_source (3.3.1) deprecation (1.1.0) activesupport @@ -324,7 +321,7 @@ GEM mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) ice_nine (0.11.2) io-console (0.7.2) @@ -359,9 +356,9 @@ GEM kramdown (~> 2.0) language_server-protocol (3.17.0.3) lcsort (0.9.1) - libdatadog (7.0.0.1.0) - libdatadog (7.0.0.1.0-aarch64-linux) - libdatadog (7.0.0.1.0-x86_64-linux) + libdatadog (11.0.0.1.0) + libdatadog (11.0.0.1.0-aarch64-linux) + libdatadog (11.0.0.1.0-x86_64-linux) libddwaf (1.14.0.0.0) ffi (~> 1.0) libddwaf (1.14.0.0.0-aarch64-linux) @@ -400,7 +397,7 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.25.1) - msgpack (1.7.2) + msgpack (1.7.3) multi_xml (0.6.0) mutex_m (0.2.0) namae (1.2.0) @@ -541,8 +538,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.6) - strscan + rexml (3.3.8) rsolr (2.6.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) @@ -668,7 +664,6 @@ GEM stackprof (0.2.26) string_rtl (0.1.0) stringio (3.1.1) - strscan (3.1.0) sync (0.5.0) term-ansicolor (1.11.2) tins (~> 1.0) @@ -766,6 +761,7 @@ DEPENDENCIES coveralls_reborn csl-styles ddtrace + datadog devise devise-guests ed25519 diff --git a/README.md b/README.md index 47d8e3067..52e7a88cf 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,12 @@ bundle exec rubocop bundle exec reek app ``` +#### Running stylelint + +``` +yarn stylelint "**/*.scss" +``` + #### Run lighthouse from the command line This command runs a rails server, so you will need to stop any rails server that is already running locally before running the commands below. diff --git a/app/assets/stylesheets/components/availability.scss b/app/assets/stylesheets/components/availability.scss index 842e40e09..903712b93 100644 --- a/app/assets/stylesheets/components/availability.scss +++ b/app/assets/stylesheets/components/availability.scss @@ -356,7 +356,8 @@ } .blacklight-holdings ul { - margin-top: 1.5em; + margin-top: var(--space-small); + margin-bottom: var(--space-x-small); li { margin-bottom: 6px; diff --git a/app/assets/stylesheets/components/search-results.scss b/app/assets/stylesheets/components/search-results.scss index d6046674f..8ae95d2cc 100644 --- a/app/assets/stylesheets/components/search-results.scss +++ b/app/assets/stylesheets/components/search-results.scss @@ -43,7 +43,7 @@ } .blacklight-holdings { - margin-top: 1em; + margin-top: 0.5em; } .blacklight-format { diff --git a/app/assets/stylesheets/components/universal-viewer.scss b/app/assets/stylesheets/components/universal-viewer.scss index a99a35864..ba754adbc 100644 --- a/app/assets/stylesheets/components/universal-viewer.scss +++ b/app/assets/stylesheets/components/universal-viewer.scss @@ -4,19 +4,6 @@ height: 600px; background-color: #000; } -hr.clear { - clear: both; -} - -.uv__overlay { - background:transparent; - position:relative; - width:100%; - height:600px; - top:600px; - margin-top:-600px; - z-index: 1000; -} .intrinsic-container { position: relative; @@ -36,3 +23,9 @@ hr.clear { height: 100%; border: none; } + +.document-viewers { + width: 100%; + padding: 0rem 4rem 3rem 4rem; + background: #ffffff; +} \ No newline at end of file diff --git a/app/assets/stylesheets/icons/icons.scss b/app/assets/stylesheets/icons/icons.scss index b570c11e5..c45a91c3e 100755 --- a/app/assets/stylesheets/icons/icons.scss +++ b/app/assets/stylesheets/icons/icons.scss @@ -127,6 +127,13 @@ } } +.icon-microform, +.blacklight-microform .document-thumbnail .default { + &:before { + content: $icon-film; + } +} + .icon-audio, .blacklight-audio .document-thumbnail .default { &:before { diff --git a/app/components/holdings/online_holdings_component.html.erb b/app/components/holdings/online_holdings_component.html.erb new file mode 100644 index 000000000..be5425349 --- /dev/null +++ b/app/components/holdings/online_holdings_component.html.erb @@ -0,0 +1,17 @@ +
  • +<% if links.length == 1 %> + <%= content_tag( + :span, + 'Online', + class: 'availability-icon badge badge-primary' + ) %> + <%= links.first %> +<% elsif links.length > 1 %> + <%= content_tag( + :div, + tag(:'online-options', :'document-id' => document.id), + class: 'lux' + ) + %> +<% end %> +
  • diff --git a/app/components/holdings/online_holdings_component.rb b/app/components/holdings/online_holdings_component.rb new file mode 100644 index 000000000..13373f714 --- /dev/null +++ b/app/components/holdings/online_holdings_component.rb @@ -0,0 +1,50 @@ +# frozen_string_literal: true + +# This component is responsible for displaying a brief description of +# a document's online holdings for consice contexts like the search +# results page +class Holdings::OnlineHoldingsComponent < ViewComponent::Base + def initialize(document:) + @document = document + end + + def render? + links.present? + end + + private + + attr_reader :document + + def links + @links ||= marc_links + portfolio_links + end + + # Generate an Array of
    elements wrapping links to proxied service endpoints for access + # Takes first 2 links for pairing with online holdings in search results + # @return [Array] array containing the links in the
    's + def marc_links + electronic_access = document['electronic_access_1display'] + urls = [] + if electronic_access + links_hash = JSON.parse(electronic_access) + links_hash.first(2).each do |url, text| + link = link_to(text.first, EzProxyService.ez_proxy_url(url), target: '_blank', rel: 'noopener') + link = "#{text[1]}: ".html_safe + link if text[1] + urls << content_tag(:div, link, class: 'library-location') + end + end + urls + end + + # Returns electronic portfolio links for Alma records. + # @return [Array] array containing the links + def portfolio_links + return [] if document.try(:electronic_portfolios).blank? + document.electronic_portfolios.map do |portfolio| + content_tag(:div, class: 'library-location') do + link_to(portfolio["title"], portfolio["url"], target: '_blank', rel: 'noopener') + end + end + end +end diff --git a/app/components/thumbnail_component.html.erb b/app/components/thumbnail_component.html.erb new file mode 100644 index 000000000..18c982582 --- /dev/null +++ b/app/components/thumbnail_component.html.erb @@ -0,0 +1,6 @@ +<%= helpers.content_tag( + :div, + helpers.content_tag(:div, nil, class: "default"), + class: 'document-thumbnail', + data: identifier_data) +%> diff --git a/app/components/thumbnail_component.rb b/app/components/thumbnail_component.rb new file mode 100644 index 000000000..14635db7d --- /dev/null +++ b/app/components/thumbnail_component.rb @@ -0,0 +1,26 @@ +# frozen_string_literal: true + +# This component renders the necessary HTML markup +# to provide thumbnails in the search result and +# show pages from 3 different sources: +# * default format-based thumbnails (added via CSS) +# * Google Books thumbnails (added via JS) +# * Figgy thumbnails (added via JS) +class ThumbnailComponent < ViewComponent::Base + def initialize(document:) + @document = document + end + + private + + attr_accessor :document + + def identifier_data + all_identifiers = document.identifier_data + if document.in_a_special_collection? + all_identifiers.slice(:'bib-id') + else + all_identifiers + end + end +end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2572eae4a..88dc32769 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -8,39 +8,10 @@ def rails_env? Rails.env.production? end - # Generate an Array of
    elements wrapping links to proxied service endpoints for access - # Takes first 2 links for pairing with online holdings in search results - # @param electronic_access [Hash] electronic resource information - # @return [Array] array containing the links in the
    's - def search_links(electronic_access) - urls = [] - unless electronic_access.nil? - links_hash = JSON.parse(electronic_access) - links_hash.first(2).each do |url, text| - link = link_to(text.first, EzProxyService.ez_proxy_url(url), target: '_blank', rel: 'noopener') - link = "#{text[1]}: ".html_safe + link if text[1] - urls << content_tag(:div, link, class: 'library-location') - end - end - urls - end - def show_regular_search? !((%w[generate numismatics advanced_search].include? params[:action]) || (%w[advanced].include? params[:controller])) end - # Returns electronic portfolio links for Alma records. - # @param document [SolrDocument] - # @return [Array] array containing the links - def electronic_portfolio_links(document) - return [] if document.try(:electronic_portfolios).blank? - document.electronic_portfolios.map do |portfolio| - content_tag(:div, class: 'library-location') do - link_to(portfolio["title"], portfolio["url"], target: '_blank', rel: 'noopener') - end - end - end - # Retrieve a URL for a stack map location URL given a record, a call number, and the library in which it is held # @param location [Hash] location information for the item holding # @param document [SolrDocument] the Solr Document for the record diff --git a/app/helpers/holdings_helper.rb b/app/helpers/holdings_helper.rb index 06b3a6c70..1aa9193bd 100644 --- a/app/helpers/holdings_helper.rb +++ b/app/helpers/holdings_helper.rb @@ -8,29 +8,22 @@ module HoldingsHelper def holding_block_search(document) block = ''.html_safe - links = holding_block_search_links(document) holdings_hash = document.holdings_all_display @scsb_multiple = false holdings_hash.first(2).each do |id, holding| - block << first_two_holdings_block(document, id, holding, links) + block << first_two_holdings_block(document, id, holding) block << content_tag(:li, cdl_placeholder) end - if @scsb_multiple == true + block << controller.view_context.render(Holdings::OnlineHoldingsComponent.new(document:)) + + if @scsb_multiple == true || holdings_hash.length > 2 block << view_record_for_full_avail_li(document) - elsif holdings_hash.length > 2 - block << additional_holdings_span elsif !holdings_hash.empty? block << view_record_for_full_avail_li_two(document) end - if block.empty? && links.present? - # All other options came up empty but since we have electronic access let's show the - # Online badge with the electronic access link (rather than a misleading "No holdings") - block << content_tag(:li, online_holding_block(links)) - end - if block.empty? content_tag(:div, t('blacklight.holdings.search_missing')) else @@ -40,18 +33,17 @@ def holding_block_search(document) # rubocop:disable Metrics/MethodLength # Currently having trouble breaking up this method further due to the "check_availability" variable - def first_two_holdings_block(document, id, holding, links) + def first_two_holdings_block(document, id, holding) location = holding_location(holding) check_availability = render_availability? accumulator = ''.html_safe if holding['library'] == 'Online' - check_availability = false - if links.empty? - check_availability = render_availability? - accumulator << empty_link_online_holding_block - else - accumulator << online_holding_block(links) - end + rendered_online_holdings_block = controller.view_context.render(Holdings::OnlineHoldingsComponent.new(document:)) + return rendered_online_holdings_block if rendered_online_holdings_block.present? + + check_availability = render_availability? + accumulator << empty_link_online_holding_block + else if holding['dspace'] || holding['location_code'] == 'rare$num' check_availability = false @@ -74,12 +66,6 @@ def first_two_holdings_block(document, id, holding, links) end # rubocop:enable Metrics/MethodLength - def holding_block_search_links(document) - portfolio_links = electronic_portfolio_links(document) - search_links = search_links(document['electronic_access_1display']) - search_links + portfolio_links - end - def empty_link_online_holding_block data = content_tag( :span, @@ -93,15 +79,6 @@ def empty_link_online_holding_block ) end - def online_holding_block(links) - data = content_tag( - :span, - 'Online', - class: 'availability-icon badge badge-primary' - ) - data << links.shift - end - def onsite_access_span content_tag( :span, @@ -212,13 +189,5 @@ def view_record_for_full_avail_li_two(document) data: { record_id: document['id'] } ) end - - def additional_holdings_span - content_tag( - :span, - "View record for information on additional holdings", - "style": "font-size: small; font-style: italic;" - ) - end end # rubocop:enable Metrics/ModuleLength diff --git a/app/javascript/orangelight/lux_import.js b/app/javascript/orangelight/lux_import.js index e71c579b2..9d6e4154d 100644 --- a/app/javascript/orangelight/lux_import.js +++ b/app/javascript/orangelight/lux_import.js @@ -2,6 +2,7 @@ import { createApp } from 'vue'; import 'lux-design-system/dist/style.css'; import { LuxLibraryFooter } from 'lux-design-system'; import OrangelightHeader from '../orangelight/vue_components/orangelight_header.vue'; +import OnlineOptions from './vue_components/online_options.vue'; export function luxImport() { const app = createApp({}); @@ -12,6 +13,7 @@ export function luxImport() { for (let i = 0; i < elements.length; i++) { createMyApp() .component('lux-library-footer', LuxLibraryFooter) + .component('online-options', OnlineOptions) .component('orangelight-header', OrangelightHeader) .mount(elements[i]); } diff --git a/app/javascript/orangelight/vue_components/online_options.vue b/app/javascript/orangelight/vue_components/online_options.vue new file mode 100644 index 000000000..3ad64d51c --- /dev/null +++ b/app/javascript/orangelight/vue_components/online_options.vue @@ -0,0 +1,31 @@ + + + diff --git a/app/models/solr_document.rb b/app/models/solr_document.rb index 1a4c3600e..87e4240dc 100644 --- a/app/models/solr_document.rb +++ b/app/models/solr_document.rb @@ -177,6 +177,18 @@ def numismatics_record? solr_document_id&.start_with? 'coin' end + def in_a_special_collection? + holdings_1display = self['holdings_1display'] + return true unless holdings_1display + + JSON.parse(holdings_1display) + &.values + &.any? do |holding| + location_code = holding['location_code'] + Bibdata.holding_locations.dig(location_code, 'aeon_location') if location_code + end + end + # host_id an Array of host id(s) # appends the host_id in each host_holding # merges host_holding in holdings diff --git a/app/views/catalog/_index_default.html.erb b/app/views/catalog/_index_default.html.erb index feb42d638..15c8f66c7 100644 --- a/app/views/catalog/_index_default.html.erb +++ b/app/views/catalog/_index_default.html.erb @@ -14,7 +14,5 @@ <%= render Blacklight::Document::BookmarkComponent.new document:, action: %> <% end %> - <%= content_tag(:div, class: "document-thumbnail", data: document.identifier_data) do %> -
    - <% end %> + <%= render ThumbnailComponent.new document: %>
    diff --git a/app/views/catalog/_show_availability.html.erb b/app/views/catalog/_show_availability.html.erb index 3ad126500..0c8a34d89 100644 --- a/app/views/catalog/_show_availability.html.erb +++ b/app/views/catalog/_show_availability.html.erb @@ -2,7 +2,7 @@

    Availability

    <% unless online.blank? %>
    -

    <%= t('blacklight.holdings.online') %>

    +

    <%= t('blacklight.holdings.online') %>

    <%= online if online.present? %>
    <% end %> diff --git a/app/views/catalog/_show_sidebar.html.erb b/app/views/catalog/_show_sidebar.html.erb index 00802d446..ea43e22af 100644 --- a/app/views/catalog/_show_sidebar.html.erb +++ b/app/views/catalog/_show_sidebar.html.erb @@ -1,6 +1,4 @@ -<%= content_tag(:div, class: "document-thumbnail", data: @document.identifier_data) do %> -
    -<% end %> +<%= render ThumbnailComponent.new document: %> <% if monograms = @document['issue_monogram_1display'] %>

    Monograms

    diff --git a/config/initializers/datadog.rb b/config/initializers/datadog.rb index 5c2b4d9e6..b53e848f8 100644 --- a/config/initializers/datadog.rb +++ b/config/initializers/datadog.rb @@ -1,14 +1,16 @@ # frozen_string_literal: true -Datadog.configure do |c| - c.tracing.enabled = false unless Rails.env.production? - c.env = 'production' - # Rails - c.tracing.instrument :rails +if Rails.env.production? + Datadog.configure do |c| + c.tracing.enabled = false + c.env = 'production' + # Rails + c.tracing.instrument :rails - # Net::HTTP - c.tracing.instrument :http + # Net::HTTP + c.tracing.instrument :http - # Faraday - c.tracing.instrument :faraday + # Faraday + c.tracing.instrument :faraday + end end diff --git a/package.json b/package.json index de18a8128..c5828585e 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,8 @@ "lint-staged": "^15.2.10", "prettier": "^3.3.3", "simple-git-hooks": "^2.11.1", + "stylelint": "^16.9.0", + "stylelint-config-standard-scss": "^13.1.0", "vite": "^5.2.14", "vite-plugin-ruby": "^5.0.0" }, diff --git a/spec/components/holdings/online_holdings_component_spec.rb b/spec/components/holdings/online_holdings_component_spec.rb new file mode 100644 index 000000000..414f8f64f --- /dev/null +++ b/spec/components/holdings/online_holdings_component_spec.rb @@ -0,0 +1,26 @@ +# frozen_string_literal: true + +require "rails_helper" + +RSpec.describe Holdings::OnlineHoldingsComponent, type: :component do + it 'renders nothing if there are no links in the document' do + document = SolrDocument.new + rendered = render_inline(described_class.new(document:)) + expect(rendered.to_html).to eq '' + end + + it 'renders a direct link to the online resource if there is 1 link in the document' do + document = SolrDocument.new({ electronic_portfolio_s: ['{"title": "Link 1", "url": "http://example.com/1"}'] }) + + rendered = render_inline(described_class.new(document:)) + + expect(rendered.css('a').text).to eq('Link 1') + expect(rendered.css('a').attribute('href').text).to eq('http://example.com/1') + end + + it 'renders an OnlineOptions vue component if there are multiple links in the document' do + document = SolrDocument.new({ electronic_portfolio_s: ['{"title": "Link 1", "url": "http://example.com/1"}', '{"title": "Link 2", "url": "http://example.com/2"}'] }) + rendered = render_inline(described_class.new(document:)) + expect(rendered.css('.lux online-options')).not_to be_empty + end +end diff --git a/spec/components/location_code_facet_component_spec.rb b/spec/components/location_code_facet_component_spec.rb index f47997787..5b972c534 100644 --- a/spec/components/location_code_facet_component_spec.rb +++ b/spec/components/location_code_facet_component_spec.rb @@ -3,7 +3,7 @@ require "rails_helper" RSpec.describe LocationCodeFacetComponent, type: :component do - before { stub_alma_holding_locations } + before { stub_holding_locations } describe '#location_codes_by_lib' do let(:location_items) { [architecture, arch_la, recap_arch_pw, arch_newbook, arch_ref, arch_res3hr, arch_resclosed, arch_stacks, arch_unassigned] } diff --git a/spec/components/thumbnail_component_spec.rb b/spec/components/thumbnail_component_spec.rb new file mode 100644 index 000000000..237f64146 --- /dev/null +++ b/spec/components/thumbnail_component_spec.rb @@ -0,0 +1,42 @@ +# frozen_string_literal: true + +require "rails_helper" + +RSpec.describe ThumbnailComponent, type: :component, thumbnails: true do + it "includes identifiers for google books retrieval if the document is not in special collections" do + document = instance_double(SolrDocument) + allow(document).to receive_messages( + in_a_special_collection?: false, + identifier_data: { oclc: ["40810988"], 'bib-id': "9969113523506421" } + ) + + rendered = render_inline(described_class.new(document:)) + + expect(rendered.css('.document-thumbnail').attribute('data-oclc').to_s).to eq('["40810988"]') + expect(rendered.css('.document-thumbnail').attribute('data-bib-id').to_s).to eq('9969113523506421') + end + + it "includes only the bib-id identifier for figgy retrieval if the document is in special collections" do + document = instance_double(SolrDocument) + allow(document).to receive_messages( + in_a_special_collection?: true, + identifier_data: { oclc: ["40810988"], 'bib-id': "9969113523506421" } + ) + + rendered = render_inline(described_class.new(document:)) + expect(rendered.css('.document-thumbnail').attribute('data-oclc')).to be_nil + expect(rendered.css('.document-thumbnail').attribute('data-bib-id').to_s).to eq('9969113523506421') + end + + it 'includes a div.default within a div.document-thumbnail' do + document = instance_double(SolrDocument) + allow(document).to receive_messages( + in_a_special_collection?: true, + identifier_data: { oclc: ["40810988"], 'bib-id': "9969113523506421" } + ) + + rendered = render_inline(described_class.new(document:)) + + expect(rendered.css('div.document-thumbnail > div.default')).not_to be_empty + end +end diff --git a/spec/features/accessibility_spec.rb b/spec/features/accessibility_spec.rb index 303d59489..dcc01bbaf 100644 --- a/spec/features/accessibility_spec.rb +++ b/spec/features/accessibility_spec.rb @@ -3,7 +3,7 @@ describe "accessibility", type: :feature, js: true do before do - stub_alma_holding_locations + stub_holding_locations end context "home page" do before do diff --git a/spec/features/availability_spec.rb b/spec/features/availability_spec.rb index 2ad52c210..12b829a5e 100644 --- a/spec/features/availability_spec.rb +++ b/spec/features/availability_spec.rb @@ -104,11 +104,11 @@ end describe 'Electronic Holdings' do - it "displays an online badge in search results" do + it "displays an OnlineOptions component in search results" do stub_holding_locations visit "/catalog?q=99122306151806421" - expect(page).to have_selector ".availability-icon", text: "Online" + expect(page).to have_selector "online-options" end it 'within the online section, it displays electronic portfolio links' do visit '/catalog/99122306151806421' diff --git a/spec/features/browsing_item_spec.rb b/spec/features/browsing_item_spec.rb index 69fc99c26..51fc56563 100644 --- a/spec/features/browsing_item_spec.rb +++ b/spec/features/browsing_item_spec.rb @@ -4,7 +4,7 @@ describe 'browsing a catalog item', js: true do before do - stub_alma_holding_locations + stub_holding_locations end context 'accessible icons' do @@ -20,38 +20,6 @@ end end - context 'when an entry has a bib. ID for a resource published in Figgy', skip: true do - before do - visit 'catalog/9970446223506421' - end - - it 'updates the thumbnail and constructs an instance of the Universal Viewer' do - using_wait_time 40 do - expect(page).to have_selector('iframe') - expect(page).to have_selector('.document-thumbnail img[src$="default.jpg"]') - end - end - end - - context 'when an entry has a bib. ID and ARK for a resource published in Figgy', skip: true do - before do - visit 'catalog/9970446223506421' - end - - it 'updates the thumbnail and constructs an instance of the Universal Viewer' do - using_wait_time 10 do - expect(page).to have_selector('iframe') - expect(page).to have_selector('.document-thumbnail img[src$="default.jpg"]') - end - end - - it 'updates the link to the ARK with a fragment identifier for the UV' do - using_wait_time 10 do - expect(page).to have_selector('.availability--online a[href$="7044622#view"]', text: 'Table of contents') - end - end - end - context 'when an item does not have a format value' do before do visit 'catalog/SCSB-7935196' diff --git a/spec/features/request_options_spec.rb b/spec/features/request_options_spec.rb index ca6639844..11e519b1b 100644 --- a/spec/features/request_options_spec.rb +++ b/spec/features/request_options_spec.rb @@ -3,7 +3,7 @@ require 'rails_helper' describe 'Request Options', requests: true do - before { stub_alma_holding_locations } + before { stub_holding_locations } describe 'the request page', js: true do before do diff --git a/spec/fixtures/bibdata/alma/holding_locations.json b/spec/fixtures/bibdata/alma/holding_locations.json deleted file mode 100644 index d4e381ec6..000000000 --- a/spec/fixtures/bibdata/alma/holding_locations.json +++ /dev/null @@ -1,10026 +0,0 @@ -[ - { - "label": "Documents Off-Site Storage; contact docstor@Princeton.edu", - "code": "annex$doc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$doc.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "QA", - "PA", - "QC" - ] - }, - { - "label": "A", - "code": "annex$fst", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$fst.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PK", - "PM", - "QA", - "PN", - "PA", - "QC" - ] - }, - { - "label": "Locked", - "code": "annex$locked", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$locked.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "QA", - "PN", - "QC" - ] - }, - { - "label": "Non-Circulating", - "code": "annex$noncirc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$noncirc.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA", - "PN", - "PQ", - "PW", - "PM", - "PL", - "PT", - "PJ", - "PK", - "QT", - "QA", - "QC" - ] - }, - { - "label": "Princeton Collection", - "code": "annex$princeton", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$princeton.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reserve", - "code": "annex$reserve", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$reserve.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "PW", - "PL", - "PT", - "PJ", - "PK", - "PM", - "QA", - "PA", - "QC" - ] - }, - { - "label": "Classics Theses", - "code": "annex$sct", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$sct.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "German Theses", - "code": "annex$sdt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$sdt.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "English Theses", - "code": "annex$set", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$set.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "History Theses", - "code": "annex$sht", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$sht.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Philosophy Theses", - "code": "annex$spt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$spt.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "A: Romance Language Theses", - "code": "annex$srt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$srt.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Stacks", - "code": "annex$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$stacks.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PF", - "PK", - "PH", - "PM", - "QA", - "PN", - "PA", - "QC" - ] - }, - { - "label": "A: Theses Collection", - "code": "annex$t", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$t.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "annex$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$UNASSIGNED.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Librarian's Office", - "code": "arch$la", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$la.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PW" - ] - }, - { - "label": "New Book Shelf", - "code": "arch$newbook", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$newbook.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "Remote Storage (ReCAP): Architecture Library Use Only", - "code": "arch$pw", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$pw.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PW", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Reference", - "code": "arch$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$ref.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PW" - ] - }, - { - "label": "Reserve 3-Hour", - "code": "arch$res3hr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$res3hr.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PW" - ] - }, - { - "label": "Reserve Closed", - "code": "arch$resclosed", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$resclosed.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PW" - ] - }, - { - "label": "Stacks", - "code": "arch$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$stacks.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PW" - ] - }, - { - "label": "", - "code": "arch$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$UNASSIGNED.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "eastasian$cjk", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$cjk.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reference", - "code": "eastasian$cjkref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$cjkref.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "Western Languages", - "code": "eastasian$gest", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$gest.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Western Periodicals", - "code": "eastasian$gestpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$gestpe.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Permanent Reserve", - "code": "eastasian$gestpr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$gestpr.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "eastasian$hy", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$hy.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microfilms: Forrestal Annex", - "code": "eastasian$hygf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$hygf.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "PF", - "QA", - "QC", - "QL" - ] - }, - { - "label": "Periodicals", - "code": "eastasian$hype", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$hype.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reference ", - "code": "eastasian$hyref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$hyref.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): East Asian Library Use Only", - "code": "eastasian$pl", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$pl.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PL", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage (ReCAP): East Asian Microforms", - "code": "eastasian$ql", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$ql.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PL", - "PF", - "QA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Reference", - "code": "eastasian$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$ref.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "Reserve", - "code": "eastasian$reserve", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$reserve.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "", - "code": "eastasian$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$UNASSIGNED.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Wilhelm Collection", - "code": "eastasian$wilhelm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$wilhelm.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "A", - "code": "engineer$ast", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$ast.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Indexes and Abstracts", - "code": "engineer$index", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$index.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Laptops", - "code": "engineer$ltop", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$ltop.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Media Collection", - "code": "engineer$media", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$media.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Microforms", - "code": "engineer$mic", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$mic.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "New Book Shelf", - "code": "engineer$nb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$nb.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Remote Storage (ReCAP): Engineering Library Use Only", - "code": "engineer$pt", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$pt.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Reference", - "code": "engineer$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$ref.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Reserve", - "code": "engineer$res", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$res.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Term Loan Reserve", - "code": "engineer$resterm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$resterm.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Friend Center Archive", - "code": "engineer$scc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$scc.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Serials", - "code": "engineer$serial", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$serial.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Stacks", - "code": "engineer$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$stacks.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "S", - "code": "engineer$str", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$str.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "Theses", - "code": "engineer$theses", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$theses.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PT" - ] - }, - { - "label": "", - "code": "engineer$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$UNASSIGNED.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "African American Studies Reading Room", - "code": "firestone$aas", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$aas.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Collection", - "code": "firestone$clas", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$clas.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Collection Non-Circulating", - "code": "firestone$clasnc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$clasnc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Dixon Books", - "code": "firestone$dixn", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$dixn.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Government Documents Collection", - "code": "firestone$docs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$docs.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Government Documents Collection Microforms", - "code": "firestone$docsm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$docsm.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Trustee Reading Room Reference", - "code": "firestone$dr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$dr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Trustee Reading Room Reference: Atlases", - "code": "firestone$dra", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$dra.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Trustee Reading Room Reference: Ready Reference", - "code": "firestone$drrr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$drrr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Data and Statistical Services", - "code": "firestone$dss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$dss.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "English Graduate Study Room", - "code": "firestone$egsr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$egsr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Faculty Publications", - "code": "firestone$fac", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$fac.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "QL", - "PS", - "PZ", - "QK", - "PB", - "QX" - ] - }, - { - "label": "French & Italian Graduate Study Room", - "code": "firestone$fis", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$fis.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Services (Film)", - "code": "firestone$flm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$flm.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Services (Film B)", - "code": "firestone$flmb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$flmb.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Services (Film M)", - "code": "firestone$flmm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$flmm.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Services (Film P)", - "code": "firestone$flmp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$flmp.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Services: East Asian", - "code": "firestone$gestf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$gestf.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Gender & Sexuality Studies Research Collection", - "code": "firestone$gss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$gss.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "QL", - "PS", - "PZ", - "QK", - "PB", - "QX" - ] - }, - { - "label": "Miriam Y. Holden Collection", - "code": "firestone$hldn", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$hldn.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Law Cases and Statutes", - "code": "firestone$law", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$law.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Video Collection: Firestone Circulation Desk", - "code": "firestone$lrc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$lrc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Video Library Reserve", - "code": "firestone$lrcpt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$lrcpt.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Video Library Reserve", - "code": "firestone$lrcr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$lrcr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Computer Media", - "code": "firestone$ltop", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ltop.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Collections", - "code": "firestone$nec", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$nec.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Near East Collections: Non-Circulating", - "code": "firestone$necnc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$necnc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Non-Circulating", - "code": "firestone$noncirc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$noncirc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Newspaper Collection: Recent Issues", - "code": "firestone$nr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$nr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Firestone Library - Remote Storage (ReCAP): Supervised use in Firestone", - "code": "firestone$pb", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$pb.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "QT", - "QA", - "QC", - "PB", - "QP" - ] - }, - { - "label": "Remote Storage (ReCAP): Firestone Library Use Only", - "code": "firestone$pf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$pf.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "PF" - ] - }, - { - "label": "Periodicals Collection", - "code": "firestone$pr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$pr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Preservation Office: Contact preservation@princeton.edu", - "code": "firestone$pres", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$pres.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Near East Periodicals Collection", - "code": "firestone$prne", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$prne.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "African American Studies Reading Room: Reserve", - "code": "firestone$raas", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$raas.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "Circulation Desk (24 Hour Reserve)", - "code": "firestone$res24hr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$res24hr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Circulation Desk (3 Hour Reserve)", - "code": "firestone$res3hr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$res3hr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Religion Graduate Study: Reserve", - "code": "firestone$rrel", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rrel.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Graduate Study: Reserve", - "code": "firestone$rsc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rsc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Germanic Languages Graduate Study Room: Reserve", - "code": "firestone$rsd", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rsd.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "English Graduate Study Room: Reserve", - "code": "firestone$rse", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rse.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "History Reference: Reserve", - "code": "firestone$rsh", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rsh.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Russian Study Room: Reserve", - "code": "firestone$rslv", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rslv.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Graduate Study Room: Reserve", - "code": "firestone$rsne", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rsne.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Comparative Literature Graduate Study Room: Reserve", - "code": "firestone$rspc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rspc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Sociology Graduate Study Room: Reserve", - "code": "firestone$rssa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$rssa.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Graduate Study Room", - "code": "firestone$sc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Germanic Languages Graduate Study Room", - "code": "firestone$sd", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sd.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Scribner Library", - "code": "firestone$se", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$se.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Scribner Library: Common Works Collection", - "code": "firestone$secw", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$secw.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Scribner Library: Reference", - "code": "firestone$seref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$seref.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "History Reference", - "code": "firestone$sh", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sh.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Hellenic Studies Reading Room", - "code": "firestone$shs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$shs.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Slavic Graduate Study Room", - "code": "firestone$slav", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$slav.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Graduate Study Room", - "code": "firestone$sne", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sne.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Comparative Literature Graduate Study Room", - "code": "firestone$spc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$spc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Spanish & Portuguese Graduate Study Room", - "code": "firestone$sps", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sps.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Religion Graduate Study Room", - "code": "firestone$srel", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$srel.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Sociology Graduate Study Room", - "code": "firestone$ssa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ssa.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Government Documents Collection (DOCS): Census", - "code": "firestone$ssrcdc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ssrcdc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Data and Statistical Services (DSS): Statistical Abstracts", - "code": "firestone$ssrcfo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ssrcfo.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "History Graduate Study Room", - "code": "firestone$sss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$sss.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Stacks", - "code": "firestone$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$stacks.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Indigenous Studies Collection", - "code": "firestone$isc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$isc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Travel Guides", - "code": "firestone$trv", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$trv.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "United Nations Collection", - "code": "firestone$un", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$un.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "firestone$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$UNASSIGNED.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Video Collection: Circulation Desk", - "code": "firestone$vidl", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$vidl.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Video Library Reserve", - "code": "firestone$vidlr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$vidlr.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Very large books", - "code": "firestone$xl", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$xl.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Very large books: Non-Circulating", - "code": "firestone$xlnc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$xlnc.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Zeiss Wildlife Collection", - "code": "firestone$zeiss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$zeiss.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Documents", - "code": "lewis$doc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$doc.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "E/F Oversize and Atlases", - "code": "lewis$efa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$efa.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "GIS and Digital Map Center", - "code": "lewis$gis", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$gis.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graduate Reading", - "code": "lewis$gr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$gr.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Limited Access", - "code": "lewis$laf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$laf.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "Limited Access", - "code": "lewis$lal", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$lal.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Computer Media", - "code": "lewis$ltop", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$ltop.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Map Collection", - "code": "lewis$map", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$map.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Map Collection. Lateral File", - "code": "lewis$maplf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$maplf.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Map Collection. Reference Maps", - "code": "lewis$maplref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$maplref.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Map Collection. Map Case", - "code": "lewis$mapmc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$mapmc.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Map Collection. Map Case Max", - "code": "lewis$mapmcm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$mapmcm.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Multimedia", - "code": "lewis$media", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$media.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms", - "code": "lewis$mic", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$mic.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "New Book Shelf", - "code": "lewis$nb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$nb.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "Pamphlet", - "code": "lewis$pam", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$pam.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Peyton Hall Observing Room", - "code": "lewis$ph", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$ph.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Lewis Library Use Only", - "code": "lewis$pn", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$pn.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "delivery_locations": [ - "QT", - "QA", - "PN", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage (ReCAP): Lewis Library Use Only", - "code": "lewis$ps", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$ps.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "delivery_locations": [ - "QT", - "QA", - "QC", - "PS", - "QP" - ] - }, - { - "label": "Reference (Fine Hall Wing)", - "code": "lewis$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$ref.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "Reference (Information Desk)", - "code": "lewis$refid", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$refid.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Course Reserve", - "code": "lewis$res", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$res.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Term Loan Reserves", - "code": "lewis$resterm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$resterm.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Lewis Library - Serials (Off-Site)", - "code": "lewis$serial", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$serial.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "Stacks", - "code": "lewis$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$stacks.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "SuDoc Collection", - "code": "lewis$sudoc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$sudoc.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Theses", - "code": "lewis$theses", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$theses.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PN" - ] - }, - { - "label": "", - "code": "lewis$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$UNASSIGNED.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Tang Reading Room Remote Storage: Marquand Use Only", - "code": "marquand$fesrf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$fesrf.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Computer Media", - "code": "marquand$ltop", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$ltop.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms Remote Storage: Marquand Use Only", - "code": "marquand$mic", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$mic.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Manuscripts", - "code": "marquand$ms", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$ms.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Manuscripts: Reference", - "code": "marquand$msref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$msref.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Photography", - "code": "marquand$ph", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$ph.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Photography Reference", - "code": "marquand$phref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$phref.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Remote Storage (ReCAP): Marquand Library Use Only", - "code": "marquand$pj", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$pj.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PJ", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage (ReCAP): Marquand Library Use Only", - "code": "marquand$pv", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$pv.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Marquand Library Use Only Rare Books", - "code": "marquand$pz", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$pz.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Reference Remote Storage: Marquand Use Only", - "code": "marquand$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$ref.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Reserve", - "code": "marquand$res", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$res.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Storage", - "code": "marquand$rp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$rp.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Barr Ferree Collection", - "code": "marquand$saf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$saf.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Remote Storage: Marquand Use Only", - "code": "marquand$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$stacks.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Rare Books: Miscellanea", - "code": "marquand$t", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$t.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "marquand$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$UNASSIGNED.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Workroom", - "code": "marquand$wr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$wr.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PJ" - ] - }, - { - "label": "Rare Books", - "code": "marquand$x", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$x.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Audio Visual (Circulation Desk)", - "code": "mendel$av", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$av.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PK" - ] - }, - { - "label": "Facsimiles", - "code": "mendel$facs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$facs.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graduate Reserve", - "code": "mendel$g", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$g.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Locked", - "code": "mendel$locked", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$locked.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PK" - ] - }, - { - "label": "New Book Shelf", - "code": "mendel$nb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$nb.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "Bound Periodicals", - "code": "mendel$pe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$pe.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP)", - "code": "mendel$pk", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$pk.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PK", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage (ReCAP): Mendel Music Library Use Only", - "code": "mendel$qk", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$qk.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PK", - "QA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Reference", - "code": "mendel$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$ref.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reserve", - "code": "mendel$res", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$res.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reading Room", - "code": "mendel$rg", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$rg.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PK" - ] - }, - { - "label": "Stacks", - "code": "mendel$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$stacks.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "mendel$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$UNASSIGNED.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms", - "code": "mudd$mic", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$mic.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PK" - ] - }, - { - "label": "Remote Storage (ReCAP): Mudd Library Use Only", - "code": "mudd$ph", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$ph.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "delivery_locations": [ - "PH" - ] - }, - { - "label": "Remote Storage (ReCAP): Mudd Archival. Special Collections Use Only", - "code": "mudd$phr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$phr.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "delivery_locations": [ - "PH" - ] - }, - { - "label": "Princetoniana Collection", - "code": "mudd$prnc", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$prnc.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PK" - ] - }, - { - "label": "Mudd Archival. Special Collections Use Only", - "code": "mudd$scamudd", - "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/mudd$scamudd.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Stacks", - "code": "mudd$stacks", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$stacks.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PH" - ] - }, - { - "label": "", - "code": "mudd$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$UNASSIGNED.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "online$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/online$UNASSIGNED.json", - "library": { - "label": "Electronic Access", - "code": "online", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Indexes & Abstracts", - "code": "plasma$index", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$index.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Seminar Room", - "code": "plasma$la", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$la.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Office", - "code": "plasma$li", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$li.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "New Book Shelf", - "code": "plasma$nb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$nb.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "Periodicals", - "code": "plasma$ps", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$ps.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Tech. Reports", - "code": "plasma$rdr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$rdr.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reference", - "code": "plasma$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$ref.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reserve", - "code": "plasma$res", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$res.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Ready Reference", - "code": "plasma$rr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$rr.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Serials", - "code": "plasma$serial", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$serial.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Stacks", - "code": "plasma$stacks", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$stacks.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PA" - ] - }, - { - "label": "Theses", - "code": "plasma$theses", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$theses.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "plasma$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$UNASSIGNED.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Sylvia Beach Collection (Beach)", - "code": "rare$beac", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$beac.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Eugene B. Cook Chess Collection (Cook)", - "code": "rare$cook", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$cook.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest) Rare Books", - "code": "rare$crare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$crare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "Cotsen Children's Library", - "code": "rare$ctsn", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ctsn.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Cotsen Children's Library Reference Collection", - "code": "rare$ctsnrf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ctsnrf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Edwards Collection", - "code": "rare$ed", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ed.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Rare Books", - "code": "rare$ex", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ex.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Dulles Reference Collection", - "code": "rare$exb", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exb.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "J. Harlin O'Connell Collection", - "code": "rare$exc", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exc.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Laurance Roberts Carton Hunting Collection", - "code": "rare$exca", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exca.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Kenneth McKenzie Fable Collection", - "code": "rare$exf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Miriam Y. Holden Collection", - "code": "rare$exho", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exho.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Incunabula Collection", - "code": "rare$exi", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exi.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Kane Collection", - "code": "rare$exka", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exka.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Otto von Kienbusch Angling Collection", - "code": "rare$exki", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exki.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Charles Scribner Collection of Charles Lamb", - "code": "rare$exl", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exl.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Robert Metzdorf Collection", - "code": "rare$exme", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exme.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Rare Books Oversize", - "code": "rare$exov", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exov.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Morris L. Parrish Collection", - "code": "rare$expa", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$expa.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Kenneth H. Rockey Angling Collection", - "code": "rare$exrc", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exrc.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Leonard Milberg Coll. of American Poetry", - "code": "rare$exrl", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exrl.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Rare Books Transfer", - "code": "rare$extr", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$extr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Technical Services Reference", - "code": "rare$extsf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$extsf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Harry B. Vandeventer Poetry Collection", - "code": "rare$exv", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exv.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Orlando F. Weber Collection of Economic History", - "code": "rare$exw", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$exw.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graphic Arts Collection", - "code": "rare$ga", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ga.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Graphic Arts Reference Collection", - "code": "rare$garf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$garf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graphic Arts Collection", - "code": "rare$gax", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$gax.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$gestrare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$gestrare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "Cotsen Children's Library", - "code": "rare$hsvc", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvc.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian", - "code": "rare$hsve", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsve.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graphic Arts", - "code": "rare$hsvg", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvg.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Manuscripts", - "code": "rare$hsvm", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvm.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Numismatics", - "code": "rare$hsvn", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvn.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Historic Maps", - "code": "rare$hsvp", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvp.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Rare Books", - "code": "rare$hsvr", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Western Americana", - "code": "rare$hsvw", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hsvw.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "QL", - "PS", - "PZ", - "QK", - "PB", - "QX" - ] - }, - { - "label": "Laurence Hutton Collection", - "code": "rare$htn", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$htn.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$hycrare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hycrare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$hyjrare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hyjrare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$hykrare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$hykrare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$jrare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$jrare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "East Asian Library Rare Books", - "code": "rare$krare", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$krare.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PL" - ] - }, - { - "label": "Rare Books Historic Map Collection", - "code": "rare$map", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$map.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Manuscripts Collection", - "code": "rare$mss", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$mss.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "rare$njpg", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$njpg.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Numismatics Collection", - "code": "rare$num", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$num.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Numismatics Collection Reference", - "code": "rare$numrf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$numrf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Princeton Borough Collection", - "code": "rare$pb", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$pb.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Special Collections Use Only", - "code": "rare$pg", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$pg.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Robert Patterson Collection", - "code": "rare$ptt", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ptt.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Robert H. Taylor Collection", - "code": "rare$rht", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$rht.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Cotsen Children's Library Archival. Special Collections Use Only", - "code": "rare$scactsn", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$scactsn.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Rare Books Archival. Special Collections Use Only", - "code": "rare$scaex", - "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$scaex.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Graphic Arts Archival. Special Collections Use Only", - "code": "rare$scagax", - "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$scagax.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Manuscripts Archival. Special Collections Use Only", - "code": "rare$scahsvm", - "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$scahsvm.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Manuscripts Archival. Special Collections Use Only", - "code": "rare$scamss", - "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$scamss.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Theater Archival. Special Collections Use Only", - "code": "rare$scathx", - "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$scathx.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Western Americana Archival. Special Collections Use Only", - "code": "rare$scawa", - "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$scawa.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Cotsen Children's Library Archival. Special Collections Use Only", - "code": "rare$xcr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xcr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Graphic Arts Archival. Special Collections Use Only", - "code": "rare$xgr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xgr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Rare Books Archival. Special Collections Use Only", - "code": "rare$xrr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xrr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "delivery_locations": [] - }, - { - "label": "Cotsen Children's Library Archival. Special Collections Use Only", - "code": "rare$scahsvc", - "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$scahsvc.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Theatre Collection", - "code": "rare$thx", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$thx.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Theatre Collection Reference", - "code": "rare$thxr", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$thxr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "rare$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$UNASSIGNED.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Junius Morgan Collection", - "code": "rare$vrg", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$vrg.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "John Shaw Pierson Civil War Collection", - "code": "rare$w", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$w.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Western Americana Collection", - "code": "rare$wa", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$wa.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Western Americana Reference Collection", - "code": "rare$warf", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$warf.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "William H. Scheide Library", - "code": "rare$whs", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$whs.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "John Witherspoon Library", - "code": "rare$wit", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$wit.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Cotsen Children's Library. Special Collections Use Only", - "code": "rare$xc", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xc.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage (ReCAP): Graphic Arts. Special Collections Use Only", - "code": "rare$xg", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xg.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage (ReCAP): Manuscripts. Special Collections Use Only", - "code": "rare$xm", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xm.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PH" - ] - }, - { - "label": "Remote Storage (ReCAP): Manuscripts. Special Collections Use Only", - "code": "rare$xmr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xmr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Numismatics. Special Collections Use Only", - "code": "rare$xn", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xn.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage (ReCAP): Historic Maps. Special Collections Use Only", - "code": "rare$xp", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xp.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage (ReCAP): Rare Books. Special Collections Use Only", - "code": "rare$xr", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xr.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage (ReCAP): Western Americana. Special Collections Use Only", - "code": "rare$xw", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xw.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "QA", - "PG", - "PN", - "PA", - "QC", - "QL", - "PS", - "PZ", - "QK", - "PB", - "QX" - ] - }, - { - "label": "Remote Storage (ReCAP): Special Collections Use Only", - "code": "rare$xx", - "aeon_location": true, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xx.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "delivery_locations": [ - "PG" - ] - }, - { - "label": "Remote Storage: Government Documents", - "code": "recap$gp", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$gp.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PM", - "QA", - "PN", - "PA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: JSTOR Restricted", - "code": "recap$jq", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$jq.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage", - "code": "recap$pa", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$pa.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PK", - "PM", - "QA", - "PN", - "PA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: Restricted Backup Copies", - "code": "recap$pe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$pe.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: Plasma Physics use only", - "code": "recap$pq", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$pq.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "QT", - "QA", - "PN", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: Reading Room use only", - "code": "recap$qb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$qb.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QT", - "QA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: Video Collection", - "code": "recap$qv", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$qv.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "delivery_locations": [ - "PQ", - "QT", - "PW", - "PL", - "PT", - "PK", - "PM", - "QA", - "PN", - "PA", - "IL", - "QC", - "QP" - ] - }, - { - "label": "Remote Storage: Broadcast Center use only", - "code": "recap$qx", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$qx.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "recap$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/recap$UNASSIGNED.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Borrow Direct Service. Princeton University Library", - "code": "resshare$bdirect", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/resshare$bdirect.json", - "library": { - "label": "Resource Sharing", - "code": "resshare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "ReCAP Partner Materials", - "code": "resshare$htcsc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/resshare$htcsc.json", - "library": { - "label": "Resource Sharing", - "code": "resshare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Lending Resource Sharing Requests", - "code": "RES_SHARE$IN_RS_REQ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "RES_FU", - "url": "https://bibdata.princeton.edu/locations/holding_locations/RES_SHARE$IN_RS_REQ.json", - "library": { - "label": "Resource Sharing Library", - "code": "RES_SHARE", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Borrowing Resource Sharing Requests", - "code": "RES_SHARE$OUT_RS_REQ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "RES_FU", - "url": "https://bibdata.princeton.edu/locations/holding_locations/RES_SHARE$OUT_RS_REQ.json", - "library": { - "label": "Resource Sharing Library", - "code": "RES_SHARE", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "resshare$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/resshare$UNASSIGNED.json", - "library": { - "label": "Resource Sharing", - "code": "resshare", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage", - "code": "scsbcul", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": null, - "url": "https://bibdata.princeton.edu/locations/holding_locations/scsbcul.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QX" - ] - }, - { - "label": "Remote Storage", - "code": "scsbhl", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": null, - "url": "https://bibdata.princeton.edu/locations/holding_locations/scsbhl.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QX" - ] - }, - { - "label": "Remote Storage", - "code": "scsbnypl", - "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": null, - "url": "https://bibdata.princeton.edu/locations/holding_locations/scsbnypl.json", - "library": { - "label": "ReCAP", - "code": "recap", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "QX" - ] - }, - { - "label": "Indexes. Wallace Hall", - "code": "stokes$index", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$index.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Computer Media", - "code": "stokes$ltop", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Media", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$ltop.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Microforms. Wallace Hall", - "code": "stokes$mic", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$mic.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Wallace Hall", - "code": "stokes$piapr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$piapr.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Remote Storage (ReCAP): Stokes Library Use Only", - "code": "stokes$pm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "recap_rmt", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$pm.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "delivery_locations": [ - "QT", - "PM", - "QA", - "QC", - "QP" - ] - }, - { - "label": "Reference. Wallace Hall", - "code": "stokes$ref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$ref.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reserve. Wallace Hall", - "code": "stokes$respiapr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$respiapr.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Wallace Hall (SPIA)", - "code": "stokes$spia", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spia.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Atlases. Wallace Hall", - "code": "stokes$spiaa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spiaa.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Periodicals. Wallace Hall", - "code": "stokes$spiaps", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spiaps.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Writing Shelf. Wallace Hall", - "code": "stokes$spiaws", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spiaws.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Reserve. Wallace Hall", - "code": "stokes$spir", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": false, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Reserves", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spir.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Wallace Hall (SPR)", - "code": "stokes$spr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$spr.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Periodicals. Wallace Hall", - "code": "stokes$sprps", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "General", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$sprps.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [ - "PQ", - "PW", - "PL", - "PT", - "PF", - "PJ", - "PK", - "PH", - "PM", - "PG", - "PN", - "PA", - "IL", - "QL", - "PS", - "PZ", - "QK", - "PB" - ] - }, - { - "label": "", - "code": "stokes$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$UNASSIGNED.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Acqord Orders ACQ", - "code": "techserv$acqord", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$acqord.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Acqord Orders ACQ", - "code": "techserv$acqper", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$acqper.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Acqord Orders ACQ", - "code": "techserv$acqser", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$acqser.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Cataloging and Metadata Services", - "code": "techserv$dc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$dc.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "techserv$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$UNASSIGNED.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "zobsolete$REVIEW", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$REVIEW.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "", - "code": "zobsolete$UNASSIGNED", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$UNASSIGNED.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "American Civilization (AC) OBSOLETE", - "code": "zobsolete$zac", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zac.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Books in Arabic (Arab). Firestone OBSOLETE", - "code": "zobsolete$zarab", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zarab.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Data Statistical Services (DSS). Firestone OBSOLETE", - "code": "zobsolete$zcomc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zcomc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest): Periodicals OBSOLETE", - "code": "zobsolete$zcp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zcp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "David Paton Collection (DPA). OBSOLETE", - "code": "zobsolete$zdpa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zdpa.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Online Resources", - "code": "zobsolete$zelf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zelf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest)OBSOLETE", - "code": "zobsolete$zgst", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zgst.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Firestone Microforms Services: East Asian OBSOLETE", - "code": "zobsolete$zgstf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zgstf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest): Periodicals OBSOLETE", - "code": "zobsolete$zgstpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zgstpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest): Permanent Reserve OBSOLETE", - "code": "zobsolete$zgstpr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zgstpr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest): Periodicals OBSOLETE", - "code": "zobsolete$zhygpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zhygpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "East Asian Library (Gest): Rare Books OBSOLETE", - "code": "zobsolete$zhygrare", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zhygrare.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Indo-European Philology Coll. (Indo). Firestone OBSOLETE", - "code": "zobsolete$zindo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zindo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Industrial Relations Library (IR). Firestone OBSOLETE", - "code": "zobsolete$zir", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zir.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Spoken Word Recordings (LISC): OBSOLETE", - "code": "zobsolete$zlisc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zlisc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Magie Coll. OBSOLETE", - "code": "zobsolete$zmagi", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zmagi.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Mycenaean Collection (Mycen). Firestone OBSOLETE", - "code": "zobsolete$zmycn", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zmycn.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Department Collection (NED). Jones Hall", - "code": "zobsolete$zned", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zned.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "New Order Request OBSOLETE", - "code": "zobsolete$znew", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$znew.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "ZOPAC Circulation Desk", - "code": "zobsolete$zopac", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zopac.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (PF). Firestone OBSOLETE", - "code": "zobsolete$zpf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zpf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Donald E. Stokes Library (PIAPR): Periodicals. OBSOLETE", - "code": "zobsolete$zpiaprpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zpiaprpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Princeton Inn College (PIC) OBSOLETE", - "code": "zobsolete$zpic", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zpic.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": ".Choose a Pickup Location", - "code": "zobsolete$zpickup", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zpickup.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pitney Collection (PITN). Firestone OBSOLETE", - "code": "zobsolete$zpitn", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zpitn.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Problem Record OBSOLETE", - "code": "zobsolete$zprob", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zprob.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "OBS Reference", - "code": "zobsolete$zref", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zref.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Romance Languages Grad.S.Rm (RS):Reserve.Firestone OBSOLETE", - "code": "zobsolete$zrrs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrrs.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Temporarily shelved in Room B-1-M Firestone Library OBSOLETE", - "code": "zobsolete$zrs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrs.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Politics Graduate Study Rm (SHP) Reserve. Firestone OBSOLETE", - "code": "zobsolete$zrshp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrshp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Anthropology Grad. Study Rm. (SNST): Reserve. OBSOLETE", - "code": "zobsolete$zrsnst", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrsnst.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Philosophy GSR (SP): Reserve. Firestone OBSOLETE", - "code": "zobsolete$zrsp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrsp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "History of Science Grad S.Rm. (SSS): Reserve. OBSOLETE", - "code": "zobsolete$zrsss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrsss.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Economics GSR (SX): Reserve. Firestone OBSOLETE", - "code": "zobsolete$zrsx", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zrsx.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Marquand Library (SA) OBSOLETE", - "code": "zobsolete$zsaphwr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsaphwr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Graduate Study (SCG). OBSOLETE", - "code": "zobsolete$zscg", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zscg.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Graduate Study (SCL). OBSOLETE", - "code": "zobsolete$zscl", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zscl.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Classics Graduate Study (SCP). OBSOLETE", - "code": "zobsolete$zscp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zscp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Public Administration Collection (SF). Firestone OBSOLETE", - "code": "zobsolete$zsf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG) OBSOLETE", - "code": "zobsolete$zsg", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsg.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Atlases A/E OversizeOBSOLETE", - "code": "zobsolete$zsgae", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgae.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): CageOBSOLETE", - "code": "zobsolete$zsgca", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgca.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): CD-ROMsOBSOLETE", - "code": "zobsolete$zsgcd", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgcd.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Digital Map and GIS CenterOBSOLETE", - "code": "zobsolete$zsgcdt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgcdt.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): DictionariesOBSOLETE", - "code": "zobsolete$zsgdi", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgdi.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): DocumentsOBSOLETE", - "code": "zobsolete$zsgdo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgdo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Desk ReferenceOBSOLETE", - "code": "zobsolete$zsgdr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgdr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): MicroformsOBSOLETE", - "code": "zobsolete$zsgf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Librarian's OfficeOBSOLETE", - "code": "zobsolete$zsglo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsglo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Map CollectionOBSOLETE", - "code": "zobsolete$zsgma", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgma.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): ReserveOBSOLETE", - "code": "zobsolete$zsgr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Reference AtlasesOBSOLETE", - "code": "zobsolete$zsgrat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgrat.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Permanent ReserveOBSOLETE", - "code": "zobsolete$zsgrp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgrp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): SuDocs CollectionOBSOLETE", - "code": "zobsolete$zsgsd", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgsd.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Geosciences Library (SG): Serials Shelved by Series TitleOBS", - "code": "zobsolete$zsgss", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsgss.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Politics Graduate Study Room (SHP). Firestone OBSOLETE", - "code": "zobsolete$zshp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zshp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM)OBSOLETE", - "code": "zobsolete$zsk", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsk.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Lower LevelOBSOLETE", - "code": "zobsolete$zskir", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zskir.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Latin American Graduate Study Room (SLA). OBSOLETE", - "code": "zobsolete$zsla", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsla.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM) OBSOLETE", - "code": "zobsolete$zsm", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsm.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Microforms OBSOLETE", - "code": "zobsolete$zsmf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Graduate Reserve OBSOLETE", - "code": "zobsolete$zsmgr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmgr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Serials (shelved by title) OBSOLETE", - "code": "zobsolete$zsmir", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmir.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Limited Access OBSOLETE", - "code": "zobsolete$zsmla", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmla.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Oversize OBSOLETE", - "code": "zobsolete$zsmo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Pamphlet OBSOLETE", - "code": "zobsolete$zsmpa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmpa.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Reserve OBSOLETE", - "code": "zobsolete$zsmr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Shelved with Books OBSOLETE", - "code": "zobsolete$zsmsb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmsb.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Theses - Limited Access OBSOLETE", - "code": "zobsolete$zsmt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsmt.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO) OBSOLETE", - "code": "zobsolete$zso", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zso.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): Peyton Hall Observing Rm OBSOLETE", - "code": "zobsolete$zsoar", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsoar.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): CD-ROMs and Videos OBSOLETE", - "code": "zobsolete$zsocd", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsocd.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", - "code": "zobsolete$zsoj", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsoj.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO):Journals, Shelved by TitleOBSOLETE", - "code": "zobsolete$zsojs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsojs.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): Librarian's Office OBSOLETE", - "code": "zobsolete$zsolo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsolo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): Slide Collection OBSOLETE", - "code": "zobsolete$zsonb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsonb.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): Reserve OBSOLETE", - "code": "zobsolete$zsor", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsor.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", - "code": "zobsolete$zsoric", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsoric.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", - "code": "zobsolete$zsoris", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsoris.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Astrophysics Library (SO): Theses OBSOLETE", - "code": "zobsolete$zsot", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsot.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Philosophy Graduate Study Room (SP). Firestone OBSOLETE", - "code": "zobsolete$zsp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "OBSOLETE", - "code": "zobsolete$zsphx", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsphx.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Donald E. Stokes Library (SPIA): Pamphlets. OBSOLETE", - "code": "zobsolete$zspiap", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zspiap.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Comparative Literature GSR. (SPL).Firestone OBSOLETE", - "code": "zobsolete$zspl", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zspl.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "OBSOLETE", - "code": "zobsolete$zsprcirc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsprcirc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ) OBSOLETE", - "code": "zobsolete$zsq", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsq.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Closed Stacks OBSOLETE", - "code": "zobsolete$zsqc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Desk Reference OBSOLETE", - "code": "zobsolete$zsqdr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqdr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Microforms OBSOLETE", - "code": "zobsolete$zsqf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Permanent Reserve OBSOLETE", - "code": "zobsolete$zsqp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Periodicals OBSOLETE", - "code": "zobsolete$zsqpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Reserve OBSOLETE", - "code": "zobsolete$zsqr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Chemistry Library (SQ): Theses (Closed Stacks) OBSOLETE", - "code": "zobsolete$zsqt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsqt.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Social Science Reference Center (SSRC). OBSOLETE", - "code": "zobsolete$zssrc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zssrc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Social Sci. Ref. Center (SSRC): Ready Ref. OBSOLETE", - "code": "zobsolete$zssrcrr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zssrcrr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Annex A, Forrestal (Engineering) OBSOLETE", - "code": "zobsolete$zstlo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zstlo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Street Library (Street) OBSOLETE", - "code": "zobsolete$zstre", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zstre.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW) OBSOLETE", - "code": "zobsolete$zsw", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsw.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Microforms OBSOLETE", - "code": "zobsolete$zswf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Limited Access OBSOLETE", - "code": "zobsolete$zswla", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswla.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Librarian's Office OBSOLETE", - "code": "zobsolete$zswlo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswlo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Periodicals OBSOLETE", - "code": "zobsolete$zswpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Reserve OBSOLETE", - "code": "zobsolete$zswr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Bibliography OBSOLETE", - "code": "zobsolete$zswrbb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrbb.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Biography OBSOLETE", - "code": "zobsolete$zswrbo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrbo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Career Shelf OBSOLETE", - "code": "zobsolete$zswrcs", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrcs.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Dictionaries OBSOLETE", - "code": "zobsolete$zswrdc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrdc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Drug Information OBSOLETE", - "code": "zobsolete$zswrdi", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrdi.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Directories OBSOLETE", - "code": "zobsolete$zswrdr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrdr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Encyclopedias OBSOLETE", - "code": "zobsolete$zswre", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswre.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): General Reference OBSOLETE", - "code": "zobsolete$zswrg", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrg.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Indexes and Abstracts OBSOLETE", - "code": "zobsolete$zswri", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswri.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Tests and Measurements OBSOLETE", - "code": "zobsolete$zswrt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrt.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Psychology Library (SW): Writing information OBSOLETE", - "code": "zobsolete$zswrw", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zswrw.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Economics Graduate Study Room (SX). Firestone OBSOLETE", - "code": "zobsolete$zsx", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsx.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (SXF). Firestone OBSOLETE", - "code": "zobsolete$zsxf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Social Science Reference (SSRC): Index Tables.F OBSOLETE", - "code": "zobsolete$zsxfa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxfa.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (SXF): Financial Serv. Firestone OBSOLETE", - "code": "zobsolete$zsxffi", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxffi.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (SXF): Federal Reserve.Firestone OBSOLETE", - "code": "zobsolete$zsxffr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxffr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (SXF): Index Tables. Firestone OBSOLETE", - "code": "zobsolete$zsxfit", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxfit.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Pliny Fisk Library (SXF): Ready Reference. FirestoneOBSOLETE", - "code": "zobsolete$zsxfrr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsxfrr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Collection (SY). Firestone OBSOLETE", - "code": "zobsolete$zsy", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsy.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Near East Periodicals (SYS). Firestone OBSOLETE", - "code": "zobsolete$zsys", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsys.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ) OBSOLETE", - "code": "zobsolete$zsz", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zsz.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Microforms OBSOLETE", - "code": "zobsolete$zszf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Indexes OBSOLETE", - "code": "zobsolete$zszi", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszi.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Librarian's Office OBSOLETE", - "code": "zobsolete$zszli", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszli.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Library Office OBSOLETE", - "code": "zobsolete$zszof", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszof.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Fine Hall Library (SM): Permanent Reserve OBSOLETE", - "code": "zobsolete$zszp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Periodicals OBSOLETE", - "code": "zobsolete$zszpr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszpr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Reserve OBSOLETE", - "code": "zobsolete$zszr", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszr.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "OBSOLETE", - "code": "zobsolete$zszrfa", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszrfa.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Shelved with Books OBSOLETE", - "code": "zobsolete$zszsb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszsb.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Annex, Fine Hall (AnnexB): Biology Storage OBSOLETE", - "code": "zobsolete$zszstor", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszstor.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Biology Library (SZ): Theses OBSOLETE", - "code": "zobsolete$zszt", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszt.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Architecture Library (UES): Microforms OBSOLETE", - "code": "zobsolete$zuesf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zuesf.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Architecture Library (UES): Indexes OBSOLETE", - "code": "zobsolete$zuesia", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zuesia.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "Architecture Library (UES): Permanent Reserve OBSOLETE", - "code": "zobsolete$zuesp", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zuesp.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - }, - { - "label": "X Obsolete Locations", - "code": "zobsolete$zzzX", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zzzX.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "delivery_locations": [] - } -] \ No newline at end of file diff --git a/spec/fixtures/bibdata/holding_locations.json b/spec/fixtures/bibdata/holding_locations.json index c20ec63bd..93e4ccb15 100644 --- a/spec/fixtures/bibdata/holding_locations.json +++ b/spec/fixtures/bibdata/holding_locations.json @@ -1,44 +1,4 @@ [ - { - "label": "Cataloging", - "code": "annex$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$cat.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "annex$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/annex$circ.json", - "library": { - "label": "Forrestal Annex", - "code": "annex", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, { "label": "Documents Off-Site Storage; contact docstor@Princeton.edu", "code": "annex$doc", @@ -57,7 +17,12 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "PA", + "QC" + ] }, { "label": "A", @@ -77,7 +42,19 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PK", + "PM", + "QA", + "PN", + "PA", + "QC" + ] }, { "label": "Locked", @@ -97,7 +74,12 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "PN", + "QC" + ] }, { "label": "Non-Circulating", @@ -117,7 +99,20 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA", + "PN", + "PQ", + "PW", + "PM", + "PL", + "PT", + "PJ", + "PK", + "QT", + "QA", + "QC" + ] }, { "label": "Princeton Collection", @@ -137,7 +132,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reserve", @@ -157,7 +152,18 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "PW", + "PL", + "PT", + "PJ", + "PK", + "PM", + "QA", + "PA", + "QC" + ] }, { "label": "Classics Theses", @@ -177,7 +183,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "German Theses", @@ -197,7 +203,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "English Theses", @@ -217,7 +223,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "History Theses", @@ -237,7 +243,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Philosophy Theses", @@ -257,7 +263,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "A: Romance Language Theses", @@ -277,7 +283,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Stacks", @@ -297,7 +303,21 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PF", + "PK", + "PH", + "PM", + "QA", + "PN", + "PA", + "QC" + ] }, { "label": "A: Theses Collection", @@ -317,7 +337,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -337,27 +357,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "arch$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/arch$circ.json", - "library": { - "label": "Architecture Library", - "code": "arch", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Librarian's Office", @@ -377,7 +377,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PW" + ] }, { "label": "New Book Shelf", @@ -397,7 +399,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "Remote Storage (ReCAP): Architecture Library Use Only", @@ -421,7 +442,13 @@ "code": "arch", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PW", + "QA", + "QC", + "QP" + ] }, { "label": "Reference", @@ -441,7 +468,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PW" + ] }, { "label": "Reserve 3-Hour", @@ -461,7 +490,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PW" + ] }, { "label": "Reserve Closed", @@ -481,7 +512,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PW" + ] }, { "label": "Stacks", @@ -501,7 +534,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PW" + ] }, { "label": "", @@ -521,67 +556,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Acquisitions", - "code": "eastasian$acq", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$acq.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "eastasian$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$cat.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "eastasian$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$circ.json", - "library": { - "label": "East Asian Library", - "code": "eastasian", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -601,7 +576,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reference", @@ -621,7 +596,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "Western Languages", @@ -641,7 +618,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Western Periodicals", @@ -661,7 +638,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Permanent Reserve", @@ -681,7 +658,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -701,7 +678,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microfilms: Forrestal Annex", @@ -721,7 +698,13 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "PF", + "QA", + "QC", + "QL" + ] }, { "label": "Periodicals", @@ -733,7 +716,7 @@ "always_requestable": false, "circulates": true, "remote_storage": "", - "fulfillment_unit": "Limited", + "fulfillment_unit": "General", "url": "https://bibdata.princeton.edu/locations/holding_locations/eastasian$hype.json", "library": { "label": "East Asian Library", @@ -741,7 +724,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reference ", @@ -761,7 +744,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): East Asian Library Use Only", @@ -785,7 +768,13 @@ "code": "eastasian", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PL", + "QA", + "QC", + "QP" + ] }, { "label": "Remote Storage (ReCAP): East Asian Microforms", @@ -809,7 +798,15 @@ "code": "eastasian", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PL", + "PF", + "QA", + "IL", + "QC", + "QP" + ] }, { "label": "Reference", @@ -829,7 +826,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "Reserve", @@ -849,7 +848,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "", @@ -869,7 +870,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Wilhelm Collection", @@ -889,7 +890,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "A", @@ -909,47 +910,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "engineer$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$cat.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "engineer$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/engineer$circ.json", - "library": { - "label": "Engineering Library", - "code": "engineer", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Indexes and Abstracts", @@ -969,7 +932,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Laptops", @@ -989,7 +954,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Media Collection", @@ -1009,7 +976,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Microforms", @@ -1029,7 +998,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "New Book Shelf", @@ -1049,7 +1020,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Remote Storage (ReCAP): Engineering Library Use Only", @@ -1073,7 +1046,9 @@ "code": "engineer", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Reference", @@ -1093,7 +1068,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Reserve", @@ -1113,7 +1090,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Term Loan Reserve", @@ -1133,7 +1112,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Friend Center Archive", @@ -1153,7 +1134,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Serials", @@ -1173,7 +1156,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Stacks", @@ -1193,7 +1178,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "S", @@ -1213,7 +1200,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "Theses", @@ -1233,7 +1222,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PT" + ] }, { "label": "", @@ -1253,7 +1244,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "African American Studies Reading Room", @@ -1273,47 +1264,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "firestone$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$cat.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "firestone$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$circ.json", - "library": { - "label": "Firestone Library", - "code": "firestone", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Collection", @@ -1333,7 +1284,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Collection Non-Circulating", @@ -1353,7 +1304,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Dixon Books", @@ -1373,7 +1324,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Government Documents Collection", @@ -1393,7 +1344,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Government Documents Collection Microforms", @@ -1413,7 +1364,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Trustee Reading Room Reference", @@ -1433,7 +1384,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Trustee Reading Room Reference: Atlases", @@ -1453,7 +1404,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Trustee Reading Room Reference: Ready Reference", @@ -1473,7 +1424,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Data and Statistical Services", @@ -1493,7 +1444,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "English Graduate Study Room", @@ -1513,7 +1464,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Faculty Publications", @@ -1537,7 +1488,26 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "QL", + "PS", + "PZ", + "QK", + "PB", + "QX" + ] }, { "label": "French & Italian Graduate Study Room", @@ -1557,7 +1527,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Services (Film)", @@ -1577,7 +1547,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Services (Film B)", @@ -1597,7 +1567,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Services (Film M)", @@ -1617,7 +1587,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Services (Film P)", @@ -1637,7 +1607,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Services: East Asian", @@ -1657,7 +1627,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Gender & Sexuality Studies Research Collection", @@ -1681,7 +1651,26 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "QL", + "PS", + "PZ", + "QK", + "PB", + "QX" + ] }, { "label": "Miriam Y. Holden Collection", @@ -1701,7 +1690,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Law Cases and Statutes", @@ -1721,7 +1710,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Video Collection: Firestone Circulation Desk", @@ -1741,7 +1730,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Video Library Reserve", @@ -1761,7 +1750,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Video Library Reserve", @@ -1781,7 +1770,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Computer Media", @@ -1801,7 +1790,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Collections", @@ -1821,7 +1810,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Near East Collections: Non-Circulating", @@ -1841,7 +1832,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Non-Circulating", @@ -1861,7 +1854,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Newspaper Collection: Recent Issues", @@ -1881,10 +1874,10 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Remote Storage (ReCAP): Supervised use in Firestone A-16-H-3", + "label": "Firestone Library - Remote Storage (ReCAP): Supervised use in Firestone", "code": "firestone$pb", "aeon_location": false, "recap_electronic_delivery_location": true, @@ -1905,7 +1898,13 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "QC", + "PB", + "QP" + ] }, { "label": "Remote Storage (ReCAP): Firestone Library Use Only", @@ -1915,7 +1914,7 @@ "open": false, "requestable": true, "always_requestable": false, - "circulates": true, + "circulates": false, "remote_storage": "recap_rmt", "fulfillment_unit": "Closed", "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$pf.json", @@ -1929,7 +1928,9 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PF" + ] }, { "label": "Periodicals Collection", @@ -1949,10 +1950,10 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Preservation Office: Contact fstcirc@princeton.edu", + "label": "Preservation Office: Contact preservation@princeton.edu", "code": "firestone$pres", "aeon_location": false, "recap_electronic_delivery_location": false, @@ -1969,7 +1970,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Near East Periodicals Collection", @@ -1989,7 +1992,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "African American Studies Reading Room: Reserve", @@ -2009,7 +2012,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "Circulation Desk (24 Hour Reserve)", @@ -2029,7 +2051,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Circulation Desk (3 Hour Reserve)", @@ -2049,7 +2071,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Religion Graduate Study: Reserve", @@ -2069,7 +2091,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Graduate Study: Reserve", @@ -2089,7 +2111,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Germanic Languages Graduate Study Room: Reserve", @@ -2109,7 +2131,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "English Graduate Study Room: Reserve", @@ -2129,7 +2151,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "History Reference: Reserve", @@ -2149,7 +2171,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Russian Study Room: Reserve", @@ -2169,7 +2191,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Graduate Study Room: Reserve", @@ -2189,7 +2211,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Comparative Literature Graduate Study Room: Reserve", @@ -2209,7 +2231,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Sociology Graduate Study Room: Reserve", @@ -2229,7 +2251,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Graduate Study Room", @@ -2249,7 +2271,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Germanic Languages Graduate Study Room", @@ -2269,10 +2291,10 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Scribner Room", + "label": "Scribner Library", "code": "firestone$se", "aeon_location": false, "recap_electronic_delivery_location": false, @@ -2289,7 +2311,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Scribner Library: Common Works Collection", @@ -2309,10 +2331,10 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Scribner Room: Reference", + "label": "Scribner Library: Reference", "code": "firestone$seref", "aeon_location": false, "recap_electronic_delivery_location": false, @@ -2329,7 +2351,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "History Reference", @@ -2349,7 +2371,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Hellenic Studies Reading Room", @@ -2369,7 +2391,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Slavic Graduate Study Room", @@ -2389,7 +2411,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Graduate Study Room", @@ -2409,7 +2431,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Comparative Literature Graduate Study Room", @@ -2429,7 +2451,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Spanish & Portuguese Graduate Study Room", @@ -2449,7 +2471,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Religion Graduate Study Room", @@ -2469,7 +2491,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Sociology Graduate Study Room", @@ -2489,7 +2511,47 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] + }, + { + "label": "Government Documents Collection (DOCS): Census", + "code": "firestone$ssrcdc", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": true, + "requestable": false, + "always_requestable": false, + "circulates": true, + "remote_storage": "", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ssrcdc.json", + "library": { + "label": "Firestone Library", + "code": "firestone", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Data and Statistical Services (DSS): Statistical Abstracts", + "code": "firestone$ssrcfo", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": true, + "requestable": false, + "always_requestable": false, + "circulates": true, + "remote_storage": "", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$ssrcfo.json", + "library": { + "label": "Firestone Library", + "code": "firestone", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] }, { "label": "History Graduate Study Room", @@ -2509,7 +2571,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Stacks", @@ -2529,7 +2591,31 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] + }, + { + "label": "Indigenous Studies Collection", + "code": "firestone$isc", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": true, + "requestable": true, + "always_requestable": false, + "circulates": true, + "remote_storage": "", + "fulfillment_unit": "General", + "url": "https://bibdata.princeton.edu/locations/holding_locations/firestone$isc.json", + "library": { + "label": "Firestone Library", + "code": "firestone", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [ + "PA" + ] }, { "label": "Travel Guides", @@ -2549,7 +2635,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "United Nations Collection", @@ -2569,7 +2655,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -2589,7 +2675,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Video Collection: Circulation Desk", @@ -2609,7 +2695,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Video Library Reserve", @@ -2629,7 +2715,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Very large books", @@ -2649,7 +2735,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Very large books: Non-Circulating", @@ -2669,7 +2757,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Zeiss Wildlife Collection", @@ -2689,47 +2779,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "lewis$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$cat.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circ", - "code": "lewis$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/lewis$circ.json", - "library": { - "label": "Lewis Library", - "code": "lewis", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Documents", @@ -2753,7 +2803,9 @@ "code": "lewis", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "E/F Oversize and Atlases", @@ -2773,7 +2825,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "GIS and Digital Map Center", @@ -2793,7 +2847,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Graduate Reading", @@ -2813,7 +2867,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Limited Access", @@ -2833,7 +2887,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "Limited Access", @@ -2853,7 +2909,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Computer Media", @@ -2873,7 +2929,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Map Collection", @@ -2893,7 +2949,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Map Collection. Lateral File", @@ -2913,7 +2969,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Map Collection. Reference Maps", @@ -2933,7 +2989,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Map Collection. Map Case", @@ -2953,7 +3009,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Map Collection. Map Case Max", @@ -2973,7 +3029,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Multimedia", @@ -2993,7 +3049,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms", @@ -3013,7 +3069,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "New Book Shelf", @@ -3033,7 +3089,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "Pamphlet", @@ -3053,7 +3128,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Peyton Hall Observing Room", @@ -3073,7 +3148,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Lewis Library Use Only", @@ -3097,7 +3172,13 @@ "code": "lewis", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "PN", + "QC", + "QP" + ] }, { "label": "Remote Storage (ReCAP): Lewis Library Use Only", @@ -3121,7 +3202,13 @@ "code": "lewis", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "QC", + "PS", + "QP" + ] }, { "label": "Reference (Fine Hall Wing)", @@ -3141,7 +3228,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "Reference (Information Desk)", @@ -3161,7 +3250,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Course Reserve", @@ -3181,7 +3270,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Term Loan Reserves", @@ -3201,10 +3290,10 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Serials (shelved by serial title)", + "label": "Lewis Library - Serials (Off-Site)", "code": "lewis$serial", "aeon_location": false, "recap_electronic_delivery_location": false, @@ -3221,7 +3310,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "Stacks", @@ -3241,7 +3332,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "SuDoc Collection", @@ -3261,7 +3354,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Theses", @@ -3281,7 +3374,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PN" + ] }, { "label": "", @@ -3301,67 +3396,29 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "Cataloging", - "code": "marquand$cat", + "label": "Tang Reading Room Remote Storage: Marquand Use Only", + "code": "marquand$fesrf", "aeon_location": false, "recap_electronic_delivery_location": false, - "open": true, + "open": false, "requestable": true, - "always_requestable": false, - "circulates": true, + "always_requestable": true, + "circulates": false, "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$cat.json", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$fesrf.json", "library": { "label": "Marquand Library", "code": "marquand", "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "marquand$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$circ.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Tang Reading Room Remote Storage: Marquand Use Only", - "code": "marquand$fesrf", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": true, - "circulates": false, - "remote_storage": "", - "fulfillment_unit": "Limited", - "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$fesrf.json", - "library": { - "label": "Marquand Library", - "code": "marquand", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Computer Media", @@ -3381,7 +3438,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms Remote Storage: Marquand Use Only", @@ -3401,7 +3458,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Manuscripts", @@ -3421,7 +3480,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Manuscripts: Reference", @@ -3441,7 +3502,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Photography", @@ -3461,7 +3524,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Photography Reference", @@ -3481,7 +3546,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Remote Storage (ReCAP): Marquand Library Use Only", @@ -3505,7 +3572,33 @@ "code": "marquand", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PJ", + "QA", + "QC", + "QP" + ] + }, + { + "label": "Remote Storage (ReCAP): Marquand Library Use Only", + "code": "marquand$pv", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": true, + "requestable": true, + "always_requestable": false, + "circulates": true, + "remote_storage": "recap_rmt", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$pv.json", + "library": { + "label": "Marquand Library", + "code": "marquand", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Marquand Library Use Only Rare Books", @@ -3529,7 +3622,9 @@ "code": "marquand", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Reference Remote Storage: Marquand Use Only", @@ -3549,7 +3644,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Reserve", @@ -3569,7 +3666,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Storage", @@ -3589,7 +3688,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Barr Ferree Collection", @@ -3609,7 +3710,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Remote Storage: Marquand Use Only", @@ -3621,7 +3724,7 @@ "always_requestable": true, "circulates": false, "remote_storage": "", - "fulfillment_unit": "Limited", + "fulfillment_unit": "Closed", "url": "https://bibdata.princeton.edu/locations/holding_locations/marquand$stacks.json", "library": { "label": "Marquand Library", @@ -3629,7 +3732,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Rare Books: Miscellanea", @@ -3649,7 +3754,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -3669,7 +3774,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Workroom", @@ -3689,7 +3794,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PJ" + ] }, { "label": "Rare Books", @@ -3709,7 +3816,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Audio Visual (Circulation Desk)", @@ -3729,47 +3836,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "mendel$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$cat.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "mendel$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mendel$circ.json", - "library": { - "label": "Mendel Music Library", - "code": "mendel", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PK" + ] }, { "label": "Facsimiles", @@ -3789,7 +3858,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Graduate Reserve", @@ -3809,7 +3878,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Locked", @@ -3829,7 +3898,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PK" + ] }, { "label": "New Book Shelf", @@ -3849,7 +3920,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "Bound Periodicals", @@ -3869,7 +3959,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP)", @@ -3893,7 +3983,13 @@ "code": "mendel", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PK", + "QA", + "QC", + "QP" + ] }, { "label": "Remote Storage (ReCAP): Mendel Music Library Use Only", @@ -3917,7 +4013,14 @@ "code": "mendel", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PK", + "QA", + "IL", + "QC", + "QP" + ] }, { "label": "Reference", @@ -3937,7 +4040,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reserve", @@ -3957,7 +4060,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reading Room", @@ -3977,7 +4080,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PK" + ] }, { "label": "Stacks", @@ -3997,7 +4102,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -4017,47 +4122,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "mudd$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$cat.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "mudd$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$circ.json", - "library": { - "label": "Mudd Manuscript Library", - "code": "mudd", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms", @@ -4077,7 +4142,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PK" + ] }, { "label": "Remote Storage (ReCAP): Mudd Library Use Only", @@ -4101,31 +4168,39 @@ "code": "mudd", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PH" + ] }, { - "label": "Princetoniana Collection", - "code": "mudd$prnc", - "aeon_location": true, + "label": "Remote Storage (ReCAP): Mudd Archival. Special Collections Use Only", + "code": "mudd$phr", + "aeon_location": false, "recap_electronic_delivery_location": false, "open": false, - "requestable": true, - "always_requestable": true, + "requestable": false, + "always_requestable": false, "circulates": false, - "remote_storage": "", + "remote_storage": "recap_rmt", "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$prnc.json", + "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$phr.json", "library": { "label": "Mudd Manuscript Library", "code": "mudd", "order": 0 }, - "holding_library": null, - "hours_location": null + "holding_library": { + "label": "ReCAP", + "code": "recap", + "order": 0 + }, + "delivery_locations": [ + "PH" + ] }, { - "label": "Stacks", - "code": "mudd$stacks", + "label": "Princetoniana Collection", + "code": "mudd$prnc", "aeon_location": true, "recap_electronic_delivery_location": false, "open": false, @@ -4134,82 +4209,78 @@ "circulates": false, "remote_storage": "", "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$stacks.json", + "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$prnc.json", "library": { "label": "Mudd Manuscript Library", "code": "mudd", "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PK" + ] }, { - "label": "", - "code": "mudd$UNASSIGNED", + "label": "Mudd Archival. Special Collections Use Only", + "code": "mudd$scamudd", "aeon_location": false, "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, + "open": false, + "requestable": false, "always_requestable": false, - "circulates": true, + "circulates": false, "remote_storage": "", - "fulfillment_unit": "", - "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$UNASSIGNED.json", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$scamudd.json", "library": { "label": "Mudd Manuscript Library", "code": "mudd", "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { - "label": "ETAS", - "code": "online$etas", - "aeon_location": false, + "label": "Stacks", + "code": "mudd$stacks", + "aeon_location": true, "recap_electronic_delivery_location": false, "open": false, "requestable": true, - "always_requestable": false, + "always_requestable": true, "circulates": false, "remote_storage": "", "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/online$etas.json", + "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$stacks.json", "library": { - "label": "Electronic Access", - "code": "online", - "order": 0 - }, - "holding_library": { - "label": "Firestone Library", - "code": "firestone", + "label": "Mudd Manuscript Library", + "code": "mudd", "order": 0 }, - "hours_location": null + "holding_library": null, + "delivery_locations": [ + "PH" + ] }, { "label": "", - "code": "online$etasrcp", + "code": "mudd$UNASSIGNED", "aeon_location": false, - "recap_electronic_delivery_location": true, - "open": false, + "recap_electronic_delivery_location": false, + "open": true, "requestable": true, "always_requestable": false, - "circulates": false, + "circulates": true, "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/online$etasrcp.json", + "fulfillment_unit": "", + "url": "https://bibdata.princeton.edu/locations/holding_locations/mudd$UNASSIGNED.json", "library": { - "label": "Electronic Access", - "code": "online", - "order": 0 - }, - "holding_library": { - "label": "ReCAP", - "code": "recap", + "label": "Mudd Manuscript Library", + "code": "mudd", "order": 0 }, - "hours_location": null + "holding_library": null, + "delivery_locations": [] }, { "label": "", @@ -4229,47 +4300,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "plasma$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$cat.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "plasma$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/plasma$circ.json", - "library": { - "label": "Harold P. Furth Plasma Physics Library", - "code": "plasma", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Indexes & Abstracts", @@ -4289,7 +4320,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Seminar Room", @@ -4309,7 +4340,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Office", @@ -4329,7 +4360,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "New Book Shelf", @@ -4349,7 +4380,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "Periodicals", @@ -4369,7 +4419,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Tech. Reports", @@ -4389,7 +4439,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reference", @@ -4409,7 +4459,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reserve", @@ -4429,7 +4479,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Ready Reference", @@ -4449,7 +4499,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Serials", @@ -4469,7 +4519,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Stacks", @@ -4489,7 +4539,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PA" + ] }, { "label": "Theses", @@ -4509,7 +4561,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -4529,7 +4581,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Sylvia Beach Collection (Beach)", @@ -4549,27 +4601,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Rare Books Cataloging", - "code": "rare$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$cat.json", - "library": { - "label": "Special Collections", - "code": "rare", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Eugene B. Cook Chess Collection (Cook)", @@ -4589,7 +4621,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest) Rare Books", @@ -4609,7 +4641,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "Cotsen Children's Library", @@ -4629,7 +4663,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Cotsen Children's Library Reference Collection", @@ -4649,7 +4685,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Edwards Collection", @@ -4669,7 +4705,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Rare Books", @@ -4689,7 +4725,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Dulles Reference Collection", @@ -4709,7 +4747,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "J. Harlin O'Connell Collection", @@ -4729,7 +4767,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Laurance Roberts Carton Hunting Collection", @@ -4749,7 +4787,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Kenneth McKenzie Fable Collection", @@ -4769,7 +4807,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Miriam Y. Holden Collection", @@ -4789,7 +4827,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Incunabula Collection", @@ -4809,7 +4847,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Kane Collection", @@ -4829,7 +4867,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Otto von Kienbusch Angling Collection", @@ -4849,7 +4887,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Charles Scribner Collection of Charles Lamb", @@ -4869,7 +4907,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Robert Metzdorf Collection", @@ -4889,7 +4927,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Rare Books Oversize", @@ -4909,7 +4947,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Morris L. Parrish Collection", @@ -4929,7 +4967,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Kenneth H. Rockey Angling Collection", @@ -4949,7 +4987,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Leonard Milberg Coll. of American Poetry", @@ -4969,7 +5007,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Rare Books Transfer", @@ -4989,7 +5027,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Technical Services Reference", @@ -5009,7 +5047,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Harry B. Vandeventer Poetry Collection", @@ -5029,7 +5067,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Orlando F. Weber Collection of Economic History", @@ -5049,7 +5087,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Graphic Arts Collection", @@ -5069,7 +5107,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Graphic Arts Reference Collection", @@ -5089,7 +5129,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Graphic Arts Collection", @@ -5109,7 +5149,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library Rare Books", @@ -5129,7 +5169,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "Cotsen Children's Library", @@ -5149,7 +5191,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian", @@ -5169,7 +5211,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Graphic Arts", @@ -5189,7 +5231,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Manuscripts", @@ -5209,7 +5251,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Numismatics", @@ -5229,7 +5271,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Historic Maps", @@ -5249,7 +5291,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Rare Books", @@ -5269,7 +5311,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Western Americana", @@ -5289,7 +5331,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "QL", + "PS", + "PZ", + "QK", + "PB", + "QX" + ] }, { "label": "Laurence Hutton Collection", @@ -5309,7 +5370,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library Rare Books", @@ -5329,7 +5390,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library Rare Books", @@ -5349,7 +5410,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library Rare Books", @@ -5369,7 +5430,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library Rare Books", @@ -5389,7 +5450,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "East Asian Library Rare Books", @@ -5409,7 +5472,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PL" + ] }, { "label": "Rare Books Historic Map Collection", @@ -5429,7 +5494,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Manuscripts Collection", @@ -5449,7 +5514,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -5469,7 +5534,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Numismatics Collection", @@ -5489,7 +5554,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Numismatics Collection Reference", @@ -5509,7 +5574,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Princeton Borough Collection", @@ -5529,7 +5594,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Special Collections Use Only", @@ -5553,7 +5618,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Robert Patterson Collection", @@ -5561,39 +5628,271 @@ "aeon_location": true, "recap_electronic_delivery_location": false, "open": false, - "requestable": true, - "always_requestable": true, + "requestable": true, + "always_requestable": true, + "circulates": false, + "remote_storage": "", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ptt.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Robert H. Taylor Collection", + "code": "rare$rht", + "aeon_location": true, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": true, + "always_requestable": true, + "circulates": false, + "remote_storage": "", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$rht.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Cotsen Children's Library Archival. Special Collections Use Only", + "code": "rare$scactsn", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": true, + "requestable": false, + "always_requestable": false, + "circulates": true, + "remote_storage": "", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$scactsn.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Rare Books Archival. Special Collections Use Only", + "code": "rare$scaex", + "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$scaex.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Graphic Arts Archival. Special Collections Use Only", + "code": "rare$scagax", + "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$scagax.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Manuscripts Archival. Special Collections Use Only", + "code": "rare$scahsvm", + "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$scahsvm.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Manuscripts Archival. Special Collections Use Only", + "code": "rare$scamss", + "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$scamss.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Theater Archival. Special Collections Use Only", + "code": "rare$scathx", + "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$scathx.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Western Americana Archival. Special Collections Use Only", + "code": "rare$scawa", + "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$scawa.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": null, + "delivery_locations": [] + }, + { + "label": "Remote Storage (ReCAP): Cotsen Children's Library Archival. Special Collections Use Only", + "code": "rare$xcr", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": false, + "always_requestable": false, + "circulates": false, + "remote_storage": "recap_rmt", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xcr.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": { + "label": "ReCAP", + "code": "recap", + "order": 0 + }, + "delivery_locations": [] + }, + { + "label": "Remote Storage (ReCAP): Graphic Arts Archival. Special Collections Use Only", + "code": "rare$xgr", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": false, + "always_requestable": false, + "circulates": false, + "remote_storage": "recap_rmt", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xgr.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": { + "label": "ReCAP", + "code": "recap", + "order": 0 + }, + "delivery_locations": [] + }, + { + "label": "Remote Storage (ReCAP): Rare Books Archival. Special Collections Use Only", + "code": "rare$xrr", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": false, + "always_requestable": false, "circulates": false, - "remote_storage": "", + "remote_storage": "recap_rmt", "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$ptt.json", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xrr.json", "library": { "label": "Special Collections", "code": "rare", "order": 0 }, - "holding_library": null, - "hours_location": null + "holding_library": { + "label": "ReCAP", + "code": "recap", + "order": 0 + }, + "delivery_locations": [] }, { - "label": "Robert H. Taylor Collection", - "code": "rare$rht", - "aeon_location": true, + "label": "Cotsen Children's Library Archival. Special Collections Use Only", + "code": "rare$scahsvc", + "aeon_location": false, "recap_electronic_delivery_location": false, "open": false, - "requestable": true, - "always_requestable": true, + "requestable": false, + "always_requestable": false, "circulates": false, "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$rht.json", + "fulfillment_unit": "Limited", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$scahsvc.json", "library": { "label": "Special Collections", "code": "rare", "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Theatre Collection", @@ -5613,7 +5912,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Theatre Collection Reference", @@ -5633,7 +5932,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -5653,7 +5952,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Junius Morgan Collection", @@ -5673,7 +5972,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "John Shaw Pierson Civil War Collection", @@ -5693,7 +5992,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Western Americana Collection", @@ -5713,7 +6012,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Western Americana Reference Collection", @@ -5737,7 +6036,26 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "William H. Scheide Library", @@ -5757,7 +6075,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "John Witherspoon Library", @@ -5777,7 +6095,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Cotsen Children's Library. Special Collections Use Only", @@ -5801,7 +6119,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage (ReCAP): Graphic Arts. Special Collections Use Only", @@ -5825,7 +6145,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage (ReCAP): Manuscripts. Special Collections Use Only", @@ -5849,7 +6171,33 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PH" + ] + }, + { + "label": "Remote Storage (ReCAP): Manuscripts. Special Collections Use Only", + "code": "rare$xmr", + "aeon_location": false, + "recap_electronic_delivery_location": false, + "open": false, + "requestable": false, + "always_requestable": false, + "circulates": false, + "remote_storage": "recap_rmt", + "fulfillment_unit": "Closed", + "url": "https://bibdata.princeton.edu/locations/holding_locations/rare$xmr.json", + "library": { + "label": "Special Collections", + "code": "rare", + "order": 0 + }, + "holding_library": { + "label": "ReCAP", + "code": "recap", + "order": 0 + }, + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Numismatics. Special Collections Use Only", @@ -5873,7 +6221,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage (ReCAP): Historic Maps. Special Collections Use Only", @@ -5897,7 +6247,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage (ReCAP): Rare Books. Special Collections Use Only", @@ -5921,7 +6273,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage (ReCAP): Western Americana. Special Collections Use Only", @@ -5945,7 +6299,29 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "QA", + "PG", + "PN", + "PA", + "QC", + "QL", + "PS", + "PZ", + "QK", + "PB", + "QX" + ] }, { "label": "Remote Storage (ReCAP): Special Collections Use Only", @@ -5969,7 +6345,9 @@ "code": "rare", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PG" + ] }, { "label": "Remote Storage: Government Documents", @@ -5993,7 +6371,23 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PM", + "QA", + "PN", + "PA", + "IL", + "QC", + "QP" + ] }, { "label": "Remote Storage: JSTOR Restricted", @@ -6013,7 +6407,12 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "QC", + "QP" + ] }, { "label": "Remote Storage", @@ -6033,7 +6432,21 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PK", + "PM", + "QA", + "PN", + "PA", + "IL", + "QC", + "QP" + ] }, { "label": "Remote Storage: Restricted Backup Copies", @@ -6053,7 +6466,12 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "QC", + "QP" + ] }, { "label": "Remote Storage: Plasma Physics use only", @@ -6077,7 +6495,14 @@ "code": "plasma", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "QA", + "PN", + "QC", + "QP" + ] }, { "label": "Remote Storage: Reading Room use only", @@ -6097,7 +6522,13 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QT", + "QA", + "IL", + "QC", + "QP" + ] }, { "label": "Remote Storage: Video Collection", @@ -6121,7 +6552,21 @@ "code": "firestone", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "PQ", + "QT", + "PW", + "PL", + "PT", + "PK", + "PM", + "QA", + "PN", + "PA", + "IL", + "QC", + "QP" + ] }, { "label": "Remote Storage: Broadcast Center use only", @@ -6141,7 +6586,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -6161,7 +6606,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Borrow Direct Service. Princeton University Library", @@ -6181,27 +6626,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "ILL Circ", - "code": "resshare$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/resshare$circ.json", - "library": { - "label": "Resource Sharing", - "code": "resshare", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "ReCAP Partner Materials", @@ -6221,7 +6646,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Lending Resource Sharing Requests", @@ -6241,7 +6666,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Borrowing Resource Sharing Requests", @@ -6261,7 +6686,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -6281,7 +6706,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage", @@ -6301,7 +6726,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QX" + ] }, { "label": "Remote Storage", @@ -6321,7 +6748,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QX" + ] }, { "label": "Remote Storage", @@ -6341,27 +6770,9 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "stokes$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/stokes$circ.json", - "library": { - "label": "Stokes Library", - "code": "stokes", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [ + "QX" + ] }, { "label": "Indexes. Wallace Hall", @@ -6381,7 +6792,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Computer Media", @@ -6401,7 +6812,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Microforms. Wallace Hall", @@ -6421,7 +6832,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Wallace Hall", @@ -6441,7 +6852,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Remote Storage (ReCAP): Stokes Library Use Only", @@ -6465,7 +6876,13 @@ "code": "stokes", "order": 0 }, - "hours_location": null + "delivery_locations": [ + "QT", + "PM", + "QA", + "QC", + "QP" + ] }, { "label": "Reference. Wallace Hall", @@ -6485,7 +6902,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reserve. Wallace Hall", @@ -6505,7 +6922,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Wallace Hall (SPIA)", @@ -6525,7 +6942,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Atlases. Wallace Hall", @@ -6545,7 +6962,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Periodicals. Wallace Hall", @@ -6565,7 +6982,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Writing Shelf. Wallace Hall", @@ -6585,7 +7002,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Reserve. Wallace Hall", @@ -6605,7 +7022,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Wallace Hall (SPR)", @@ -6625,7 +7042,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Periodicals. Wallace Hall", @@ -6645,7 +7062,26 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [ + "PQ", + "PW", + "PL", + "PT", + "PF", + "PJ", + "PK", + "PH", + "PM", + "PG", + "PN", + "PA", + "IL", + "QL", + "PS", + "PZ", + "QK", + "PB" + ] }, { "label": "", @@ -6665,27 +7101,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Acquisitions", - "code": "techserv$acq", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$acq.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Acqord Orders ACQ", @@ -6705,7 +7121,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Acqord Orders ACQ", @@ -6725,7 +7141,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Acqord Orders ACQ", @@ -6745,47 +7161,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Cataloging", - "code": "techserv$cat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$cat.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Circulation", - "code": "techserv$circ", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/techserv$circ.json", - "library": { - "label": "Technical Services", - "code": "techserv", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Cataloging and Metadata Services", @@ -6805,7 +7181,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -6825,7 +7201,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -6845,7 +7221,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "", @@ -6865,7 +7241,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "American Civilization (AC) OBSOLETE", @@ -6885,47 +7261,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "OBSOLETE", - "code": "zobsolete$zanga", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zanga.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "OBSOLETE", - "code": "zobsolete$zangb", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zangb.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Books in Arabic (Arab). Firestone OBSOLETE", @@ -6945,47 +7281,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "OBS Cataloging", - "code": "zobsolete$zcat", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zcat.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "OBS Circ", - "code": "zobsolete$zcirc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zcirc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Data Statistical Services (DSS). Firestone OBSOLETE", @@ -7005,7 +7301,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest): Periodicals OBSOLETE", @@ -7025,7 +7321,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "David Paton Collection (DPA). OBSOLETE", @@ -7045,7 +7341,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Online Resources", @@ -7065,27 +7361,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Folio Databases (Fol) OBSOLETE", - "code": "zobsolete$zfol", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zfol.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest)OBSOLETE", @@ -7105,7 +7381,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Firestone Microforms Services: East Asian OBSOLETE", @@ -7125,7 +7401,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest): Periodicals OBSOLETE", @@ -7145,7 +7421,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest): Permanent Reserve OBSOLETE", @@ -7165,7 +7441,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest): Periodicals OBSOLETE", @@ -7185,7 +7461,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "East Asian Library (Gest): Rare Books OBSOLETE", @@ -7205,7 +7481,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Indo-European Philology Coll. (Indo). Firestone OBSOLETE", @@ -7225,7 +7501,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Industrial Relations Library (IR). Firestone OBSOLETE", @@ -7245,7 +7521,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Spoken Word Recordings (LISC): OBSOLETE", @@ -7265,7 +7541,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Magie Coll. OBSOLETE", @@ -7285,7 +7561,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Mycenaean Collection (Mycen). Firestone OBSOLETE", @@ -7305,7 +7581,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Department Collection (NED). Jones Hall", @@ -7325,7 +7601,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "New Order Request OBSOLETE", @@ -7345,7 +7621,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "ZOPAC Circulation Desk", @@ -7365,7 +7641,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (PF). Firestone OBSOLETE", @@ -7385,7 +7661,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Donald E. Stokes Library (PIAPR): Periodicals. OBSOLETE", @@ -7405,7 +7681,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Princeton Inn College (PIC) OBSOLETE", @@ -7425,7 +7701,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": ".Choose a Pickup Location", @@ -7445,7 +7721,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pitney Collection (PITN). Firestone OBSOLETE", @@ -7465,7 +7741,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Problem Record OBSOLETE", @@ -7485,7 +7761,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "OBS Reference", @@ -7505,7 +7781,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Romance Languages Grad.S.Rm (RS):Reserve.Firestone OBSOLETE", @@ -7525,7 +7801,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Temporarily shelved in Room B-1-M Firestone Library OBSOLETE", @@ -7545,7 +7821,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Politics Graduate Study Rm (SHP) Reserve. Firestone OBSOLETE", @@ -7565,7 +7841,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Anthropology Grad. Study Rm. (SNST): Reserve. OBSOLETE", @@ -7585,7 +7861,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Philosophy GSR (SP): Reserve. Firestone OBSOLETE", @@ -7605,7 +7881,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "History of Science Grad S.Rm. (SSS): Reserve. OBSOLETE", @@ -7625,7 +7901,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Economics GSR (SX): Reserve. Firestone OBSOLETE", @@ -7645,7 +7921,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Marquand Library (SA) OBSOLETE", @@ -7665,7 +7941,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Graduate Study (SCG). OBSOLETE", @@ -7685,7 +7961,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Graduate Study (SCL). OBSOLETE", @@ -7705,7 +7981,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Classics Graduate Study (SCP). OBSOLETE", @@ -7725,7 +8001,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Public Administration Collection (SF). Firestone OBSOLETE", @@ -7745,7 +8021,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG) OBSOLETE", @@ -7765,7 +8041,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Atlases A/E OversizeOBSOLETE", @@ -7785,7 +8061,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): CageOBSOLETE", @@ -7805,7 +8081,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): CD-ROMsOBSOLETE", @@ -7825,7 +8101,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Digital Map and GIS CenterOBSOLETE", @@ -7845,7 +8121,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): DictionariesOBSOLETE", @@ -7865,7 +8141,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): DocumentsOBSOLETE", @@ -7885,7 +8161,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Desk ReferenceOBSOLETE", @@ -7905,7 +8181,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): MicroformsOBSOLETE", @@ -7925,7 +8201,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Librarian's OfficeOBSOLETE", @@ -7945,7 +8221,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Map CollectionOBSOLETE", @@ -7965,7 +8241,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): ReserveOBSOLETE", @@ -7985,7 +8261,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Reference AtlasesOBSOLETE", @@ -8005,7 +8281,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Permanent ReserveOBSOLETE", @@ -8025,7 +8301,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): SuDocs CollectionOBSOLETE", @@ -8045,7 +8321,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Geosciences Library (SG): Serials Shelved by Series TitleOBS", @@ -8065,7 +8341,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Politics Graduate Study Room (SHP). Firestone OBSOLETE", @@ -8085,7 +8361,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM)OBSOLETE", @@ -8105,7 +8381,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Lower LevelOBSOLETE", @@ -8125,7 +8401,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Latin American Graduate Study Room (SLA). OBSOLETE", @@ -8145,7 +8421,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM) OBSOLETE", @@ -8165,7 +8441,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Microforms OBSOLETE", @@ -8185,7 +8461,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Graduate Reserve OBSOLETE", @@ -8205,7 +8481,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Serials (shelved by title) OBSOLETE", @@ -8225,7 +8501,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Limited Access OBSOLETE", @@ -8245,7 +8521,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Oversize OBSOLETE", @@ -8265,7 +8541,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Pamphlet OBSOLETE", @@ -8285,7 +8561,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Reserve OBSOLETE", @@ -8305,7 +8581,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Shelved with Books OBSOLETE", @@ -8325,7 +8601,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Theses - Limited Access OBSOLETE", @@ -8345,7 +8621,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO) OBSOLETE", @@ -8365,7 +8641,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): Peyton Hall Observing Rm OBSOLETE", @@ -8385,7 +8661,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): CD-ROMs and Videos OBSOLETE", @@ -8405,7 +8681,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", @@ -8425,7 +8701,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO):Journals, Shelved by TitleOBSOLETE", @@ -8445,7 +8721,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): Librarian's Office OBSOLETE", @@ -8465,7 +8741,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): Slide Collection OBSOLETE", @@ -8485,7 +8761,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): Reserve OBSOLETE", @@ -8505,7 +8781,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", @@ -8525,7 +8801,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO):Serials (shelved by title)OBSOLETE", @@ -8545,7 +8821,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Astrophysics Library (SO): Theses OBSOLETE", @@ -8565,7 +8841,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Philosophy Graduate Study Room (SP). Firestone OBSOLETE", @@ -8585,7 +8861,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "OBSOLETE", @@ -8605,7 +8881,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Donald E. Stokes Library (SPIA): Pamphlets. OBSOLETE", @@ -8625,7 +8901,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Comparative Literature GSR. (SPL).Firestone OBSOLETE", @@ -8645,7 +8921,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "OBSOLETE", @@ -8665,7 +8941,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ) OBSOLETE", @@ -8685,7 +8961,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Closed Stacks OBSOLETE", @@ -8705,7 +8981,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Desk Reference OBSOLETE", @@ -8725,7 +9001,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Microforms OBSOLETE", @@ -8745,7 +9021,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Permanent Reserve OBSOLETE", @@ -8765,7 +9041,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Periodicals OBSOLETE", @@ -8785,7 +9061,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Reserve OBSOLETE", @@ -8805,7 +9081,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Chemistry Library (SQ): Theses (Closed Stacks) OBSOLETE", @@ -8825,7 +9101,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Social Science Reference Center (SSRC). OBSOLETE", @@ -8845,47 +9121,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Government Documents Collection (DOCS). Census. Firestone", - "code": "zobsolete$zssrcdc", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zssrcdc.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null - }, - { - "label": "Data and Statistical Services (DSS):Stat Abstracts Firestone", - "code": "zobsolete$zssrcfo", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": false, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zssrcfo.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Social Sci. Ref. Center (SSRC): Ready Ref. OBSOLETE", @@ -8905,7 +9141,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Annex A, Forrestal (Engineering) OBSOLETE", @@ -8925,7 +9161,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Street Library (Street) OBSOLETE", @@ -8945,7 +9181,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW) OBSOLETE", @@ -8965,7 +9201,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Microforms OBSOLETE", @@ -8985,7 +9221,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Limited Access OBSOLETE", @@ -9005,7 +9241,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Librarian's Office OBSOLETE", @@ -9025,7 +9261,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Periodicals OBSOLETE", @@ -9045,7 +9281,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Reserve OBSOLETE", @@ -9065,7 +9301,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Bibliography OBSOLETE", @@ -9085,7 +9321,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Biography OBSOLETE", @@ -9105,7 +9341,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Career Shelf OBSOLETE", @@ -9125,7 +9361,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Dictionaries OBSOLETE", @@ -9145,7 +9381,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Drug Information OBSOLETE", @@ -9165,7 +9401,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Directories OBSOLETE", @@ -9185,7 +9421,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Encyclopedias OBSOLETE", @@ -9205,7 +9441,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): General Reference OBSOLETE", @@ -9225,7 +9461,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Indexes and Abstracts OBSOLETE", @@ -9245,7 +9481,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Tests and Measurements OBSOLETE", @@ -9265,7 +9501,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Psychology Library (SW): Writing information OBSOLETE", @@ -9285,7 +9521,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Economics Graduate Study Room (SX). Firestone OBSOLETE", @@ -9305,7 +9541,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (SXF). Firestone OBSOLETE", @@ -9325,7 +9561,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Social Science Reference (SSRC): Index Tables.F OBSOLETE", @@ -9345,7 +9581,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (SXF): Financial Serv. Firestone OBSOLETE", @@ -9365,7 +9601,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (SXF): Federal Reserve.Firestone OBSOLETE", @@ -9385,7 +9621,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (SXF): Index Tables. Firestone OBSOLETE", @@ -9405,7 +9641,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Pliny Fisk Library (SXF): Ready Reference. FirestoneOBSOLETE", @@ -9425,7 +9661,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Collection (SY). Firestone OBSOLETE", @@ -9445,7 +9681,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Near East Periodicals (SYS). Firestone OBSOLETE", @@ -9465,7 +9701,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ) OBSOLETE", @@ -9485,7 +9721,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Microforms OBSOLETE", @@ -9505,7 +9741,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Indexes OBSOLETE", @@ -9525,7 +9761,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Librarian's Office OBSOLETE", @@ -9545,7 +9781,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Library Office OBSOLETE", @@ -9565,7 +9801,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Fine Hall Library (SM): Permanent Reserve OBSOLETE", @@ -9585,27 +9821,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null - }, - { - "label": "Biology Library (SZ): Periodicals OBSOLETE", - "code": "zobsolete$zszpe", - "aeon_location": false, - "recap_electronic_delivery_location": false, - "open": true, - "requestable": true, - "always_requestable": false, - "circulates": true, - "remote_storage": "", - "fulfillment_unit": "Closed", - "url": "https://bibdata.princeton.edu/locations/holding_locations/zobsolete$zszpe.json", - "library": { - "label": "Obsolete Locations", - "code": "zobsolete", - "order": 0 - }, - "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Periodicals OBSOLETE", @@ -9625,7 +9841,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Reserve OBSOLETE", @@ -9645,7 +9861,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "OBSOLETE", @@ -9665,7 +9881,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Shelved with Books OBSOLETE", @@ -9685,7 +9901,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Annex, Fine Hall (AnnexB): Biology Storage OBSOLETE", @@ -9705,7 +9921,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Biology Library (SZ): Theses OBSOLETE", @@ -9725,7 +9941,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Architecture Library (UES): Microforms OBSOLETE", @@ -9745,7 +9961,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Architecture Library (UES): Indexes OBSOLETE", @@ -9765,7 +9981,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "Architecture Library (UES): Permanent Reserve OBSOLETE", @@ -9785,7 +10001,7 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] }, { "label": "X Obsolete Locations", @@ -9805,6 +10021,6 @@ "order": 0 }, "holding_library": null, - "hours_location": null + "delivery_locations": [] } -] +] \ No newline at end of file diff --git a/spec/helpers/holding_block_spec.rb b/spec/helpers/holding_block_spec.rb index f1290ccd1..317b712f6 100644 --- a/spec/helpers/holding_block_spec.rb +++ b/spec/helpers/holding_block_spec.rb @@ -170,13 +170,13 @@ before { stub_holding_locations } it 'displays View Record for Availability' do - expect(search_result).to include 'View record for information on additional holdings' + expect(search_result).to include 'View Record for Full Availability' end end context '#holding_block_search' do before { stub_holding_locations } let(:expected_result) do - "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Link Missing
      Online access is not currently available.
    • View record for information on additional holdings
    " + "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Link Missing
      Online access is not currently available.
    • View Record for Full Availability
    " end it 'matches the expected result' do expect(search_result).to eq(expected_result) @@ -292,7 +292,9 @@ before { stub_holding_locations } let(:expected_result) do - "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Online
    • View record for information on additional holdings
    " + <<~END_RESULT.strip + + END_RESULT end it 'matches the expected result' do expect(search_result).to eq(expected_result) @@ -302,9 +304,8 @@ expect(search_result).to include library end - it 'includes both availability-record true and false' do + it 'includes availability for the first holding' do expect(search_result).to include("data-availability-record=\"true\"") - expect(search_result).to include("data-availability-record=\"false\"") end it 'includes the online badge and link since there is an electronic access link' do @@ -391,7 +392,7 @@ context 'using the stackmap' do let(:expected_result) do - "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Link Missing
      Online access is not currently available.
    • View record for information on additional holdings
    " + "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Link Missing
      Online access is not currently available.
    • View Record for Full Availability
    " end it 'matches the expected result' do expect(search_result).to eq(expected_result) @@ -431,7 +432,13 @@ before { stub_holding_locations } let(:expected_result) do - "" + <<~END_EXPECTED_RESULT.strip + + END_EXPECTED_RESULT end it 'matches the expected result' do expect(search_result).to eq(expected_result) @@ -452,9 +459,8 @@ }.with_indifferent_access end - it 'includes only the first link' do - expect(search_result).to include('The bombardment of Canton') - expect(search_result).not_to include("Fifty years' work amongst young men in all lands") + it 'shows an OnlineOptions component' do + expect(search_result).to include('
  • Loading...
    Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
  • Link Missing
    Online access is not currently available.
  • View record for information on additional holdings" + "
    • Loading...
      Rare Books and Special Collections - Rare Books and Special Collections - Reference Collection in Dulles Reading Room » PS3539.A74Z93 2000
    • Link Missing
      Online access is not currently available.
    • View Record for Full Availability
    " end it 'matches the expected result' do expect(search_result).to eq(expected_result) @@ -521,7 +527,7 @@ end context '#holding_block record show - special collections non-requestable locations' do - before { stub_alma_holding_locations } + before { stub_holding_locations } describe 'special collection location rare$xmr' do let(:show_result_sp_rare_xmr) { helper.holding_request_block(SolrDocument.new(document_sc_location_on_site_access)) } let(:document_sc_location_on_site_access) do @@ -577,7 +583,7 @@ end context '#holding_block record show - online holdings' do - before { stub_alma_holding_locations } + before { stub_holding_locations } it 'link missing label appears when 856s is missing from elf location' do expect(show_result.first).to include 'Link Missing' end @@ -620,7 +626,7 @@ }.to_json.to_s end - before { stub_alma_holding_locations } + before { stub_holding_locations } it 'returns a string with call number and location display values' do expect(show_result.last).to include call_number diff --git a/spec/javascript/orangelight/vue_components/online_options.spec.js b/spec/javascript/orangelight/vue_components/online_options.spec.js new file mode 100644 index 000000000..18e649dd9 --- /dev/null +++ b/spec/javascript/orangelight/vue_components/online_options.spec.js @@ -0,0 +1,23 @@ +import { mount } from '@vue/test-utils'; +import OnlineOptions from '../../../../app/javascript/orangelight/vue_components/online_options.vue'; + +describe('OnlineOptions', () => { + it('shows a link', () => { + const wrapper = mount(OnlineOptions, { + props: { + documentId: '99131181127806421', + }, + }); + expect(wrapper.get('a').text()).toContain('Online options'); + }); + it('links to the available online section of the show page', () => { + const wrapper = mount(OnlineOptions, { + props: { + documentId: '99131181127806421', + }, + }); + expect(wrapper.get('a').attributes('href')).toEqual( + '/catalog/99131181127806421#available-online' + ); + }); +}); diff --git a/spec/models/solr_document_spec.rb b/spec/models/solr_document_spec.rb index 5eeaf29e6..97da36655 100644 --- a/spec/models/solr_document_spec.rb +++ b/spec/models/solr_document_spec.rb @@ -134,7 +134,7 @@ end end - describe '#identifier_data' do + describe '#identifier_data', thumbnails: true do context 'with identifiers' do let(:properties) do { @@ -157,6 +157,45 @@ end end + describe '#in_a_special_collection?', thumbnails: true do + context 'when the holdings_1display has a holding in a rare books ReCAP location' do + let(:properties) do + { 'holdings_1display' => '{"22716219400006421":{"location_code":"rare$xc"}}' } + end + it 'returns true' do + stub_holding_locations + expect(solr_document.in_a_special_collection?).to be true + end + end + context 'when the holdings_1display has a holding in a special collection from Marquand' do + let(:properties) do + { 'holdings_1display' => '{"22716219400006421":{"location_code":"marquand$pz"}}' } + end + it 'returns true' do + stub_holding_locations + expect(solr_document.in_a_special_collection?).to be true + end + end + context 'when the holdings_1display has no holdings in special collections' do + let(:properties) do + { 'holdings_1display' => '{"22716219400006421":{"location_code":"lewis$nb"}}' } + end + it 'returns false' do + stub_holding_locations + expect(solr_document.in_a_special_collection?).to be false + end + end + context 'when there is no holdings_1display' do + let(:properties) do + { 'title_display' => 'My favorite book!' } + end + it 'returns true' do + stub_holding_locations + expect(solr_document.in_a_special_collection?).to be true + end + end + end + describe '#export_as_openurl_ctx_kev' do let(:properties) do { diff --git a/spec/requests/request_spec.rb b/spec/requests/request_spec.rb index b8f928095..f5b458f0e 100644 --- a/spec/requests/request_spec.rb +++ b/spec/requests/request_spec.rb @@ -50,7 +50,7 @@ r = JSON.parse(response.body) expect(r['location'].length).to be > 2 get '/catalog?&search_field=all_fields&q=998574693506421' - expect(response.body).to include 'View record for information on additional holdings' + expect(response.body).to include 'View Record for Full Availability' end it 'displays the location name for an item with a single location' do get '/catalog/993213506421/raw' @@ -78,8 +78,8 @@ end it 'includes the link for online holdings in search results' do - get '/catalog?&search_field=all_fields&q=9990889283506421' - expect(response.body).to include("doi.org") + get '/catalog?&search_field=all_fields&q=998574693506421' + expect(response.body).to include("catalog.hathitrust.org") end end @@ -210,11 +210,11 @@ end end - describe 'identifier metadata' do + describe 'identifier metadata', thumbnails: true do before { stub_holding_locations } it 'is accessible from show view' do - id = '9979160443506421' + id = '99125476820706421' get "/catalog/#{id}" expect(response.body).to include '