forked from neuropsychology/NeuroKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseo.json
More file actions
41 lines (41 loc) · 1.23 KB
/
seo.json
File metadata and controls
41 lines (41 loc) · 1.23 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
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "NeuroKit",
"description": "NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing",
"url": "https://github.com/juanmoisesd/NeuroKit",
"sameAs": [
"https://github.com/juanmoisesd/NeuroKit",
"https://juanmoisesd.github.io/NeuroKit/"
],
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"keywords": [],
"isAccessibleForFree": true,
"creator": {
"@type": "Person",
"name": "Juan Moisés de la Serna Tuya",
"identifier": "https://orcid.org/0000-0002-8401-8018",
"sameAs": [
"https://orcid.org/0000-0002-8401-8018",
"https://www.linkedin.com/in/juanmoisesdelaserna/",
"https://www.scopus.com/authid/detail.uri?authorId=26632846700",
"https://www.webofscience.com/wos/author/record/M-8296-2019",
"https://www.researchgate.net/profile/Juan_De_La_Serna_Tuya",
"https://github.com/juanmoisesd"
],
"affiliation": {
"@type": "Organization",
"name": "Universidad Internacional de La Rioja (UNIR)"
}
},
"publisher": {
"@type": "Organization",
"name": "GitHub"
},
"datePublished": "2025",
"inLanguage": [
"es",
"en"
],
"version": "1.0.0"
}