Bibliographic details for "software:unixtools"

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

Citation styles for "software:unixtools"

APA style

Christian Heine (2023). software:unixtools. PaleoEarthLabs.org. Retrieved 14:16, 29 April, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605.

MLA style

“software:unixtools.” PaleoEarthLabs.org. 21 May 2023, 20:43 CEST. 29 Apr 2024, 14:16 <https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605>.

MHRA style

Christian Heine, ‘software:unixtools’, PaleoEarthLabs.org, 21 May 2023, 20:43 CEST, <https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605> [accessed 29 April 2024]

Chicago style

Christian Heine, “software:unixtools,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605 (accessed April 29, 2024).

CBE/CSE style

Christian Heine. software:unixtools [Internet]. PaleoEarthLabs.org; 2023 May 21, 20:43 CEST [cited 2024 Apr 29]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605.

Bluebook style

software:unixtools, https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605 (last visited April 29, 2024).

AMA style

Christian Heine. software:unixtools. PaleoEarthLabs.org. May 21, 2023, 20:43 CEST. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:unixtools&rev=1684694605. Accessed April 29, 2024.

BibTeX entry

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