Skip to content

Commit f5ede16

Browse files
committed
Update metadata in codemeta.json
1 parent 0fd6ff5 commit f5ede16

1 file changed

Lines changed: 58 additions & 8 deletions

File tree

codemeta.json

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,41 @@
55
"https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/13.0/schemaorgcontext.jsonld",
66
"https://w3id.org/software-types"
77
],
8-
"@id": "/survey-dashboard",
8+
"@id": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/tree/main",
99
"@type": "SoftwareSourceCode",
10-
"author": {
11-
"@id": "/person/j.broeder",
10+
"author": [{
11+
"@id": "https://orcid.org/0000-0001-7939-226X",
1212
"@type": "Person",
1313
"email": "j.broeder@fz-juelich.de",
14-
"familyName": "",
15-
"givenName": "j.broeder"
14+
"familyName": "Bröder",
15+
"givenName": "Jens",
16+
"affiliation": {
17+
"@id": "https://ror.org/02nv7yv05",
18+
"name": "Forschungszentrum Jülich GmbH"
19+
}
1620
},
17-
"description": "A Dashboard displaying survey data interactively.",
21+
{"@id":"https://orcid.org/0000-0003-3043-5657",
22+
"@type": "Person",
23+
"email": "s.gerlich@fz-juelich.de",
24+
"familyName": "Gerlich",
25+
"givenName": "Silke Christine",
26+
"affiliation": {
27+
"@id": "https://ror.org/02nv7yv05",
28+
"name": "Forschungszentrum Jülich GmbH"
29+
}
30+
},
31+
{"@id":"https://orcid.org/0000-0002-5149-603X",
32+
"@type": "Person",
33+
"email": "v.hofmann@fz-juelich.de",
34+
"familyName": "Hofmann",
35+
"givenName": "Volker",
36+
"affiliation": {
37+
"@id": "https://ror.org/02nv7yv05",
38+
"name": "Forschungszentrum Jülich GmbH"
39+
}
40+
}
41+
],
42+
"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.",
1843
"identifier": "survey-dashboard",
1944
"license": "http://spdx.org/licenses/MIT",
2045
"name": "survey-dashboard",
@@ -58,5 +83,30 @@
5883
"version": ">=1.8.2.2,<2.0.0.0"
5984
}
6085
],
61-
"version": "1.0.0"
62-
}
86+
"version": "1.0.0",
87+
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard.git",
88+
"dateCreated": "2021-07-09",
89+
"dateModified": "2022-12-19",
90+
"datePublished": "2023-03-01",
91+
"developmentStatus": "https://www.repostatus.org/#active",
92+
"programmingLanguage": [
93+
"Python"
94+
],
95+
"keywords": ["dashboard", "panel", "survey data", "bokeh", "categorical data", "hmc", "interactive visualization", "data visualization", "data exploration"],
96+
"copyrightYear" : "2022",
97+
"softwareVersion": "1.0.0",
98+
"isAccessibleForFree": "True",
99+
"readme": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/blob/main/README.md",
100+
"buildInstructions": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/blob/main/pyproject.toml",
101+
"issueTracker": "https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard/issues",
102+
"url":"https://github.com/Materials-Data-Science-and-Informatics/survey_dashboard",
103+
"operatingSystem": ["OSX", "Linux"],
104+
"targetProduct": {
105+
"@id": "https://dashboard.survey.helmholtz-metadaten.de",
106+
"@type": "WebApplication",
107+
"url": "https://dashboard.survey.helmholtz-metadaten.de",
108+
"name": "HMC survey data explorer",
109+
"suportingData" : "https://doi.org/10.7802/2433",
110+
"screenshot" : "https://user-images.githubusercontent.com/24694833/230306080-9ca68ff8-5b8b-4ac4-b2fa-51e2c5361c7d.png"
111+
}
112+
}

0 commit comments

Comments
 (0)