-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
50 lines (41 loc) · 1.6 KB
/
CITATION.cff
File metadata and controls
50 lines (41 loc) · 1.6 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
# ============================================================
# CITATION.cff (How to cite this project)
# ============================================================
# REQ.UNIVERSAL: Professional open projects SHOULD include CITATION.cff.
# WHY: Support correct citation and attribution.
# ALT: Internal or private repositories may omit citation metadata.
# USAGE: See https://citation-file-format.github.io/ for details.
cff-version: "1.2.0"
type: software
title: "SE Regimes Explorer"
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"
repository-code: "https://github.com/structural-explainability/se-regimes-explorer"
url: "https://github.com/structural-explainability/se-regimes-explorer"
license: MIT
abstract: >
Interactive decision-tree explorer for classifying objects into
Structural Explainability identity and persistence regime profiles.
The explorer provides a plain-language derivation path from object
properties to regime assignment and supports comparison against the
executable regime registry provided by se-regimes.
keywords:
- structural-explainability
- identity-regimes
- persistence-regimes
- regime-classification
- decision-tree
- interactive-explorer
- classification-paths
- theory-stress-testing
- declarative-specification
- python
- uv
- ruff
- zensical
message: "If using this project, please cite it as described in this file."