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

Bibliographic details for "http:community.livejournal.com:new_code:103262.html"

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

Citation styles for "http:community.livejournal.com:new_code:103262.html"

APA style

Институт НеоКода (). http:community.livejournal.com:new_code:103262.html. Институт НеоКода – Новый код НЛП. Retrieved 07:46, 17 May, 2024 from http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev=.

MLA style

“http:community.livejournal.com:new_code:103262.html.” Институт НеоКода – Новый код НЛП. . 17 May 2024, 07:46 <http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev=>.

MHRA style

Институт НеоКода, ‘http:community.livejournal.com:new_code:103262.html’, Институт НеоКода – Новый код НЛП, , <http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev=> [accessed 17 May 2024]

Chicago style

Институт НеоКода, “http:community.livejournal.com:new_code:103262.html,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev= (accessed May 17, 2024).

CBE/CSE style

Институт НеоКода. http:community.livejournal.com:new_code:103262.html [Internet]. Институт НеоКода – Новый код НЛП; [cited 2024 May 17]. Available from: http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev=.

Bluebook style

http:community.livejournal.com:new_code:103262.html, http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev= (last visited May 17, 2024).

AMA style

Институт НеоКода. http:community.livejournal.com:new_code:103262.html. Институт НеоКода – Новый код НЛП. . Available at: http://newcode.ru/doku.php?id=http:community.livejournal.com:new_code:103262.html&rev=. Accessed May 17, 2024.

BibTeX entry

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