Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSU040THUL-5394 #667 Added 'Austellungskatalog' to ubogenre.xml #668

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<xed:include ref="genre.book.common"/>
</xed:template>

<xed:template id="genre.exhibition_catalogue">
<xed:include ref="genre.book.common"/>
</xed:template>

<xed:template id="genre.researchpaper">
<xed:include ref="genre.book.common"/>
</xed:template>
Expand Down
11 changes: 11 additions & 0 deletions common/src/main/resources/setup/classifications/ubogenre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@
<label xml:lang="x-group" text="true"/>
<label xml:lang="de" text="Selbstständige Werke"/>
<label xml:lang="en" text="Independent"/>

<category ID="exhibition_catalogue">
<label xml:lang="x-hosts" text="standalone"/>
<label xml:lang="x-color" text="#573d95"/>
<label xml:lang="x-mapping" text="orcidWorkType:other"/>

<label xml:lang="de" text="Ausstellungskatalog"/>
<label xml:lang="en" text="Exhibition Catalogue"/>
</category>
<category ID="book">
<label xml:lang="x-hosts" text="standalone"/>
<label xml:lang="x-color" text="#573d90"/>
Expand All @@ -190,6 +199,7 @@
</category>
<category ID="collection">
<label xml:lang="x-hosts" text="standalone"/>
<label xml:lang="x-color" text="#174490"/>
<label xml:lang="x-marcgt" text="book"/>
<label xml:lang="x-mapping" text="marcgt:book orcidWorkType:book"/>

Expand All @@ -199,6 +209,7 @@
<category ID="special_issue">
<label xml:lang="x-hosts" text="standalone"/>
<label xml:lang="x-mapping" text="orcidWorkType:journal-issue"/>
<label xml:lang="x-color" text="#5671a5"/>

<label xml:lang="de" text="Sonderheft"/>
<label xml:lang="en" text="Special Issue"/>
Expand Down
Loading