Cite This Page
Bibliographic details for VMD tutorial scripting
- Page name: VMD tutorial scripting
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 2 February 2012 12:58 UTC
- Date retrieved: 29 October 2025 20:17 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131
- Page Version ID: 5131
Citation styles for VMD tutorial scripting
APA style
VMD tutorial scripting. (2012, February 2). "A B C", . Retrieved 20:17, October 29, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131.
MLA style
"VMD tutorial scripting." "A B C", . 2 Feb 2012, 12:58 UTC. 29 Oct 2025, 20:17 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131>.
MHRA style
"A B C" contributors, 'VMD tutorial scripting', "A B C", , 2 February 2012, 12:58 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131> [accessed 29 October 2025]
Chicago style
"A B C" contributors, "VMD tutorial scripting," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131 (accessed October 29, 2025).
CBE/CSE style
"A B C" contributors. VMD tutorial scripting [Internet]. "A B C", ; 2012 Feb 2, 12:58 UTC [cited 2025 Oct 29]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131.
Bluebook style
VMD tutorial scripting, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131 (last visited October 29, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "VMD tutorial scripting --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131",
note = "[Online; accessed 29-October-2025]"
}
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 = ""A B C"",
title = "VMD tutorial scripting --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=VMD_tutorial_scripting&oldid=5131}",
note = "[Online; accessed 29-October-2025]"
}