Citing NikkiWiki: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) No edit summary |
Nicole Sharp (talk | contribs) |
||
| Line 36: | Line 36: | ||
=== [[Wikipedia:BibTex|BibTex]] === | === [[Wikipedia:BibTex|BibTex]] === | ||
<kbd><syntaxhighlight lang="tex"> | |||
@misc{NikkiWiki, | |||
author = "[[Nicole Sharp]]", | |||
title = "<cite style="font-style: normal; text-decoration: none;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki", | |||
year = "{{CURRENTYEAR}}", | |||
url = "https://wiki.nicolesharp.net/", | |||
note = "[Online.]" | |||
} | |||
</syntaxhighlight></kbd> | |||
When using the [[Wikipedia:LaTex|LaTex]] package "<code>url</code>" ("< | When using the [[Wikipedia:LaTex|LaTex]] package "<code>url</code>" ("<syntaxhighlight lang="tex" inline="inline">\usepackage{url}</syntaxhighlight>" somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred: | ||
<kbd><syntaxhighlight lang="tex"> | |||
@misc{NikkiWiki, | |||
author = "[[Nicole Sharp]]", | |||
title = "<cite style="font-style: normal; text-decoration: none;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki", | |||
year = "{{CURRENTYEAR}}", | |||
url = "\url{https://wiki.nicolesharp.net/}", | |||
note = "[Online.]" | |||
} | |||
</syntaxhighlight></kbd> | |||
__NOTOC__ | __NOTOC__ | ||
{{DISPLAYTITLE:Citing <cite style="font-style: italic; text-decoration: none;">NikkiWiki</cite>}} | {{DISPLAYTITLE:Citing <cite style="font-style: italic; text-decoration: none;">NikkiWiki</cite>}} | ||
Revision as of 2026-04-06T10:22:42
Citation guide for NikkiWiki, Nicole Sharp’s Wiki.
bibliographic details
- author: Nicole Lee Sharp
- title: NikkiWiki, Nicole Sharp’s Wiki
- year: 2026
- link:
https://wiki.nicolesharp.net/
citation styles
Modern Humanities Research Association (MHRA) Style Guide: A Handbook for Authors, Editors, and Writers of Theses
Nicole Sharp, NikkiWiki, 2026, <https://wiki.nicolesharp.net/>.
Modern Language Association (MLA) Handbook for Writers of Research Papers
Sharp, Nicole. NikkiWiki, 2026, <https://wiki.nicolesharp.net/>.
Publication Manual of the American Psychological Association (APA)
Sharp, N. (2026). NikkiWiki. https://wiki.nicolesharp.net/
The Council of Science Editors (CSE) Manual: Scientific Style and Format for Authors, Editors, and Publishers
Sharp, N. NikkiWiki; 2026. https://wiki.nicolesharp.net/
The Harvard University Law Review Bluebook: A Uniform System of Citation
Nicole Sharp, NikkiWiki (2026), "https://wiki.nicolesharp.net/".
The University of Chicago Manual of Style: The Essential Guide for Writers, Editors, and Publishers
Sharp, Nicole. NikkiWiki, 2026. https://wiki.nicolesharp.net/
BibTex
@misc{NikkiWiki,
author = "[[Nicole Sharp]]",
title = "<cite style="font-style: normal; text-decoration: none;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
year = "{{CURRENTYEAR}}",
url = "https://wiki.nicolesharp.net/",
note = "[Online.]"
}
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{NikkiWiki,
author = "[[Nicole Sharp]]",
title = "<cite style="font-style: normal; text-decoration: none;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
year = "{{CURRENTYEAR}}",
url = "\url{https://wiki.nicolesharp.net/}",
note = "[Online.]"
}