Skip to content

Commit de97aa4

Browse files
committed
add zenodo policy draft
1 parent 90d5a33 commit de97aa4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/zenodo.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Zenodo integration
2+
3+
Zenodo, and other data repositories, provide a way to create a collection of records.
4+
At Zenodo these are called _communities.
5+
In the context of o2r, we have created a community [`o2r`](https://zenodo.org/communities/o2r) (also in the [sandbox](https://zenodo.org/communities/o2r)).
6+
7+
**Issues**
8+
9+
- There is no semi-automated workflow for adding a Zenodo record to a community
10+
- A curation policy should guide the community management
11+
12+
## Workflow
13+
14+
- communities metadata element in [Zenodo metadata](http://developers.zenodo.org/#representation) can be used to trigger the workflow only:
15+
> _List of communities you wish the deposition to appear. The owner of the community will be notified, and can either accept or reject your request. Each array element is an object with the attributes:_
16+
- someone needs to curate and "accept" / "approve" ERCs as Zenodo records upon submission, there is no API function for that.
17+
- [UI integration](https://github.com/o2r-project/o2r-platform/issues/180)
18+
19+
## Curation policy
20+
21+
We need to write a policy for that community where all ERC are collected by default when shipped to Zenodo.
22+
They must be in line with http://about.zenodo.org/policies/ and http://about.zenodo.org/terms/.
23+
24+
**Content for the policy**
25+
26+
- the records must be a valid ERC

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pages:
66
- User scenarios: user-scenarios.md
77
- Glossary: glossary.md
88
- Metadata: metadata.md
9+
- Zenodo integration: zenodo.md
910
theme: readthedocs
1011
site_author: o2r project
1112
site_dir: site

0 commit comments

Comments
 (0)