Skip to content

Commit 5ccec79

Browse files
authored
Merge pull request #16 from dfeen87/copilot/create-citations-file
Add CITATION.cff for standard software citation support
2 parents 91303f0 + 1340ce0 commit 5ccec79

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software in academic research, please cite it using the metadata below."
3+
title: "RAPS-HLV Flight Middleware: Advanced Safety & Predictive Intelligence Layer"
4+
type: software
5+
authors:
6+
- family-names: "Feeney Jr."
7+
given-names: "Don Michael"
8+
email: dfeen87@gmail.com
9+
- family-names: "Krüger"
10+
given-names: "Marcel"
11+
year: 2025
12+
license: MIT
13+
repository-code: "https://github.com/dfeen87/HLV-RAPS"
14+
url: "https://github.com/dfeen87/HLV-RAPS"
15+
identifiers:
16+
- type: doi
17+
value: 10.5281/zenodo.17848351
18+
description: "Preprint: Gaussian Vacuum Solitons, Spiral-Time HLV Dynamics, RAPS Coherence Architecture"
19+
- type: doi
20+
value: 10.5281/zenodo.17849083
21+
description: "Book Download"
22+
abstract: >-
23+
HLV Flight Middleware is a deterministic safety and predictive intelligence
24+
layer designed to operate between flight control computers and mission-critical
25+
subsystems. It implements a proactive governed control loop: Predict, Validate,
26+
Execute, and Audit — using a Predictive Digital Twin, Deterministic Safety Monitor,
27+
RAPS Governance Loop, and Immutable Telemetry Ledger.
28+
keywords:
29+
- aerospace
30+
- flight-safety
31+
- middleware
32+
- predictive-control
33+
- digital-twin
34+
- safety-monitor
35+
- telemetry
36+
- C++

0 commit comments

Comments
 (0)