Skip to content
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

review use of license, termsOfUse, termsOfAccess #31

Open
pdurbin opened this issue Aug 11, 2022 · 0 comments
Open

review use of license, termsOfUse, termsOfAccess #31

pdurbin opened this issue Aug 11, 2022 · 0 comments

Comments

@pdurbin
Copy link
Member

pdurbin commented Aug 11, 2022

While working on #30 I'm noticing some strangeness with termsOfUse and termsOfAccess. To keep the other issue as a "trivial" I'm opening this new issue for a deeper look.

There seem to be several cases.

CC0 license, termsOfUse dropped

For these we should probably drop termsOfUse from the JSON because it seems to be dropped by Dataverse anyway.

Related:

data/dataverses/pums/datasets/2000pums5/2000pums5.json
14: "license": "CC0 1.0",
15: "termsOfUse": "CC0 Waiver",

data/dataverses/cms/datasets/cmssampledata/cmssampledata.json
20: "license":"CC0 1.0",
21: "termsOfUse":"CC0 Waiver",

data/dataverses/scholcommlab/datasets/diabeticconnect/diabeticconnect.json
21: "license": "CC0 1.0",
22: "termsOfUse": "CC0 Waiver",

data/dataverses/open-source-at-harvard/datasets/open-source-at-harvard/open-source-at-harvard.json
13: "license": "CC0 1.0",
14: "termsOfUse": "CC0 Waiver",

No license but termsOfUse describes CC0

For these we should probably just add a CC0 license and remove termsOfUse because termsOfUse is describing CC0 anyway. Otherwise it doesn't make much sense.

data/dataverses/ubiquity-press/dataverses/jopd/datasets/flynn-effect-in-estonia/flynn-effect-in-estonia.json
12: "termsOfUse":"All data uploaded to this Dataverse are licensed under the CC0 licence. Please follow this link for further information: http://creativecommons.org/publicdomain/zero/1.0/",

data/dataverses/ubiquity-press/dataverses/jopd/datasets/bafacalo/bafacalo.json
13: "termsOfUse":"All data uploaded to this Dataverse are licensed under the CC0 licence. Please follow this link for further information: http://creativecommons.org/publicdomain/zero/1.0/",

termsOfAccess but no restricted files

These datasets specify termsOfAccess but because there are no restricted files, you can't easily see that it's set unless you are logged in as an author and edit terms. It probably makes sense to restrict a file or two for each dataset.

data/dataverses/ecastro/datasets/this-is-my-test-dataset/this-is-my-test-dataset.json
18: "license": "CC0 1.0",
19: "termsOfUse": "CC0 Waiver",
20: "termsOfAccess": "You need to request for access.",

data/dataverses/HCPDS/datasets/reproductive-health-laws-around-the-world/reproductive-health-laws-around-the-world.json
18: "license": "CC0 1.0",
19: "termsOfUse": "CC0 Waiver",
20: "termsOfAccess": "You need to request for access. ",

data/dataverses/manchester/datasets/test-dataset/test-dataset.json
20: "license": "CC0 1.0",
21: "termsOfUse": "CC0 Waiver",
22: "termsOfAccess": "Terms: Must be a member of Manchester Dataverse group.",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant