Adding records to Islandora: Difference between revisions

No edit summary
No edit summary
Line 1,198: Line 1,198:
=Importing records to Islandora=
=Importing records to Islandora=
=Adding links to the catalog=
=Adding links to the catalog=
==Script to add links to the catalog using a CSV of link text and record IDs==
<pre style="min-height:38px; margin-left:2em" class="mw-collapsible mw-collapsed" data-expandtext="Expand to see script">
<pre style="min-height:38px; margin-left:2em" class="mw-collapsible mw-collapsed" data-expandtext="Expand to see script">
import requests
import requests
Line 1,218: Line 1,219:
response = requests.request("POST", URL, data=payload, headers=headers, params=params)
response = requests.request("POST", URL, data=payload, headers=headers, params=params)
</pre>
</pre>
==Sample CSV file with link text and record IDs==
<pre style="min-height:38px; margin-left:2em" class="mw-collapsible mw-collapsed" data-expandtext="Expand to see script">
<pre style="min-height:38px; margin-left:2em" class="mw-collapsible mw-collapsed" data-expandtext="Expand to see script">
bib id,856 $u,856 $z
bib id,856 $u,856 $z

Revision as of 09:56, 27 September 2024

This page is under construction

Generating records

Script to generate Islandora records from given holdings-bib pairs

Dictionary of relator terms

List of Shakespeare quarto call numbers

Sample dictionary of holdings-bib ID pairs

Adding images to S3

Importing records to Islandora

Adding links to the catalog

Script to add links to the catalog using a CSV of link text and record IDs

Sample CSV file with link text and record IDs