Cite This Page
Bibliographic details for How to update publications page
- Page name: How to update publications page
- Author: crtc.cs.odu.edu contributors
- Publisher: crtc.cs.odu.edu, .
- Date of last revision: 10 February 2023 00:39 UTC
- Date retrieved: 5 November 2025 09:29 UTC
- Permanent URL: https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709
- Page Version ID: 8709
Citation styles for How to update publications page
APA style
How to update publications page. (2023, February 10). crtc.cs.odu.edu, . Retrieved 09:29, November 5, 2025 from https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709.
MLA style
"How to update publications page." crtc.cs.odu.edu, . 10 Feb 2023, 00:39 UTC. 5 Nov 2025, 09:29 <https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709>.
MHRA style
crtc.cs.odu.edu contributors, 'How to update publications page', crtc.cs.odu.edu, , 10 February 2023, 00:39 UTC, <https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709> [accessed 5 November 2025]
Chicago style
crtc.cs.odu.edu contributors, "How to update publications page," crtc.cs.odu.edu, , https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709 (accessed November 5, 2025).
CBE/CSE style
crtc.cs.odu.edu contributors. How to update publications page [Internet]. crtc.cs.odu.edu, ; 2023 Feb 10, 00:39 UTC [cited 2025 Nov 5]. Available from: https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709.
Bluebook style
How to update publications page, https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709 (last visited November 5, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "crtc.cs.odu.edu",
title = "How to update publications page --- crtc.cs.odu.edu{,} ",
year = "2023",
url = "https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709",
note = "[Online; accessed 5-November-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 = "crtc.cs.odu.edu",
title = "How to update publications page --- crtc.cs.odu.edu{,} ",
year = "2023",
url = "\url{https://crtc.cs.odu.edu/index.php?title=How_to_update_publications_page&oldid=8709}",
note = "[Online; accessed 5-November-2025]"
}