Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7e7a502
download differentially private statistics #7400
pdurbin Mar 9, 2021
2e89bde
initial docs for DP metadata access
djbrooke Mar 5, 2021
d8e4b0a
update to match text from depositing data
djbrooke Mar 5, 2021
53b4201
Moved aux file download link to clean up float issue [ref #7400]
mheppler Mar 9, 2021
5c8085d
Moved aux file download link out of canDownload render logic [ref #7400]
mheppler Mar 10, 2021
767f2eb
Removed aux file download link debug code and typo [ref #7400]
mheppler Mar 10, 2021
3c0140b
formatTag and formatVersion are working now #7400
pdurbin Mar 10, 2021
0127d5c
Render logic changes to file access btn and dropdown options [ref #7400]
mheppler Mar 10, 2021
fc9381a
Added file access status to dropdown, tooltips to icons, other aux fi…
mheppler Mar 17, 2021
9b7a15d
Fixed render logic on Variable Metadata option under File Access btn …
mheppler Mar 18, 2021
a04b783
refactor tests #7400
pdurbin Mar 23, 2021
006a9ba
move English to bundle #7400
pdurbin Mar 25, 2021
cc00904
put aux files starting with tag "dp" under DP Stats #7400
pdurbin Mar 26, 2021
5a045be
new domain: opendp.org #7400
pdurbin Mar 26, 2021
22f1d2d
Add "dp" rule to guides #7400
pdurbin Mar 26, 2021
439fcb7
add release note #7400
pdurbin Mar 26, 2021
353134f
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin Mar 26, 2021
01741b3
pass isPublic boolean in tests #7400
pdurbin Apr 1, 2021
d368a85
add type for aux files #7400
pdurbin Apr 5, 2021
289ef85
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin Apr 5, 2021
5c67f95
add file extension to aux files on download #7400
pdurbin Apr 6, 2021
dcc9104
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin Apr 6, 2021
e419194
update release note to reflect recent changes #7400
pdurbin Apr 6, 2021
92af221
add AuxiliaryFilesIT to test suite script #7400
pdurbin Apr 6, 2021
a1e852a
prevent anon download of aux files in draft #7400
pdurbin Apr 7, 2021
c610321
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin Apr 8, 2021
3b2ea4f
add missing "metadata" from aux file download path #7400
pdurbin Apr 12, 2021
9e5f390
base "other" type/grouping on absence from bundle #7400
pdurbin Apr 13, 2021
9115380
add type=null aux files to "other" list #7400
pdurbin Apr 14, 2021
3441758
move SQL to named queries #7400
pdurbin Apr 14, 2021
f55b368
switch from "every version" check to "is file published" #7400
pdurbin Apr 15, 2021
9b852de
refactor getFileExtension into own method #7400
pdurbin Apr 15, 2021
6f8ddc9
make "File Access: " its own entry in bundle #7400
pdurbin Apr 15, 2021
7903a8f
remove contradictory render logic #7400
pdurbin Apr 15, 2021
98fdaef
prevent constant "missing bundle key" messages in server.log #7400
pdurbin Apr 15, 2021
8162886
remove TODO, allowAccessRequests is working #7400
pdurbin Apr 15, 2021
20b4382
remove reference to type=OTHER (legacy concept) in release note #7400
pdurbin Apr 15, 2021
5dc7234
reword "type" on aux file page #7400
pdurbin Apr 15, 2021
51cffe8
remove cruft (tmp file that got committed) #7400
pdurbin Apr 15, 2021
b132580
remove duplicate query and refactor #7400
pdurbin Apr 15, 2021
7ea9ffa
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin Apr 15, 2021
46d1bd4
rename SQL script (5.4.1 is out) #7400
pdurbin Apr 15, 2021
20654cd
minor tweak to wording
scolapasta Apr 15, 2021
d277aa1
standardize on "Restricted with Access Granted" #7400
pdurbin Apr 16, 2021
dab2d8b
make it clear that API might change #7400
pdurbin Apr 16, 2021
ed0b037
Minor text tweaking
scolapasta Apr 16, 2021
e1d5541
switch SQL query from LIKE to = #7400
pdurbin Apr 16, 2021
e913a23
remove duplicate bundle entries #7400
pdurbin Apr 16, 2021
cf7b6d1
add note that aux file APIs can be blocked #7400
pdurbin Apr 22, 2021
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
Prev Previous commit
Next Next commit
new domain: opendp.org #7400
  • Loading branch information
pdurbin committed Mar 26, 2021
commit 5a045be7b3197f8fc44796d9a1e6d4f4d3e2a4ce
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/user/dataset-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ See also :ref:`restricted-files`.
Creating and Depositing Differentially Private Metadata (Experimental)
----------------------------------------------------------------------

Through an integration with tools from the OpenDP Project (opendp.io), the Dataverse Software offers an experimental workflow that allows a data depositor to create and deposit Differentially Private (DP) Metadata files, which can then be used for exploratory data analysis. This workflow allows researchers to view the DP metadata for a tabular file, determine whether or not the file contains useful information, and then make an informed decision about whether or not to request access to the original file.
Through an integration with tools from the OpenDP Project (opendp.org), the Dataverse Software offers an experimental workflow that allows a data depositor to create and deposit Differentially Private (DP) Metadata files, which can then be used for exploratory data analysis. This workflow allows researchers to view the DP metadata for a tabular file, determine whether or not the file contains useful information, and then make an informed decision about whether or not to request access to the original file.

If this integration has been enabled in your Dataverse installation, you can follow these steps to create a DP Metadata Release and make it available to researchers, while still keeping the files themselves restricted and able to be accessed after a successful access request.

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/user/find-use-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Some file types and datasets offer data exploration options if external tools ha
Exploratory Data Analysis Using Differentially Private Metadata (Experimental)
------------------------------------------------------------------------------

Through an integration with tools from the OpenDP Project (opendp.io), the Dataverse Software offers an experimental workflow that allows a data depositor to create and deposit Differentially Private (DP) Metadata files, which can then be used for exploratory data analysis. This workflow allows researchers to view the DP metadata for a tabular file, determine whether or not the file contains useful information, and then make an informed decision about whether or not to request access to the original file.
Through an integration with tools from the OpenDP Project (opendp.org), the Dataverse Software offers an experimental workflow that allows a data depositor to create and deposit Differentially Private (DP) Metadata files, which can then be used for exploratory data analysis. This workflow allows researchers to view the DP metadata for a tabular file, determine whether or not the file contains useful information, and then make an informed decision about whether or not to request access to the original file.

If the data depositor has made available DP metadata for one or more files in their dataset, these access options will appear on the access dropdown on both the Dataset Page and the File Page. These access options will be available even if a file is restricted. Three types of DP metadata will be available:

Expand Down