-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request/Idea: Indicate on dataset page when dataset version has no license or custom terms #8796
Comments
FWIW: Technically the message above for Terms of Use ("This dataset is made available without...") is an entry in the database in the termsofuse column of the termsofuseandaccess row for that dataset version, i.e. it is not a standard message stored elsewhere, hence it technically does have custom terms. The language could be changed for published datasets by editing the db. |
#10513 might be related. |
also related to #8798 prioritize to size* |
2024/05/08
|
@sekmiller or @cmbz, from @qqmyers's comment in the PR related to this issue, it sounds like what was done is different than what @cmbz wrote would be done last month. Could you confirm this here and write about why the approach taken was different? I'm curious about why the approach changed and would like to help make sure that this GitHub issue reflects how we wound up addressing the issue. |
…ts harvested in oai_dc, and not break anything else... I think? #8796
The pull request at #10614 was merged into the develop branch and this GitHub issue was closed with it, although from what I could tell in that PR, what @cmbz wrote would be done was not done, and something else was done. I looked through the files changed in the PR to understand what was done, but I couldn't tell. @sekmiller, @landreev, or @cmbz, could you help me figure out what was done? Specifically, what will users see on the page of a dataset that has no license or custom terms? |
Just following up now that I'm able to see what was done in the pull request at #10614, which @landreev applied to Harvard Dataverse today when it was updated to v6.4. Version 2 of the dataset at https://doi.org/10.7910/DVN/0SZMZQ has no license and no custom terms. Here's what folks see on the dataset page: |
Since Harvard Dataverse was updated to v6.4, I found published datasets that have no "pre-defined" license and nothing entered in the "Terms of Use" fields (called "custom terms" sometimes), but that appear to be indexed as having "Custom Terms". Some of these are in the collection at https://dataverse.harvard.edu/dataverse/MIT-PSFC, including the dataset at https://doi.org/10.7910/DVN/5YY6PE. Some other datasets are at https://doi.org/10.7910/DVN/RFT3ME, https://doi.org/10.7910/DVN/8ACDTT, https://doi.org/10.7910/DVN/FMBUZB, and https://doi.org/10.7910/DVN/IW4V4Y. All of the datasets I've found so far have "Custom Dataset Terms — the following Custom Dataset Terms have been defined for this dataset." in their "License/Data Use Agreement" fields in the Terms tab: Just for more context, I found these datasets when I was updating and spot checking info (in a Google Sheet) I've been collecting to help evaluate how depositors have been using Harvard Dataverse to describe the terms of their datasets. |
FWIW: Although I can't see the database, from the display and ORE export it looks like these datasets have no license or terms of use which is not supposed to be allowed. All of them were supposed to have been changed to have TofU that say "This dataset is made available without information on how it can be used. You should communicate with the Contact(s) specified before use." which is now handled by the #10614 code. If these were just missed, a query like the one below could be used to update them so #10614 would apply to them. If there's still a way (post v5.10) that datasets without a license or TofU are getting created, it would be good to find/close that hole.
|
Overview of the Feature Request
For datasets that have no explicit license or custom terms, indicate on dataset page that the dataset has no license or custom terms instead of indicating that there are custom dataset terms.
What kind of user is the feature intended for?
Curator, Depositor, Guest
What inspired the request?
Reviewing the license and terms metadata of datasets in the Harvard Dataverse Repository, I noticed that on the landing page of dataset versions that have no license or terms metadata, there's a link that indicates that the dataset has custom terms, such as dataset versions that depositors using the Dataverse APIs are able to create and publish with no license or terms and dataset versions created before the "multiple license" update was applied to the Harvard repository, including https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/0SZMZQ&version=2.0:
This seems misleading to me. Is it fair to say that a dataset version with no license or terms has custom terms?
What existing behavior do you want changed?
For dataset versions that have no license or terms set, indicate that on the dataset page instead of indicating that there are custom terms.
Earlier discussions about the multiple license update included indicating that no license or terms were set when creating a dataset version. Here's an image from early mockups:
This was abandoned after we decided that the update would also prevent depositors from creating a dataset with no license or terms, so the "Publish Dataset" dialogue would never need to show that red message, since it wouldn't be possible through the UI to create and publish a new dataset without a license or custom terms of use.
Any brand new behavior do you want to add to Dataverse?
For dataset versions with no license or terms, indicate that the version has no license or terms instead of indicating that it has custom terms, perhaps using the text "No license or terms chosen"
Any related open or closed issues to this feature request?
#7440
#7742
The text was updated successfully, but these errors were encountered: