Skip to content

Commit e5eb5dd

Browse files
Alberto NogalesAlberto Nogales
authored andcommitted
chore: add CITATION.cff, gitignore docs/_build
1 parent 6c78e08 commit e5eb5dd

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ ENV/
5050
# Saved models
5151
*.json
5252

53+
# Docs build output
54+
docs/_build/
55+
5356
# Misc
5457
TODO.txt

CITATION.cff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
cff-version: 1.2.0
2+
title: "GEMA: An Open-Source Python Library for Self-Organizing-Maps"
3+
version: "0.4.3"
4+
date-released: "2022-01-01"
5+
license: GPL-3.0-only
6+
url: "https://github.com/ufvceiec/GEMA"
7+
repository-code: "https://github.com/ufvceiec/GEMA"
8+
authors:
9+
- family-names: "García-Tejedor"
10+
given-names: "Álvaro José"
11+
- family-names: "Nogales"
12+
given-names: "Alberto"
13+
email: "alberto.nogales@uah.es"
14+
preferred-citation:
15+
type: article
16+
title: "An Open-Source Python Library for Self-Organizing-Maps"
17+
authors:
18+
- family-names: "García-Tejedor"
19+
given-names: "Álvaro José"
20+
- family-names: "Nogales"
21+
given-names: "Alberto"
22+
journal: "Software Impacts"
23+
volume: 12
24+
year: 2022
25+
doi: "10.1016/j.simpa.2022.100280"

0 commit comments

Comments
 (0)