blacklight-spotlight 2.6.1.1 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/spotlight/admin/add_another.js +22 -0
- data/app/assets/javascripts/spotlight/{add_new_page_button.js → admin/add_new_page_button.js} +0 -0
- data/app/assets/javascripts/spotlight/{appearance.js → admin/appearance.js} +0 -0
- data/app/assets/javascripts/spotlight/{attachments.js → admin/attachments.js} +0 -0
- data/app/assets/javascripts/spotlight/{blacklight_configuration.js → admin/blacklight_configuration.js} +0 -0
- data/app/assets/javascripts/spotlight/{block_mixins → admin/block_mixins}/autocompleteable.js +0 -0
- data/app/assets/javascripts/spotlight/{block_mixins → admin/block_mixins}/formable.js +0 -0
- data/app/assets/javascripts/spotlight/{block_mixins → admin/block_mixins}/plustextable.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/block.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/browse_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/iframe_block.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/link_to_search_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/oembed_block.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/pages_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/resources_block.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/rule_block.js +0 -0
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/search_result_block.js +3 -3
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_base_block.js +3 -3
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_carousel_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_embed_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_features_block.js +2 -2
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/solr_documents_grid_block.js +1 -1
- data/app/assets/javascripts/spotlight/{blocks → admin/blocks}/uploaded_items_block.js +0 -0
- data/app/assets/javascripts/spotlight/{catalog_edit.js → admin/catalog_edit.js} +0 -0
- data/app/assets/javascripts/spotlight/{copy_email_addresses.js → admin/copy_email_addresses.js} +0 -0
- data/app/assets/javascripts/spotlight/{crop.es6 → admin/crop.es6} +5 -0
- data/app/assets/javascripts/spotlight/{croppable.js → admin/croppable.js} +1 -1
- data/app/assets/javascripts/spotlight/{edit_in_place.js → admin/edit_in_place.js} +0 -0
- data/app/assets/javascripts/spotlight/{exhibits.js → admin/exhibits.js} +0 -0
- data/app/assets/javascripts/spotlight/{form_observer.js → admin/form_observer.js} +0 -0
- data/app/assets/javascripts/spotlight/{iiif.es6 → admin/iiif.es6} +0 -0
- data/app/assets/javascripts/spotlight/admin/index.js +18 -0
- data/app/assets/javascripts/spotlight/{locks.js → admin/locks.js} +0 -0
- data/app/assets/javascripts/spotlight/{multi_image_selector.js → admin/multi_image_selector.js} +0 -0
- data/app/assets/javascripts/spotlight/{pages.js.erb → admin/pages.js.erb} +0 -2
- data/app/assets/javascripts/spotlight/{readonly_checkbox.js → admin/readonly_checkbox.js} +0 -0
- data/app/assets/javascripts/spotlight/{reindex_monitor.js → admin/reindex_monitor.js} +0 -0
- data/app/assets/javascripts/spotlight/{search_typeahead.js → admin/search_typeahead.js} +1 -1
- data/app/assets/javascripts/spotlight/{select_related_input.js → admin/select_related_input.js} +0 -0
- data/app/assets/javascripts/spotlight/{sir-trevor → admin/sir-trevor}/block_controls.js +0 -0
- data/app/assets/javascripts/spotlight/{sir-trevor → admin/sir-trevor}/block_limits.js +0 -0
- data/app/assets/javascripts/spotlight/{sir-trevor → admin/sir-trevor}/locales.js +0 -0
- data/app/assets/javascripts/spotlight/{spotlight_nestable.js → admin/spotlight_nestable.js} +0 -0
- data/app/assets/javascripts/spotlight/{tabs.js → admin/tabs.js} +0 -0
- data/app/assets/javascripts/spotlight/{translation_progress.js → admin/translation_progress.js} +0 -0
- data/app/assets/javascripts/spotlight/{users.js → admin/users.js} +0 -0
- data/app/assets/javascripts/spotlight/application.js +2 -22
- data/app/assets/javascripts/spotlight/{analytics.js → user/analytics.js} +0 -0
- data/app/assets/javascripts/spotlight/user/carousel.js +3 -0
- data/app/assets/javascripts/spotlight/{clear_form_button.js → user/clear_form_button.js} +0 -0
- data/app/assets/javascripts/spotlight/user/index.js +6 -0
- data/app/assets/javascripts/spotlight/{report_a_problem.js → user/report_a_problem.js} +0 -0
- data/app/assets/javascripts/spotlight/{zpr_links.js.erb → user/zpr_links.js.erb} +0 -0
- data/app/controllers/spotlight/catalog_controller.rb +1 -1
- data/app/controllers/spotlight/custom_fields_controller.rb +1 -1
- data/app/controllers/spotlight/pages_controller.rb +1 -1
- data/app/controllers/spotlight/resources/csv_upload_controller.rb +1 -1
- data/app/controllers/spotlight/resources/upload_controller.rb +17 -13
- data/app/controllers/spotlight/resources_controller.rb +5 -0
- data/app/controllers/spotlight/searches_controller.rb +0 -2
- data/app/controllers/spotlight/solr_controller.rb +18 -1
- data/app/helpers/spotlight/application_helper.rb +4 -1
- data/app/helpers/spotlight/pages_helper.rb +10 -0
- data/app/jobs/spotlight/add_uploads_from_csv.rb +1 -1
- data/app/jobs/spotlight/rename_sidecar_field_job.rb +21 -7
- data/app/models/concerns/spotlight/custom_translation_extension.rb +2 -0
- data/app/models/sir_trevor_rails/blocks/featured_pages_block.rb +10 -3
- data/app/models/spotlight/blacklight_configuration.rb +5 -3
- data/app/models/spotlight/custom_field.rb +20 -20
- data/app/models/spotlight/exhibit.rb +11 -1
- data/app/models/spotlight/page.rb +11 -4
- data/app/models/spotlight/page_content.rb +18 -0
- data/app/models/spotlight/page_content/sir_trevor.rb +17 -0
- data/app/models/spotlight/solr_document_sidecar.rb +3 -0
- data/app/presenters/spotlight/iiif_manifest_presenter.rb +2 -2
- data/app/serializers/spotlight/exhibit_export_serializer.rb +5 -1
- data/app/services/spotlight/solr_document_builder.rb +1 -1
- data/app/services/spotlight/upload_solr_document_builder.rb +10 -3
- data/app/values/custom_field_name.rb +6 -6
- data/app/views/spotlight/catalog/_edit_sidecar.html.erb +9 -14
- data/app/views/spotlight/custom_fields/_form.html.erb +7 -2
- data/app/views/spotlight/custom_fields/form_group/_text.html.erb +14 -0
- data/app/views/spotlight/custom_fields/form_group/_vocab.html.erb +14 -0
- data/app/views/spotlight/pages/_form.html.erb +1 -1
- data/app/views/spotlight/resources/new.html.erb +9 -3
- data/app/views/spotlight/resources/upload/_form.html.erb +3 -1
- data/config/i18n-tasks.yml +1 -0
- data/config/locales/spotlight.ar.yml +40 -0
- data/config/locales/spotlight.en.yml +5 -0
- data/config/locales/spotlight.fr.yml +40 -0
- data/db/migrate/20190807085432_add_content_type_to_pages.rb +5 -0
- data/db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb +7 -0
- data/lib/spotlight/engine.rb +8 -1
- data/lib/spotlight/version.rb +1 -1
- data/spec/controllers/spotlight/catalog_controller_spec.rb +6 -0
- data/spec/controllers/spotlight/resources/csv_upload_controller_spec.rb +1 -1
- data/spec/controllers/spotlight/resources/upload_controller_spec.rb +9 -1
- data/spec/controllers/spotlight/solr_controller_spec.rb +16 -0
- data/spec/examples.txt +1335 -1319
- data/spec/factories/pages.rb +6 -0
- data/spec/features/add_custom_field_metadata_spec.rb +19 -1
- data/spec/features/add_items_spec.rb +19 -2
- data/spec/features/exhibits/custom_metadata_fields_spec.rb +23 -0
- data/spec/features/exhibits/translation_editing_spec.rb +8 -0
- data/spec/features/javascript/locale_selector_spec.rb +6 -0
- data/spec/fixtures/sample_solr_documents.yml +110 -110
- data/spec/helpers/spotlight/pages_helper_spec.rb +14 -0
- data/spec/jobs/spotlight/add_uploads_from_csv_spec.rb +4 -2
- data/spec/models/spotlight/blacklight_configuration_spec.rb +2 -2
- data/spec/models/spotlight/custom_field_spec.rb +8 -3
- data/spec/models/spotlight/custom_translation_extension_spec.rb +23 -0
- data/spec/models/spotlight/page_spec.rb +45 -0
- data/spec/services/spotlight/solr_document_builder_spec.rb +9 -0
- data/spec/spec_helper.rb +14 -16
- data/spec/test_app_templates/Gemfile.extra +0 -1
- metadata +80 -52
data/spec/factories/pages.rb
CHANGED
|
@@ -7,6 +7,12 @@ FactoryBot.define do
|
|
|
7
7
|
published { true }
|
|
8
8
|
content { '[]' }
|
|
9
9
|
end
|
|
10
|
+
factory :feature_page_static_title, class: 'Spotlight::FeaturePage' do
|
|
11
|
+
exhibit
|
|
12
|
+
title { 'FeaturePage' }
|
|
13
|
+
published { true }
|
|
14
|
+
content { '[]' }
|
|
15
|
+
end
|
|
10
16
|
factory :feature_subpage, parent: :feature_page do
|
|
11
17
|
transient do
|
|
12
18
|
exhibit
|
|
@@ -22,7 +22,7 @@ describe 'Adding custom metadata field data', type: :feature do
|
|
|
22
22
|
|
|
23
23
|
click_on 'Save changes'
|
|
24
24
|
|
|
25
|
-
expect(::SolrDocument.new(id: 'dq287tq6352').sidecar(exhibit).data).to include '
|
|
25
|
+
expect(::SolrDocument.new(id: 'dq287tq6352').sidecar(exhibit).data).to include 'some-field' => 'My new custom field value'
|
|
26
26
|
sleep(1) # The data isn't commited to solr immediately.
|
|
27
27
|
|
|
28
28
|
visit spotlight.exhibit_solr_document_path(exhibit, 'dq287tq6352')
|
|
@@ -43,6 +43,24 @@ describe 'Adding custom metadata field data', type: :feature do
|
|
|
43
43
|
end
|
|
44
44
|
end
|
|
45
45
|
|
|
46
|
+
context 'with a multivalued field', js: true do
|
|
47
|
+
let(:custom_field) { FactoryBot.create(:custom_field, exhibit: exhibit, is_multiple: true) }
|
|
48
|
+
it 'can add multiple values' do
|
|
49
|
+
visit spotlight.exhibit_solr_document_path(exhibit, 'dq287tq6352')
|
|
50
|
+
|
|
51
|
+
expect(page).to have_link 'Edit'
|
|
52
|
+
|
|
53
|
+
click_on 'Edit'
|
|
54
|
+
fill_in 'Some Field', with: 'value 1'
|
|
55
|
+
click_on 'Add another'
|
|
56
|
+
fill_in 'solr_document_sidecar_data_some-field_2', with: 'value 2'
|
|
57
|
+
|
|
58
|
+
click_on 'Save changes'
|
|
59
|
+
|
|
60
|
+
expect(::SolrDocument.new(id: 'dq287tq6352').sidecar(exhibit).data).to include 'some-field' => ['value 1', 'value 2']
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
46
64
|
it 'has a public toggle' do
|
|
47
65
|
visit spotlight.exhibit_solr_document_path(exhibit, 'dq287tq6352')
|
|
48
66
|
|
|
@@ -4,7 +4,7 @@ describe 'Uploading a non-repository item', type: :feature do
|
|
|
4
4
|
include ActiveJob::TestHelper
|
|
5
5
|
|
|
6
6
|
let!(:exhibit) { FactoryBot.create(:exhibit) }
|
|
7
|
-
let!(:custom_field) { FactoryBot.create(:custom_field, exhibit: exhibit) }
|
|
7
|
+
let!(:custom_field) { FactoryBot.create(:custom_field, exhibit: exhibit, field_type: :vocab) }
|
|
8
8
|
let(:exhibit_curator) { FactoryBot.create(:exhibit_curator, exhibit: exhibit) }
|
|
9
9
|
let(:user) { exhibit_curator }
|
|
10
10
|
before { login_as user }
|
|
@@ -24,7 +24,7 @@ describe 'Uploading a non-repository item', type: :feature do
|
|
|
24
24
|
expect(page).to have_css('textarea#resources_upload_data_spotlight_upload_description_tesim')
|
|
25
25
|
expect(page).to have_css('#resources_upload_data_spotlight_upload_attribution_tesim[type="text"]')
|
|
26
26
|
expect(page).to have_css('#resources_upload_data_spotlight_upload_date_tesim[type="text"]')
|
|
27
|
-
expect(page).to have_css("#
|
|
27
|
+
expect(page).to have_css("#f0_resources_upload_data_#{custom_field.slug}[type='text']")
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
30
|
|
|
@@ -46,6 +46,23 @@ describe 'Uploading a non-repository item', type: :feature do
|
|
|
46
46
|
Blacklight.default_index.connection.commit
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
+
it 'creates a new item event without an attached file' do
|
|
50
|
+
visit spotlight.new_exhibit_resource_path(exhibit)
|
|
51
|
+
|
|
52
|
+
click_link 'Upload item'
|
|
53
|
+
|
|
54
|
+
fill_in 'Title', with: 'no-image'
|
|
55
|
+
|
|
56
|
+
within '#new_resources_upload' do
|
|
57
|
+
click_button 'Add item'
|
|
58
|
+
end
|
|
59
|
+
expect(page).to have_content 'Object uploaded successfully.'
|
|
60
|
+
expect(Spotlight::Resource.last.data['full_title_tesim']).to eq 'no-image'
|
|
61
|
+
|
|
62
|
+
Blacklight.default_index.connection.delete_by_id Spotlight::Resource.last.send(:compound_id)
|
|
63
|
+
Blacklight.default_index.connection.commit
|
|
64
|
+
end
|
|
65
|
+
|
|
49
66
|
it 'displays the multi-item CSV upload form' do
|
|
50
67
|
visit spotlight.new_exhibit_resource_path(exhibit)
|
|
51
68
|
expect(page).to have_css('h1', text: /Curation/)
|
|
@@ -71,4 +71,27 @@ describe 'Adding custom metadata fields', type: :feature do
|
|
|
71
71
|
visit spotlight.edit_exhibit_search_configuration_path exhibit
|
|
72
72
|
expect(page).to have_content 'My new custom field'
|
|
73
73
|
end
|
|
74
|
+
|
|
75
|
+
it 'can be multivalued' do
|
|
76
|
+
visit spotlight.edit_exhibit_metadata_configuration_path exhibit
|
|
77
|
+
click_on 'Add new field'
|
|
78
|
+
fill_in 'Label', with: 'My multivalued custom field'
|
|
79
|
+
|
|
80
|
+
choose 'Controlled vocabulary'
|
|
81
|
+
check 'custom_field_is_multiple'
|
|
82
|
+
click_on 'Save'
|
|
83
|
+
|
|
84
|
+
expect(page).to have_content 'The custom field was created.'
|
|
85
|
+
within '#exhibit-specific-fields' do
|
|
86
|
+
# Edit
|
|
87
|
+
click_link 'Edit'
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
expect(page).to have_checked_field 'Controlled vocabulary'
|
|
91
|
+
expect(page).to have_unchecked_field 'Free text'
|
|
92
|
+
expect(page).to have_checked_field 'custom_field_is_multiple', disabled: true
|
|
93
|
+
|
|
94
|
+
visit spotlight.edit_exhibit_search_configuration_path exhibit
|
|
95
|
+
expect(page).to have_content 'My multivalued custom field'
|
|
96
|
+
end
|
|
74
97
|
end
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
describe 'Translation editing', type: :feature do
|
|
4
4
|
let(:exhibit) { FactoryBot.create(:exhibit, title: 'Sample', subtitle: 'SubSample') }
|
|
5
5
|
let(:admin) { FactoryBot.create(:exhibit_admin, exhibit: exhibit) }
|
|
6
|
+
|
|
7
|
+
before(:all) do
|
|
8
|
+
# mimics setting config.i18n.fallbacks = [I18n.default_locale] in the rails environment
|
|
9
|
+
I18n.fallbacks[:fr] = [:fr, I18n.default_locale]
|
|
10
|
+
end
|
|
11
|
+
|
|
6
12
|
before do
|
|
7
13
|
FactoryBot.create(:language, exhibit: exhibit, locale: 'sq')
|
|
8
14
|
FactoryBot.create(:language, exhibit: exhibit, locale: 'fr')
|
|
@@ -363,9 +369,11 @@ describe 'Translation editing', type: :feature do
|
|
|
363
369
|
expect(exhibit.searches.first.long_description).to eq 'All items in this exhibit.'
|
|
364
370
|
|
|
365
371
|
I18n.locale = :fr
|
|
372
|
+
Translation.current_exhibit = exhibit
|
|
366
373
|
expect(exhibit.searches.first.title).to eq "Tous les objets d'exposition"
|
|
367
374
|
expect(exhibit.searches.first.long_description).to eq 'Tous les articles de cette exposition.'
|
|
368
375
|
I18n.locale = I18n.default_locale
|
|
376
|
+
Translation.current_exhibit = nil
|
|
369
377
|
end
|
|
370
378
|
end
|
|
371
379
|
|
|
@@ -7,6 +7,12 @@ RSpec.describe 'Locale Selector', js: true do
|
|
|
7
7
|
|
|
8
8
|
before { login_as user }
|
|
9
9
|
|
|
10
|
+
before(:all) do
|
|
11
|
+
# mimics setting config.i18n.fallbacks = [I18n.default_locale] in the rails environment
|
|
12
|
+
I18n.fallbacks[:es] = [:es, I18n.default_locale]
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
|
|
10
16
|
context 'with an anonymous user' do
|
|
11
17
|
let(:user) { FactoryBot.create(:exhibit_visitor) }
|
|
12
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
-
|
|
3
|
-
|
|
2
|
+
- id: dq287tq6352
|
|
3
|
+
druid_ssi: dq287tq6352
|
|
4
4
|
mods_xml_ssm:
|
|
5
5
|
- |
|
|
6
6
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
- https://stacks.stanford.edu/image/dq287tq6352/dq287tq6352_05_0001_full
|
|
161
161
|
iiif_manifest_url_ssi:
|
|
162
162
|
- https://purl.stanford.edu/dq287tq6352/iiif/manifest.json
|
|
163
|
-
-
|
|
164
|
-
|
|
163
|
+
- id: jp266yb7109
|
|
164
|
+
druid_ssi: jp266yb7109
|
|
165
165
|
mods_xml_ssm:
|
|
166
166
|
- |
|
|
167
167
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -313,8 +313,8 @@
|
|
|
313
313
|
- https://stacks.stanford.edu/image/jp266yb7109/jp266yb7109_05_0001_full
|
|
314
314
|
iiif_manifest_url_ssi:
|
|
315
315
|
- https://purl.stanford.edu/jp266yb7109/iiif/manifest.json
|
|
316
|
-
-
|
|
317
|
-
|
|
316
|
+
- id: zv316zr9542
|
|
317
|
+
druid_ssi: zv316zr9542
|
|
318
318
|
mods_xml_ssm:
|
|
319
319
|
- |
|
|
320
320
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -475,8 +475,8 @@
|
|
|
475
475
|
- https://stacks.stanford.edu/image/zv316zr9542/zv316zr9542_05_0001_full
|
|
476
476
|
iiif_manifest_url_ssi:
|
|
477
477
|
- https://purl.stanford.edu/zv316zr9542/iiif/manifest.json
|
|
478
|
-
-
|
|
479
|
-
|
|
478
|
+
- id: vw323gf4937
|
|
479
|
+
druid_ssi: vw323gf4937
|
|
480
480
|
mods_xml_ssm:
|
|
481
481
|
- |
|
|
482
482
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -659,8 +659,8 @@
|
|
|
659
659
|
- https://stacks.stanford.edu/image/vw323gf4937/vw323gf4937_05_0001_full
|
|
660
660
|
iiif_manifest_url_ssi:
|
|
661
661
|
- https://purl.stanford.edu/vw323gf4937/iiif/manifest.json
|
|
662
|
-
-
|
|
663
|
-
|
|
662
|
+
- id: ps921pn8250
|
|
663
|
+
druid_ssi: ps921pn8250
|
|
664
664
|
mods_xml_ssm:
|
|
665
665
|
- |
|
|
666
666
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -828,8 +828,8 @@
|
|
|
828
828
|
- https://stacks.stanford.edu/image/ps921pn8250/ps921pn8250_05_0001_full
|
|
829
829
|
iiif_manifest_url_ssi:
|
|
830
830
|
- https://purl.stanford.edu/ps921pn8250/iiif/manifest.json
|
|
831
|
-
-
|
|
832
|
-
|
|
831
|
+
- id: nq874ts4848
|
|
832
|
+
druid_ssi: nq874ts4848
|
|
833
833
|
mods_xml_ssm:
|
|
834
834
|
- |
|
|
835
835
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -958,8 +958,8 @@
|
|
|
958
958
|
- https://stacks.stanford.edu/image/nq874ts4848/nq874ts4848_05_0001_full
|
|
959
959
|
iiif_manifest_url_ssi:
|
|
960
960
|
- https://purl.stanford.edu/nq874ts4848/iiif/manifest.json
|
|
961
|
-
-
|
|
962
|
-
|
|
961
|
+
- id: bm387cy2596
|
|
962
|
+
druid_ssi: bm387cy2596
|
|
963
963
|
mods_xml_ssm:
|
|
964
964
|
- |
|
|
965
965
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1110,8 +1110,8 @@
|
|
|
1110
1110
|
- https://stacks.stanford.edu/image/bm387cy2596/bm387cy2596_05_0001_full
|
|
1111
1111
|
iiif_manifest_url_ssi:
|
|
1112
1112
|
- https://purl.stanford.edu/bm387cy2596/iiif/manifest.json
|
|
1113
|
-
-
|
|
1114
|
-
|
|
1113
|
+
- id: gk446cj2442
|
|
1114
|
+
druid_ssi: gk446cj2442
|
|
1115
1115
|
mods_xml_ssm:
|
|
1116
1116
|
- |
|
|
1117
1117
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1292,8 +1292,8 @@
|
|
|
1292
1292
|
- https://stacks.stanford.edu/image/gk446cj2442/gk446cj2442_05_0001_full
|
|
1293
1293
|
iiif_manifest_url_ssi:
|
|
1294
1294
|
- https://purl.stanford.edu/gk446cj2442/iiif/manifest.json
|
|
1295
|
-
-
|
|
1296
|
-
|
|
1295
|
+
- id: zs247rr8237
|
|
1296
|
+
druid_ssi: zs247rr8237
|
|
1297
1297
|
mods_xml_ssm:
|
|
1298
1298
|
- |
|
|
1299
1299
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1481,8 +1481,8 @@
|
|
|
1481
1481
|
- https://stacks.stanford.edu/image/zs247rr8237/zs247rr8237_05_0001_full
|
|
1482
1482
|
iiif_manifest_url_ssi:
|
|
1483
1483
|
- https://purl.stanford.edu/zs247rr8237/iiif/manifest.json
|
|
1484
|
-
-
|
|
1485
|
-
|
|
1484
|
+
- id: rx614sw9194
|
|
1485
|
+
druid_ssi: rx614sw9194
|
|
1486
1486
|
mods_xml_ssm:
|
|
1487
1487
|
- |
|
|
1488
1488
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1646,8 +1646,8 @@
|
|
|
1646
1646
|
- https://stacks.stanford.edu/image/rx614sw9194/rx614sw9194_05_0001_full
|
|
1647
1647
|
iiif_manifest_url_ssi:
|
|
1648
1648
|
- https://purl.stanford.edu/rx614sw9194/iiif/manifest.json
|
|
1649
|
-
-
|
|
1650
|
-
|
|
1649
|
+
- id: dx157dh4345
|
|
1650
|
+
druid_ssi: dx157dh4345
|
|
1651
1651
|
mods_xml_ssm:
|
|
1652
1652
|
- |
|
|
1653
1653
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1799,8 +1799,8 @@
|
|
|
1799
1799
|
- https://stacks.stanford.edu/image/dx157dh4345/dx157dh4345_05_0001_full
|
|
1800
1800
|
iiif_manifest_url_ssi:
|
|
1801
1801
|
- https://purl.stanford.edu/dx157dh4345/iiif/manifest.json
|
|
1802
|
-
-
|
|
1803
|
-
|
|
1802
|
+
- id: sd345mz1879
|
|
1803
|
+
druid_ssi: sd345mz1879
|
|
1804
1804
|
mods_xml_ssm:
|
|
1805
1805
|
- |
|
|
1806
1806
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -1946,8 +1946,8 @@
|
|
|
1946
1946
|
- https://stacks.stanford.edu/image/sd345mz1879/sd345mz1879_05_0001_full
|
|
1947
1947
|
iiif_manifest_url_ssi:
|
|
1948
1948
|
- https://purl.stanford.edu/sd345mz1879/iiif/manifest.json
|
|
1949
|
-
-
|
|
1950
|
-
|
|
1949
|
+
- id: gw298sq0504
|
|
1950
|
+
druid_ssi: gw298sq0504
|
|
1951
1951
|
mods_xml_ssm:
|
|
1952
1952
|
- |
|
|
1953
1953
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -2105,8 +2105,8 @@
|
|
|
2105
2105
|
- https://stacks.stanford.edu/image/gw298sq0504/gw298sq0504_05_0001_full
|
|
2106
2106
|
iiif_manifest_url_ssi:
|
|
2107
2107
|
- https://purl.stanford.edu/gw298sq0504/iiif/manifest.json
|
|
2108
|
-
-
|
|
2109
|
-
|
|
2108
|
+
- id: sn161bw2027
|
|
2109
|
+
druid_ssi: sn161bw2027
|
|
2110
2110
|
mods_xml_ssm:
|
|
2111
2111
|
- |
|
|
2112
2112
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -2301,8 +2301,8 @@
|
|
|
2301
2301
|
- https://stacks.stanford.edu/image/sn161bw2027/sn161bw2027_05_0001_full
|
|
2302
2302
|
iiif_manifest_url_ssi:
|
|
2303
2303
|
- https://purl.stanford.edu/sn161bw2027/iiif/manifest.json
|
|
2304
|
-
-
|
|
2305
|
-
|
|
2304
|
+
- id: yh941cp6284
|
|
2305
|
+
druid_ssi: yh941cp6284
|
|
2306
2306
|
mods_xml_ssm:
|
|
2307
2307
|
- |
|
|
2308
2308
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -2491,8 +2491,8 @@
|
|
|
2491
2491
|
- https://stacks.stanford.edu/image/yh941cp6284/yh941cp6284_05_0001_full
|
|
2492
2492
|
iiif_manifest_url_ssi:
|
|
2493
2493
|
- https://purl.stanford.edu/yh941cp6284/iiif/manifest.json
|
|
2494
|
-
-
|
|
2495
|
-
|
|
2494
|
+
- id: gv664gb7394
|
|
2495
|
+
druid_ssi: gv664gb7394
|
|
2496
2496
|
mods_xml_ssm:
|
|
2497
2497
|
- |
|
|
2498
2498
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -2657,8 +2657,8 @@
|
|
|
2657
2657
|
- https://stacks.stanford.edu/image/gv664gb7394/gv664gb7394_05_0001_full
|
|
2658
2658
|
iiif_manifest_url_ssi:
|
|
2659
2659
|
- https://purl.stanford.edu/gv664gb7394/iiif/manifest.json
|
|
2660
|
-
-
|
|
2661
|
-
|
|
2660
|
+
- id: ys360dp2191
|
|
2661
|
+
druid_ssi: ys360dp2191
|
|
2662
2662
|
mods_xml_ssm:
|
|
2663
2663
|
- |
|
|
2664
2664
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -2825,8 +2825,8 @@
|
|
|
2825
2825
|
- https://stacks.stanford.edu/image/ys360dp2191/ys360dp2191_05_0001_full
|
|
2826
2826
|
iiif_manifest_url_ssi:
|
|
2827
2827
|
- https://purl.stanford.edu/ys360dp2191/iiif/manifest.json
|
|
2828
|
-
-
|
|
2829
|
-
|
|
2828
|
+
- id: sb904gg2771
|
|
2829
|
+
druid_ssi: sb904gg2771
|
|
2830
2830
|
mods_xml_ssm:
|
|
2831
2831
|
- |
|
|
2832
2832
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3005,8 +3005,8 @@
|
|
|
3005
3005
|
- https://stacks.stanford.edu/image/sb904gg2771/sb904gg2771_05_0001_full
|
|
3006
3006
|
iiif_manifest_url_ssi:
|
|
3007
3007
|
- https://purl.stanford.edu/sb904gg2771/iiif/manifest.json
|
|
3008
|
-
-
|
|
3009
|
-
|
|
3008
|
+
- id: vb000vb1451
|
|
3009
|
+
druid_ssi: vb000vb1451
|
|
3010
3010
|
mods_xml_ssm:
|
|
3011
3011
|
- |
|
|
3012
3012
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3154,8 +3154,8 @@
|
|
|
3154
3154
|
- https://stacks.stanford.edu/image/vb000vb1451/vb000vb1451_05_0001_full
|
|
3155
3155
|
iiif_manifest_url_ssi:
|
|
3156
3156
|
- https://purl.stanford.edu/vb000vb1451/iiif/manifest.json
|
|
3157
|
-
-
|
|
3158
|
-
|
|
3157
|
+
- id: vy180gj7659
|
|
3158
|
+
druid_ssi: vy180gj7659
|
|
3159
3159
|
mods_xml_ssm:
|
|
3160
3160
|
- |
|
|
3161
3161
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3305,8 +3305,8 @@
|
|
|
3305
3305
|
- https://stacks.stanford.edu/image/vy180gj7659/vy180gj7659_05_0001_full
|
|
3306
3306
|
iiif_manifest_url_ssi:
|
|
3307
3307
|
- https://purl.stanford.edu/vy180gj7659/iiif/manifest.json
|
|
3308
|
-
-
|
|
3309
|
-
|
|
3308
|
+
- id: nz081wv9348
|
|
3309
|
+
druid_ssi: nz081wv9348
|
|
3310
3310
|
mods_xml_ssm:
|
|
3311
3311
|
- |
|
|
3312
3312
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3480,8 +3480,8 @@
|
|
|
3480
3480
|
- https://stacks.stanford.edu/image/nz081wv9348/nz081wv9348_05_0001_full
|
|
3481
3481
|
iiif_manifest_url_ssi:
|
|
3482
3482
|
- https://purl.stanford.edu/nz081wv9348/iiif/manifest.json
|
|
3483
|
-
-
|
|
3484
|
-
|
|
3483
|
+
- id: wt855xd4818
|
|
3484
|
+
druid_ssi: wt855xd4818
|
|
3485
3485
|
mods_xml_ssm:
|
|
3486
3486
|
- |
|
|
3487
3487
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3653,8 +3653,8 @@
|
|
|
3653
3653
|
- https://stacks.stanford.edu/image/wt855xd4818/wt855xd4818_05_0001_full
|
|
3654
3654
|
iiif_manifest_url_ssi:
|
|
3655
3655
|
- https://purl.stanford.edu/wt855xd4818/iiif/manifest.json
|
|
3656
|
-
-
|
|
3657
|
-
|
|
3656
|
+
- id: jy409qg0248
|
|
3657
|
+
druid_ssi: jy409qg0248
|
|
3658
3658
|
mods_xml_ssm:
|
|
3659
3659
|
- |
|
|
3660
3660
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3818,8 +3818,8 @@
|
|
|
3818
3818
|
- https://stacks.stanford.edu/image/jy409qg0248/jy409qg0248_05_0001_full
|
|
3819
3819
|
iiif_manifest_url_ssi:
|
|
3820
3820
|
- https://purl.stanford.edu/jy409qg0248/iiif/manifest.json
|
|
3821
|
-
-
|
|
3822
|
-
|
|
3821
|
+
- id: kw406zk5778
|
|
3822
|
+
druid_ssi: kw406zk5778
|
|
3823
3823
|
mods_xml_ssm:
|
|
3824
3824
|
- |
|
|
3825
3825
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -3968,8 +3968,8 @@
|
|
|
3968
3968
|
- https://stacks.stanford.edu/image/kw406zk5778/kw406zk5778_05_0001_full
|
|
3969
3969
|
iiif_manifest_url_ssi:
|
|
3970
3970
|
- https://purl.stanford.edu/kw406zk5778/iiif/manifest.json
|
|
3971
|
-
-
|
|
3972
|
-
|
|
3971
|
+
- id: sx619yv5558
|
|
3972
|
+
druid_ssi: sx619yv5558
|
|
3973
3973
|
mods_xml_ssm:
|
|
3974
3974
|
- |
|
|
3975
3975
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -4137,8 +4137,8 @@
|
|
|
4137
4137
|
- https://stacks.stanford.edu/image/sx619yv5558/sx619yv5558_05_0001_large
|
|
4138
4138
|
full_image_url_ssm:
|
|
4139
4139
|
- https://stacks.stanford.edu/image/sx619yv5558/sx619yv5558_05_0001_full
|
|
4140
|
-
-
|
|
4141
|
-
|
|
4140
|
+
- id: zq083qg2931
|
|
4141
|
+
druid_ssi: zq083qg2931
|
|
4142
4142
|
mods_xml_ssm:
|
|
4143
4143
|
- |
|
|
4144
4144
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -4301,8 +4301,8 @@
|
|
|
4301
4301
|
- https://stacks.stanford.edu/image/zq083qg2931/zq083qg2931_05_0001_full
|
|
4302
4302
|
iiif_manifest_url_ssi:
|
|
4303
4303
|
- https://purl.stanford.edu/zq083qg2931/iiif/manifest.json
|
|
4304
|
-
-
|
|
4305
|
-
|
|
4304
|
+
- id: sn343fc0807
|
|
4305
|
+
druid_ssi: sn343fc0807
|
|
4306
4306
|
mods_xml_ssm:
|
|
4307
4307
|
- |
|
|
4308
4308
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -4486,8 +4486,8 @@
|
|
|
4486
4486
|
- https://stacks.stanford.edu/image/sn343fc0807/sn343fc0807_05_0001_full
|
|
4487
4487
|
iiif_manifest_url_ssi:
|
|
4488
4488
|
- https://purl.stanford.edu/sn343fc0807/iiif/manifest.json
|
|
4489
|
-
-
|
|
4490
|
-
|
|
4489
|
+
- id: ym733yc1437
|
|
4490
|
+
druid_ssi: ym733yc1437
|
|
4491
4491
|
mods_xml_ssm:
|
|
4492
4492
|
- |
|
|
4493
4493
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -4682,8 +4682,8 @@
|
|
|
4682
4682
|
- https://stacks.stanford.edu/image/ym733yc1437/ym733yc1437_05_0001_full
|
|
4683
4683
|
iiif_manifest_url_ssi:
|
|
4684
4684
|
- https://purl.stanford.edu/ym733yc1437/iiif/manifest.json
|
|
4685
|
-
-
|
|
4686
|
-
|
|
4685
|
+
- id: rz043dh7915
|
|
4686
|
+
druid_ssi: rz043dh7915
|
|
4687
4687
|
mods_xml_ssm:
|
|
4688
4688
|
- |
|
|
4689
4689
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -4853,8 +4853,8 @@
|
|
|
4853
4853
|
- https://stacks.stanford.edu/image/rz043dh7915/rz043dh7915_05_0001_full
|
|
4854
4854
|
iiif_manifest_url_ssi:
|
|
4855
4855
|
- https://purl.stanford.edu/rz043dh7915/iiif/manifest.json
|
|
4856
|
-
-
|
|
4857
|
-
|
|
4856
|
+
- id: qb677kc3995
|
|
4857
|
+
druid_ssi: qb677kc3995
|
|
4858
4858
|
mods_xml_ssm:
|
|
4859
4859
|
- |
|
|
4860
4860
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5014,8 +5014,8 @@
|
|
|
5014
5014
|
- https://stacks.stanford.edu/image/qb677kc3995/qb677kc3995_05_0001_full
|
|
5015
5015
|
iiif_manifest_url_ssi:
|
|
5016
5016
|
- https://purl.stanford.edu/qb677kc3995/iiif/manifest.json
|
|
5017
|
-
-
|
|
5018
|
-
|
|
5017
|
+
- id: zn001wm6450
|
|
5018
|
+
druid_ssi: zn001wm6450
|
|
5019
5019
|
mods_xml_ssm:
|
|
5020
5020
|
- |
|
|
5021
5021
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5180,8 +5180,8 @@
|
|
|
5180
5180
|
- https://stacks.stanford.edu/image/zn001wm6450/zn001wm6450_05_0001_full
|
|
5181
5181
|
iiif_manifest_url_ssi:
|
|
5182
5182
|
- https://purl.stanford.edu/zn001wm6450/iiif/manifest.json
|
|
5183
|
-
-
|
|
5184
|
-
|
|
5183
|
+
- id: fh912bx9878
|
|
5184
|
+
druid_ssi: fh912bx9878
|
|
5185
5185
|
mods_xml_ssm:
|
|
5186
5186
|
- |
|
|
5187
5187
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5355,8 +5355,8 @@
|
|
|
5355
5355
|
- https://stacks.stanford.edu/image/fh912bx9878/fh912bx9878_05_0001_full
|
|
5356
5356
|
iiif_manifest_url_ssi:
|
|
5357
5357
|
- https://purl.stanford.edu/fh912bx9878/iiif/manifest.json
|
|
5358
|
-
-
|
|
5359
|
-
|
|
5358
|
+
- id: tg729zw9405
|
|
5359
|
+
druid_ssi: tg729zw9405
|
|
5360
5360
|
mods_xml_ssm:
|
|
5361
5361
|
- |
|
|
5362
5362
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5529,8 +5529,8 @@
|
|
|
5529
5529
|
- https://stacks.stanford.edu/image/tg729zw9405/tg729zw9405_05_0001_full
|
|
5530
5530
|
iiif_manifest_url_ssi:
|
|
5531
5531
|
- https://purl.stanford.edu/tg729zw9405/iiif/manifest.json
|
|
5532
|
-
-
|
|
5533
|
-
|
|
5532
|
+
- id: yn959jw9550
|
|
5533
|
+
druid_ssi: yn959jw9550
|
|
5534
5534
|
mods_xml_ssm:
|
|
5535
5535
|
- |
|
|
5536
5536
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5703,8 +5703,8 @@
|
|
|
5703
5703
|
- https://stacks.stanford.edu/image/yn959jw9550/yn959jw9550_05_0001_full
|
|
5704
5704
|
iiif_manifest_url_ssi:
|
|
5705
5705
|
- https://purl.stanford.edu/yn959jw9550/iiif/manifest.json
|
|
5706
|
-
-
|
|
5707
|
-
|
|
5706
|
+
- id: zn845sh3664
|
|
5707
|
+
druid_ssi: zn845sh3664
|
|
5708
5708
|
mods_xml_ssm:
|
|
5709
5709
|
- |
|
|
5710
5710
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -5877,8 +5877,8 @@
|
|
|
5877
5877
|
- https://stacks.stanford.edu/image/zn845sh3664/zn845sh3664_05_0001_full
|
|
5878
5878
|
iiif_manifest_url_ssi:
|
|
5879
5879
|
- https://purl.stanford.edu/zn845sh3664/iiif/manifest.json
|
|
5880
|
-
-
|
|
5881
|
-
|
|
5880
|
+
- id: rz818vx8201
|
|
5881
|
+
druid_ssi: rz818vx8201
|
|
5882
5882
|
mods_xml_ssm:
|
|
5883
5883
|
- |
|
|
5884
5884
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6049,8 +6049,8 @@
|
|
|
6049
6049
|
- https://stacks.stanford.edu/image/rz818vx8201/rz818vx8201_05_0001_full
|
|
6050
6050
|
iiif_manifest_url_ssi:
|
|
6051
6051
|
- https://purl.stanford.edu/rz818vx8201/iiif/manifest.json
|
|
6052
|
-
-
|
|
6053
|
-
|
|
6052
|
+
- id: sw106rc9347
|
|
6053
|
+
druid_ssi: sw106rc9347
|
|
6054
6054
|
mods_xml_ssm:
|
|
6055
6055
|
- |
|
|
6056
6056
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6229,8 +6229,8 @@
|
|
|
6229
6229
|
- https://stacks.stanford.edu/image/sw106rc9347/sw106rc9347_05_0001_full
|
|
6230
6230
|
iiif_manifest_url_ssi:
|
|
6231
6231
|
- https://purl.stanford.edu/sw106rc9347/iiif/manifest.json
|
|
6232
|
-
-
|
|
6233
|
-
|
|
6232
|
+
- id: sp821gh4463
|
|
6233
|
+
druid_ssi: sp821gh4463
|
|
6234
6234
|
mods_xml_ssm:
|
|
6235
6235
|
- |
|
|
6236
6236
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6394,8 +6394,8 @@
|
|
|
6394
6394
|
- https://stacks.stanford.edu/image/sp821gh4463/sp821gh4463_05_0001_full
|
|
6395
6395
|
iiif_manifest_url_ssi:
|
|
6396
6396
|
- https://purl.stanford.edu/sp821gh4463/iiif/manifest.json
|
|
6397
|
-
-
|
|
6398
|
-
|
|
6397
|
+
- id: cz507zk0531
|
|
6398
|
+
druid_ssi: cz507zk0531
|
|
6399
6399
|
mods_xml_ssm:
|
|
6400
6400
|
- |
|
|
6401
6401
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6559,8 +6559,8 @@
|
|
|
6559
6559
|
- https://stacks.stanford.edu/image/cz507zk0531/cz507zk0531_05_0001_full
|
|
6560
6560
|
iiif_manifest_url_ssi:
|
|
6561
6561
|
- https://purl.stanford.edu/cz507zk0531/iiif/manifest.json
|
|
6562
|
-
-
|
|
6563
|
-
|
|
6562
|
+
- id: wb806ct0449
|
|
6563
|
+
druid_ssi: wb806ct0449
|
|
6564
6564
|
mods_xml_ssm:
|
|
6565
6565
|
- |
|
|
6566
6566
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6680,8 +6680,8 @@
|
|
|
6680
6680
|
- https://stacks.stanford.edu/image/wb806ct0449/wb806ct0449_05_0001_full
|
|
6681
6681
|
iiif_manifest_url_ssi:
|
|
6682
6682
|
- https://purl.stanford.edu/wb806ct0449/iiif/manifest.json
|
|
6683
|
-
-
|
|
6684
|
-
|
|
6683
|
+
- id: rc221bv1386
|
|
6684
|
+
druid_ssi: rc221bv1386
|
|
6685
6685
|
mods_xml_ssm:
|
|
6686
6686
|
- |
|
|
6687
6687
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6839,8 +6839,8 @@
|
|
|
6839
6839
|
- https://stacks.stanford.edu/image/rc221bv1386/rc221bv1386_05_0001_full
|
|
6840
6840
|
iiif_manifest_url_ssi:
|
|
6841
6841
|
- https://purl.stanford.edu/rc221bv1386/iiif/manifest.json
|
|
6842
|
-
-
|
|
6843
|
-
|
|
6842
|
+
- id: zr014mj0786
|
|
6843
|
+
druid_ssi: zr014mj0786
|
|
6844
6844
|
mods_xml_ssm:
|
|
6845
6845
|
- |
|
|
6846
6846
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -6993,8 +6993,8 @@
|
|
|
6993
6993
|
- https://stacks.stanford.edu/image/zr014mj0786/zr014mj0786_05_0001_full
|
|
6994
6994
|
iiif_manifest_url_ssi:
|
|
6995
6995
|
- https://purl.stanford.edu/zr014mj0786/iiif/manifest.json
|
|
6996
|
-
-
|
|
6997
|
-
|
|
6996
|
+
- id: jr961xz9944
|
|
6997
|
+
druid_ssi: jr961xz9944
|
|
6998
6998
|
mods_xml_ssm:
|
|
6999
6999
|
- |
|
|
7000
7000
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -7151,8 +7151,8 @@
|
|
|
7151
7151
|
- https://stacks.stanford.edu/image/jr961xz9944/jr961xz9944_05_0001_full
|
|
7152
7152
|
iiif_manifest_url_ssi:
|
|
7153
7153
|
- https://purl.stanford.edu/jr961xz9944/iiif/manifest.json
|
|
7154
|
-
-
|
|
7155
|
-
|
|
7154
|
+
- id: np731wc7689
|
|
7155
|
+
druid_ssi: np731wc7689
|
|
7156
7156
|
mods_xml_ssm:
|
|
7157
7157
|
- |
|
|
7158
7158
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -7381,8 +7381,8 @@
|
|
|
7381
7381
|
- https://stacks.stanford.edu/image/np731wc7689/np731wc7689_05_0001_full
|
|
7382
7382
|
iiif_manifest_url_ssi:
|
|
7383
7383
|
- https://purl.stanford.edu/np731wc7689/iiif/manifest.json
|
|
7384
|
-
-
|
|
7385
|
-
|
|
7384
|
+
- id: gt736xf9712
|
|
7385
|
+
druid_ssi: gt736xf9712
|
|
7386
7386
|
mods_xml_ssm:
|
|
7387
7387
|
- |
|
|
7388
7388
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -7555,8 +7555,8 @@
|
|
|
7555
7555
|
- https://stacks.stanford.edu/image/gt736xf9712/gt736xf9712_05_0001_full
|
|
7556
7556
|
iiif_manifest_url_ssi:
|
|
7557
7557
|
- https://purl.stanford.edu/gt736xf9712/iiif/manifest.json
|
|
7558
|
-
-
|
|
7559
|
-
|
|
7558
|
+
- id: nr766vt0518
|
|
7559
|
+
druid_ssi: nr766vt0518
|
|
7560
7560
|
mods_xml_ssm:
|
|
7561
7561
|
- |
|
|
7562
7562
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -7711,8 +7711,8 @@
|
|
|
7711
7711
|
- https://stacks.stanford.edu/image/nr766vt0518/nr766vt0518_05_0001_full
|
|
7712
7712
|
iiif_manifest_url_ssi:
|
|
7713
7713
|
- https://purl.stanford.edu/nr766vt0518/iiif/manifest.json
|
|
7714
|
-
-
|
|
7715
|
-
|
|
7714
|
+
- id: qt469cf8909
|
|
7715
|
+
druid_ssi: qt469cf8909
|
|
7716
7716
|
mods_xml_ssm:
|
|
7717
7717
|
- |
|
|
7718
7718
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -7893,8 +7893,8 @@
|
|
|
7893
7893
|
- https://stacks.stanford.edu/image/qt469cf8909/qt469cf8909_05_0001_full
|
|
7894
7894
|
iiif_manifest_url_ssi:
|
|
7895
7895
|
- https://purl.stanford.edu/qt469cf8909/iiif/manifest.json
|
|
7896
|
-
-
|
|
7897
|
-
|
|
7896
|
+
- id: kw703rh2327
|
|
7897
|
+
druid_ssi: kw703rh2327
|
|
7898
7898
|
mods_xml_ssm:
|
|
7899
7899
|
- |
|
|
7900
7900
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -8111,8 +8111,8 @@
|
|
|
8111
8111
|
- https://stacks.stanford.edu/image/kw703rh2327/kw703rh2327_05_0001_full
|
|
8112
8112
|
iiif_manifest_url_ssi:
|
|
8113
8113
|
- https://purl.stanford.edu/kw703rh2327/iiif/manifest.json
|
|
8114
|
-
-
|
|
8115
|
-
|
|
8114
|
+
- id: pm812zf5263
|
|
8115
|
+
druid_ssi: pm812zf5263
|
|
8116
8116
|
mods_xml_ssm:
|
|
8117
8117
|
- |
|
|
8118
8118
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -8280,8 +8280,8 @@
|
|
|
8280
8280
|
- https://stacks.stanford.edu/image/pm812zf5263/pm812zf5263_05_0001_large
|
|
8281
8281
|
full_image_url_ssm:
|
|
8282
8282
|
- https://stacks.stanford.edu/image/pm812zf5263/pm812zf5263_05_0001_full
|
|
8283
|
-
-
|
|
8284
|
-
|
|
8283
|
+
- id: pt603pv6417
|
|
8284
|
+
druid_ssi: pt603pv6417
|
|
8285
8285
|
mods_xml_ssm:
|
|
8286
8286
|
- "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<mods:mods xmlns:xlink=\"http://www.w3.org/1999/xlink\"
|
|
8287
8287
|
xmlns:mods=\"http://www.loc.gov/mods/v3\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
|
@@ -8481,8 +8481,8 @@
|
|
|
8481
8481
|
- https://stacks.stanford.edu/image/pt603pv6417/pt603pv6417_05_0001_full
|
|
8482
8482
|
iiif_manifest_url_ssi:
|
|
8483
8483
|
- https://purl.stanford.edu/pt603pv6417/iiif/manifest.json
|
|
8484
|
-
-
|
|
8485
|
-
|
|
8484
|
+
- id: ds525vw8509
|
|
8485
|
+
druid_ssi: ds525vw8509
|
|
8486
8486
|
mods_xml_ssm:
|
|
8487
8487
|
- |
|
|
8488
8488
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -8638,8 +8638,8 @@
|
|
|
8638
8638
|
- https://stacks.stanford.edu/image/ds525vw8509/ds525vw8509_05_0001_full
|
|
8639
8639
|
iiif_manifest_url_ssi:
|
|
8640
8640
|
- https://purl.stanford.edu/ds525vw8509/iiif/manifest.json
|
|
8641
|
-
-
|
|
8642
|
-
|
|
8641
|
+
- id: rj993fh5469
|
|
8642
|
+
druid_ssi: rj993fh5469
|
|
8643
8643
|
mods_xml_ssm:
|
|
8644
8644
|
- |
|
|
8645
8645
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -8801,8 +8801,8 @@
|
|
|
8801
8801
|
- https://stacks.stanford.edu/image/rj993fh5469/rj993fh5469_05_0001_full
|
|
8802
8802
|
iiif_manifest_url_ssi:
|
|
8803
8803
|
- https://purl.stanford.edu/rj993fh5469/iiif/manifest.json
|
|
8804
|
-
-
|
|
8805
|
-
|
|
8804
|
+
- id: mw236cd6430
|
|
8805
|
+
druid_ssi: mw236cd6430
|
|
8806
8806
|
mods_xml_ssm:
|
|
8807
8807
|
- |
|
|
8808
8808
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -9019,8 +9019,8 @@
|
|
|
9019
9019
|
- https://stacks.stanford.edu/image/mw236cd6430/mw236cd6430_05_0001_full
|
|
9020
9020
|
iiif_manifest_url_ssi:
|
|
9021
9021
|
- https://purl.stanford.edu/mw236cd6430/iiif/manifest.json
|
|
9022
|
-
-
|
|
9023
|
-
|
|
9022
|
+
- id: xd327cm9378
|
|
9023
|
+
druid_ssi: xd327cm9378
|
|
9024
9024
|
mods_xml_ssm:
|
|
9025
9025
|
- |
|
|
9026
9026
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
@@ -9200,8 +9200,8 @@
|
|
|
9200
9200
|
- https://stacks.stanford.edu/image/xd327cm9378/xd327cm9378_05_0002_full
|
|
9201
9201
|
iiif_manifest_url_ssi:
|
|
9202
9202
|
- https://purl.stanford.edu/xd327cm9378/iiif/manifest.json
|
|
9203
|
-
-
|
|
9204
|
-
|
|
9203
|
+
- id: dy396mt9665
|
|
9204
|
+
druid_ssi: dy396mt9665
|
|
9205
9205
|
mods_xml_ssm:
|
|
9206
9206
|
- |
|
|
9207
9207
|
<?xml version="1.0" encoding="UTF-8"?>
|