Adding records to Islandora: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:


=Generating records=
=Generating records=
==Script to generate Islandora records from given holdings-bib pairs==
<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 827: Line 828:
</pre>
</pre>


==Dictionary of relator terms==
<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">
relatorDictionary={
relatorDictionary={
Line 1,106: Line 1,108:
</pre>
</pre>


==List of Shakespeare quarto call numbers==
<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">
ShxQuartos=[
ShxQuartos=[
Line 1,185: Line 1,188:
</pre>
</pre>


==Sample dictionary of holdings-bib ID pairs==
<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">
holdingsToBibDictionary={
holdingsToBibDictionary={
"158300": "164478",
"230236":"128729"
"230236":"128729"
}
}

Revision as of 09:54, 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