Skip to content

Commit

Permalink
fix zenodo schemas for access rights; closes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 19, 2024
1 parent bc3ca40 commit f53465b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: deposits
Title: A universal client for depositing and accessing research data
anywhere
Version: 0.2.1.052
Version: 0.2.1.053
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropenscilabs/deposits",
"issueTracker": "https://github.com/ropenscilabs/deposits/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.1.052",
"version": "0.2.1.053",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
4 changes: 2 additions & 2 deletions inst/extdata/zenodo/from_dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"targets": ["language"]
},
"license": {
"targets": ["license", "access_right", "access_conditions"]
"targets": ["license", "access_conditions"]
},
"mediator": {
"targets": ["notes"]
Expand Down Expand Up @@ -177,7 +177,7 @@
"targets": ["related_identifiers"]
},
"rights": {
"targets": ["access_right", "access_conditions", "license"]
"targets": ["access_right", "access_conditions"]
},
"rightsHolder": {
"targets": ["notes"]
Expand Down
4 changes: 2 additions & 2 deletions inst/extdata/zenodo/to_dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"targets": ["description"]
},
"access_right": {
"targets": ["rights", "license"]
"targets": ["rights"]
},
"license": {
"targets": ["rights", "license"]
"targets": ["license"]
},
"embargo_date": {
"targets": ["description"]
Expand Down

0 comments on commit f53465b

Please sign in to comment.