Skip to content

Commit 3fe622e

Browse files
committed
References updated
1 parent 9cf5648 commit 3fe622e

File tree

6 files changed

+32
-21
lines changed

6 files changed

+32
-21
lines changed

CITATION

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ A BibTeX entry for LaTeX users is
77
@Article{wittek2015somoclu,
88
author = {Wittek, Peter and Gao, Shi Chao and Lim, Ik Soo and Zhao, Li},
99
title = {Somoclu: An Efficient Parallel Library for Self-Organizing Maps},
10-
journal = {arXiv:1305.1422},
11-
year = {2015}
10+
journal = {Journal of Statistical Software},
11+
year = {2017},
12+
volume = {78},
13+
number = {9},
14+
pages = {1--21},
15+
doi = {10.18637/jss.v078.i09}
1216
}
1317

1418
You may also consider adding a link to the code. Python and R users could cite the PyPI and CRAN versions, respectively:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@ This work was supported by the European Commission Seventh Framework Programme u
234234
Citation
235235
========
236236

237-
1. Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2015). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. [arXiv:1305.1422](http://arxiv.org/abs/1305.1422).
237+
1. Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2017). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. Journal of Statistical Software, 78(9), pp.1--21. DOI: [10.18637/jss.v078.i09](https://doi.org/10.18637/jss.v078.i09).
238+
arXiv:[1305.1422](https://arxiv.org/abs/1305.1422).

src/Python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ Then it should be able to build and install the module.
150150
Citation
151151
--------
152152

153-
1. Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2015). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. `arXiv:1305.1422 <http://arxiv.org/abs/1305.1422>`_.
153+
1. Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2017). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. Journal of Statistical Software, 78(9), pp.1--21. DOI: `10.18637/jss.v078.i09 <https://doi.org/10.18637/jss.v078.i09>`_. arXiv:`1305.1422 <https://arxiv.org/abs/1305.1422>`_.

src/Python/doc/source/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Key features of the Python interface:
1515

1616
The documentation is available online. Further details are found in the following paper:
1717

18-
Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2015). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. `arXiv:1305.1422 <http://arxiv.org/abs/1305.1422>`_.
18+
Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2017). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. Journal of Statistical Software, 78(9), pp.1--21. DOI: `10.18637/jss.v078.i09 <https://doi.org/10.18637/jss.v078.i09>`_. arXiv:`1305.1422 <https://arxiv.org/abs/1305.1422>`_.
1919

2020
Copyright and License
2121
---------------------

src/R/inst/CITATION

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
citHeader("To cite Rsomoclu in publications use:")
2-
3-
citEntry(entry = "Article",
4-
title = "Somoclu: An Efficient Parallel Library for Self-Organizing Maps",
5-
author = personList(as.person("Peter Wittek"),
6-
as.person("Shi Chao Gao"),
7-
as.person("Ik Soo Lim"),
8-
as.person("Li Zhao")),
9-
journal = "arXiv:1305.1422",
10-
year = "2015",
11-
url = "http://arxiv.org/abs/1305.1422",
1+
bibentry(bibtype = "Article",
2+
title = "{somoclu}: An Efficient Parallel Library for Self-Organizing Maps",
3+
author = c(person(given = "Peter",
4+
family = "Wittek"),
5+
person(given = c("Shi", "Chao"),
6+
family = "Gao"),
7+
person(given = c("Ik", "Soo"),
8+
family = "Lim"),
9+
person(given = "Li",
10+
family = "Zhao")),
11+
journal = "Journal of Statistical Software",
12+
year = "2017",
13+
volume = "78",
14+
number = "9",
15+
pages = "1--21",
16+
doi = "10.18637/jss.v078.i09",
1217

18+
header = "To cite somoclu in publications use:",
1319
textVersion =
14-
paste("Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2015).",
15-
"Somoclu: An Efficient Parallel Library for Self-Organizing Maps.",
16-
"arXiv:1305.1422.",
17-
"URL http://arxiv.org/abs/1305.1422.")
20+
paste("Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2017).",
21+
"somoclu: An Efficient Parallel Library for Self-Organizing Maps.",
22+
"Journal of Statistical Software, 78(9), 1-21.",
23+
"doi:10.18637/jss.v078.i09")
1824
)

src/R/man/Rsomoclu.train.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Rsomoclu.train(input_data, nEpoch, nSomX, nSomY,
4444
\item{globalBmus}{global Best Matching Unit matrix}
4545
\item{uMatrix}{uMatrix}
4646
}
47-
\references{Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2015). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. arXiv:1305.1422.}
47+
\references{Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao (2017). Somoclu: An Efficient Parallel Library for Self-Organizing Maps. Journal of Statistical Software, 78(9), 1-21. doi:10.18637/jss.v078.i09.}
4848
\author{Peter Wittek, Shichao Gao}
4949
\examples{
5050
library('Rsomoclu')

0 commit comments

Comments
 (0)