Skip to content

Commit 3311adf

Browse files
authored
Create codemeta.json
1 parent edbfd9e commit 3311adf

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

codemeta.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"@context": "https://w3id.org/codemeta/3.0",
3+
"type": "SoftwareSourceCode",
4+
"applicationCategory": "Earth Observation",
5+
"author": [
6+
{
7+
"id": "https://orcid.org/0000-0002-4024-4443",
8+
"type": "Person",
9+
"affiliation": {
10+
"type": "Organization",
11+
"name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
12+
},
13+
"email": "[email protected]",
14+
"familyName": "Loos",
15+
"givenName": "Daniel"
16+
},
17+
{
18+
"id": "https://orcid.org/0000-0001-8659-4361",
19+
"type": "Person",
20+
"affiliation": {
21+
"type": "Organization",
22+
"name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
23+
},
24+
"email": "[email protected]",
25+
"familyName": "Cremer",
26+
"givenName": "Felix"
27+
},
28+
{
29+
"id": "https://orcid.org/0000-0001-9614-0435",
30+
"type": "Person",
31+
"affiliation": {
32+
"type": "Organization",
33+
"name": "Max Planck Institute for Biogeochemistry, Jena, Germany"
34+
},
35+
"email": "[email protected]",
36+
"familyName": "Gans",
37+
"givenName": "Fabian"
38+
},
39+
{
40+
"id": "_:author_4",
41+
"type": "Person",
42+
"affiliation": {
43+
"type": "Organization",
44+
"name": "jolin.io consulting"
45+
},
46+
"email": "[email protected]",
47+
"familyName": "Sahm",
48+
"givenName": "Stephan"
49+
}
50+
],
51+
"dateCreated": "2024-10-28",
52+
"description": "Sentinel-1 based deforestation detection based on recurrence quantification analysis (RQA) and written in Julia.",
53+
"funder": {
54+
"type": "Organization",
55+
"name": "ESA, ESA Network of Resources"
56+
},
57+
"isPartOf": "https://github.com/EarthyScience/FAIRSenDD",
58+
"keywords": [
59+
"Sentinel-1",
60+
"deforestation",
61+
"detection"
62+
],
63+
"license": "https://spdx.org/licenses/MIT",
64+
"name": "RQADeforestation.jl",
65+
"operatingSystem": "Linux",
66+
"programmingLanguage": "Julia",
67+
"developmentStatus": "active",
68+
"referencePublication": "https://dx.doi.org/10.1109/JSTARS.2020.3019333"
69+
}

0 commit comments

Comments
 (0)