Cite This Page
Bibliographic details for Software Articles
- Page name: Software Articles
- Author: CS History contributors
- Publisher: CS History, .
- Date of last revision: 16 December 2019 04:35 UTC
- Date retrieved: 23 March 2026 13:29 UTC
- Permanent URL: https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980
- Page Version ID: 3980
Citation styles for Software Articles
APA style
Software Articles. (2019, December 16). CS History, . Retrieved 13:29, March 23, 2026 from https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980.
MLA style
"Software Articles." CS History, . 16 Dec 2019, 04:35 UTC. 23 Mar 2026, 13:29 <https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980>.
MHRA style
CS History contributors, 'Software Articles', CS History, , 16 December 2019, 04:35 UTC, <https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980> [accessed 23 March 2026]
Chicago style
CS History contributors, "Software Articles," CS History, , https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980 (accessed March 23, 2026).
CBE/CSE style
CS History contributors. Software Articles [Internet]. CS History, ; 2019 Dec 16, 04:35 UTC [cited 2026 Mar 23]. Available from: https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980.
Bluebook style
Software Articles, https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980 (last visited March 23, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS History",
title = "Software Articles --- CS History{,} ",
year = "2019",
url = "https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980",
note = "[Online; accessed 23-March-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 = "CS History",
title = "Software Articles --- CS History{,} ",
year = "2019",
url = "\url{https://hodgelodge.com/cshistory/index.php?title=Software_Articles&oldid=3980}",
note = "[Online; accessed 23-March-2026]"
}