diff options
author | Pjotr Prins | 2016-05-29 17:19:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-05-29 17:19:59 +0000 |
commit | 33d817c81b4b22bc051dbde2b26c5d4de028369e (patch) | |
tree | 034a7fd2d4826a87bfb10092fa8dd52a096ef6df /doc/joss/2016/paper.json | |
parent | 68c72a17918f074283dab0b10965267d6a915a64 (diff) | |
parent | 33a178c806bb7b1850a89ceb473cf5201ccad1f8 (diff) | |
download | genenetwork2-33d817c81b4b22bc051dbde2b26c5d4de028369e.tar.gz |
docs: fix conflict
Diffstat (limited to 'doc/joss/2016/paper.json')
-rw-r--r-- | doc/joss/2016/paper.json | 23 |
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" +} |