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

Bibliographic details for "Внимание в играх Нового кода"

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

Citation styles for "Внимание в играх Нового кода"

APA style

Институт НеоКода (2007). Внимание в играх Нового кода. Институт НеоКода – Новый код НЛП. Retrieved 10:37, 2 May, 2024 from http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875.

MLA style

“Внимание в играх Нового кода.” Институт НеоКода – Новый код НЛП. 23 May 2007, 11:21 MSD. 2 May 2024, 10:37 <http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875>.

MHRA style

Институт НеоКода, ‘Внимание в играх Нового кода’, Институт НеоКода – Новый код НЛП, 23 May 2007, 11:21 MSD, <http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875> [accessed 2 May 2024]

Chicago style

Институт НеоКода, “Внимание в играх Нового кода,” Институт НеоКода – Новый код НЛП, http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875 (accessed May 2, 2024).

CBE/CSE style

Институт НеоКода. Внимание в играх Нового кода [Internet]. Институт НеоКода – Новый код НЛП; 2007 May 23, 11:21 MSD [cited 2024 May 2]. Available from: http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875.

Bluebook style

Внимание в играх Нового кода, http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875 (last visited May 2, 2024).

AMA style

Институт НеоКода. Внимание в играх Нового кода. Институт НеоКода – Новый код НЛП. May 23, 2007, 11:21 MSD. Available at: http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875. Accessed May 2, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "Внимание в играх Нового кода --- Институт НеоКода – Новый код НЛП",
   year = "2007",
   url = "http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875",
   note = "[Online; accessed 2-May-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 = "Внимание в играх Нового кода --- Институт НеоКода – Новый код НЛП",
   year = "2007",
   url = "\url{http://www.newcode.ru/doku.php?id=attention-and-new-code-games&rev=1179904875}",
   note = "[Online; accessed 2-May-2024]"
 }