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:15, 17 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1630063947.

MLA style

“software:start.” PaleoEarthLabs.org. 27 Aug 2021, 13:32 CEST. 17 May 2024, 12:15 <https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1630063947>.

MHRA style

Christian Heine, ‘software:start’, PaleoEarthLabs.org, 27 August 2021, 13:32 CEST, <https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1630063947> [accessed 17 May 2024]

Chicago style

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

CBE/CSE style

Christian Heine. software:start [Internet]. PaleoEarthLabs.org; 2021 Aug 27, 13:32 CEST [cited 2024 May 17]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1630063947.

Bluebook style

AMA style

Christian Heine. software:start. PaleoEarthLabs.org. August 27, 2021, 13:32 CEST. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:start&rev=1630063947. 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=1630063947",
   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=1630063947}",
   note = "[Online; accessed 17-May-2024]"
 }