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: 5 March 2026 08:03 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 08:03, March 5, 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. 5 Mar 2026, 08:03 <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 5 March 2026]
Chicago style
OpenCommons contributors, "Teaching Open Source," OpenCommons, https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054 (accessed March 5, 2026).
CBE/CSE style
OpenCommons contributors. Teaching Open Source [Internet]. OpenCommons; 2023 Jan 24, 18:42 UTC [cited 2026 Mar 5]. 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 March 5, 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 5-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 = "OpenCommons",
title = "Teaching Open Source --- OpenCommons{,} ",
year = "2023",
url = "\url{https://opencommons.org/index.php?title=Teaching_Open_Source&oldid=12054}",
note = "[Online; accessed 5-March-2026]"
}