-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
81 lines (81 loc) · 2.61 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"name": "tvb-ext-unicore",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"copyrightYear": "2025",
"codeRepository": "https://github.com/the-virtual-brain/tvb-ext-unicore.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/Extension%20tvb-ext-unicore/",
"downloadUrl": "https://files.pythonhosted.org/packages/92/13/a659136bb6bde4550c544dbbba703fa97f000097bc2417bbe23569d23c1d/tvb_ext_unicore-3.0.0.tar.gz",
"datePublished": "2022-03-02",
"dateModified": "2024-09-25",
"version": "3.0.0",
"releaseNotes": "https://github.com/the-virtual-brain/tvb-ext-unicore/releases/tag/3.0.0",
"description": "This is a jupyter lab extension which offers a UI component to monitor HPC jobs through Unicore interface. It allows users to easily switch between computing sites, retrieve details about the jobs, and also cancel them.",
"funding": "101147319 (EBRAINS 2.0 Project)",
"funder": {
"type": "Organization",
"name": "EU"
},
"keywords": [
"jupyterlab",
"monitoring",
"hpc",
"jobs",
"extension",
"unicore"
],
"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": "Prodan",
"givenName": "Paula"
},
{
"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": "Misan",
"givenName": "Teodora"
}
],
"isPartOf": "https://lab.ch.ebrains.eu/"
}