-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
138 lines (138 loc) · 4.52 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Hydrology",
"author": [
{
"id": "https://orcid.org/0009-0006-4372-0923",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "louis.heraut@inrae.fr",
"familyName": "Heraut",
"givenName": "Louis"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Developper"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Maintainer"
},
{
"id": "https://orcid.org/0000-0001-8447-5430",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RECOVER, INRAE, France"
},
"email": "benjamin.renard@inrae.fr",
"familyName": "Renard",
"givenName": "Benjamin"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0001-8447-5430",
"roleName": "Developper"
},
{
"id": "_:author_3",
"type": "Person",
"familyName": "Mansanarez",
"givenName": "Valentin"
},
{
"type": "Role",
"schema:author": "_:author_3",
"roleName": "Developer"
}
],
"codeRepository": "https://github.com/super-lou/EXstat",
"contributor": [
{
"id": "https://orcid.org/0000-0003-1417-1495",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "michel.lang@inrae.fr",
"familyName": "Lang",
"givenName": "Michel"
},
{
"type": "Role",
"contributor": "https://orcid.org/0000-0003-1417-1495",
"roleName": "Management"
},
{
"id": "https://orcid.org/0000-0002-3748-6150",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "jean-philippe.vidal@inrae.fr",
"familyName": "Vidal",
"givenName": "Jean-Philippe"
},
{
"type": "Role",
"contributor": "https://orcid.org/0000-0002-3748-6150",
"roleName": "Management"
},
{
"id": "https://orcid.org/0000-0001-9539-7730",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "eric.sauquet@inrae.fr",
"familyName": "Sauquet",
"givenName": "Eric"
},
{
"type": "Role",
"contributor": "https://orcid.org/0000-0001-9539-7730",
"roleName": "Management"
},
{
"id": "_:contributor_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "nathan.pellerin@inrae.fr",
"familyName": "Pellerin",
"givenName": "Nathan"
},
{
"type": "Role",
"contributor": "_:contributor_4",
"roleName": "Support"
}
],
"dateCreated": "2022-04-07",
"dateModified": "2022-04-07",
"datePublished": "2022-04-07",
"description": "<a href=\"https://github.com/super-lou/EXstat\" target=\"_blank\">EXstat</a> is a R package which provide an efficient and simple solution to aggregate and analyze the stationarity of time series.\n\n<a href=\"https://github.com/super-lou/EXstat\">EXstat</a> est un package R qui offre une solution simple et efficace pour agréger et analyser la stationnarité de séries temporelles.",
"keywords": [
"data analysis",
"data aggregation",
"stationnarity test",
"Mann-Kendall trend test",
"Sen-Theil estimator"
],
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "EXstat",
"programmingLanguage": "R 4.x.x",
"softwareRequirements": "https://github.com/super-lou/CARD",
"developmentStatus": "inactive"
}