-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
42 lines (34 loc) · 1.48 KB
/
CITATION.cff
File metadata and controls
42 lines (34 loc) · 1.48 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
# ============================================================
# 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.
# CUSTOM: Update author, repository, license, and keyword fields as needed.
# USAGE: See https://citation-file-format.github.io/ for details.
cff-version: "1.2.0"
type: software
title: multidimensional_evaluation_engine
date-released: "2026-03-26"
authors:
- family-names: Case
given-names: Denise M.
orcid: "https://orcid.org/0000-0001-6165-7389"
affiliation: "Northwest Missouri State University, USA"
repository-code: "https://github.com/civic-interconnect/multidimensional_evaluation_engine"
url: "https://github.com/civic-interconnect/multidimensional_evaluation_engine"
license: MIT
abstract: |
A domain-neutral engine for evaluating candidate configurations
under explicit, configurable policy assumptions and constraints.
The system represents inputs as typed factors and applies
rule-based scoring and admissibility logic to make tradeoffs
visible and inspectable across alternative designs.
keywords:
- policy modeling
- decision support
- candidate evaluation
- multidimensional analysis
- reproducible workflows
- python
message: "If using this project, please cite it as described in this file."