Cite This Page
Bibliographic details for Teaching Open Source
- Page name: Teaching Open Source
- Author: OpenCommons contributors
- Publisher: OpenCommons.
- Date of last revision: 24 January 2023 18:42 UTC
- Date retrieved: 7 August 2026 18:52 UTC
- Permanent URL: https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054
- Page Version ID: 12054
Citation styles for Teaching Open Source
APA style
Teaching Open Source. (2023, January 24). OpenCommons. Retrieved 18:52, August 7, 2026 from https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054.
MLA style
"Teaching Open Source." OpenCommons. 24 Jan 2023, 18:42 UTC. 7 Aug 2026, 18:52 <https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054>.
MHRA style
OpenCommons contributors, 'Teaching Open Source', OpenCommons, 24 January 2023, 18:42 UTC, <https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054> [accessed 7 August 2026]
Chicago style
OpenCommons contributors, "Teaching Open Source," OpenCommons, https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054 (accessed August 7, 2026).
CBE/CSE style
OpenCommons contributors. Teaching Open Source [Internet]. OpenCommons; 2023 Jan 24, 18:42 UTC [cited 2026 Aug 7]. Available from: https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054.
Bluebook style
Teaching Open Source, https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054 (last visited August 7, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenCommons",
title = "Teaching Open Source --- OpenCommons{,} ",
year = "2023",
url = "https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054",
note = "[Online; accessed 7-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 = "OpenCommons",
title = "Teaching Open Source --- OpenCommons{,} ",
year = "2023",
url = "\url{https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054}",
note = "[Online; accessed 7-August-2026]"
}