-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
112 lines (112 loc) · 4.94 KB
/
codemeta.json
File metadata and controls
112 lines (112 loc) · 4.94 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"@context": [
"https://raw.githubusercontent.com/codemeta/codemeta/2.0/codemeta.jsonld",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
"https://w3id.org/software-types"
],
"@id": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/tree/main",
"@type": "SoftwareSourceCode",
"author": [{
"@id": "https://orcid.org/0000-0001-7939-226X",
"@type": "Person",
"email": "j.broeder@fz-juelich.de",
"familyName": "Bröder",
"givenName": "Jens",
"affiliation": {
"@id": "https://ror.org/02nv7yv05",
"name": "Forschungszentrum Jülich GmbH"
}
},
{"@id":"https://orcid.org/0000-0003-3043-5657",
"@type": "Person",
"email": "s.gerlich@fz-juelich.de",
"familyName": "Gerlich",
"givenName": "Silke Christine",
"affiliation": {
"@id": "https://ror.org/02nv7yv05",
"name": "Forschungszentrum Jülich GmbH"
}
},
{"@id":"https://orcid.org/0000-0002-5149-603X",
"@type": "Person",
"email": "v.hofmann@fz-juelich.de",
"familyName": "Hofmann",
"givenName": "Volker",
"affiliation": {
"@id": "https://ror.org/02nv7yv05",
"name": "Forschungszentrum Jülich GmbH"
}
}
],
"description": "A Dashboard displaying survey data in an interactive way and allow for interactive exploration. Written for the data publication of the Helmholtz Metadata collaboration survey 2021: https://doi.org/10.7802/2433. The code could be adapted to visualize other categorical data provided in a table.\n \nAcknowledgements: This project was developed at the Institute for Materials Data Science and Informatics (IAS-9) of the Jülich Research Center and funded by the Helmholtz Metadata Collaboration (HMC), an incubator-platform of the Helmholtz Association within the framework of the Information and Data Science strategic initiative.",
"identifier": "survey-dashboard",
"license": "http://spdx.org/licenses/MIT",
"name": "survey-dashboard",
"runtimePlatform": [
"Python 3",
"Python 3.10",
"Python 3.8",
"Python 3.9"
],
"softwareRequirements": [
{
"@id": "/dependency/bokeh-ge-2.4.3,-lt-3.0.0",
"@type": "SoftwareApplication",
"identifier": "bokeh",
"name": "bokeh",
"runtimePlatform": "Python 3",
"version": ">=2.4.3,<3.0.0"
},
{
"@id": "/dependency/pandas-ge-1.4.1,-lt-2.0.0",
"@type": "SoftwareApplication",
"identifier": "pandas",
"name": "pandas",
"runtimePlatform": "Python 3",
"version": ">=1.4.1,<2.0.0"
},
{
"@id": "/dependency/panel-ge-0.13.1,-lt-0.14.0",
"@type": "SoftwareApplication",
"identifier": "panel",
"name": "panel",
"runtimePlatform": "Python 3",
"version": ">=0.13.1,<0.14.0"
},
{
"@id": "/dependency/wordcloud-ge-1.8.2.2,-lt-2.0.0.0",
"@type": "SoftwareApplication",
"identifier": "wordcloud",
"name": "wordcloud",
"runtimePlatform": "Python 3",
"version": ">=1.8.2.2,<2.0.0.0"
}
],
"version": "1.0.0",
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard.git",
"dateCreated": "2021-07-09",
"dateModified": "2022-12-19",
"datePublished": "2023-03-01",
"developmentStatus": "https://www.repostatus.org/#active",
"programmingLanguage": [
"Python"
],
"keywords": ["dashboard", "panel", "survey data", "bokeh", "categorical data", "hmc", "interactive visualization", "data visualization", "data exploration"],
"copyrightYear" : "2022",
"softwareVersion": "1.0.0",
"isAccessibleForFree": "True",
"readme": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/blob/main/README.md",
"buildInstructions": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/blob/main/pyproject.toml",
"issueTracker": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/issues",
"url":"https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard",
"operatingSystem": ["OSX", "Linux"],
"targetProduct": {
"@id": "https://dashboard.survey.helmholtz-metadaten.de",
"@type": "WebApplication",
"url": "https://dashboard.survey.helmholtz-metadaten.de",
"name": "HMC survey data explorer",
"suportingData" : "https://doi.org/10.7802/2433",
"screenshot" : "https://user-images.githubusercontent.com/24694833/230306080-9ca68ff8-5b8b-4ac4-b2fa-51e2c5361c7d.png"
}
}