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

Bibliographic details for "Writing"

  • Page name: Writing
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 23 November 2009 15:53 MSK
  • Date retrieved: 3 July 2026 00:01 MSK
  • Page Version ID: 1258980789

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

Citation styles for "Writing"

APA style

Институт НеоКода (2009). Writing. Институт НеоКода – Новый код НЛП. Retrieved 00:01, 3 July, 2026 from http://newcode.ru/doku.php?id=writing&rev=1258980789.

MLA style

“Writing.” Институт НеоКода – Новый код НЛП. 23 Nov 2009, 15:53 MSK. 3 Jul 2026, 00:01 <http://newcode.ru/doku.php?id=writing&rev=1258980789>.

MHRA style

Институт НеоКода, ‘Writing’, Институт НеоКода – Новый код НЛП, 23 November 2009, 15:53 MSK, <http://newcode.ru/doku.php?id=writing&rev=1258980789> [accessed 3 July 2026]

Chicago style

Институт НеоКода, “Writing,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=writing&rev=1258980789 (accessed July 3, 2026).

CBE/CSE style

Институт НеоКода. Writing [Internet]. Институт НеоКода – Новый код НЛП; 2009 Nov 23, 15:53 MSK [cited 2026 Jul 3]. Available from: http://newcode.ru/doku.php?id=writing&rev=1258980789.

Bluebook style

Writing, http://newcode.ru/doku.php?id=writing&rev=1258980789 (last visited July 3, 2026).

AMA style

Институт НеоКода. Writing. Институт НеоКода – Новый код НЛП. November 23, 2009, 15:53 MSK. Available at: http://newcode.ru/doku.php?id=writing&rev=1258980789. Accessed July 3, 2026.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "Writing --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "http://newcode.ru/doku.php?id=writing&rev=1258980789",
   note = "[Online; accessed 3-July-2026]"
 }

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 = "Writing --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "\url{http://newcode.ru/doku.php?id=writing&rev=1258980789}",
   note = "[Online; accessed 3-July-2026]"
 }