-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcodemeta.json
More file actions
116 lines (116 loc) · 3.26 KB
/
codemeta.json
File metadata and controls
116 lines (116 loc) · 3.26 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
113
114
115
116
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Research Data Management",
"author": [
{
"id": "https://orcid.org/0009-0008-5367-2034",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"email": "[email protected]",
"familyName": "Neubauer",
"givenName": "Felix"
},
{
"id": "_:author_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"familyName": "Bredl",
"givenName": "Paul"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"familyName": "Xu",
"givenName": "Minye"
},
{
"id": "_:author_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"familyName": "Patel",
"givenName": "Keyuriben"
},
{
"id": "https://orcid.org/0000-0003-1045-8202",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"familyName": "Pleiss",
"givenName": "Jürgen"
},
{
"id": "https://orcid.org/0000-0002-1314-9969",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Stuttgart"
},
"familyName": "Uekermann",
"givenName": "Benjamin"
}
],
"codeRepository": "https://github.com/MetaConfigurator/meta-configurator",
"dateCreated": "2023-03-13",
"dateModified": "2024-09-28",
"datePublished": "2023-10-19",
"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",
"downloadUrl": "https://github.com/MetaConfigurator/meta-configurator/releases/tag/2.0.0",
"identifier": "https://doi.org/10.1007/s13222-024-00472-7",
"keywords": [
"JSON",
"JSON Schema",
"Schema",
"Editor",
"Form Generation",
"Code Generation",
"Model Driven Engineering",
"MDE",
"UI",
"Web",
"Configurator",
"Research Data",
"Research Software Engineering",
"RSE"
],
"license": "https://spdx.org/licenses/MIT",
"name": "MetaConfigurator",
"operatingSystem": [
"Android",
"Linux",
"Windows",
"macOs"
],
"programmingLanguage": "TypeScript",
"relatedLink": [
"http://metaconfigurator.org/",
"http://metaconfigurator.github.io/meta-configurator/"
],
"runtimePlatform": [
"Browser",
"Web"
],
"version": "2.5.0",
"contIntegration": "https://github.com/MetaConfigurator/meta-configurator/actions",
"codemeta:continuousIntegration": {
"id": "https://github.com/MetaConfigurator/meta-configurator/actions"
},
"developmentStatus": "active",
"issueTracker": "https://github.com/MetaConfigurator/meta-configurator/issues",
"referencePublication": "https://doi.org/10.1007/s13222-024-00472-7"
}