Skip to content

Commit c3483f5

Browse files
committed
Update .zenodo.json
1 parent 0a04556 commit c3483f5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.zenodo.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"title": "JavaPermutationTools: A Java library for computation on permutations and sequences",
23
"license": "GPL-3.0-or-later",
34
"upload_type": "software",
45
"creators": [
@@ -16,5 +17,16 @@
1617
"sequence distance",
1718
"string distance",
1819
"edit distance"
19-
]
20+
],
21+
"related_identifiers": [
22+
{
23+
"scheme": "doi",
24+
"identifier": "10.21105/joss.00950",
25+
"relation": "isDocumentedBy",
26+
"resource_type": {
27+
"type": "publication",
28+
"subtype": "article"
29+
}
30+
}
31+
]
2032
}

0 commit comments

Comments
 (0)