Skip to content

Commit 8210360

Browse files
committed
Add first codemeta.json to repo
1 parent 733a652 commit 8210360

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

codemeta.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"@context": [
3+
"https://raw.githubusercontent.com/codemeta/codemeta/2.0/codemeta.jsonld",
4+
"https://w3id.org/software-iodata",
5+
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
6+
"https://w3id.org/software-types"
7+
],
8+
"@id": "/survey-dashboard",
9+
"@type": "SoftwareSourceCode",
10+
"author": {
11+
"@id": "/person/j.broeder",
12+
"@type": "Person",
13+
"email": "j.broeder@fz-juelich.de",
14+
"familyName": "",
15+
"givenName": "j.broeder"
16+
},
17+
"description": "A Dashboard displaying survey data interactively.",
18+
"identifier": "survey-dashboard",
19+
"license": "http://spdx.org/licenses/MIT",
20+
"name": "survey-dashboard",
21+
"runtimePlatform": [
22+
"Python 3",
23+
"Python 3.10",
24+
"Python 3.8",
25+
"Python 3.9"
26+
],
27+
"softwareRequirements": [
28+
{
29+
"@id": "/dependency/bokeh-ge-2.4.3,-lt-3.0.0",
30+
"@type": "SoftwareApplication",
31+
"identifier": "bokeh",
32+
"name": "bokeh",
33+
"runtimePlatform": "Python 3",
34+
"version": ">=2.4.3,<3.0.0"
35+
},
36+
{
37+
"@id": "/dependency/pandas-ge-1.4.1,-lt-2.0.0",
38+
"@type": "SoftwareApplication",
39+
"identifier": "pandas",
40+
"name": "pandas",
41+
"runtimePlatform": "Python 3",
42+
"version": ">=1.4.1,<2.0.0"
43+
},
44+
{
45+
"@id": "/dependency/panel-ge-0.13.1,-lt-0.14.0",
46+
"@type": "SoftwareApplication",
47+
"identifier": "panel",
48+
"name": "panel",
49+
"runtimePlatform": "Python 3",
50+
"version": ">=0.13.1,<0.14.0"
51+
},
52+
{
53+
"@id": "/dependency/wordcloud-ge-1.8.2.2,-lt-2.0.0.0",
54+
"@type": "SoftwareApplication",
55+
"identifier": "wordcloud",
56+
"name": "wordcloud",
57+
"runtimePlatform": "Python 3",
58+
"version": ">=1.8.2.2,<2.0.0.0"
59+
}
60+
],
61+
"version": "1.0.0"
62+
}

0 commit comments

Comments
 (0)