Cite This Page
Bibliographic details for Process
- Page name: Process
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 21 August 2009 19:34 UTC
- Date retrieved: 27 January 2023 23:56 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Process&oldid=57241
- Page Version ID: 57241
Citation styles for Process
APA style
Process. (2009, August 21). Rosetta Code, . Retrieved 23:56, January 27, 2023 from https://rosettacode.org/w/index.php?title=Process&oldid=57241.
MLA style
"Process." Rosetta Code, . 21 Aug 2009, 19:34 UTC. 27 Jan 2023, 23:56 <https://rosettacode.org/w/index.php?title=Process&oldid=57241>.
MHRA style
Rosetta Code contributors, 'Process', Rosetta Code, , 21 August 2009, 19:34 UTC, <https://rosettacode.org/w/index.php?title=Process&oldid=57241> [accessed 27 January 2023]
Chicago style
Rosetta Code contributors, "Process," Rosetta Code, , https://rosettacode.org/w/index.php?title=Process&oldid=57241 (accessed January 27, 2023).
CBE/CSE style
Rosetta Code contributors. Process [Internet]. Rosetta Code, ; 2009 Aug 21, 19:34 UTC [cited 2023 Jan 27]. Available from: https://rosettacode.org/w/index.php?title=Process&oldid=57241.
Bluebook style
Process, https://rosettacode.org/w/index.php?title=Process&oldid=57241 (last visited January 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Process --- Rosetta Code{,} ", year = "2009", url = "https://rosettacode.org/w/index.php?title=Process&oldid=57241", note = "[Online; accessed 27-January-2023]" }
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 = "Rosetta Code", title = "Process --- Rosetta Code{,} ", year = "2009", url = "\url{https://rosettacode.org/w/index.php?title=Process&oldid=57241}", note = "[Online; accessed 27-January-2023]" }