Skip to content

Commit 077bf31

Browse files
authored
add initial codemeta file (#905)
1 parent 3a757b1 commit 077bf31

1 file changed

Lines changed: 116 additions & 0 deletions

File tree

codemeta.json

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"type": "SoftwareSourceCode",
4+
"applicationCategory": "Research Data Management",
5+
"author": [
6+
{
7+
"id": "https://orcid.org/0009-0008-5367-2034",
8+
"type": "Person",
9+
"affiliation": {
10+
"type": "Organization",
11+
"name": "University of Stuttgart"
12+
},
13+
"email": "[email protected]",
14+
"familyName": "Neubauer",
15+
"givenName": "Felix"
16+
},
17+
{
18+
"id": "_:author_2",
19+
"type": "Person",
20+
"affiliation": {
21+
"type": "Organization",
22+
"name": "University of Stuttgart"
23+
},
24+
"familyName": "Bredl",
25+
"givenName": "Paul"
26+
},
27+
{
28+
"id": "_:author_3",
29+
"type": "Person",
30+
"affiliation": {
31+
"type": "Organization",
32+
"name": "University of Stuttgart"
33+
},
34+
"familyName": "Xu",
35+
"givenName": "Minye"
36+
},
37+
{
38+
"id": "_:author_4",
39+
"type": "Person",
40+
"affiliation": {
41+
"type": "Organization",
42+
"name": "University of Stuttgart"
43+
},
44+
"familyName": "Patel",
45+
"givenName": "Keyuriben"
46+
},
47+
{
48+
"id": "https://orcid.org/0000-0003-1045-8202",
49+
"type": "Person",
50+
"affiliation": {
51+
"type": "Organization",
52+
"name": "University of Stuttgart"
53+
},
54+
"familyName": "Pleiss",
55+
"givenName": "Jürgen"
56+
},
57+
{
58+
"id": "https://orcid.org/0000-0002-1314-9969",
59+
"type": "Person",
60+
"affiliation": {
61+
"type": "Organization",
62+
"name": "University of Stuttgart"
63+
},
64+
"familyName": "Uekermann",
65+
"givenName": "Benjamin"
66+
}
67+
],
68+
"codeRepository": "https://github.com/MetaConfigurator/meta-configurator",
69+
"dateCreated": "2023-03-13",
70+
"dateModified": "2024-09-28",
71+
"datePublished": "2023-10-19",
72+
"description": "MetaConfigurator is a powerful, user-friendly JSON schema editor and form generator with AI assistance. It simplifies the process of creating and editing structured data files such as configuration files and research data, making it accessible to both technical and non-technical users.\n",
73+
"downloadUrl": "https://github.com/MetaConfigurator/meta-configurator/releases/tag/2.0.0",
74+
"identifier": "https://doi.org/10.1007/s13222-024-00472-7",
75+
"keywords": [
76+
"JSON",
77+
"JSON Schema",
78+
"Schema",
79+
"Editor",
80+
"Form Generation",
81+
"Code Generation",
82+
"Model Driven Engineering",
83+
"MDE",
84+
"UI",
85+
"Web",
86+
"Configurator",
87+
"Research Data",
88+
"Research Software Engineering",
89+
"RSE"
90+
],
91+
"license": "https://spdx.org/licenses/MIT",
92+
"name": "MetaConfigurator",
93+
"operatingSystem": [
94+
"Android",
95+
"Linux",
96+
"Windows",
97+
"macOs"
98+
],
99+
"programmingLanguage": "TypeScript",
100+
"relatedLink": [
101+
"http://metaconfigurator.org/",
102+
"http://metaconfigurator.github.io/meta-configurator/"
103+
],
104+
"runtimePlatform": [
105+
"Browser",
106+
"Web"
107+
],
108+
"version": "2.0.0",
109+
"contIntegration": "https://github.com/MetaConfigurator/meta-configurator/actions",
110+
"codemeta:continuousIntegration": {
111+
"id": "https://github.com/MetaConfigurator/meta-configurator/actions"
112+
},
113+
"developmentStatus": "active",
114+
"issueTracker": "https://github.com/MetaConfigurator/meta-configurator/issues",
115+
"referencePublication": "https://doi.org/10.1007/s13222-024-00472-7"
116+
}

0 commit comments

Comments
 (0)