Cite This Page
Bibliographic details for Collaborative filtering
- Page name: Collaborative filtering
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 20 April 2008 15:39 UTC
- Date retrieved: 28 February 2021 11:00 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645
- Page Version ID: 20645
Citation styles for Collaborative filtering
APA style
Collaborative filtering. (2008, April 20). HaskellWiki, . Retrieved 11:00, February 28, 2021 from https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645.
MLA style
"Collaborative filtering." HaskellWiki, . 20 Apr 2008, 15:39 UTC. 28 Feb 2021, 11:00 <https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645>.
MHRA style
HaskellWiki contributors, 'Collaborative filtering', HaskellWiki, , 20 April 2008, 15:39 UTC, <https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645> [accessed 28 February 2021]
Chicago style
HaskellWiki contributors, "Collaborative filtering," HaskellWiki, , https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645 (accessed February 28, 2021).
CBE/CSE style
HaskellWiki contributors. Collaborative filtering [Internet]. HaskellWiki, ; 2008 Apr 20, 15:39 UTC [cited 2021 Feb 28]. Available from: https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645.
Bluebook style
Collaborative filtering, https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645 (last visited February 28, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Collaborative filtering --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645", note = "[Online; accessed 28-February-2021]" }
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 = "HaskellWiki", title = "Collaborative filtering --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Collaborative_filtering&oldid=20645}", note = "[Online; accessed 28-February-2021]" }