Cite This Page
Bibliographic details for This Is Your Brain On Informatics: Code Examples
- Page name: This Is Your Brain On Informatics: Code Examples
- Author: Pathology Education Instructional Resource contributors
- Publisher: Pathology Education Instructional Resource, .
- Date of last revision: 19 March 2014 02:37 UTC
- Date retrieved: 2 November 2025 21:22 UTC
- Permanent URL: https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852
- Page Version ID: 2852
Citation styles for This Is Your Brain On Informatics: Code Examples
APA style
This Is Your Brain On Informatics: Code Examples. (2014, March 19). Pathology Education Instructional Resource, . Retrieved 21:22, November 2, 2025 from https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852.
MLA style
"This Is Your Brain On Informatics: Code Examples." Pathology Education Instructional Resource, . 19 Mar 2014, 02:37 UTC. 2 Nov 2025, 21:22 <https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852>.
MHRA style
Pathology Education Instructional Resource contributors, 'This Is Your Brain On Informatics: Code Examples', Pathology Education Instructional Resource, , 19 March 2014, 02:37 UTC, <https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852> [accessed 2 November 2025]
Chicago style
Pathology Education Instructional Resource contributors, "This Is Your Brain On Informatics: Code Examples," Pathology Education Instructional Resource, , https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852 (accessed November 2, 2025).
CBE/CSE style
Pathology Education Instructional Resource contributors. This Is Your Brain On Informatics: Code Examples [Internet]. Pathology Education Instructional Resource, ; 2014 Mar 19, 02:37 UTC [cited 2025 Nov 2]. Available from: https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852.
Bluebook style
This Is Your Brain On Informatics: Code Examples, https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852 (last visited November 2, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Pathology Education Instructional Resource",
title = "This Is Your Brain On Informatics: Code Examples --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852",
note = "[Online; accessed 2-November-2025]"
}
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: Code Examples --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "\url{https://peir.path.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_Code_Examples&oldid=2852}",
note = "[Online; accessed 2-November-2025]"
}