Skip to content

Commit

Permalink
#80 Update citation.tsv & citation.properties (after Merge v6.4) III
Browse files Browse the repository at this point in the history
- Edit authorIdentifier.description & publicationURL.description
  • Loading branch information
helkv committed Oct 24, 2024
1 parent 4b18d29 commit ae6c41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/api/data/metadatablocks/citation.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=#VALUE>#VALUE</a> 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
Expand All @@ -36,7 +36,7 @@
topicClassVocabURI Controlled Vocabulary URL The URL where one can access information about the term's controlled vocabulary https:// url 32 <a href="#VALUE" target="_blank" rel="noopener">#VALUE</a> 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 <a href="#VALUE" target="_blank" rel="noopener">#VALUE</a> 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 <a href="#VALUE" target="_blank" rel="noopener">#VALUE</a> 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
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/propertyFiles/citation.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ae6c41e

Please sign in to comment.