Bibliographic details for "software:windows"

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

Citation styles for "software:windows"

APA style

Christian Heine (2023). software:windows. PaleoEarthLabs.org. Retrieved 13:33, 5 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:windows&rev=1683835433.

MLA style

“software:windows.” PaleoEarthLabs.org. 11 May 2023, 22:03 CEST. 5 May 2024, 13:33 <https://wiki.paleoearthlabs.org/doku.php?id=software:windows&rev=1683835433>.

MHRA style

Christian Heine, ‘software:windows’, PaleoEarthLabs.org, 11 May 2023, 22:03 CEST, <https://wiki.paleoearthlabs.org/doku.php?id=software:windows&rev=1683835433> [accessed 5 May 2024]

Chicago style

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

CBE/CSE style

Christian Heine. software:windows [Internet]. PaleoEarthLabs.org; 2023 May 11, 22:03 CEST [cited 2024 May 5]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:windows&rev=1683835433.

Bluebook style

AMA style

Christian Heine. software:windows. PaleoEarthLabs.org. May 11, 2023, 22:03 CEST. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:windows&rev=1683835433. Accessed May 5, 2024.

BibTeX entry

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