Cite This Page
Bibliographic details for About
- Page name: About
- Author: OpenCommons contributors
- Publisher: OpenCommons.
- Date of last revision: 18 June 2024 15:50 UTC
- Date retrieved: 19 May 2026 01:27 UTC
- Permanent URL: https://opencommons.org/index.php?title=About&oldid=15108
- Page Version ID: 15108
Citation styles for About
APA style
About. (2024, June 18). OpenCommons. Retrieved 01:27, May 19, 2026 from https://opencommons.org/index.php?title=About&oldid=15108.
MLA style
"About." OpenCommons. 18 Jun 2024, 15:50 UTC. 19 May 2026, 01:27 <https://opencommons.org/index.php?title=About&oldid=15108>.
MHRA style
OpenCommons contributors, 'About', OpenCommons, 18 June 2024, 15:50 UTC, <https://opencommons.org/index.php?title=About&oldid=15108> [accessed 19 May 2026]
Chicago style
OpenCommons contributors, "About," OpenCommons, https://opencommons.org/index.php?title=About&oldid=15108 (accessed May 19, 2026).
CBE/CSE style
OpenCommons contributors. About [Internet]. OpenCommons; 2024 Jun 18, 15:50 UTC [cited 2026 May 19]. Available from: https://opencommons.org/index.php?title=About&oldid=15108.
Bluebook style
About, https://opencommons.org/index.php?title=About&oldid=15108 (last visited May 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenCommons",
title = "About --- OpenCommons{,} ",
year = "2024",
url = "https://opencommons.org/index.php?title=About&oldid=15108",
note = "[Online; accessed 19-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 = "OpenCommons",
title = "About --- OpenCommons{,} ",
year = "2024",
url = "\url{https://opencommons.org/index.php?title=About&oldid=15108}",
note = "[Online; accessed 19-May-2026]"
}