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

Bibliographic details for "Новости"

  • Page name: Новости
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 6 July 2010 17:41 MSD
  • Date retrieved: 10 June 2026 14:52 MSK
  • Page Version ID: 1278423678

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

Институт НеоКода (2010). Новости. Институт НеоКода – Новый код НЛП. Retrieved 14:52, 10 June, 2026 from http://www.newcode.ru/doku.php?id=start&rev=1278423678.

MLA style

“Новости.” Институт НеоКода – Новый код НЛП. 6 Jul 2010, 17:41 MSD. 10 Jun 2026, 14:52 <http://www.newcode.ru/doku.php?id=start&rev=1278423678>.

MHRA style

Институт НеоКода, ‘Новости’, Институт НеоКода – Новый код НЛП, 6 July 2010, 17:41 MSD, <http://www.newcode.ru/doku.php?id=start&rev=1278423678> [accessed 10 June 2026]

Chicago style

Институт НеоКода, “Новости,” Институт НеоКода – Новый код НЛП, http://www.newcode.ru/doku.php?id=start&rev=1278423678 (accessed June 10, 2026).

CBE/CSE style

Институт НеоКода. Новости [Internet]. Институт НеоКода – Новый код НЛП; 2010 Jul 6, 17:41 MSD [cited 2026 Jun 10]. Available from: http://www.newcode.ru/doku.php?id=start&rev=1278423678.

Bluebook style

Новости, http://www.newcode.ru/doku.php?id=start&rev=1278423678 (last visited June 10, 2026).

AMA style

Институт НеоКода. Новости. Институт НеоКода – Новый код НЛП. July 6, 2010, 17:41 MSD. Available at: http://www.newcode.ru/doku.php?id=start&rev=1278423678. Accessed June 10, 2026.

BibTeX entry

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