Cite This Page
Bibliographic details for Teaching Notes
- Page name: Teaching Notes
- Author: The TinkerNet Wiki contributors
- Publisher: The TinkerNet Wiki, .
- Date of last revision: 22 November 2021 23:18 UTC
- Date retrieved: 23 March 2026 14:45 UTC
- Permanent URL: https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706
- Page Version ID: 1706
Citation styles for Teaching Notes
APA style
Teaching Notes. (2021, November 22). The TinkerNet Wiki, . Retrieved 14:45, March 23, 2026 from https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706.
MLA style
"Teaching Notes." The TinkerNet Wiki, . 22 Nov 2021, 23:18 UTC. 23 Mar 2026, 14:45 <https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706>.
MHRA style
The TinkerNet Wiki contributors, 'Teaching Notes', The TinkerNet Wiki, , 22 November 2021, 23:18 UTC, <https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706> [accessed 23 March 2026]
Chicago style
The TinkerNet Wiki contributors, "Teaching Notes," The TinkerNet Wiki, , https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706 (accessed March 23, 2026).
CBE/CSE style
The TinkerNet Wiki contributors. Teaching Notes [Internet]. The TinkerNet Wiki, ; 2021 Nov 22, 23:18 UTC [cited 2026 Mar 23]. Available from: https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706.
Bluebook style
Teaching Notes, https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706 (last visited March 23, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "The TinkerNet Wiki",
title = "Teaching Notes --- The TinkerNet Wiki{,} ",
year = "2021",
url = "https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706",
note = "[Online; accessed 23-March-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 = "The TinkerNet Wiki",
title = "Teaching Notes --- The TinkerNet Wiki{,} ",
year = "2021",
url = "\url{https://wiki.tinkernet.ca/index.php?title=Teaching_Notes&oldid=1706}",
note = "[Online; accessed 23-March-2026]"
}