Skip to content

Commit 3ca8b60

Browse files
committed
Add citation metadata CITATION.cff file
1 parent f11acf8 commit 3ca8b60

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
cff-version: 1.2.0
2+
title: ai-cli-lib
3+
message: >-
4+
If you use this software, please cite, using the metadata from this file,
5+
both the article from preferred-citation and the software itself.
6+
preferred-citation:
7+
date-released: "2023-11-01"
8+
doi: "10.1109/MS.2023.3307170"
9+
title: "Commands as AI Conversations"
10+
authors:
11+
- family-names: "Spinellis"
12+
given-names: "Diomidis"
13+
type: "article"
14+
volume: 40
15+
issue: 6
16+
journal: "IEEE Software"
17+
start: 22
18+
end: 26
19+
type: software
20+
authors:
21+
- given-names: Diomidis
22+
family-names: Spinellis
23+
24+
affiliation: Athens University of Economics and Business
25+
orcid: 'https://orcid.org/0000-0003-4231-1897'
26+
repository-code: 'https://github.com/dspinellis/ai-cli-lib'
27+
keywords:
28+
- CLI
29+
- LLM
30+
- Generative AI
31+
- Unix
32+
- Shell
33+
- Readline
34+
- command line interface
35+
license: Apache-2.0

0 commit comments

Comments
 (0)