Cite This Page
Bibliographic details for Open Source
- Page name: Open Source
- Author: OpenCommons contributors
- Publisher: OpenCommons.
- Date of last revision: 30 July 2023 00:05 UTC
- Date retrieved: 15 March 2026 20:38 UTC
- Permanent URL: https://opencommons.org/index.php?title=Open_Source&oldid=13823
- Page Version ID: 13823
Citation styles for Open Source
APA style
Open Source. (2023, July 30). OpenCommons. Retrieved 20:38, March 15, 2026 from https://opencommons.org/index.php?title=Open_Source&oldid=13823.
MLA style
"Open Source." OpenCommons. 30 Jul 2023, 00:05 UTC. 15 Mar 2026, 20:38 <https://opencommons.org/index.php?title=Open_Source&oldid=13823>.
MHRA style
OpenCommons contributors, 'Open Source', OpenCommons, 30 July 2023, 00:05 UTC, <https://opencommons.org/index.php?title=Open_Source&oldid=13823> [accessed 15 March 2026]
Chicago style
OpenCommons contributors, "Open Source," OpenCommons, https://opencommons.org/index.php?title=Open_Source&oldid=13823 (accessed March 15, 2026).
CBE/CSE style
OpenCommons contributors. Open Source [Internet]. OpenCommons; 2023 Jul 30, 00:05 UTC [cited 2026 Mar 15]. Available from: https://opencommons.org/index.php?title=Open_Source&oldid=13823.
Bluebook style
Open Source, https://opencommons.org/index.php?title=Open_Source&oldid=13823 (last visited March 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenCommons",
title = "Open Source --- OpenCommons{,} ",
year = "2023",
url = "https://opencommons.org/index.php?title=Open_Source&oldid=13823",
note = "[Online; accessed 15-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 = "Open Source --- OpenCommons{,} ",
year = "2023",
url = "\url{https://opencommons.org/index.php?title=Open_Source&oldid=13823}",
note = "[Online; accessed 15-March-2026]"
}