aboutsummaryrefslogtreecommitdiff
path: root/doc/joss/2016/paper.json
diff options
context:
space:
mode:
authorPjotr Prins2016-05-29 16:52:52 +0000
committerPjotr Prins2016-05-29 16:52:52 +0000
commite7eaf8cd14257c31f83f9e123a8ce443d94280e3 (patch)
tree0204cb3652e6c01f053bd9441652e269860d75a6 /doc/joss/2016/paper.json
parent5925dc7199a9fc6766c0468f5625068d1bd9603f (diff)
parent4ccb2411b78bcc5112316cef7192033d698b8b03 (diff)
downloadgenenetwork2-e7eaf8cd14257c31f83f9e123a8ce443d94280e3.tar.gz
Merge branch 'rebase' into staging
Diffstat (limited to 'doc/joss/2016/paper.json')
-rw-r--r--doc/joss/2016/paper.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/joss/2016/paper.json b/doc/joss/2016/paper.json
new file mode 100644
index 00000000..c3c02156
--- /dev/null
+++ b/doc/joss/2016/paper.json
@@ -0,0 +1,23 @@
+{
+ "@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
+ "@type": "Code",
+ "author": [
+ {
+ "@id": "0000-0002-9623-3401",
+ "@type": "Person",
+ "email": "jakevdp@uw.edu",
+ "name": "Jake VanderPlas",
+ "affiliation": "University of Washington eScience Institute"
+ }
+ ],
+ "identifier": "https://zenodo.org/record/50995#.Vyp9DBUrJBw",
+ "codeRepository": "http://github.com/jakevdp/mst_clustering",
+ "datePublished": "2016-05-04",
+ "dateModified": "2016-05-04",
+ "dateCreated": "2016-05-04",
+ "description": "Clustering via Euclidean Minimum Spanning Trees",
+ "keywords": "machine learning",
+ "license": "BSD",
+ "title": "mst_clustering",
+ "version": "v1.0"
+}