Bibliographic details for "start"

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

Citation styles for "start"

APA style

Anonymous Contributors (2022). start. EnHub. Retrieved 00:05, 29 January, 2025 from https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080.

MLA style

“start.” EnHub. 15 Mar 2022, 23:31 UTC. 29 Jan 2025, 00:05 <https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080>.

MHRA style

Anonymous Contributors, ‘start’, EnHub, 15 March 2022, 23:31 UTC, <https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080> [accessed 29 January 2025]

Chicago style

Anonymous Contributors, “start,” EnHub, https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080 (accessed January 29, 2025).

CBE/CSE style

Anonymous Contributors. start [Internet]. EnHub; 2022 Mar 15, 23:31 UTC [cited 2025 Jan 29]. Available from: https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080.

Bluebook style

start, https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080 (last visited January 29, 2025).

AMA style

Anonymous Contributors. start. EnHub. March 15, 2022, 23:31 UTC. Available at: https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080. Accessed January 29, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "start --- EnHub",
   year = "2022",
   url = "https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080",
   note = "[Online; accessed 29-January-2025]"
 }

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 = "Anonymous Contributors",
   title = "start --- EnHub",
   year = "2022",
   url = "\url{https://enhub.org/dokuwiki/doku.php?id=start&rev=1647387080}",
   note = "[Online; accessed 29-January-2025]"
 }