This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
new_collections [2026/01/30 18:08] kaileyh |
new_collections [2026/02/06 22:45] (current) kaileyh |
||
|---|---|---|---|
| Line 87: | Line 87: | ||
| ===== 1. Creating the series page(s) ===== | ===== 1. Creating the series page(s) ===== | ||
| - | Before a series page can be created you must add the following elements to the EAD/XML //collection page//. | + | Before a series page can be created you must add the following elements to the EAD/XML //collection page//: |
| + | |||
| + | <code xml> | ||
| + | <dsc type="combined" id="contlist"> | ||
| + | <c01 level="series"> | ||
| + | <did> | ||
| + | <unittitle><extref href="mums312-s01">Series 1. Correspondence</extref></unittitle> | ||
| + | <unitdate>1877-1965</unitdate> | ||
| + | <physdesc>195.50 boxes</physdesc> | ||
| + | <physdesc> | ||
| + | <extent>(81.52 linear feet)</extent> | ||
| + | </physdesc> | ||
| + | </did> | ||
| + | </c01> | ||
| + | </code> | ||
| + | |||
| + | In the series-level record, the following elements must be included to link out to items in the series on Credo: | ||
| <code xml> | <code xml> | ||
| Line 99: | Line 115: | ||
| </physdesc> | </physdesc> | ||
| </did> | </did> | ||
| + | </c01> | ||
| </code> | </code> | ||
| Line 155: | Line 172: | ||
| Again, the @type="series" in <mods:relatedItem>, the unique ID for the collection in <mods:identifier type="uri">, and the title of the collection in <mods:title> must be consistent across all records. | Again, the @type="series" in <mods:relatedItem>, the unique ID for the collection in <mods:identifier type="uri">, and the title of the collection in <mods:title> must be consistent across all records. | ||
| + | |||
| + | The subseries <relatedItem> element should be placed //after// the series <relatedItem> element, and this order **does matter** for the hierarchy of the links at the top of the item record page in Credo. For example, when the series <relatedItem> element comes before the subseries <relatedItem> element in an item record, the top of the page for the item looks like this: | ||
| + | |||
| + | {{::series.png?600|}} | ||
| + | |||
| + | If the subseries is placed before the series in the item record, it looks like this instead: | ||
| + | |||
| + | {{:subseries.png?600|}} | ||