Skip to content

Commit

Permalink
Merge branch 'properties' into update_from_stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosel committed Oct 10, 2024
2 parents 2c7bec4 + 812414b commit 37f964b
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/main/java/propertyFiles/citation.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ datasetfieldtype.keywordVocabularyURI.title=Controlled Vocabulary URL
datasetfieldtype.topicClassification.title=Topic Classification
datasetfieldtype.topicClassValue.title=Term
datasetfieldtype.topicClassVocab.title=Controlled Vocabulary Name
datasetfieldtype.topicClassVocabURI.title=Controlled Vocabulary URL
datasetfieldtype.topicClassVocab.description=The controlled vocabulary used for the keyword term (e.g. LCSH, MeSH)
datasetfieldtype.topicClassVocab.watermark=
datasetfieldtype.topicClassVocabURI.title=Term URI
datasetfieldtype.topicClassVocabURI.description=A URI that points to the web presence of the Topic Term, if available. Otherwise the URL of the controlled vocabulary
datasetfieldtype.topicClassVocabURI.watermark=https://
datasetfieldtype.publication.title=Related Publication
datasetfieldtype.publication.description=The article or report that uses the data in the Dataset. The full list of related publications will be displayed on the metadata tab
datasetfieldtype.publication.watermark=
datasetfieldtype.publicationRelationType.title=Relation Type
datasetfieldtype.publicationRelationType.description=The nature of the relationship between this Dataset and the related publication
datasetfieldtype.publicationRelationType.watermark=
datasetfieldtype.publicationCitation.title=Citation
datasetfieldtype.publicationIDType.title=Identifier Type
datasetfieldtype.publicationIDNumber.title=Identifier
Expand All @@ -49,9 +57,35 @@ datasetfieldtype.productionPlace.title=Production Location
datasetfieldtype.contributor.title=Contributor
datasetfieldtype.contributorType.title=Type
datasetfieldtype.contributorName.title=Name
datasetfieldtype.contributorName.description=The name of the contributor, e.g. the person's name or the name of an organization
datasetfieldtype.contributorName.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.project.title=Project
datasetfieldtype.project.description=Information about the project as context of the data
datasetfieldtype.project.watermark=
datasetfieldtype.projectName.title=Name
datasetfieldtype.projectName.description=Name of the project
datasetfieldtype.projectName.watermark=
datasetfieldtype.projectAcronym.title=Acronym
datasetfieldtype.projectAcronym.description=Acronym/short-form of the project
datasetfieldtype.projectAcronym.watermark=
datasetfieldtype.projectLevel.title=Level
datasetfieldtype.projectLevel.description=The main project should get level zero, subprojects can get higher levels
datasetfieldtype.projectLevel.watermark=0
datasetfieldtype.projectIDinFIS.title=FIS Identifier
datasetfieldtype.projectIDinFIS.description=FIS identifier
datasetfieldtype.projectIDinFIS.watermark=
datasetfieldtype.grantNumber.title=Funding Information
datasetfieldtype.grantNumber.description=Information about the Dataset's financial support
datasetfieldtype.grantNumber.watermark=
datasetfieldtype.grantNumberAgency.title=Agency
datasetfieldtype.grantNumberAgency.description=The agency that provided financial support for the Dataset
datasetfieldtype.grantNumberAgency.watermark=Organization XYZ
datasetfieldtype.grantProjectAcronym.title=Acronym of Related Project
datasetfieldtype.grantProjectAcronym.description=Acronym/short-form of the project (as used in project information)
datasetfieldtype.grantProjectAcronym.watermark=
datasetfieldtype.grantNumberValue.title=Identifier
datasetfieldtype.grantNumberValue.description=For DFG as agency: the grant identifier; Otherwise the grant identifier or contract identifier of the agency that provided financial support for the Dataset
datasetfieldtype.grantNumberValue.watermark=
datasetfieldtype.distributor.title=Distributor
datasetfieldtype.distributorName.title=Name
datasetfieldtype.distributorAffiliation.title=Affiliation
Expand Down

0 comments on commit 37f964b

Please sign in to comment.