Cite This Page
Bibliographic details for Software
- Page name: Software
- Author: makerhub contributors
- Publisher: makerhub, .
- Date of last revision: 6 November 2024 20:58 UTC
- Date retrieved: 8 May 2026 12:01 UTC
- Permanent URL: https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270
- Page Version ID: 11270
Citation styles for Software
APA style
Software. (2024, November 6). makerhub, . Retrieved 12:01, May 8, 2026 from https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270.
MLA style
"Software." makerhub, . 6 Nov 2024, 20:58 UTC. 8 May 2026, 12:01 <https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270>.
MHRA style
makerhub contributors, 'Software', makerhub, , 6 November 2024, 20:58 UTC, <https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270> [accessed 8 May 2026]
Chicago style
makerhub contributors, "Software," makerhub, , https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270 (accessed May 8, 2026).
CBE/CSE style
makerhub contributors. Software [Internet]. makerhub, ; 2024 Nov 6, 20:58 UTC [cited 2026 May 8]. Available from: https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270.
Bluebook style
Software, https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270 (last visited May 8, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "makerhub",
title = "Software --- makerhub{,} ",
year = "2024",
url = "https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270",
note = "[Online; accessed 8-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 = "makerhub",
title = "Software --- makerhub{,} ",
year = "2024",
url = "\url{https://makerhub.georgefox.edu/w/index.php?title=Software&oldid=11270}",
note = "[Online; accessed 8-May-2026]"
}