Cite This Page
Bibliographic details for How to cite
- Page name: How to cite
- Author: DISI contributors
- Publisher: DISI, .
- Date of last revision: 6 December 2018 21:50 UTC
- Date retrieved: 10 July 2026 23:27 UTC
- Permanent URL: http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093
- Page Version ID: 11093
Citation styles for How to cite
APA style
How to cite. (2018, December 6). DISI, . Retrieved 23:27, July 10, 2026 from http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093.
MLA style
"How to cite." DISI, . 6 Dec 2018, 21:50 UTC. 10 Jul 2026, 23:27 <http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093>.
MHRA style
DISI contributors, 'How to cite', DISI, , 6 December 2018, 21:50 UTC, <http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093> [accessed 10 July 2026]
Chicago style
DISI contributors, "How to cite," DISI, , http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093 (accessed July 10, 2026).
CBE/CSE style
DISI contributors. How to cite [Internet]. DISI, ; 2018 Dec 6, 21:50 UTC [cited 2026 Jul 10]. Available from: http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093.
Bluebook style
How to cite, http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093 (last visited July 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DISI",
title = "How to cite --- DISI{,} ",
year = "2018",
url = "http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093",
note = "[Online; accessed 10-July-2026]"
}
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 = "DISI",
title = "How to cite --- DISI{,} ",
year = "2018",
url = "\url{http://wiki.docking.org/index.php?title=How_to_cite&oldid=11093}",
note = "[Online; accessed 10-July-2026]"
}