-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
44 lines (44 loc) · 1.31 KB
/
codemeta.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "git+https://github.com/ferrighi/mosaic.git",
"dateCreated": "2019-04-29",
"issueTracker": "https://github.com/ferrighi/mosaic/issues",
"name": "Mosaic Tool",
"description": "Drupal module for displaying the Sentinel-1 and Sentinel-2 products on an map",
"keywords": [
"drupal",
"visualization",
"sentinel"
],
"programmingLanguage": [
"PHP",
"javascript",
"CSS",
"Twig"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5221-1377",
"givenName": "Lara",
"familyName": "Ferrighi",
"email": "laraf@met.no",
"affiliation": {
"@type": "Organization",
"name": "Norwegian Meteorological Institute"
}
},
{
"@type": "Person",
"givenName": "Magnar Eivind ",
"familyName": "Martinsen",
"email": "magnarem@met.no",
"affiliation": {
"@type": "Organization",
"name": "Norwegian Meteorological Institute"
}
}
]
}