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