From ff3731b188eacae30177ff8fe320d88fd6748845 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 25 Jan 2017 14:08:02 +0100 Subject: Add citation information --- inst/CITATION | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 inst/CITATION diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..86b4508 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,23 @@ +citHeader("To site SparseStep in publications use:") + +bibentry(bibtype="article", + key="van2017sparsestep", + title= "{SparseStep}: Approximating the Counting Norm for Sparse Regularization", + author = personList( + as.person("Gerrit J.J. van den Burg"), + as.person("Patrick J.F. Groenen"), + as.person("Andreas Alfons") + ), + journal = "arXiv preprint arXiv:1701.06967", + archivePrefix = "arXiv", + year = "2017", + eprint = "1701.06967", + url = "https://arxiv.org/abs/1701.06967", + primaryClass = "stat.ME", + keywords = "Statistics - Methodology, 62J05, 62J07", + textVersion = paste( + "Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons (2017).", + "SparseStep: Approximating the Counting Norm for Sparse Regularization.", + "arXiv preprint arXiv:1701.06967 [stat.ME]." + ) +) \ No newline at end of file -- cgit v1.2.3