aboutsummaryrefslogtreecommitdiff
path: root/doc/joss/2016/paper.json
blob: c3c021567dbc158f6ae782036aabfb2a2f1f7a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
}