citHeader("To cite rLDCP in publications use:")

citEntry(entry = "Article",
  title        = "{rLDCP}: {R} package for text generation form data",
  author       = personList(as.person("Patricia Conde-Clemente"),
                   as.person("Jose M. Alonso"),
                   as.person("Gracian Trivino")),
  journal      = "In Proceedings of the IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)",
  year = "2017",
  pages = "1-6",
  Place = "Naples, Italy",

  textVersion  =
  paste("P. Conde-Clemente, J.M. Alonso, G. Trivino.",
		"rLDCP: R package for text generation form data.",
		"In Proceedings of the IEEE International Conference on Fuzzy Systems (FUZZ-IEEE). Naples, Italy 2017.")
)

citEntry(entry = "Article",
		 title = "Generating automatic linguistic descriptions with big data",
		 author = "Patricia Conde-Clemente and Gracian Trivino and Jose M. Alonso",
		 journal = "Information Sciences",
		 volume = "380",
		 number = "",
         pages = "12-30",
         year = "2017",

		textVersion  =
         paste("Conde-Clemente P, Trivino G, Alonso JM (2017).",
			 "Generating automatic linguistic descriptions with big data.",
			 "Information Sciences, 380, 12-30.")
)

citEntry(entry = "Article",
		title = "Towards automatic generation of linguistic advice for saving energy at home",
		author = "Patricia Conde-Clemente and Jose M. Alonso and Gracian Trivino",
		journal = "Soft Computing",
		volume = "",
		number = "",
		pages = " - ",
		year = "2016",

		textVersion  =
         paste("Conde-Clemente P, Alonso JM, Trivino G (2016).",
			"Towards automatic generation of linguistic advice for saving energy at home.",
            "Soft Computing")

)

citEntry(entry = "Article",
			title = "Towards linguistic descriptions of phenomena ",
			author = "Gracian Trivino and Michio Sugeno",
			journal = "International Journal of Approximate Reasoning ",
			volume = "54",
			number = "1",
			pages = "22-34",
			year = "2013",

			textVersion  =
         paste("G. Trivino, M. Sugeno (2013)",
				"Towards linguistic descriptions of phenomena.",
				"International Journal of Approximate Reasoning",
				"54(1), 22-34.")
)


