-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
33 lines (33 loc) · 828 Bytes
/
codemeta.json
File metadata and controls
33 lines (33 loc) · 828 Bytes
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
{
"inLanguage": {
"alternateName": "eng",
"@type": "Language",
"name": "English"
},
"description": "Teaching materials for the cusy training courses on Python-based data science workflows",
"license": "https://spdx.org/licenses/BSD-3-Clause.html",
"creator": [
{
"affiliation": "@cusyio",
"@type": "Person",
"name": "Veit Schiele"
}
],
"url": "https://zenodo.org/record/12593850",
"datePublished": "2024-11-03",
"version": "24.3.0",
"keywords": [
"data science",
"dvc",
"git",
"Python",
"NumPy",
"pandas",
"iPython"
],
"@context": "https://schema.org/",
"identifier": "https://doi.org/10.5281/zenodo.14031392",
"@id": "https://doi.org/10.5281/zenodo.14031392",
"@type": "CreativeWork",
"name": "veit/Python4DataScience: 24.3.0"
}