Cite This Page
Bibliographic details for This Is Your Brain On Informatics: NGINX and Large Files
- Page name: This Is Your Brain On Informatics: NGINX and Large Files
- Author: Pathology Education Instructional Resource contributors
- Publisher: Pathology Education Instructional Resource, .
- Date of last revision: 22 January 2014 22:31 UTC
- Date retrieved: 17 April 2026 00:45 UTC
- Permanent URL: https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730
- Page Version ID: 2730
Citation styles for This Is Your Brain On Informatics: NGINX and Large Files
APA style
This Is Your Brain On Informatics: NGINX and Large Files. (2014, January 22). Pathology Education Instructional Resource, . Retrieved 00:45, April 17, 2026 from https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730.
MLA style
"This Is Your Brain On Informatics: NGINX and Large Files." Pathology Education Instructional Resource, . 22 Jan 2014, 22:31 UTC. 17 Apr 2026, 00:45 <https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730>.
MHRA style
Pathology Education Instructional Resource contributors, 'This Is Your Brain On Informatics: NGINX and Large Files', Pathology Education Instructional Resource, , 22 January 2014, 22:31 UTC, <https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730> [accessed 17 April 2026]
Chicago style
Pathology Education Instructional Resource contributors, "This Is Your Brain On Informatics: NGINX and Large Files," Pathology Education Instructional Resource, , https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730 (accessed April 17, 2026).
CBE/CSE style
Pathology Education Instructional Resource contributors. This Is Your Brain On Informatics: NGINX and Large Files [Internet]. Pathology Education Instructional Resource, ; 2014 Jan 22, 22:31 UTC [cited 2026 Apr 17]. Available from: https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730.
Bluebook style
This Is Your Brain On Informatics: NGINX and Large Files, https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730 (last visited April 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Pathology Education Instructional Resource",
title = "This Is Your Brain On Informatics: NGINX and Large Files --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730",
note = "[Online; accessed 17-April-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 = "Pathology Education Instructional Resource",
title = "This Is Your Brain On Informatics: NGINX and Large Files --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "\url{https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_NGINX_and_Large_Files&oldid=2730}",
note = "[Online; accessed 17-April-2026]"
}