-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
80 lines (80 loc) · 2.6 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"name": "tvb-ext-bucket",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"copyrightYear": "2024",
"codeRepository": "https://github.com/the-virtual-brain/tvb-ext-bucket.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/Extension%20tvb-ext-bucket/",
"downloadUrl": "https://files.pythonhosted.org/packages/0c/d0/9f0143649b4ed1afb5577d13d4478120f5314bea2c15f02e0daf17ce27f8/tvb_ext_bucket-2.0.0.tar.gz",
"datePublished": "2023-02-14",
"dateModified": "2024-09-25",
"version": "2.0.0",
"releaseNotes": "https://github.com/the-virtual-brain/tvb-ext-bucket/releases/tag/2.0.0",
"description": "This is an EBRAINS Lab extension providing a file browser for the Data-Proxy straight into Jupyter Lab while bringing the power of drag & drop to manage files from and into local storage, EBRAINS Drive or Data-Proxy (Bucket).",
"funding": "101147319 (EBRAINS 2.0 Project)",
"funder": {
"type": "Organization",
"name": "EU"
},
"keywords": [
"jupyterlab",
"bucket",
"drive",
"extension",
"file browser"
],
"operatingSystem": [
"Windows",
"MacOS",
"Linux"
],
"programmingLanguage": [
"Python",
"TypeScript"
],
"developmentStatus": "active",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Bacter",
"givenName": "David"
},
{
"id": "_:author_2",
"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": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Codemart"
},
"familyName": "Prodan",
"givenName": "Paula"
}
],
"isPartOf": "https://lab.ch.ebrains.eu/"
}