We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524d6f0 commit db27428Copy full SHA for db27428
JOSS_Paper/codemeta.json
@@ -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