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/admin/metadatacustomization.rst
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -666,10 +666,6 @@ When creating new metadata blocks, please review the :doc:`/style/text` section
666
666
667
667
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
668
668
669
-
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
670
-
671
-
The thinking is that the tips can become issues and the issues can eventually be worked on as features to improve the Dataverse Software metadata system.
672
-
673
669
Development Tasks Specific to Changing Fields in Core Metadata Blocks
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/api/native-api.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6424,7 +6424,7 @@ The fully expanded example above (without environment variables) looks like this
6424
6424
Show Disclaimer for Publishing Datasets
6425
6425
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6426
6426
6427
-
The setting "PublishDatasetDisclaimerText", when set, will prevent a draft dataset from being published through the UI without the user acknowledging the disclaimer.
6427
+
The setting :ref:`:PublishDatasetDisclaimerText`, when set, will prevent a draft dataset from being published through the UI without the user acknowledging the disclaimer.
6428
6428
6429
6429
.. note:: See :ref:`show-custom-popup-for-publishing-datasets`if the user acknowledgment is not required but you want the message to be displayed in the UI.
6430
6430
.. note:: See :ref:`curl-examples-and-environment-variables`if you are unfamiliar with the use of export below.
Only contact DataCite to update a DOI after checking to see if DataCite has outdated information (for efficiency, lighter load on DataCite, especially when using file DOIs).
4077
4077
4078
+
.. _dataverse.feature.require-embargo-reason:
4078
4079
4080
+
dataverse.feature.require-embargo-reason
4081
+
++++++++++++++++++++++++++++++++++++++++
4082
+
4083
+
Require an embargo reason when a user creates an embargo on one or more files. See :ref:`embargoes`.
4079
4084
4080
4085
.. _:ApplicationServerSettings:
4081
4086
@@ -4826,6 +4831,10 @@ If you have a long text string, you can upload it as a file as in the example be
4826
4831
4827
4832
``curl -X PUT --upload-file /tmp/long.txt http://localhost:8080/api/admin/settings/:DatasetPublishPopupCustomText``
4828
4833
4834
+
There is a related setting called :ref:`:PublishDatasetDisclaimerText` that also makes text appear on the popup when publishing, but it requires a checkbox to be clicked.
4835
+
4836
+
See also :ref:`show-custom-popup-for-publishing-datasets` in the API Guide.
4837
+
4829
4838
:DatasetPublishPopupCustomTextOnAllVersions
4830
4839
+++++++++++++++++++++++++++++++++++++++++++
4831
4840
@@ -5356,6 +5365,10 @@ The text displayed to the user that must be acknowledged prior to publishing a D
5356
5365
5357
5366
``curl -X PUT -d "By publishing this dataset, I fully accept all legal responsibility for ensuring that the deposited content is: anonymized, free of copyright violations, and contains data that is computationally reusable. I understand and agree that any violation of these conditions may result in the immediate removal of the dataset by the repository without prior notice." http://localhost:8080/api/admin/settings/:PublishDatasetDisclaimerText``
5358
5367
5368
+
There is a similar setting called :ref:`:DatasetPublishPopupCustomText` that also makes text appear on the popup when publishing, but it is only informational. There is no checkbox to click.
5369
+
5370
+
See also :ref:`show-disclaimer-for-publishing-datasets` in the API Guide.
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/user/dataset-management.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -750,7 +750,7 @@ Note that only one Preview URL (normal or with anonymized access) can be configu
750
750
Embargoes
751
751
=========
752
752
753
-
A Dataverse instance may be configured to support file-level embargoes. Embargoes make file content inaccessible after a dataset version is published - until the embargo end date. A reason for the embargo may be supplied when creating the embargo. A reason may be required in some Dataverse instances.
753
+
A Dataverse instance may be configured to support file-level embargoes. Embargoes make file content inaccessible after a dataset version is published - until the embargo end date. A reason for the embargo may be supplied when creating the embargo. A reason may be :ref:`required<dataverse.feature.require-embargo-reason>` in some Dataverse instances.
754
754
This means that file previews and the ability to download files will be blocked. The effect is similar to when a file is restricted except that the embargo will end at the specified date without further action and during the embargo, requests for file access cannot be made.
755
755
Embargoes of files in a version 1.0 dataset may also affect the date shown in the dataset and file citations. The recommended practice is for the citation to reflect the date on which all embargoes on files in version 1.0 end. (Since Dataverse creates one persistent identifier per dataset and doesn't create new ones for each version, the publication of later versions, with or without embargoed files, does not affect the citation date.)
756
756
@@ -872,6 +872,8 @@ If your installation is configured to use DataCite as a persistent ID (PID) prov
0 commit comments