You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/user/appendix.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ Unlike supported metadata, experimental metadata is not enabled by default in a
43
43
- Computational Workflow Metadata (`see .tsv <https://github.com/IQSS/dataverse/blob/master/scripts/api/data/metadatablocks/computational_workflow.tsv>`__): adapted from `Bioschemas Computational Workflow Profile, version 1.0 <https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE>`__ and `Codemeta <https://codemeta.github.io/terms/>`__.
44
44
- Archival Metadata (`see .tsv <https://github.com/IQSS/dataverse/blob/master/scripts/api/data/metadatablocks/archival.tsv>`__): Enables repositories to register metadata relating to the potential archiving of the dataset at a depositor archive, whether that be your own institutional archive or an external archive, i.e. a historical archive.
45
45
- Local Contexts Metadata (`see .tsv <https://github.com/gdcc/dataverse-external-vocab-support/blob/main/packages/local_contexts/cvocLocalContexts.tsv>`__): Supports integration with the `Local Contexts <https://localcontexts.org/>`__ platform, enabling the use of Traditional Knowledge and Biocultural Labels, and Notices. For more information on setup and configuration, see :doc:`../installation/localcontexts`.
46
+
- Trusted Data Dimensions and Intensities (`see .tsv <https://github.com/IQSS/dataverse/blob/master/scripts/api/data/metadatablocks/trusteddatadimensionsintensities.tsv>`__): Enables repositories to indicate dimensions of trust.
47
+
- Repository Characteristics (`see .tsv <https://github.com/IQSS/dataverse/blob/master/scripts/api/data/metadatablocks/repositorycharacteristics.tsv>`__): Details related to the security, sustainability, and certifications of the repository.
46
48
47
49
Please note: these custom metadata schemas are not included in the Solr schema for indexing by default, you will need
48
50
to add them as necessary for your custom metadata blocks. See "Update the Solr Schema" in :doc:`../admin/metadatacustomization`.
#datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI
4
+
repositoryOrHosting Repository or Hosting Where and how the data are stored (e.g. institutional repository, cloud) and the oversight and management policies that ensure ethical and transparent handling of the data textbox 0 FALSE FALSE FALSE FALSE FALSE FALSE repositorycharacteristics
5
+
securityAndTechnicalSafeguards Security and Technical Safeguards The mechanisms that the repository or hosting platform uses to prevent tampering with or unauthorized access to the data textbox 1 FALSE FALSE FALSE FALSE FALSE FALSE repositorycharacteristics
6
+
sustainabilityAndLongevity Sustainability and Longevity The strategies that the repository or hosting platform uses to support the long-term preservation and maintenance of the data textbox 2 FALSE FALSE FALSE FALSE FALSE FALSE repositorycharacteristics
7
+
standardsCertification Standards Certification The certification of the repository or hosting platform (e.g. CoreTrustSeal) textbox 3 FALSE FALSE FALSE FALSE FALSE FALSE repositorycharacteristics
8
+
#controlledVocabulary DatasetField Value identifier displayOrder
trusteddatadimensionsintensities Trusted Data Dimensions and Intensities
3
+
#datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI
4
+
reviewTarget Review Target The type of research object reviewed text 0 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
5
+
authorAndProvenance Author and Provenance The level of trust in the data creators and in other provenance information text 1 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
6
+
integrityAndUsability Integrity and Usability The level of trust in the accuracy, completeness, and ease of use of the data text 2 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
7
+
fitnessForScopeAndContextualRelevance Fitness for Scope and Contextual Relevance The level of trust in the suitability of the data for specific contexts, questions, or policy applications text 3 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
8
+
licensingAndLegalClarity Licensing and Legal Clarity The level of trust in the explicitness of the data’s usage rights and their compliance with relevant laws and regulations text 4 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
9
+
transparencyOfMethodsAndDocumentation Transparency of Methods and Documentation The level of trust in the clarity of the descriptions of data collection and processing methods text 5 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
10
+
biasEquityAndRepresentativeness Bias, Equity, and Representativeness The level of trust in the inclusivity and fairness of the coverage of the data text 6 TRUE TRUE FALSE TRUE FALSE FALSE trusteddatadimensionsintensities
11
+
#controlledVocabulary DatasetField Value identifier displayOrder
0 commit comments