Skip to content

Commit 280c4f1

Browse files
Add .zenodo.json for software metadata including title, description, creators, license, and keywords.
1 parent adeb791 commit 280c4f1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"title": "BasicSpanner",
3+
"upload_type": "software",
4+
"description": "Extreme graph simplification applied to functional discovery in biological networks.",
5+
"creators": [
6+
{
7+
"name": "Marín, José et al."
8+
}
9+
],
10+
"license": "MIT",
11+
"keywords": ["graph", "network", "biology", "software"],
12+
"version": "v.1.0.0-Z"
13+
}

0 commit comments

Comments
 (0)