meta data for this page

Bibliographic details for "software:gplates:devsuggestions"

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

Citation styles for "software:gplates:devsuggestions"

APA style

Christian Heine (2020). software:gplates:devsuggestions. PaleoEarthLabs.org. Retrieved 16:20, 11 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701.

MLA style

“software:gplates:devsuggestions.” PaleoEarthLabs.org. 30 May 2020, 13:21 CEST. 11 May 2024, 16:20 <https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701>.

MHRA style

Christian Heine, ‘software:gplates:devsuggestions’, PaleoEarthLabs.org, 30 May 2020, 13:21 CEST, <https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701> [accessed 11 May 2024]

Chicago style

Christian Heine, “software:gplates:devsuggestions,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701 (accessed May 11, 2024).

CBE/CSE style

Christian Heine. software:gplates:devsuggestions [Internet]. PaleoEarthLabs.org; 2020 May 30, 13:21 CEST [cited 2024 May 11]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701.

Bluebook style

software:gplates:devsuggestions, https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701 (last visited May 11, 2024).

AMA style

Christian Heine. software:gplates:devsuggestions. PaleoEarthLabs.org. May 30, 2020, 13:21 CEST. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:gplates:devsuggestions&rev=1590837701. Accessed May 11, 2024.

BibTeX entry

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