Bibliographic details for "articles"

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

Citation styles for "articles"

APA style

Anonymous Contributors (2022). articles. EnHub. Retrieved 03:25, 21 March, 2023 from https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877.

MLA style

“articles.” EnHub. 15 Mar 2022, 19:27 EDT. 21 Mar 2023, 03:25 <https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877>.

MHRA style

Anonymous Contributors, ‘articles’, EnHub, 15 March 2022, 19:27 EDT, <https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877> [accessed 21 March 2023]

Chicago style

Anonymous Contributors, “articles,” EnHub, https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877 (accessed March 21, 2023).

CBE/CSE style

Anonymous Contributors. articles [Internet]. EnHub; 2022 Mar 15, 19:27 EDT [cited 2023 Mar 21]. Available from: https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877.

Bluebook style

articles, https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877 (last visited March 21, 2023).

AMA style

Anonymous Contributors. articles. EnHub. March 15, 2022, 19:27 EDT. Available at: https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877. Accessed March 21, 2023.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "articles --- EnHub",
   year = "2022",
   url = "https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877",
   note = "[Online; accessed 21-March-2023]"
 }

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 = "articles --- EnHub",
   year = "2022",
   url = "\url{https://enhub.org/dokuwiki/doku.php?id=articles&rev=1647386877}",
   note = "[Online; accessed 21-March-2023]"
 }