-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapping.json
More file actions
93 lines (93 loc) · 3.21 KB
/
mapping.json
File metadata and controls
93 lines (93 loc) · 3.21 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
{
"framework": "frAIme",
"version": "1.0.0",
"description": "Migration mapping and application context for frAIme V1.0.0",
"core_metric": "Δdiv",
"protocol": "P1–P8",
"compliance_mapping": ["EU AI Act Art. 9", "Art. 13", "Art. 14", "Art. 15"],
"application_context": [
{
"name": "ODIkS",
"description": "Open Digital Infrastructures for school authorities (governance layer, EU AI Act operationalization)",
"status": "optional_validation_case"
}
],
"license": {
"code": "Apache-2.0",
"docs_method": "CC-BY-NC-SA-4.0",
"citation": "CITATION.cff"
},
"migrations": [
{
"old_path": "the_copilot_crash/01_hypothesis.md",
"new_path": "03_pedagogy/de/01_hypothesis.md",
"purpose": "Hypothesis of the case study (German)"
},
{
"old_path": "the_copilot_crash/02_threshold.md",
"new_path": "03_pedagogy/de/02_threshold.md",
"purpose": "Threshold definition (German)"
},
{
"old_path": "the_copilot_crash/03_outputs/",
"new_path": "03_pedagogy/de/03_outputs/",
"purpose": "Conversation logs and raw responses (German)"
},
{
"old_path": "the_copilot_crash/04_divergence_map.md",
"new_path": "02_infrastructure/de/divergence_metrics.md",
"purpose": "Divergence matrix and metrics (German)"
},
{
"old_path": "the_copilot_crash/05_synthesis.md",
"new_path": "03_pedagogy/de/05_synthesis.md",
"purpose": "Synthesis of findings (German)"
},
{
"old_path": "the_copilot_crash/05b_operator_decision.md",
"new_path": "03_pedagogy/de/05b_operator_decision.md",
"purpose": "Operator decision (German)"
},
{
"old_path": "the_copilot_crash/06_validation.md",
"new_path": "03_pedagogy/de/06_validation.md",
"purpose": "Validation of claims (German)"
},
{
"old_path": "the_copilot_crash/07_reflections.md",
"new_path": "03_pedagogy/de/07_reflections.md",
"purpose": "Reflections (German)"
},
{
"old_path": "the_copilot_crash/08_manifest.json",
"new_path": "03_pedagogy/de/08_manifest.json",
"purpose": "Case study manifest (German)"
},
{
"old_path": "the_copilot_crash/09_graph_based_divergence.md",
"new_path": "03_pedagogy/de/09_graph_based_divergence.md",
"purpose": "Graph-based divergence (German)"
},
{
"old_path": "the_copilot_crash/10_live_tracking_pipeline.md",
"new_path": "03_pedagogy/de/10_live_tracking_pipeline.md",
"purpose": "Live tracking pipeline (German)"
},
{
"old_path": "the_copilot_crash/11_institutional_analysis.md",
"new_path": "03_pedagogy/de/11_institutional_analysis.md",
"purpose": "Institutional analysis (German)"
},
{
"old_path": "the_copilot_crash/12_methodenvergleich_semantic_jaccard.md",
"new_path": "03_pedagogy/de/12_methodenvergleich_semantic_jaccard.md",
"purpose": "Method comparison (German)"
},
{
"old_path": "the_copilot_crash/figures/",
"new_path": "figures/",
"purpose": "Heatmaps and graphics (moved to root figures/)"
}
],
"provenance_note": "Original 'the_copilot_crash/' directory archived in 04_archive_legacy/ before migration."
}