Skip to content
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
16 changes: 0 additions & 16 deletions doc/release-notes/8127-citation-field-improvements.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/sphinx-guides/source/admin/metadatacustomization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ The scripts required can be hosted locally or retrieved dynamically from https:/
Tips from the Dataverse Community
---------------------------------

When creating new metadatablocks, please review the :doc:`/style/text` section of the Style Guide, which includes guidance about naming metadata fields and writing text for metadata tooltips.

If there are tips that you feel are omitted from this document, please open an issue at https://github.com/IQSS/dataverse/issues and consider making a pull request to make improvements. You can find this document at https://github.com/IQSS/dataverse/blob/develop/doc/sphinx-guides/source/admin/metadatacustomization.rst

Alternatively, you are welcome to request "edit" access to this "Tips for Dataverse Software metadata blocks from the community" Google doc: https://docs.google.com/document/d/1XpblRw0v0SvV-Bq6njlN96WyHJ7tqG0WWejqBdl7hE0/edit?usp=sharing
Expand Down
1 change: 0 additions & 1 deletion doc/sphinx-guides/source/style/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ This style guide is meant to help developers implement clear and appropriate UI

foundations
patterns
text
14 changes: 0 additions & 14 deletions doc/sphinx-guides/source/style/text.rst

This file was deleted.

272 changes: 136 additions & 136 deletions scripts/api/data/metadatablocks/citation.tsv

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions src/main/java/propertyFiles/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,9 @@ advanced.search.files.variableName=Variable Name
advanced.search.files.variableName.tip=The name of the variable's column in the data frame.
advanced.search.files.variableLabel=Variable Label
advanced.search.files.variableLabel.tip=A short description of the variable.
advanced.search.datasets.persistentId=Persistent Identifier
advanced.search.datasets.persistentId.tip=The dataset's unique persistent identifier,either a DOI or Handle
advanced.search.datasets.persistentId.tip=The persistent identifier for the dataset.
advanced.search.datasets.persistentId=Dataset Persistent ID
advanced.search.datasets.persistentId.tip=The unique persistent identifier for a dataset, which can be a Handle or DOI in Dataverse.
advanced.search.files.fileTags=File Tags
advanced.search.files.fileTags.tip=Terms such "Documentation", "Data", or "Code" that have been applied to files.

Expand Down Expand Up @@ -1513,15 +1514,15 @@ dataset.message.termsFailure=The dataset terms could not be updated.
dataset.message.label.fileAccess=File Access
dataset.message.publicInstall=Files are stored on a publicly accessible storage server.
dataset.metadata.publicationDate=Publication Date
dataset.metadata.publicationDate.tip=The date when the Dataset is published in this repository
dataset.metadata.publicationDate.tip=The publication date of a dataset.
dataset.metadata.citationDate=Citation Date
dataset.metadata.citationDate.tip=The citation date of a dataset, determined by the longest embargo on any file in version 1.0.
dataset.metadata.publicationYear=Publication Year
dataset.metadata.publicationYear.tip=The publication year of a dataset.
dataset.metadata.persistentId=Persistent Identifier
dataset.metadata.persistentId.tip=The dataset's unique persistent identifier, either a DOI or Handle
dataset.metadata.alternativePersistentId=Previous Persistent Identifier
dataset.metadata.alternativePersistentId.tip=A previously used persistent identifier for the Dataset, either a DOI or Handle
dataset.metadata.persistentId=Dataset Persistent ID
dataset.metadata.persistentId.tip=The unique persistent identifier for a dataset, which can be a Handle or DOI in Dataverse.
dataset.metadata.alternativePersistentId=Previous Dataset Persistent ID
dataset.metadata.alternativePersistentId.tip=A previously used persistent identifier for a dataset, which can be a Handle or DOI in Dataverse.
file.metadata.preview=Preview
file.metadata.filetags=File Tags
file.metadata.persistentId=File Persistent ID
Expand Down
Loading