Skip to content

Commit db27428

Browse files
authored
Create codemeta.json
1 parent 524d6f0 commit db27428

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

JOSS_Paper/codemeta.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": ["Douglas Selent"],
5+
"identifier": "",
6+
"codeRepository": "https://github.com/dselent/BigArrayList",
7+
"datePublished": "",
8+
"dateModified": "2017-07-06",
9+
"dateCreated": "2017-02-15",
10+
"description": "BigArrayList: A Java API which Allows Programmers to Transparently Use Disk Space as Additional Memory",
11+
"keywords": "BigArrayList, ArrayList",
12+
"license": "GPL-3",
13+
"title": "BigArrayList",
14+
"version": "1.3"
15+
}

0 commit comments

Comments
 (0)