forked from neuropsychology/NeuroKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
42 lines (42 loc) · 1.21 KB
/
codemeta.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing",
"description": "NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing",
"url": "https://github.com/juanmoisesd/NeuroKit",
"codeRepository": "https://github.com/juanmoisesd/NeuroKit",
"dateCreated": "2026-03-20",
"dateModified": "2026-03-20",
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"version": "1.0.0",
"author": [
{
"@type": "Person",
"givenName": "Juan Moisés",
"familyName": "de la Serna Tuya",
"@id": "https://orcid.org/0000-0002-8401-8018",
"affiliation": {
"@type": "Organization",
"name": "Universidad Internacional de La Rioja (UNIR)"
},
"email": "juanmoises.delaserna@unir.net"
}
],
"keywords": [
"open-data",
"dataset",
"research"
],
"programmingLanguage": "Python",
"maintainer": [
{
"@type": "Person",
"givenName": "Juan Moisés",
"familyName": "de la Serna Tuya"
}
],
"funder": {
"@type": "Organization",
"name": "Universidad Internacional de La Rioja (UNIR)"
}
}