diff options
author | Pjotr Prins | 2016-05-30 09:43:24 +0200 |
---|---|---|
committer | Pjotr Prins | 2016-05-30 09:43:24 +0200 |
commit | d0b22368a08f51c11231fd0420f9607e3beaf491 (patch) | |
tree | 9528c684d3ca19eea45d2533548023c49007c1d2 /doc/joss/2016/paper.json | |
parent | 87346d2b726bf6ed6c88fbf52bf5af9e3f042023 (diff) | |
parent | 7e3e07c1e3fb150a2d37088a8b250ef028c162ba (diff) | |
download | genenetwork2-d0b22368a08f51c11231fd0420f9607e3beaf491.tar.gz |
Merge pull request #163 from DannyArends/master
Fixing my affiliation
Diffstat (limited to 'doc/joss/2016/paper.json')
-rw-r--r-- | doc/joss/2016/paper.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/joss/2016/paper.json b/doc/joss/2016/paper.json deleted file mode 100644 index c3c02156..00000000 --- a/doc/joss/2016/paper.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@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" -} |