-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
117 lines (117 loc) · 3.71 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/umr-amap/StormR.git",
"contIntegration": "https://github.com/umr-amap/StormR/tree/master/.github/workflows",
"dateCreated": "2022-10-21",
"datePublished": "2023-05-11",
"dateModified": "2023-05-03",
"downloadUrl": "https://github.com/umr-amap/StormR/archive/refs/tags/v0.1.0.zip",
"issueTracker": "https://github.com/umr-amap/StormR/issues",
"name": "StormR",
"version": "0.1.0",
"description": "Functions to quantify and map the behaviour of winds generated by tropical storms and cyclones in space and time.",
"releaseNotes": ". First official release of StormR package\n. Multiple bugfixes (cf. closed issues section)\n. Use of vignettes for detailed use of the package\n. Use of pkgdown for building website\n. Use of codecoverage\n. Documentation website available at umr-amap.github.io/StormR/\n. CRAN compatibility\n",
"funding": "HSF 19105",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "Hermon Slade Foundation"
},
"keywords": [
"R",
"Tropical Storms",
"Cyclone behaviour"
],
"programmingLanguage": [
"R"
],
"operatingSystem": [
"Linux",
"Windows",
"OSX"
],
"softwareRequirements": [
"R (>= 2.10)",
"graphics,",
"maps,",
"methods,",
"ncdf4,",
"rworldmap,",
"sf,",
"stringr,",
"terra,",
"utils,",
"zoo"
],
"relatedLink": [
"https://umr-amap.github.io/StormR/"
],
"author": [
{
"@type": "Person",
"givenName": "Baptiste",
"familyName": "Delaporte",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Independant"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-3192-1721",
"givenName": "Thomas",
"familyName": "Ibanez",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "AMAP - IRD"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-7092-6149",
"givenName": "Gunnar",
"familyName": "Keppel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "UNISA"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-5389-0532",
"givenName": "Swen",
"familyName": "Julien",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LOPS - IFREMER "
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-1457-9696",
"givenName": "Christophe",
"familyName": "Menkes",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "ENTROPIE - IRD"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-8871-6120",
"givenName": "Thomas",
"familyName": "Arsouze",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "AMAP - CIRAD"
}
}
]
}