Bibliographic details for "encyclosphere:test_article"

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

Citation styles for "encyclosphere:test_article"

APA style

Anonymous Contributors (2022). encyclosphere:test_article. EnHub. Retrieved 17:37, 19 April, 2024 from https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492.

MLA style

“encyclosphere:test_article.” EnHub. 15 Mar 2022, 23:21 UTC. 19 Apr 2024, 17:37 <https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492>.

MHRA style

Anonymous Contributors, ‘encyclosphere:test_article’, EnHub, 15 March 2022, 23:21 UTC, <https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492> [accessed 19 April 2024]

Chicago style

Anonymous Contributors, “encyclosphere:test_article,” EnHub, https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492 (accessed April 19, 2024).

CBE/CSE style

Anonymous Contributors. encyclosphere:test_article [Internet]. EnHub; 2022 Mar 15, 23:21 UTC [cited 2024 Apr 19]. Available from: https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492.

Bluebook style

encyclosphere:test_article, https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492 (last visited April 19, 2024).

AMA style

Anonymous Contributors. encyclosphere:test_article. EnHub. March 15, 2022, 23:21 UTC. Available at: https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492. Accessed April 19, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "encyclosphere:test_article --- EnHub",
   year = "2022",
   url = "https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492",
   note = "[Online; accessed 19-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 = "Anonymous Contributors",
   title = "encyclosphere:test_article --- EnHub",
   year = "2022",
   url = "\url{https://enhub.org/dokuwiki/doku.php?id=encyclosphere:test_article&rev=1647386492}",
   note = "[Online; accessed 19-April-2024]"
 }