From 65e1e243f48358ab23c83812486a86897d49359e Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 16 Jan 2025 13:51:19 -0500
Subject: [PATCH 01/10] #11159 add tool tips to preview url popup
---
.../edu/harvard/iq/dataverse/DatasetPage.java | 16 ++++++++++++++++
src/main/java/propertyFiles/Bundle.properties | 4 +++-
src/main/webapp/dataset.xhtml | 13 ++++++++++---
3 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/src/main/java/edu/harvard/iq/dataverse/DatasetPage.java b/src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
index 33a093c8044..951fe67b12b 100644
--- a/src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
+++ b/src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
@@ -5719,6 +5719,22 @@ public boolean isAnonymizedAccessEnabled() {
return false;
}
}
+
+ String anonymizedFieldTypeNames = null;
+
+ public String getAnonymizedFieldTypeNames() {
+ if (anonymizedFieldTypeNames != null) {
+ return anonymizedFieldTypeNames;
+ }
+ if (settingsWrapper.getValueForKey(SettingsServiceBean.Key.AnonymizedFieldTypeNames) != null) {
+ anonymizedFieldTypeNames = settingsWrapper.getValueForKey(SettingsServiceBean.Key.AnonymizedFieldTypeNames);
+
+ } else {
+ anonymizedFieldTypeNames = "";
+
+ }
+ return anonymizedFieldTypeNames;
+ }
// todo: we should be able to remove - this is passed in the html pages to other fragments, but they could just access this service bean directly.
public FileDownloadServiceBean getFileDownloadService() {
diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties
index 85602dd43a1..04dad78c983 100644
--- a/src/main/java/propertyFiles/Bundle.properties
+++ b/src/main/java/propertyFiles/Bundle.properties
@@ -1748,9 +1748,11 @@ dataset.privateurl.general.button.label=Create General Preview URL
dataset.privateurl.general.description=Create a URL that others can use to review this dataset version before it is published. They will be able to access all files in the dataset and see all metadata, including metadata that may identify the dataset's authors.
dataset.privateurl.general.title=General Preview
dataset.privateurl.anonymous.title=Anonymous Preview
+dataset.privateurl.anonymous.tooltip.preface=The following metadata fields will be hidden from the user of this Anonymous Preview URL:
dataset.privateurl.anonymous.button.label=Create Anonymous Preview URL
-dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. Non-identifying metadata will be visible.
+dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. (See Tool Tip for the list of withheld metadata fields.) Non-identifying metadata will be visible.
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and users of the Anonymous Preview URL will be able to access them. Users of the Anonymous Preview URL will not be able to see the name of the Dataverse that this dataset is in but will be able to see the name of the repository, which might expose the dataset authors' identities.
+dataset.privateurl.anonymous.tooltip.testing=Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc. You must first log out of Dataverse then open the dataset via the anonymized Preview URL you plan to distribute. By logging out first, you will be able to view the dataset as it would be seen by the anonymized Preview URL user. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
dataset.privateurl.createPrivateUrl=Create Preview URL
dataset.privateurl.introduction=You can create a Preview URL to copy and share with others who will not need a repository account to review this unpublished dataset version. Once the dataset is published or if the URL is disabled, the URL will no longer work and will point to a "Page not found" page.
dataset.privateurl.createPrivateUrl.anonymized=Create URL for Anonymized Access
diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml
index 9426884d349..a8a6f51b20b 100644
--- a/src/main/webapp/dataset.xhtml
+++ b/src/main/webapp/dataset.xhtml
@@ -1221,10 +1221,17 @@
-
+
+
+
#{bundle['dataset.privateurl.anonymous.description']}
- #{bundle['dataset.privateurl.anonymous.description.paragraph.two']} #{bundle['dataset.privateurl.createPrivateUrl.anonymized.unavailable']}.
-
+ #{bundle['dataset.privateurl.anonymous.description.paragraph.two']}
+
+
+ #{bundle['dataset.privateurl.createPrivateUrl.anonymized.unavailable']}
+
Date: Thu, 16 Jan 2025 15:35:05 -0500
Subject: [PATCH 02/10] #11159 add a release note
---
doc/release-notes/11159-preview-url-update.md | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 doc/release-notes/11159-preview-url-update.md
diff --git a/doc/release-notes/11159-preview-url-update.md b/doc/release-notes/11159-preview-url-update.md
new file mode 100644
index 00000000000..a94425d0fc2
--- /dev/null
+++ b/doc/release-notes/11159-preview-url-update.md
@@ -0,0 +1,3 @@
+### Preview URL popup updated
+
+The Preview URL popup has been updated to give the dataset more information about anonymous access including the names of the dataset fields that will be withheld from the url user and suggesting how to review the url before releasing it.
From 6bd91cec441cec871202458b254648a3c0860ad4 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 16 Jan 2025 16:06:04 -0500
Subject: [PATCH 03/10] Update dataset-management.rst
---
doc/sphinx-guides/source/user/dataset-management.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/sphinx-guides/source/user/dataset-management.rst b/doc/sphinx-guides/source/user/dataset-management.rst
index b3a14554b40..3e4c4dfedd0 100755
--- a/doc/sphinx-guides/source/user/dataset-management.rst
+++ b/doc/sphinx-guides/source/user/dataset-management.rst
@@ -692,6 +692,9 @@ Creating a Preview URL for your dataset allows you to share your dataset (for vi
#. Copy the Preview URL which has been created for this dataset and it can now be shared with anyone you wish to have access to view or download files in your unpublished dataset.
To disable a Preview URL and to revoke access, follow the same steps as above until step #3 when you return to the popup, click the “Disable Preview URL” button.
+
+Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc. You must first log out of Dataverse then open the dataset via the anonymized Preview URL you plan to distribute. By logging out first, you will be able to view the dataset as it would be seen by the anonymized Preview URL user. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
+
Note that only one Preview URL (normal or with anonymized access) can be configured per dataset at a time.
Embargoes
From baa0a907534a343fdf470a04849a9d825fac4f72 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Mon, 27 Jan 2025 09:19:50 -0500
Subject: [PATCH 04/10] Update doc/release-notes/11159-preview-url-update.md
Co-authored-by: Philip Durbin
---
doc/release-notes/11159-preview-url-update.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/release-notes/11159-preview-url-update.md b/doc/release-notes/11159-preview-url-update.md
index a94425d0fc2..d51ba38a46a 100644
--- a/doc/release-notes/11159-preview-url-update.md
+++ b/doc/release-notes/11159-preview-url-update.md
@@ -1,3 +1,3 @@
### Preview URL popup updated
-The Preview URL popup has been updated to give the dataset more information about anonymous access including the names of the dataset fields that will be withheld from the url user and suggesting how to review the url before releasing it.
+The Preview URL popup has been updated to give the dataset more information about anonymous access including the names of the dataset fields that will be withheld from the url user and suggesting how to review the url before releasing it. See also #11159 and #11164.
From 70cc95cc7a5e52a5d71e04edf23879e62cf0ca80 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 14:19:41 -0500
Subject: [PATCH 05/10] Update dataset-management.rst
---
doc/sphinx-guides/source/user/dataset-management.rst | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/sphinx-guides/source/user/dataset-management.rst b/doc/sphinx-guides/source/user/dataset-management.rst
index 1b16fd10b47..c3aec068285 100755
--- a/doc/sphinx-guides/source/user/dataset-management.rst
+++ b/doc/sphinx-guides/source/user/dataset-management.rst
@@ -695,7 +695,13 @@ Creating a Preview URL for your dataset allows you to share your dataset (for vi
To disable a Preview URL and to revoke access, follow the same steps as above until step #3 when you return to the popup, click the “Disable Preview URL” button.
-Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc. You must first log out of Dataverse then open the dataset via the anonymized Preview URL you plan to distribute. By logging out first, you will be able to view the dataset as it would be seen by the anonymized Preview URL user. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
+**Note:** Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc.
+
+#. Create Anonymous Preview URL via the Preview URL popup from Edit Dataset button.
+#. Copy the Anonymous Preview URL to your clipboard.
+#. Log out of Dataverse.
+#. Open the dataset via the anonymized Preview URL you plan to distribute to view the dataset as a reviewer would see it.
+#. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
Note that only one Preview URL (normal or with anonymized access) can be configured per dataset at a time.
From 570e5cd1a8df09366b53cae73642188565855357 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 14:36:57 -0500
Subject: [PATCH 06/10] Update dataset-management.rst
---
doc/sphinx-guides/source/user/dataset-management.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/sphinx-guides/source/user/dataset-management.rst b/doc/sphinx-guides/source/user/dataset-management.rst
index c3aec068285..2200b01d03b 100755
--- a/doc/sphinx-guides/source/user/dataset-management.rst
+++ b/doc/sphinx-guides/source/user/dataset-management.rst
@@ -690,18 +690,18 @@ Creating a Preview URL for your dataset allows you to share your dataset (for vi
#. Go to your unpublished dataset
#. Select the “Edit” button
#. Select “Preview URL” in the dropdown menu
-#. In the pop-up select “Create General Preview URL” or "Create URL for Anonymized Access". The latter supports anonymous review by removing author names and other potentially identifying information from citations, version history tables, and some metadata fields (as configured by the administrator).
+#. In the pop-up select “Create General Preview URL” or "Create Anonymous Preview URL". The latter supports anonymous review by removing author names and other potentially identifying information from citations, version history tables, and some metadata fields (as configured by the administrator).
#. Copy the Preview URL which has been created for this dataset and it can now be shared with anyone you wish to have access to view or download files in your unpublished dataset.
To disable a Preview URL and to revoke access, follow the same steps as above until step #3 when you return to the popup, click the “Disable Preview URL” button.
**Note:** Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc.
-#. Create Anonymous Preview URL via the Preview URL popup from Edit Dataset button.
-#. Copy the Anonymous Preview URL to your clipboard.
-#. Log out of Dataverse.
-#. Open the dataset via the anonymized Preview URL you plan to distribute to view the dataset as a reviewer would see it.
-#. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
+#. Create Anonymous Preview URL via the Preview URL popup from Edit Dataset button
+#. Copy the Anonymous Preview URL to your clipboard
+#. Log out of Dataverse application
+#. Open the dataset via the Anonymous Preview URL you plan to distribute to view the dataset as a reviewer would see it
+#. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the Anonymous Preview URL
Note that only one Preview URL (normal or with anonymized access) can be configured per dataset at a time.
From 76831f35894c8c539c4eb37e3c87beade1753ffd Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 14:37:44 -0500
Subject: [PATCH 07/10] #11159 update Preview URL Popup
---
src/main/java/propertyFiles/Bundle.properties | 1 +
src/main/webapp/dataset.xhtml | 15 ++++++++-------
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties
index 22528bb1889..a6da707f8d2 100644
--- a/src/main/java/propertyFiles/Bundle.properties
+++ b/src/main/java/propertyFiles/Bundle.properties
@@ -1776,6 +1776,7 @@ dataset.privateurl.anonymous.tooltip.preface=The following metadata fields will
dataset.privateurl.anonymous.button.label=Create Anonymous Preview URL
dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. (See Tool Tip for the list of withheld metadata fields.) Non-identifying metadata will be visible.
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and users of the Anonymous Preview URL will be able to access them. Users of the Anonymous Preview URL will not be able to see the name of the Dataverse that this dataset is in but will be able to see the name of the repository, which might expose the dataset authors' identities.
+dataset.privateurl.anonymous.description.paragraph.three=To verify that all identifying information has been removed or anonymized, it is recommended that you logout and review the dataset as as it would be seen by an Anonymous Preview URL user. See User Guide for more information.
dataset.privateurl.anonymous.tooltip.testing=Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc. You must first log out of Dataverse then open the dataset via the anonymized Preview URL you plan to distribute. By logging out first, you will be able to view the dataset as it would be seen by the anonymized Preview URL user. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
dataset.privateurl.createPrivateUrl=Create Preview URL
dataset.privateurl.introduction=You can create a Preview URL to copy and share with others who will not need a repository account to review this unpublished dataset version. Once the dataset is published or if the URL is disabled, the URL will no longer work and will point to a "Page not found" page.
diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml
index a8a6f51b20b..b4454b75775 100644
--- a/src/main/webapp/dataset.xhtml
+++ b/src/main/webapp/dataset.xhtml
@@ -1177,14 +1177,14 @@
-
#{bundle['dataset.privateurl.introduction']}
+ #{bundle['dataset.privateurl.introduction']}
+ #{bundle['dataset.privateurl.onlyone']}
-
- #{bundle['dataset.privateurl.onlyone']}
+
@@ -1226,10 +1226,11 @@
data-toggle="tooltip" data-placement="auto right" data-original-title="#{bundle['dataset.privateurl.anonymous.tooltip.preface']} #{DatasetPage.getAnonymizedFieldTypeNames()} ">
#{bundle['dataset.privateurl.anonymous.description']}
- #{bundle['dataset.privateurl.anonymous.description.paragraph.two']}
-
-
+ #{bundle['dataset.privateurl.anonymous.description.paragraph.two']}
+
+
+
+
#{bundle['dataset.privateurl.createPrivateUrl.anonymized.unavailable']}
From 60418a27ca1465af7ea46a29b6c06a62198a810e Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 15:12:23 -0500
Subject: [PATCH 08/10] #11159 remove unused Bundle item
---
src/main/java/propertyFiles/Bundle.properties | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties
index a6da707f8d2..3902a1fee08 100644
--- a/src/main/java/propertyFiles/Bundle.properties
+++ b/src/main/java/propertyFiles/Bundle.properties
@@ -1777,7 +1777,6 @@ dataset.privateurl.anonymous.button.label=Create Anonymous Preview URL
dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. (See Tool Tip for the list of withheld metadata fields.) Non-identifying metadata will be visible.
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and users of the Anonymous Preview URL will be able to access them. Users of the Anonymous Preview URL will not be able to see the name of the Dataverse that this dataset is in but will be able to see the name of the repository, which might expose the dataset authors' identities.
dataset.privateurl.anonymous.description.paragraph.three=To verify that all identifying information has been removed or anonymized, it is recommended that you logout and review the dataset as as it would be seen by an Anonymous Preview URL user. See User Guide for more information.
-dataset.privateurl.anonymous.tooltip.testing=Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc. You must first log out of Dataverse then open the dataset via the anonymized Preview URL you plan to distribute. By logging out first, you will be able to view the dataset as it would be seen by the anonymized Preview URL user. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the anonymized Preview URL.
dataset.privateurl.createPrivateUrl=Create Preview URL
dataset.privateurl.introduction=You can create a Preview URL to copy and share with others who will not need a repository account to review this unpublished dataset version. Once the dataset is published or if the URL is disabled, the URL will no longer work and will point to a "Page not found" page.
dataset.privateurl.createPrivateUrl.anonymized=Create URL for Anonymized Access
From ab75594e045708079a7b621194289f8b8b397614 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 15:51:32 -0500
Subject: [PATCH 09/10] Update dataset-management.rst
---
doc/sphinx-guides/source/user/dataset-management.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/sphinx-guides/source/user/dataset-management.rst b/doc/sphinx-guides/source/user/dataset-management.rst
index 2200b01d03b..55048b30a70 100755
--- a/doc/sphinx-guides/source/user/dataset-management.rst
+++ b/doc/sphinx-guides/source/user/dataset-management.rst
@@ -683,9 +683,9 @@ If you have a Contributor role (can edit metadata, upload files, and edit files,
Preview URL to Review Unpublished Dataset
=========================================
-Creating a Preview URL for your dataset allows you to share your dataset (for viewing and downloading of files) before it is published to a wide group of individuals who may not have a user account on the Dataverse installation. Anyone you send the Preview URL to will not have to log into the Dataverse installation to view the dataset.
+Creating a Preview URL for a draft version your dataset allows you to share your dataset (for viewing and downloading of files) before it is published to a wide group of individuals who may not have a user account on the Dataverse installation. Anyone you send the Preview URL to will not have to log into the Dataverse installation to view the unpublished dataset. Once a dataset has been published you may continue to use the General Preview URL for future drafts, but the Anonymous Preview URL will no longer be available.
-**Note:** To create a Preview URL, you must have the *ManageDatasetPermissions* permission for your dataset, usually given by the :ref:`roles ` *Curator* or *Administrator*.
+**Note:** To create a Preview URL, you must have the *ManageDatasetPermissions* permission for your draft dataset, usually given by the :ref:`roles ` *Curator* or *Administrator*.
#. Go to your unpublished dataset
#. Select the “Edit” button
@@ -697,11 +697,11 @@ To disable a Preview URL and to revoke access, follow the same steps as above un
**Note:** Before distributing an anonymized Preview URL it is recommended that you view the dataset as a potential user to verify that the metadata available does not reveal authorship, etc.
-#. Create Anonymous Preview URL via the Preview URL popup from Edit Dataset button
+#. Create Anonymous Preview URL for your unpublished dataset via the Preview URL popup from Edit Dataset button
#. Copy the Anonymous Preview URL to your clipboard
#. Log out of Dataverse application
-#. Open the dataset via the Anonymous Preview URL you plan to distribute to view the dataset as a reviewer would see it
-#. It may be necessary for you to further edit your dataset's metadata to remove identifying items before you distribute the Anonymous Preview URL
+#. Open the dataset via the Anonymous Preview URL you plan to distribute to view the draft dataset as a reviewer would see it
+#. It may be necessary for you to further edit your draft dataset's metadata to remove identifying items before you distribute the Anonymous Preview URL
Note that only one Preview URL (normal or with anonymized access) can be configured per dataset at a time.
From 0ca44a0c55805acb3fdc06f249c34c14f6979c98 Mon Sep 17 00:00:00 2001
From: Stephen Kraffmiller
Date: Thu, 30 Jan 2025 16:01:21 -0500
Subject: [PATCH 10/10] #11159 add more notation of Draft only
---
src/main/java/propertyFiles/Bundle.properties | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties
index 3902a1fee08..7119055995e 100644
--- a/src/main/java/propertyFiles/Bundle.properties
+++ b/src/main/java/propertyFiles/Bundle.properties
@@ -1762,19 +1762,19 @@ dataset.transferUnrestricted=Click Continue to transfer the elligible files.
dataset.requestAccessToRestrictedFiles=You may request access to any restricted file(s) by clicking the Request Access button.
dataset.requestAccessToRestrictedFilesWithEmbargo=Embargoed files cannot be accessed during the embargo period. If your selection contains restricted files, you may request access to them by clicking the Request Access button.
-dataset.privateurl.infoMessageAuthor=Privately share this dataset before it is published: {0}
+dataset.privateurl.infoMessageAuthor=Privately share this draft dataset before it is published: {0}
dataset.privateurl.infoMessageReviewer=You are viewing a preview of this unpublished dataset version.
dataset.privateurl.header=Unpublished Dataset Preview URL
dataset.privateurl.tip=To cite this data in publications, use the dataset's persistent ID instead of this URL. For more information about the Preview URL feature, please refer to the User Guide.
-dataset.privateurl.onlyone=Only one Preview URL can be active for a single dataset.
+dataset.privateurl.onlyone=Only one Preview URL can be active for a single draft dataset.
dataset.privateurl.absent=Preview URL has not been created.
dataset.privateurl.general.button.label=Create General Preview URL
-dataset.privateurl.general.description=Create a URL that others can use to review this dataset version before it is published. They will be able to access all files in the dataset and see all metadata, including metadata that may identify the dataset's authors.
+dataset.privateurl.general.description=Create a URL that others can use to review this draft dataset version before it is published. They will be able to access all files in the dataset and see all metadata, including metadata that may identify the dataset's authors.
dataset.privateurl.general.title=General Preview
dataset.privateurl.anonymous.title=Anonymous Preview
dataset.privateurl.anonymous.tooltip.preface=The following metadata fields will be hidden from the user of this Anonymous Preview URL:
dataset.privateurl.anonymous.button.label=Create Anonymous Preview URL
-dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. (See Tool Tip for the list of withheld metadata fields.) Non-identifying metadata will be visible.
+dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset's author will not be displayed. (See Tool Tip for the list of withheld metadata fields.) Non-identifying metadata will be visible.
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and users of the Anonymous Preview URL will be able to access them. Users of the Anonymous Preview URL will not be able to see the name of the Dataverse that this dataset is in but will be able to see the name of the repository, which might expose the dataset authors' identities.
dataset.privateurl.anonymous.description.paragraph.three=To verify that all identifying information has been removed or anonymized, it is recommended that you logout and review the dataset as as it would be seen by an Anonymous Preview URL user. See User Guide for more information.
dataset.privateurl.createPrivateUrl=Create Preview URL