From 4ccb2411b78bcc5112316cef7192033d698b8b03 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 29 May 2016 16:51:45 +0000 Subject: Added JOSS paper --- doc/joss/2016/paper.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/joss/2016/paper.json (limited to 'doc/joss/2016/paper.json') 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" +} -- cgit v1.2.3