-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
35 lines (35 loc) · 1.51 KB
/
Copy pathcodemeta.json
File metadata and controls
35 lines (35 loc) · 1.51 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Der Reifeindex — Forschungsmaterialien",
"description": "Materialset des Reifeindex-Forschungsprogramms: Instrument in maschinenlesbarer Form (Erprobungsfassung 0.1: 64 Aussagen, 8 Szenarien + 8 Parallelformen, 3 Verhaltensanker), registrierfähige Präregistrierung mit exakter Teststärkeplanung und Scheiterbedingungen, an R getestete Analyse-Pipeline (CI-Trockentest, nur Simulationsdaten), Erhebungs-Implementierungspaket, Organisationsspiegel und Instrument-Browser. Companion research materials for the German-language book 'Der Reifeindex' (ISBN 978-3-6963-9532-2). Research instrument for group-level analysis only — explicitly not an individual assessment tool.",
"version": "0.13",
"author": [
{
"@type": "Person",
"givenName": "Hendrik",
"familyName": "Schubert",
"@id": "https://orcid.org/0009-0008-7898-398X"
}
],
"license": [
"https://spdx.org/licenses/MIT",
"https://spdx.org/licenses/CC-BY-4.0"
],
"codeRepository": "https://github.com/Bingerminger/reifeindex-forschung",
"identifier": "https://doi.org/10.5281/zenodo.21487110",
"programmingLanguage": ["R", "Python", "JavaScript"],
"keywords": [
"Reifeindex",
"zivilisatorische Reife",
"Psychometrie",
"Präregistrierung",
"offene Wissenschaft",
"maturity index",
"psychometrics",
"preregistration",
"open science"
],
"dateModified": "2026-07-23",
"inLanguage": "de"
}