-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcodemeta.json
More file actions
63 lines (63 loc) · 2.33 KB
/
Copy pathcodemeta.json
File metadata and controls
63 lines (63 loc) · 2.33 KB
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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Cartography",
"author": [
{
"id": "https://orcid.org/0000-0002-0693-8556",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "French National Centre for Scientific Research (CNRS)"
},
"familyName": "Viry",
"givenName": "Matthieu"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-0693-8556",
"roleName": "Author"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-0693-8556",
"roleName": "Developer"
},
{
"id": "https://orcid.org/0000-0002-1932-3323",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "French National Centre for Scientific Research (CNRS)"
},
"familyName": "Giraud",
"givenName": "Timothée"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-1932-3323",
"roleName": "Author"
}
],
"codeRepository": "https://github.com/riatelab/magrit",
"description": "Magrit is an online thematic mapping application developed by UAR RIATE. It offers conventional cartographic methods coupled with innovative techniques such as proportional symbols, choropleth map, discontinuity map, smoothed map, gridded map or cartogram. The interface has been designed to be intuitive and easy to learn. It allows you to teach and learn thematic cartography.",
"downloadUrl": "https://magrit.cnrs.fr/",
"funder": {
"type": "Organization",
"name": "UAR 2414 RIATE (CNRS, Université Paris Cité)"
},
"keywords": [
"maps",
"cartography",
"spatial analysis",
"mapping",
"geography"
],
"license": "https://spdx.org/licenses/GPL-3.0-or-later",
"name": "Magrit",
"version": "2.4.2",
"relatedLink": "https://magrit.cnrs.fr/",
"developmentStatus": "active",
"issueTracker": "https://github.com/riatelab/magrit/issues",
"referencePublication": "https://doi.org/10.5194/ica-proc-1-120-2018"
}