-
Notifications
You must be signed in to change notification settings - Fork 0
Add CITATION.cff for standard software citation support #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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." | ||||
| given-names: "Don Michael" | ||||
| email: dfeen87@gmail.com | ||||
| - family-names: "Krüger" | ||||
| given-names: "Marcel" | ||||
| year: 2025 | ||||
|
||||
| year: 2025 |
There was a problem hiding this comment.
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-namesas the surname and use the dedicated suffix field) so downstream formatters don’t treat the suffix as part of the last name.