1
1
{
2
2
"@context" : " https://doi.org/10.5063/schema/codemeta-2.0" ,
3
3
"type" : " SoftwareSourceCode" ,
4
- "author" : [
5
- {
6
- "id" : " _:author_1" ,
7
- "type" : " Person" ,
8
- "email" : " science@codemart.ro" ,
9
- "givenName" : " TVB-Xircuits Team"
10
- }
11
- ],
4
+ "name" : " tvb-ext-xircuits" ,
5
+ "license" : " https://spdx.org/licenses/Apache-2.0" ,
6
+ "copyrightYear" : " 2024" ,
12
7
"codeRepository" : " https://github.com/the-virtual-brain/tvb-ext-xircuits.git" ,
13
- "dateCreated " : " 2022-09-15 " ,
14
- "dateModified " : " 2023-08-08 " ,
8
+ "documentation " : " https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/Extension%20tvb-ext-xircuits/ " ,
9
+ "downloadUrl " : " https://files.pythonhosted.org/packages/71/de/038362d074c57e02ab7c402ac96e2fb89aabb116994ab5645f14e0616b01/tvb-ext-xircuits-1.1.0.tar.gz " ,
15
10
"datePublished" : " 2022-10-17" ,
11
+ "dateModified" : " 2023-08-08" ,
12
+ "version" : " 1.1.0" ,
13
+ "releaseNotes" : " https://github.com/the-virtual-brain/tvb-ext-xircuits/releases/tag/1.1.0" ,
16
14
"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." ,
17
- "downloadUrl" : " https://files.pythonhosted.org/packages/71/de/038362d074c57e02ab7c402ac96e2fb89aabb116994ab5645f14e0616b01/tvb-ext-xircuits-1.1.0.tar.gz" ,
18
- "isPartOf" : " https://lab.ch.ebrains.eu/" ,
19
- "license" : " https://spdx.org/licenses/Apache-2.0" ,
20
- "name" : " tvb-ext-xircuits" ,
21
- "copyrightYear" : " 2024" ,
15
+ "funding" : " 101147319 (EBRAINS 2.0 Project)" ,
16
+ "funder" : {
17
+ "type" : " Organization" ,
18
+ "name" : " EU"
19
+ },
20
+ "keywords" : [
21
+ " jupyterlab" ,
22
+ " extension" ,
23
+ " tvb" ,
24
+ " workflow" ,
25
+ " simulation" ,
26
+ " xircuits"
27
+ ],
28
+ "operatingSystem" : [
29
+ " Windows" ,
30
+ " MacOS" ,
31
+ " Linux"
32
+ ],
22
33
"programmingLanguage" : [
23
34
" Python" ,
24
35
" TypeScript"
25
36
],
26
- "schema:releaseNotes" : " https://github.com/the-virtual-brain/tvb-ext-xircuits/releases/tag/1.1.0" ,
27
- "version" : " 1.1.0" ,
28
- "developmentStatus" : " active"
37
+ "developmentStatus" : " active" ,
38
+ "author" : [
39
+ {
40
+ "id" : " _:author_1" ,
41
+ "type" : " Person" ,
42
+ "affiliation" : {
43
+ "type" : " Organization" ,
44
+ "name" : " Jülich"
45
+ },
46
+ "familyName" : " Diaz" ,
47
+ "givenName" : " Sandra"
48
+ },
49
+ {
50
+ "id" : " _:author_2" ,
51
+ "type" : " Person" ,
52
+ "affiliation" : {
53
+ "type" : " Organization" ,
54
+ "name" : " INS"
55
+ },
56
+ "familyName" : " Fousek" ,
57
+ "givenName" : " Jan"
58
+ },
59
+ {
60
+ "id" : " _:author_3" ,
61
+ "type" : " Person" ,
62
+ "affiliation" : {
63
+ "type" : " Organization" ,
64
+ "name" : " Codemart"
65
+ },
66
+ "familyName" : " Domide" ,
67
+ "givenName" : " Lia"
68
+ },
69
+ {
70
+ "id" : " _:author_4" ,
71
+ "type" : " Person" ,
72
+ "affiliation" : {
73
+ "type" : " Organization" ,
74
+ "name" : " Codemart"
75
+ },
76
+ "familyName" : " Prodan" ,
77
+ "givenName" : " Paula"
78
+ },
79
+ {
80
+ "id" : " _:author_5" ,
81
+ "type" : " Person" ,
82
+ "affiliation" : {
83
+ "type" : " Organization" ,
84
+ "name" : " Codemart"
85
+ },
86
+ "familyName" : " Baila" ,
87
+ "givenName" : " Romina"
88
+ },
89
+ {
90
+ "id" : " _:author_6" ,
91
+ "type" : " Person" ,
92
+ "affiliation" : {
93
+ "type" : " Organization" ,
94
+ "name" : " Codemart"
95
+ },
96
+ "familyName" : " Horge" ,
97
+ "givenName" : " Rares"
98
+ },
99
+ {
100
+ "id" : " _:author_7" ,
101
+ "type" : " Person" ,
102
+ "affiliation" : {
103
+ "type" : " Organization" ,
104
+ "name" : " Codemart"
105
+ },
106
+ "familyName" : " Bacter" ,
107
+ "givenName" : " David"
108
+ },
109
+ {
110
+ "id" : " _:author_8" ,
111
+ "type" : " Person" ,
112
+ "affiliation" : {
113
+ "type" : " Organization" ,
114
+ "name" : " Codemart"
115
+ },
116
+ "familyName" : " Misan" ,
117
+ "givenName" : " Teodora"
118
+ }
119
+ ],
120
+ "isPartOf" : " https://lab.ch.ebrains.eu/"
29
121
}
0 commit comments