Bibliographic details for "software:start"

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

Citation styles for "software:start"

APA style

Christian Heine (2021). software:start. PaleoEarthLabs.org. Retrieved 12:14, 17 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1622401330.

MLA style

“software:start.” PaleoEarthLabs.org. 30 May 2021, 21:02 CEST. 17 May 2024, 12:14 <https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1622401330>.

MHRA style

Christian Heine, ‘software:start’, PaleoEarthLabs.org, 30 May 2021, 21:02 CEST, <https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1622401330> [accessed 17 May 2024]

Chicago style

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

CBE/CSE style

Christian Heine. software:start [Internet]. PaleoEarthLabs.org; 2021 May 30, 21:02 CEST [cited 2024 May 17]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1622401330.

Bluebook style

AMA style

Christian Heine. software:start. PaleoEarthLabs.org. May 30, 2021, 21:02 CEST. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1622401330. Accessed May 17, 2024.

BibTeX entry

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