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