Cite This Page
Bibliographic details for Resources
- Page name: Resources
- Author: crtc.cs.odu.edu contributors
- Publisher: crtc.cs.odu.edu, .
- Date of last revision: 2 July 2023 20:08 UTC
- Date retrieved: 7 May 2026 11:37 UTC
- Permanent URL: https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159
- Page Version ID: 4159
Citation styles for Resources
APA style
Resources. (2023, July 2). crtc.cs.odu.edu, . Retrieved 11:37, May 7, 2026 from https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159.
MLA style
"Resources." crtc.cs.odu.edu, . 2 Jul 2023, 20:08 UTC. 7 May 2026, 11:37 <https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159>.
MHRA style
crtc.cs.odu.edu contributors, 'Resources', crtc.cs.odu.edu, , 2 July 2023, 20:08 UTC, <https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159> [accessed 7 May 2026]
Chicago style
crtc.cs.odu.edu contributors, "Resources," crtc.cs.odu.edu, , https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159 (accessed May 7, 2026).
CBE/CSE style
crtc.cs.odu.edu contributors. Resources [Internet]. crtc.cs.odu.edu, ; 2023 Jul 2, 20:08 UTC [cited 2026 May 7]. Available from: https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159.
Bluebook style
Resources, https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159 (last visited May 7, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "crtc.cs.odu.edu",
title = "Resources --- crtc.cs.odu.edu{,} ",
year = "2023",
url = "https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159",
note = "[Online; accessed 7-May-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 = "crtc.cs.odu.edu",
title = "Resources --- crtc.cs.odu.edu{,} ",
year = "2023",
url = "\url{https://crtc.cs.odu.edu/index.php?title=Resources&oldid=4159}",
note = "[Online; accessed 7-May-2026]"
}