Skip to content

Commit d3dd1b1

Browse files
authored
Create .zenodo.json for Zenodo integration
Added metadata for Zenodo integration including title, description, creators, keywords, license, and related identifiers.
1 parent a2d4432 commit d3dd1b1

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"title": "Publishing Code: Using GitHub releases and Zenodo DOIs to create citable code snapshots",
3+
"description": "Presentation materials for Ocean Data Stewardship workshop at Rutgers Operational Oceanography Program, Session #3. Covers GitHub releases, Zenodo integration, and creating citable code snapshots.",
4+
"creators": [
5+
{
6+
"name": "Formel, Stephen",
7+
"affiliation": "The Data Patch",
8+
"orcid": "0000-0001-7418-1244"
9+
}
10+
],
11+
"keywords": [
12+
"GitHub",
13+
"Zenodo",
14+
"code publishing",
15+
"reproducible research",
16+
"DOI",
17+
"software citation",
18+
"data stewardship",
19+
"ocean data"
20+
],
21+
"license": "CC-BY-NC-4.0",
22+
"upload_type": "lesson",
23+
"access_right": "open",
24+
"related_identifiers": [
25+
{
26+
"identifier": "https://www.intertidalagency.org/",
27+
"relation": "isSupplementedBy",
28+
"scheme": "url"
29+
}
30+
],
31+
"contributors": [
32+
{
33+
"name": "Wing, Kate",
34+
"affiliation": "Intertidal Agency",
35+
"orcid": "0009-0001-0904-2886",
36+
"type": "Other"
37+
},
38+
{
39+
"name": "Blake, Rachael",
40+
"affiliation": "Intertidal Agency",
41+
"orcid": "0000-0003-0847-9100",
42+
"type": "Other"
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)