Cite This Page
Bibliographic details for RdKit idioms
- Page name: RdKit idioms
- Author: DISI contributors
- Publisher: DISI, .
- Date of last revision: 1 October 2015 04:19 UTC
- Date retrieved: 7 June 2026 14:27 UTC
- Permanent URL: http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051
- Page Version ID: 9051
Citation styles for RdKit idioms
APA style
RdKit idioms. (2015, October 1). DISI, . Retrieved 14:27, June 7, 2026 from http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051.
MLA style
"RdKit idioms." DISI, . 1 Oct 2015, 04:19 UTC. 7 Jun 2026, 14:27 <http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051>.
MHRA style
DISI contributors, 'RdKit idioms', DISI, , 1 October 2015, 04:19 UTC, <http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051> [accessed 7 June 2026]
Chicago style
DISI contributors, "RdKit idioms," DISI, , http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051 (accessed June 7, 2026).
CBE/CSE style
DISI contributors. RdKit idioms [Internet]. DISI, ; 2015 Oct 1, 04:19 UTC [cited 2026 Jun 7]. Available from: http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051.
Bluebook style
RdKit idioms, http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051 (last visited June 7, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DISI",
title = "RdKit idioms --- DISI{,} ",
year = "2015",
url = "http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051",
note = "[Online; accessed 7-June-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 = "RdKit idioms --- DISI{,} ",
year = "2015",
url = "\url{http://wiki.docking.org/index.php?title=RdKit_idioms&oldid=9051}",
note = "[Online; accessed 7-June-2026]"
}