-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcodemeta.json
More file actions
110 lines (110 loc) · 3.41 KB
/
codemeta.json
File metadata and controls
110 lines (110 loc) · 3.41 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
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"name": "tvb-widgets",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"copyrightYear": "2025",
"codeRepository": "https://github.com/the-virtual-brain/tvb-widgets.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/",
"downloadUrl": "https://files.pythonhosted.org/packages/53/15/27a91fa72e127be8acf9ee2c3bfe6f5f83acb8eaedef458be34b7307c166/tvb_widgets-2.3.2.tar.gz",
"datePublished": "2022-05-20",
"dateModified": "2025-07-25",
"version": "2.3.2",
"releaseNotes": "https://github.com/the-virtual-brain/tvb-widgets/releases/tag/2.3.2",
"description": "TheVirtualBrain - Widgets is a package with somehow generic GUI components, but developed for EBRAINS Showcases in particular.\nThe showcases developed in the last phase of the HBP are meant to illustrate the full potential of technical and scientific features offered by EBRAINS.",
"funding": "101147319 (EBRAINS 2.0 Project)",
"funder": {
"type": "Organization",
"name": "EU"
},
"keywords": [
"jupyterlab",
"widgets",
"components",
"simulation",
"models"
],
"operatingSystem": [
"Windows",
"MacOS",
"Linux"
],
"programmingLanguage": [
"Python",
"TypeScript"
],
"developmentStatus": "active",
"author": [
{
"id": "https://search.kg.ebrains.eu/instances/7dcbd8d3-2b6d-4f32-9e1e-dd83887324c4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Domide",
"givenName": "Lia"
},
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Prodan",
"givenName": "Paula"
},
{
"id": "_:author_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Misan",
"givenName": "Teodora"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Baila",
"givenName": "Romina"
},
{
"id": "_:author_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Bacter",
"givenName": "David"
},
{
"id": "_:author_5",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Horge",
"givenName": "Rares"
},
{
"id": "_:author_6",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "GSOC"
},
"familyName": "Yadav",
"givenName": "Priya"
}
],
"isPartOf": "https://lab.ch.ebrains.eu/"
}