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

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

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

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

APA style

Институт НеоКода (1970). blog:http:community.livejournal.com:new_code:106346.html. Институт НеоКода – Новый код НЛП. Retrieved 22:47, 15 May, 2025 from http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=.

MLA style

“blog:http:community.livejournal.com:new_code:106346.html.” Институт НеоКода – Новый код НЛП. 1 Jan 1970, 03:00 MSK. 15 May 2025, 22:47 <http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=>.

MHRA style

Институт НеоКода, ‘blog:http:community.livejournal.com:new_code:106346.html’, Институт НеоКода – Новый код НЛП, 1 January 1970, 03:00 MSK, <http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=> [accessed 15 May 2025]

Chicago style

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

CBE/CSE style

Институт НеоКода. blog:http:community.livejournal.com:new_code:106346.html [Internet]. Институт НеоКода – Новый код НЛП; 1970 Jan 1, 03:00 MSK [cited 2025 May 15]. Available from: http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=.

Bluebook style

blog:http:community.livejournal.com:new_code:106346.html, http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev= (last visited May 15, 2025).

AMA style

Институт НеоКода. blog:http:community.livejournal.com:new_code:106346.html. Институт НеоКода – Новый код НЛП. January 1, 1970, 03:00 MSK. Available at: http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=. Accessed May 15, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "blog:http:community.livejournal.com:new_code:106346.html --- Институт НеоКода – Новый код НЛП",
   year = "1970",
   url = "http://newcode.ru/doku.php?id=blog:http:community.livejournal.com:new_code:106346.html&rev=",
   note = "[Online; accessed 15-May-2025]"
 }

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