Cite This Page
Bibliographic details for CS 500 Fall 2022
- Page name: CS 500 Fall 2022
- Author: Computer Science at Indiana State University contributors
- Publisher: Computer Science at Indiana State University.
- Date of last revision: 19 August 2025 13:28 UTC
- Date retrieved: 18 January 2026 16:22 UTC
- Permanent URL: https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473
- Page Version ID: 473
Citation styles for CS 500 Fall 2022
CS 500 Fall 2022. (2025, August 19). Computer Science at Indiana State University. Retrieved 16:22, January 18, 2026 from https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473.
"CS 500 Fall 2022." Computer Science at Indiana State University. 19 Aug 2025, 13:28 UTC. 18 Jan 2026, 16:22 <https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473>.
Computer Science at Indiana State University contributors, 'CS 500 Fall 2022', Computer Science at Indiana State University, 19 August 2025, 13:28 UTC, <https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473> [accessed 18 January 2026]
Computer Science at Indiana State University contributors, "CS 500 Fall 2022," Computer Science at Indiana State University, https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473 (accessed January 18, 2026).
Computer Science at Indiana State University contributors. CS 500 Fall 2022 [Internet]. Computer Science at Indiana State University; 2025 Aug 19, 13:28 UTC [cited 2026 Jan 18]. Available from: https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473.
CS 500 Fall 2022, https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473 (last visited January 18, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Computer Science at Indiana State University",
title = "CS 500 Fall 2022 --- Computer Science at Indiana State University{,} ",
year = "2025",
url = "https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473",
note = "[Online; accessed 18-January-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 = "Computer Science at Indiana State University",
title = "CS 500 Fall 2022 --- Computer Science at Indiana State University{,} ",
year = "2025",
url = "\url{https://cs.indstate.edu/web/index.php?title=CS_500_Fall_2022&oldid=473}",
note = "[Online; accessed 18-January-2026]"
}