forked from XpressAI/xircuits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
121 lines (121 loc) · 3.84 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"name": "tvb-ext-xircuits",
"license": "https://spdx.org/licenses/Apache-2.0",
"copyrightYear": "2025",
"codeRepository": "https://github.com/the-virtual-brain/tvb-ext-xircuits.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/Extension%20tvb-ext-xircuits/",
"downloadUrl": "https://files.pythonhosted.org/packages/71/de/038362d074c57e02ab7c402ac96e2fb89aabb116994ab5645f14e0616b01/tvb-ext-xircuits-1.1.0.tar.gz",
"datePublished": "2022-10-17",
"dateModified": "2023-08-08",
"version": "1.1.0",
"releaseNotes": "https://github.com/the-virtual-brain/tvb-ext-xircuits/releases/tag/1.1.0",
"description": "This is a jupyterlab extension built as a prototype for building EBRAINS (including TVB simulator, Siibra API) workflows in a visual and interactive manner. It extends the already existent Xircuits jupyterlab extension by adding new components and new features on top.",
"funding": "101147319 (EBRAINS 2.0 Project)",
"funder": {
"type": "Organization",
"name": "EU"
},
"keywords": [
"jupyterlab",
"extension",
"tvb",
"workflow",
"simulation",
"xircuits"
],
"operatingSystem": [
"Windows",
"MacOS",
"Linux"
],
"programmingLanguage": [
"Python",
"TypeScript"
],
"developmentStatus": "active",
"author": [
{
"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": "Baila",
"givenName": "Romina"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Horge",
"givenName": "Rares"
},
{
"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": "Misan",
"givenName": "Teodora"
},
{
"id": "https://search.kg.ebrains.eu/instances/7dcbd8d3-2b6d-4f32-9e1e-dd83887324c4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Domide",
"givenName": "Lia"
},
{
"id": "https://search.kg.ebrains.eu/instances/0d44cb56-2fed-40a1-9c19-3f5b511f8c0c",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "INS"
},
"familyName": "Fousek",
"givenName": "Jan"
},
{
"id": "https://search.kg.ebrains.eu/instances/99910490-5cb9-4933-b99d-7a492198c66b",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Jülich"
},
"familyName": "Diaz",
"givenName": "Sandra"
}
],
"isPartOf": "https://lab.ch.ebrains.eu/"
}