Cite This Page
Bibliographic details for Jaccard index
- Page name: Jaccard index
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 15 October 2022 23:41 UTC
- Date retrieved: 28 March 2023 01:39 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780
- Page Version ID: 331780
Citation styles for Jaccard index
APA style
Jaccard index. (2022, October 15). Rosetta Code, . Retrieved 01:39, March 28, 2023 from https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780.
MLA style
"Jaccard index." Rosetta Code, . 15 Oct 2022, 23:41 UTC. 28 Mar 2023, 01:39 <https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780>.
MHRA style
Rosetta Code contributors, 'Jaccard index', Rosetta Code, , 15 October 2022, 23:41 UTC, <https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780> [accessed 28 March 2023]
Chicago style
Rosetta Code contributors, "Jaccard index," Rosetta Code, , https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780 (accessed March 28, 2023).
CBE/CSE style
Rosetta Code contributors. Jaccard index [Internet]. Rosetta Code, ; 2022 Oct 15, 23:41 UTC [cited 2023 Mar 28]. Available from: https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780.
Bluebook style
Jaccard index, https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780 (last visited March 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Jaccard index --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780", note = "[Online; accessed 28-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Jaccard index --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Jaccard_index&oldid=331780}", note = "[Online; accessed 28-March-2023]" }