-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.49 KB
/
Copy pathcodemeta.json
File metadata and controls
51 lines (51 loc) · 1.49 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
43
44
45
46
47
48
49
50
51
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "NCRA Open Science Ecosystem — research-hub-bn",
"description": "Multilingual open science hub with 33 modules for accessing, visualizing, and citing 45+ open-access research datasets on neuroeconomics and public health in Latin America.",
"version": "1.0.0",
"datePublished": "2026-03-22",
"dateModified": "2026-03-22",
"license": "https://creativecommons.org/licenses/by/4.0/",
"codeRepository": "https://github.com/juanmoisesd/research-hub-bn",
"url": "https://juanmoisesd.github.io/research-hub-bn/",
"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)"
}
}
],
"programmingLanguage": [
"Python",
"HTML",
"JavaScript",
"CSS"
],
"runtimePlatform": "GitHub Pages",
"operatingSystem": "Any",
"keywords": [
"open science",
"neuroeconomics",
"Latin America",
"NCRA",
"open data",
"demographics",
"mental health",
"multilingual"
],
"funder": {
"@type": "Organization",
"name": "Universidad Internacional de La Rioja (UNIR)"
},
"relatedLink": [
"https://doi.org/10.5281/zenodo.18984813",
"https://orcid.org/0000-0002-8401-8018",
"https://juanmoisesdelaserna.es"
]
}