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

Bibliographic details for "Новый код НЛП"

  • Page name: Новый код НЛП
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 4 May 2008 15:39 MSD
  • Date retrieved: 19 April 2024 21:25 MSD
  • Page Version ID: 1209901172

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

Институт НеоКода (2008). Новый код НЛП. Институт НеоКода – Новый код НЛП. Retrieved 21:25, 19 April, 2024 from http://newcode.ru/doku.php?id=new-code&rev=1209901172.

MLA style

“Новый код НЛП.” Институт НеоКода – Новый код НЛП. 4 May 2008, 15:39 MSD. 19 Apr 2024, 21:25 <http://newcode.ru/doku.php?id=new-code&rev=1209901172>.

MHRA style

Институт НеоКода, ‘Новый код НЛП’, Институт НеоКода – Новый код НЛП, 4 May 2008, 15:39 MSD, <http://newcode.ru/doku.php?id=new-code&rev=1209901172> [accessed 19 April 2024]

Chicago style

Институт НеоКода, “Новый код НЛП,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=new-code&rev=1209901172 (accessed April 19, 2024).

CBE/CSE style

Институт НеоКода. Новый код НЛП [Internet]. Институт НеоКода – Новый код НЛП; 2008 May 4, 15:39 MSD [cited 2024 Apr 19]. Available from: http://newcode.ru/doku.php?id=new-code&rev=1209901172.

Bluebook style

Новый код НЛП, http://newcode.ru/doku.php?id=new-code&rev=1209901172 (last visited April 19, 2024).

AMA style

Институт НеоКода. Новый код НЛП. Институт НеоКода – Новый код НЛП. May 4, 2008, 15:39 MSD. Available at: http://newcode.ru/doku.php?id=new-code&rev=1209901172. Accessed April 19, 2024.

BibTeX entry

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