citHeader("To cite the rags2ridges package in publications please use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
    title = "rags2ridges: Ridge Estimation of Precision Matrices from High-Dimensional Data",
    author = personList(as.person("C.F.W. Peeters"),
                        as.person("A.E. Bilgrau"),
                        as.person("W.N. van Wieringen")),
    year = year,
    note = vers,
    textVersion =
      paste("Peeters, C.F.W., Bilgrau, A.E., and van Wieringen, W.N. (",
            year,
            ") rags2ridges: Ridge Estimation of Precision Matrices from High-Dimensional Data. ",
            vers,
            ".", sep = "")
)

citEntry(entry="Article",
    title = "Ridge Estimation of Inverse Covariance Matrices from High-Dimensional Data",
    author = personList(as.person("W.N. van Wieringen"),
                        as.person("C.F.W. Peeters")),
    journal = "arXiv:1403.0904v3 [stat.ME]",
    volume = "",
    number = "",
    pages =  "",
    year = 2015,
    textVersion =
      paste("van Wieringen, W.N. and Peeters, C.F.W. (2015). ",
		        "Ridge Estimation of Inverse Covariance Matrices from High-Dimensional Data. ",
        	  "arXiv:1403.0904v3 [stat.ME].", sep = "")
)

citEntry(entry="InCollection",
    title = "Application of a New Ridge Estimator of the Inverse Covariance Matrix to the Reconstruction of Gene-Gene Interaction Networks",
    author = personList(as.person("W.N. van Wieringen"),
                        as.person("C.F.W. Peeters")),
    booktitle = "Computational Intelligence Methods for Bioinformatics and Biostatistics",
    publisher = "Springer International Publishing",
    year = 2015,
    editor = "C. di Serio, P. Lio, A. Nonis, and R. Tagliaferri",
    pages = 170-179,
    series = "Lecture Notes in Computer Science",
    volume = 8623,
    textVersion =
      paste("van Wieringen, W.N. and Peeters, C.F.W. (2015). ",
		        "Application of a New Ridge Estimator of the Inverse Covariance Matrix to the Reconstruction of Gene-Gene Interaction Networks. ", "In: ", "C. di Serio, P. Lio, A. Nonis, and R. Tagliaferri (Eds.) ",
		        "Computational Intelligence Methods for Bioinformatics and Biostatistics. ",
        	  "Lecture Notes in Computer Science, vol. 8623. ",
        	  "Springer International Publishing, pp. 170-179.", sep = "")
)

citEntry(entry="Article",
    title = "Targeted Fused Ridge Estimation of Inverse Covariance Matrices from Multiple High-Dimensional Data Classes",
    author = personList(as.person("A.E. Bilgrau"),
                        as.person("C.F.W. Peeters"),
                        as.person("P.S. Eriksen"),
                        as.person("M. Boegsted"),
                        as.person("W.N. van Wieringen")),
    journal = "arXiv:1509.07982v1 [stat.ME]",
    volume = "",
    number = "",
    pages =  "",
    year = 2015,
    textVersion =
      paste("Bilgrau, A.E., Peeters, C.F.W., Eriksen, P.S., Boegsted, M., and Wieringen, W.N. (2015). ",
		        "Targeted Fused Ridge Estimation of Inverse Covariance Matrices from Multiple High-Dimensional Data Classes. ",
        	  "arXiv:1509.07982v1 [stat.ME].", sep = "")
)
