Cite This Page
Bibliographic details for Parallel Python
- Page name: Parallel Python
- Author: Advanced Projects Lab contributors
- Publisher: Advanced Projects Lab, .
- Date of last revision: 23 February 2016 18:23 UTC
- Date retrieved: 19 March 2026 03:27 UTC
- Permanent URL: https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550
- Page Version ID: 2550
Citation styles for Parallel Python
APA style
Parallel Python. (2016, February 23). Advanced Projects Lab, . Retrieved 03:27, March 19, 2026 from https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550.
MLA style
"Parallel Python." Advanced Projects Lab, . 23 Feb 2016, 18:23 UTC. 19 Mar 2026, 03:27 <https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550>.
MHRA style
Advanced Projects Lab contributors, 'Parallel Python', Advanced Projects Lab, , 23 February 2016, 18:23 UTC, <https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550> [accessed 19 March 2026]
Chicago style
Advanced Projects Lab contributors, "Parallel Python," Advanced Projects Lab, , https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550 (accessed March 19, 2026).
CBE/CSE style
Advanced Projects Lab contributors. Parallel Python [Internet]. Advanced Projects Lab, ; 2016 Feb 23, 18:23 UTC [cited 2026 Mar 19]. Available from: https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550.
Bluebook style
Parallel Python, https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550 (last visited March 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Advanced Projects Lab",
title = "Parallel Python --- Advanced Projects Lab{,} ",
year = "2016",
url = "https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550",
note = "[Online; accessed 19-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 = "Advanced Projects Lab",
title = "Parallel Python --- Advanced Projects Lab{,} ",
year = "2016",
url = "\url{https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550}",
note = "[Online; accessed 19-March-2026]"
}