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

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

  • Page name: Новый код НЛП
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 8 September 2012 01:21 MSD
  • Date retrieved: 29 March 2024 15:28 MSK
  • Page Version ID: 1347052878

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

Институт НеоКода (2012). Новый код НЛП. Институт НеоКода – Новый код НЛП. Retrieved 15:28, 29 March, 2024 from http://newcode.ru/doku.php?id=new-code&rev=1347052878.

MLA style

“Новый код НЛП.” Институт НеоКода – Новый код НЛП. 8 Sep 2012, 01:21 MSD. 29 Mar 2024, 15:28 <http://newcode.ru/doku.php?id=new-code&rev=1347052878>.

MHRA style

Институт НеоКода, ‘Новый код НЛП’, Институт НеоКода – Новый код НЛП, 8 September 2012, 01:21 MSD, <http://newcode.ru/doku.php?id=new-code&rev=1347052878> [accessed 29 March 2024]

Chicago style

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

CBE/CSE style

Институт НеоКода. Новый код НЛП [Internet]. Институт НеоКода – Новый код НЛП; 2012 Sep 8, 01:21 MSD [cited 2024 Mar 29]. Available from: http://newcode.ru/doku.php?id=new-code&rev=1347052878.

Bluebook style

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

AMA style

Институт НеоКода. Новый код НЛП. Институт НеоКода – Новый код НЛП. September 8, 2012, 01:21 MSD. Available at: http://newcode.ru/doku.php?id=new-code&rev=1347052878. Accessed March 29, 2024.

BibTeX entry

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