citHeader("To cite 'igraph' in publications use:")

citEntry(entry="article",
	 title="The igraph software package for complex network research",
         author=personList(as.person("Gabor Csardi"),
			   as.person("Tamas Nepusz")),
	 journal="InterJournal",
         volume="Complex Systems",
         pages="1695",
         year="2006",
         url="http://igraph.org",
         textVersion=paste("Csardi G, Nepusz T: The igraph software package for ",
                           "complex network research, InterJournal, ",
                           "Complex Systems 1695. 2006. ",
                           "http://igraph.org", sep=""))
