-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EBR-98: publish software into KG and add jupyterlab as a required dep…
…endency
- Loading branch information
1 parent
98d01a5
commit 9432c2e
Showing
2 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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": "2024", | ||
"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/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters