-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
56 lines (45 loc) · 1.64 KB
/
CITATION.cff
File metadata and controls
56 lines (45 loc) · 1.64 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
# ============================================================
# CITATION.cff (How to cite this project)
# ============================================================
# REQ.UNIVERSAL: Professional open projects SHOULD include this file.
# USAGE: See https://citation-file-format.github.io/ for details.
cff-version: "1.2.0"
type: software
title: "Structural Explainability Formal Contract"
version: "0.1.0"
date-released: "2026-04-27"
authors:
- family-names: Case
given-names: Denise M.
orcid: "https://orcid.org/0000-0001-6165-7389"
affiliation: "Northwest Missouri State University, School of Computer Science and Information Systems, Maryville, MO, USA"
year: 2026
repository-code: "https://github.com/structural-explainability/se-formal-contract"
url: "https://github.com/structural-explainability/se-formal-contract"
license: MIT
abstract: >
Lean 4-verified formal contract for Structural Explainability (SE).
This repository defines the machine-checked structural constraints,
identity regimes, neutrality conditions, and allowed relation primitives
that authorize operational validation across the SE ecosystem.
It exports invariant, regime, relation, and proof registries
for consumption by downstream repositories.
keywords:
# identity
- structural-explainability
- formal-contract
- lean4
- theorem-proving
- formal-verification
# concepts
- invariants
- identity-regimes
- neutrality
- structural-constraints
- relation-primitives
# ecosystem
- proof-carrying
- contract-layer
- interoperability
- reproducible-systems
message: "If you use this work, please cite it using the metadata in this file."