{d.collection_description &&
- Description: |
+ {getLabel("collection_description")}: |
{d.collection_description} |
}
{ // additional fields for public entries.
d.scd_publish_status !== "collection-owner-title-description-only" && <>
+ {d.record_type &&
+ {getLabel("record_type")}: |
+ {d.record_type} |
+
}
+ {ctypes.length > 0 &&
- Content type{ctypes.length > 1 ? 's': ''}: |
+ {getLabel("content_types")}: |
{ctypes.join("; ")} |
- {d.collectionFormats &&
- Format: |
- {d.collectionFormats} |
+ }
+ {d.collection_content_category &&
+ {getLabel("collection_content_category")}: |
+ {d.collection_content_category} |
}
- {d.collection_extent &&
- Extent: |
- {d.collection_extent} |
+ {d.collection_holder_category &&
+ {getLabel("collection_holder_category")}: |
+ {d.collection_holder_category} |
}
- {langs.length > 0 &&
+ {d.extent &&
+ {getLabel("extent")}: |
+ {d.extent} |
+
}
+ {d.dates &&
+ {getLabel("dates")}: |
+ {d.dates} |
+
}
+ {d.historical_relevance &&
+ {getLabel("historical_relevance")}: |
+ {d.historical_relevance} |
+
}
+ {subjects.length > 0 &&
- Language{langs.length > 1 ? 's': ''}: |
- {langs.join("; ")} |
+ {getLabel("subjects")}: |
+ {subjects.join("; ")} |
}
- {d.collection_notes &&
+ {d.creators &&
+ {getLabel("creators")}: |
+ {d.creators} |
+
}
+ {formats.length > 0 &&
+ {getLabel("physical_formats")}: |
+ {formats} |
+
}
+ {langs.length > 0 &&
- Additional notes: |
- {d.collection_notes} |
+ {getLabel("languages")}: |
+ {langs.join("; ")} |
}
- {d.collection_finding_aid_url &&
- Online finding aid: |
+ {d.finding_aid_url &&
+ {getLabel("finding_aid_url")}: |
View on {new URL(faURL).hostname} |
}
+ {d.supporting_documentation &&
+
+ {getLabel("supporting_documentation")}: |
+ {d.supporting_documentation} |
+
+ }
+ {d.inventory_description &&
+
+ {getLabel("inventory_description")}: |
+ {d.inventory_description} |
+
+ }
{d.collection_catalog_url &&
Online catalog: |
View on {new URL(catURL).hostname} |
}
- {d.collection_website_url &&
- Collection website: |
- View on {new URL(webURL).hostname} |
-
}
>
}
@@ -80,12 +127,10 @@ const Collection: React.FC = ({pageContext}) => {
Location: |
{loc.join(", ")} |
- {d.collection_usage_statement &&
-
- Usage statement: |
- {d.collection_usage_statement} |
-
- }
+ {d.access_statement &&
+ {getLabel("access_statement")}: |
+ {d.access_statement} |
+
}
>}