Skip to content

Commit 0a1aca0

Browse files
committed
add translator to citation block, update release note
1 parent 5c9778f commit 0a1aca0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
This release updates the DataCite XML metadata format to indicate compliance with the version 4.7 schema, adds support for specifying a 'Translator' contributor, and adds a language element when a dataset has one language defined in its Citation block metadata.
1+
This release updates the DataCite XML metadata format to indicate compliance with the version 4.7 schema, adds support for specifying a 'Translator' contributor, and adds a language element when a dataset has one language defined in its Citation block metadata.
2+
3+
As it adds Translator to the contributorTypes allowed in the citation block, people would have to reload the block to get the new option.

scripts/api/data/metadatablocks/citation.tsv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@
129129
contributorType Research Group 11
130130
contributorType Rights Holder 12
131131
contributorType Sponsor 13
132-
contributorType Supervisor 14
133-
contributorType Work Package Leader 15
132+
contributorType Translator 14
133+
contributorType Supervisor 15
134+
contributorType Work Package Leader 16
134135
contributorType Other 16
135136
authorIdentifierScheme ORCID 0
136137
authorIdentifierScheme ROR 1

0 commit comments

Comments
 (0)