From ae6c41e70949317e17ad02200ae13fce3d862342 Mon Sep 17 00:00:00 2001 From: helkv Date: Thu, 24 Oct 2024 16:19:18 +0200 Subject: [PATCH] #80 Update citation.tsv & citation.properties (after Merge v6.4) III - Edit authorIdentifier.description & publicationURL.description --- scripts/api/data/metadatablocks/citation.tsv | 4 ++-- src/main/java/propertyFiles/citation.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/api/data/metadatablocks/citation.tsv b/scripts/api/data/metadatablocks/citation.tsv index 02ac4ff6cb8..d4715671675 100644 --- a/scripts/api/data/metadatablocks/citation.tsv +++ b/scripts/api/data/metadatablocks/citation.tsv @@ -10,7 +10,7 @@ otherIdValue Identifier Another identifier uniquely identifies the Dataset text 6 #VALUE FALSE FALSE FALSE FALSE FALSE FALSE otherId citation author Author The person(s) responsible for creating the work none 7 ; FALSE FALSE TRUE FALSE TRUE TRUE citation http://purl.org/dc/terms/creator authorName Name The author's family name, given name Family name, Given name text 8 #VALUE TRUE FALSE FALSE TRUE TRUE TRUE author citation - authorIdentifier ORCID Uniquely identifies the author when paired with an identifier type https://orcid.org/0000-0000-0000-0000 URL 9 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE author citation http://purl.org/spar/datacite/AgentIdentifier + authorIdentifier ORCID Uniquely identifies an individual author https://orcid.org/0000-0000-0000-0000 URL 9 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE author citation http://purl.org/spar/datacite/AgentIdentifier authorAffiliation Organization The organization with which the author is affiliated Type for autosuggest... text 10 #VALUE TRUE FALSE FALSE TRUE TRUE TRUE author citation authorAffiliationId ROR ID Uniquely identifies an organization. https://ror.org/000000000 URL 11 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE author citation authorAffiliationDepartment Department/Group The department or group with which the author is affiliated within the organization. text 12 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE author citation https://schema.org/department @@ -36,7 +36,7 @@ topicClassVocabURI Controlled Vocabulary URL The URL where one can access information about the term's controlled vocabulary https:// url 32 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE topicClassification citation publication Related Publication The article or report that uses the data in the Dataset. The full list of related publications will be displayed on the metadata tab none 74 FALSE FALSE TRUE FALSE TRUE FALSE citation http://purl.org/dc/terms/isReferencedBy publicationCitation Publication Title The full bibliographic citation for the related publication textbox 75 #VALUE TRUE FALSE FALSE FALSE TRUE FALSE publication citation http://purl.org/dc/terms/bibliographicCitation - publicationURL URL The URL form of the identifier entered in the Identifier field, e.g. the DOI URL if a DOI was entered in the Identifier field. Used to display what was entered in the ID Type and ID Number fields as a link. If what was entered in the Identifier field has no URL form, the URL of the publication webpage is used, e.g. a journal article webpage https:// url 76 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE publication citation https://schema.org/distribution + publicationURL URL Link to the publication web page (e.g., journal article page, archive record page, or other) https:// url 76 #VALUE FALSE FALSE FALSE FALSE TRUE FALSE publication citation https://schema.org/distribution notesText Notes Additional information about the Dataset textbox 35 FALSE FALSE FALSE FALSE TRUE FALSE citation language Language A language that the Dataset's files is written in text 36 TRUE TRUE TRUE FALSE TRUE FALSE citation http://purl.org/dc/terms/language producer Producer The entity, such a person or organization, managing the finances or other administrative processes involved in the creation of the Dataset none 37 FALSE FALSE TRUE FALSE FALSE FALSE citation diff --git a/src/main/java/propertyFiles/citation.properties b/src/main/java/propertyFiles/citation.properties index f7c33e8423d..60d0162444b 100644 --- a/src/main/java/propertyFiles/citation.properties +++ b/src/main/java/propertyFiles/citation.properties @@ -90,7 +90,7 @@ datasetfieldtype.author.description=The person(s) responsible for creating the w datasetfieldtype.authorName.description=The author's family name, given name datasetfieldtype.authorAffiliation.description=The organization with which the author is affiliated datasetfieldtype.authorIdentifierScheme.description=The type of identifier that uniquely identifies the author (e.g. ORCID, ISNI) -datasetfieldtype.authorIdentifier.description=Uniquely identifies the author when paired with an identifier type +datasetfieldtype.authorIdentifier.description=Uniquely identifies an individual author datasetfieldtype.datasetContact.description=The entity, e.g. a person or organization, that users of the Dataset can contact with questions datasetfieldtype.datasetContactName.description=The name of the point of contact, e.g. the person's name or the name of an organization datasetfieldtype.datasetContactAffiliation.description=The name of the entity affiliated with the point of contact, e.g. an organization's name @@ -113,7 +113,7 @@ datasetfieldtype.publicationRelationType.description=The nature of the relations datasetfieldtype.publicationCitation.description=The full bibliographic citation for the related publication datasetfieldtype.publicationIDType.description=The type of identifier that uniquely identifies a related publication datasetfieldtype.publicationIDNumber.description=The identifier for a related publication -datasetfieldtype.publicationURL.description=The URL form of the identifier entered in the Identifier field, e.g. the DOI URL if a DOI was entered in the Identifier field. Used to display what was entered in the ID Type and ID Number fields as a link. If what was entered in the Identifier field has no URL form, the URL of the publication webpage is used, e.g. a journal article webpage +datasetfieldtype.publicationURL.description=Link to the publication web page (e.g., journal article page, archive record page, or other) datasetfieldtype.notesText.description=Additional information about the Dataset datasetfieldtype.language.description=A language that the Dataset's files is written in datasetfieldtype.producer.description=The entity, such a person or organization, managing the finances or other administrative processes involved in the creation of the Dataset