личные инструменты

Bibliographic details for "Shitty First Draft"

  • Page name: Shitty First Draft
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 11 March 2020 17:38 MSK
  • Date retrieved: 23 April 2024 16:20 MSD
  • Page Version ID: 1583937533

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

Citation styles for "Shitty First Draft"

APA style

Институт НеоКода (2020). Shitty First Draft. Институт НеоКода – Новый код НЛП. Retrieved 16:20, 23 April, 2024 from http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533.

MLA style

“Shitty First Draft.” Институт НеоКода – Новый код НЛП. 11 Mar 2020, 17:38 MSK. 23 Apr 2024, 16:20 <http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533>.

MHRA style

Институт НеоКода, ‘Shitty First Draft’, Институт НеоКода – Новый код НЛП, 11 March 2020, 17:38 MSK, <http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533> [accessed 23 April 2024]

Chicago style

Институт НеоКода, “Shitty First Draft,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533 (accessed April 23, 2024).

CBE/CSE style

Институт НеоКода. Shitty First Draft [Internet]. Институт НеоКода – Новый код НЛП; 2020 Mar 11, 17:38 MSK [cited 2024 Apr 23]. Available from: http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533.

Bluebook style

Shitty First Draft, http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533 (last visited April 23, 2024).

AMA style

Институт НеоКода. Shitty First Draft. Институт НеоКода – Новый код НЛП. March 11, 2020, 17:38 MSK. Available at: http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533. Accessed April 23, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "Shitty First Draft --- Институт НеоКода – Новый код НЛП",
   year = "2020",
   url = "http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533",
   note = "[Online; accessed 23-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 = "Институт НеоКода",
   title = "Shitty First Draft --- Институт НеоКода – Новый код НЛП",
   year = "2020",
   url = "\url{http://newcode.ru/doku.php?id=shitty-first-draft&rev=1583937533}",
   note = "[Online; accessed 23-April-2024]"
 }