Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
cff-version: 1.2.0
message: "If you use this software in academic research, please cite it using the metadata below."
title: "RAPS-HLV Flight Middleware: Advanced Safety & Predictive Intelligence Layer"
type: software
authors:
- family-names: "Feeney Jr."
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For better citation formatting, consider modeling the “Jr.” portion as a name suffix (e.g., keep family-names as the surname and use the dedicated suffix field) so downstream formatters don’t treat the suffix as part of the last name.

Suggested change
- family-names: "Feeney Jr."
- family-names: "Feeney"
name-suffix: "Jr."

Copilot uses AI. Check for mistakes.
given-names: "Don Michael"
email: dfeen87@gmail.com
- family-names: "Krüger"
given-names: "Marcel"
year: 2025
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

year is not a valid top-level key in CFF v1.2.0 (GitHub’s citation parser expects date-released for release date metadata). As written, this may cause GitHub to treat the file as invalid and not show the “Cite this repository” UI; replace year with date-released: YYYY-MM-DD (or omit the field if the exact date isn’t known).

Suggested change
year: 2025

Copilot uses AI. Check for mistakes.
license: MIT
repository-code: "https://github.com/dfeen87/HLV-RAPS"
url: "https://github.com/dfeen87/HLV-RAPS"
identifiers:
- type: doi
value: 10.5281/zenodo.17848351
description: "Preprint: Gaussian Vacuum Solitons, Spiral-Time HLV Dynamics, RAPS Coherence Architecture"
- type: doi
value: 10.5281/zenodo.17849083
description: "Book Download"
abstract: >-
HLV Flight Middleware is a deterministic safety and predictive intelligence
layer designed to operate between flight control computers and mission-critical
subsystems. It implements a proactive governed control loop: Predict, Validate,
Execute, and Audit — using a Predictive Digital Twin, Deterministic Safety Monitor,
RAPS Governance Loop, and Immutable Telemetry Ledger.
keywords:
- aerospace
- flight-safety
- middleware
- predictive-control
- digital-twin
- safety-monitor
- telemetry
- C++