-
Notifications
You must be signed in to change notification settings - Fork 8
/
codemeta.json
72 lines (72 loc) · 2.24 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "Mongoose",
"description": "Mongoose is a hybrid graph partitioning library.",
"name": "Mongoose: A Graph Coarsening and Partitioning Library",
"codeRepository": "https://github.com/ScottKolo/Mongoose",
"issueTracker": "https://github.com/ScottKolo/Mongoose/issues",
"license": "https://spdx.org/licenses/GPL-3.0-only.html",
"version": "2.0.4",
"softwareVersion": "2.0.4",
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Kolodziej",
"email": "scottk@tamu.edu",
"@id": "https://orcid.org/0000-0001-8340-0824",
"affiliation": "Texas A&M University"
},
{
"@type": "Person",
"givenName": "Timothy",
"familyName": "Davis",
"email": "davis@tamu.edu",
"@id": "https://orcid.org/0000-0001-7614-6899",
"affiliation": "Texas A&M University"
},
{
"@type": "Person",
"givenName": "Nuri",
"familyName": "Yeralan",
"@id": "https://orcid.org/0000-0002-8689-5268",
"affiliation": "Microsoft Corporation"
},
{
"@type": "Person",
"givenName": "William",
"familyName": "Hager",
"email": "hager@ufl.edu",
"affiliation": "University of Florida"
}
],
"maintainer":
{
"@id": "https://orcid.org/0000-0001-8340-0824"
},
"contIntegration": "https://travis-ci.com/ScottKolo/Mongoose",
"developmentStatus": "active",
"downloadUrl": "https://github.com/ScottKolo/Mongoose/archive/v2.0.4.zip",
"funding":"Office of Naval Research grant N00014-11-1-0068",
"funding":"Office of Naval Research grant N00014-15-1-2048",
"funding":"Office of Naval Research grant N00014-18-1-2100",
"funding":"National Science Foundation grant CMMI 0620286",
"funding":"National Science Foundation grant DMS-1522629",
"keywords": [
"Mongoose",
"SuiteSparse",
"software",
"graph partitioning",
"sparse matrices",
"graph coarsening",
"edge cut",
"scientific software",
"mathematical software"
],
"dateCreated":"2018-04-09",
"datePublished":"2018-05-25",
"dateModified":"2019-05-25",
"programmingLanguage": "C++",
"programmingLanguage": "MATLAB"
}