Skip to content

Commit ee368bf

Browse files
committed
add CITATION file
[skip ci]
1 parent a021f31 commit ee368bf

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CITATION.cff

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
cff-version: 1.2.0
2+
title: LearnLib - A free, open-source Java library for automata learning algorithms
3+
message: If you use this software, please cite it using the metadata from this file.
4+
type: software
5+
authors:
6+
- name: TU Dortmund University
7+
city: Dortmund
8+
country: DE
9+
post-code: '44221'
10+
repository-code: 'https://github.com/LearnLib/learnlib'
11+
url: 'https://learnlib.de'
12+
license: Apache-2.0
13+
version: 0.18.0
14+
date-released: 2025-02-06
15+
preferred-citation:
16+
type: conference-paper
17+
authors:
18+
- family-names: "Frohme"
19+
given-names: "Markus"
20+
orcid: "https://orcid.org/0000-0001-6520-2410"
21+
- family-names: "Howar"
22+
given-names: "Falk"
23+
orcid: "https://orcid.org/0000-0002-9524-4459"
24+
- family-names: "Steffen"
25+
given-names: "Bernhard"
26+
orcid: "https://orcid.org/0000-0001-9619-1558"
27+
doi: 10.1007/978-3-031-98685-7_7
28+
title: "LearnLib: 10 years later"
29+
conference:
30+
name: "Computer Aided Verification"
31+
collection-title: "Computer Aided Verification - 37th International Conference, CAV 2025, Zagreb, Croatia, July 23-25, 2025, Proceedings, Part IV"
32+
collection-doi: 10.1007/978-3-031-98685-7
33+
collection-type: proceedings
34+
editors:
35+
- family-names: "Piskac"
36+
given-names: "Ruzica"
37+
orcid: "https://orcid.org/0000-0002-3267-0776"
38+
- family-names: "Rakamarić"
39+
given-names: "Zvonimir"
40+
orcid: https://orcid.org/0000-0001-7946-0162
41+
publisher:
42+
name: "Springer Nature Switzerland"
43+
volume: 15934
44+
start: 141
45+
end: 160
46+
month: 7
47+
year: 2025

0 commit comments

Comments
 (0)