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

Bibliographic details for "Shitty First Draft"

  • Page name: Shitty First Draft
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 30 November 2007 00:22 MSK
  • Date retrieved: 5 July 2025 21:57 MSK
  • Page Version ID: 1196371341

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

Институт НеоКода (2007). Shitty First Draft. Институт НеоКода – Новый код НЛП. Retrieved 21:57, 5 July, 2025 from http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341.

MLA style

“Shitty First Draft.” Институт НеоКода – Новый код НЛП. 30 Nov 2007, 00:22 MSK. 5 Jul 2025, 21:57 <http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341>.

MHRA style

Институт НеоКода, ‘Shitty First Draft’, Институт НеоКода – Новый код НЛП, 30 November 2007, 00:22 MSK, <http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341> [accessed 5 July 2025]

Chicago style

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

CBE/CSE style

Институт НеоКода. Shitty First Draft [Internet]. Институт НеоКода – Новый код НЛП; 2007 Nov 30, 00:22 MSK [cited 2025 Jul 5]. Available from: http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341.

Bluebook style

Shitty First Draft, http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341 (last visited July 5, 2025).

AMA style

Институт НеоКода. Shitty First Draft. Институт НеоКода – Новый код НЛП. November 30, 2007, 00:22 MSK. Available at: http://www.newcode.ru/doku.php?id=shitty-first-draft&rev=1196371341. Accessed July 5, 2025.

BibTeX entry

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