<%# newspaper_core_metadata attributes %> <%= presenter.attribute_to_html(:date_modified, label: t('hyrax.base.show.last_modified'), html_dl: true) %> <%= presenter.attribute_to_html(:alternative_title, label: t('newspaper_works.attributes.alternative_title.label'), html_dl: true) %> <%= presenter.attribute_to_html(:genre, label: t('newspaper_works.attributes.genre.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:publication_title, label: t('newspaper_works.attributes.publication_title.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:place_of_publication_label, label: t('newspaper_works.attributes.place_of_publication.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:issn, label: t('newspaper_works.attributes.issn.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:lccn, label: t('newspaper_works.attributes.lccn.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:oclcnum, label: t('newspaper_works.attributes.oclcnum.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:held_by, label: t('newspaper_works.attributes.held_by.label'), render_as: :faceted, html_dl: true) %> <%# scanned_media_metadata attributes %> <%= presenter.attribute_to_html(:text_direction, label: t('newspaper_works.attributes.text_direction.label'), html_dl: true) %> <%= presenter.attribute_to_html(:page_number, label: t('newspaper_works.attributes.page_number.label'), html_dl: true) %> <%= presenter.attribute_to_html(:section, label: t('newspaper_works.attributes.section.label'), html_dl: true) %> <%# newspaper_article attributes %> <%= presenter.attribute_to_html(:author, label: t('newspaper_works.attributes.author.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:photographer, label: t('newspaper_works.attributes.photographer.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:volume, label: t('newspaper_works.attributes.volume.label'), html_dl: true) %> <%= presenter.attribute_to_html(:issue_number, label: t('newspaper_works.attributes.issue_number.label'), html_dl: true) %> <%= presenter.attribute_to_html(:geographic_coverage, label: t('newspaper_works.attributes.geographic_coverage.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:extent, label: t('newspaper_works.attributes.extent.label'),html_dl: true) %> <%= presenter.attribute_to_html(:publication_date, label: t('newspaper_works.attributes.publication_date.label'), render_as: :date, html_dl: true) %> <%# newspaper_title attributes %> <%= presenter.attribute_to_html(:edition_number, label: t('newspaper_works.attributes.edition_number.label'), html_dl: true) %> <%= presenter.attribute_to_html(:edition_name, label: t('newspaper_works.attributes.edition_name.label'), html_dl: true) %> <%= presenter.attribute_to_html(:frequency, label: t('newspaper_works.attributes.frequency.label'), html_dl: true) %> <%= presenter.attribute_to_html(:preceded_by, label: t('newspaper_works.attributes.preceded_by.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:succeeded_by, label: t('newspaper_works.attributes.succeeded_by.label'), render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:publication_date_start, label: t('newspaper_works.attributes.publication_date_start.label'), render_as: :date, html_dl: true) %> <%= presenter.attribute_to_html(:publication_date_end, label: t('newspaper_works.attributes.publication_date_end.label'), render_as: :date, html_dl: true) %> <%# hyrax %> <%= presenter.attribute_to_html(:creator, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:contributor, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:subject, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:publisher, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:language, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:identifier, html_dl: true) %> <%= presenter.attribute_to_html(:resource_type, render_as: :faceted, html_dl: true) %> <%= presenter.attribute_to_html(:rights_statement, render_as: :rights_statement, html_dl: true) %> <%# newspaper_works persistent url %> <%= render 'newspaper_works/base/persistent_url', presenter: presenter %>