Skip to content

Commit 058de86

Browse files
authored
add: citation
1 parent d8369f6 commit 058de86

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cff-version: 1.2.0
2+
title: "AxonOS Kernel"
3+
message: >-
4+
If you reference or build against this component of the AxonOS
5+
project, please cite it using the metadata below. The canonical
6+
specification is the axonos-standard repository.
7+
type: software
8+
authors:
9+
- given-names: Denis
10+
family-names: Yermakou
11+
affiliation: "AxonOS Project"
12+
repository-code: "https://github.com/AxonOS-org/axonos-kernel"
13+
url: "https://axonos.org"
14+
abstract: >-
15+
The AxonOS real-time kernel substrate: a hard real-time, #![no_std] Rust microkernel for brain-computer interfaces, targeting ARM Cortex-M with EDF scheduling and Kani-verified timing properties.
16+
keywords:
17+
- brain-computer interface
18+
- real-time systems
19+
- operating system
20+
- neurotechnology
21+
- rust
22+
license: [Apache-2.0, MIT]
23+
version: "0.2.1"

0 commit comments

Comments
 (0)