meta data for this page

Bibliographic details for "software:python"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "software:python"

APA style

Christian Heine (2021). software:python. PaleoEarthLabs.org. Retrieved 06:44, 12 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578.

MLA style

“software:python.” PaleoEarthLabs.org. 14 Dec 2021, 20:36 CET. 12 May 2024, 06:44 <https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578>.

MHRA style

Christian Heine, ‘software:python’, PaleoEarthLabs.org, 14 December 2021, 20:36 CET, <https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578> [accessed 12 May 2024]

Chicago style

Christian Heine, “software:python,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578 (accessed May 12, 2024).

CBE/CSE style

Christian Heine. software:python [Internet]. PaleoEarthLabs.org; 2021 Dec 14, 20:36 CET [cited 2024 May 12]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578.

Bluebook style

AMA style

Christian Heine. software:python. PaleoEarthLabs.org. December 14, 2021, 20:36 CET. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578. Accessed May 12, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "software:python --- PaleoEarthLabs.org",
   year = "2021",
   url = "https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578",
   note = "[Online; accessed 12-May-2024]"
 }

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 = "Christian Heine",
   title = "software:python --- PaleoEarthLabs.org",
   year = "2021",
   url = "\url{https://wiki.paleoearthlabs.org/doku.php?id=software:python&rev=1639510578}",
   note = "[Online; accessed 12-May-2024]"
 }