Cite This Page
1 Bibliographic details for IOR Tip & Tricks
- Page name: IOR Tip & Tricks
- Author: stix contributors
- Publisher: stix, .
- Date of last revision: 10 May 2021 09:16 UTC
- Date retrieved: 1 July 2026 15:22 UTC
- Permanent URL: https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878
- Page Version ID: 12878
2 Citation styles for IOR Tip & Tricks
2.1 APA style
IOR Tip & Tricks. (2021, May 10). stix, . Retrieved 15:22, July 1, 2026 from https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878.
2.2 MLA style
"IOR Tip & Tricks." stix, . 10 May 2021, 09:16 UTC. 1 Jul 2026, 15:22 <https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878>.
2.3 MHRA style
stix contributors, 'IOR Tip & Tricks', stix, , 10 May 2021, 09:16 UTC, <https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878> [accessed 1 July 2026]
2.4 Chicago style
stix contributors, "IOR Tip & Tricks," stix, , https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878 (accessed July 1, 2026).
2.5 CBE/CSE style
stix contributors. IOR Tip & Tricks [Internet]. stix, ; 2021 May 10, 09:16 UTC [cited 2026 Jul 1]. Available from: https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878.
2.6 Bluebook style
IOR Tip & Tricks, https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878 (last visited July 1, 2026).
2.7 BibTeX entry
@misc{ wiki:xxx,
author = "stix",
title = "IOR Tip & Tricks --- stix{,} ",
year = "2021",
url = "https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878",
note = "[Online; accessed 1-July-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 = "stix",
title = "IOR Tip & Tricks --- stix{,} ",
year = "2021",
url = "\url{https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=IOR_Tip_%26_Tricks&oldid=12878}",
note = "[Online; accessed 1-July-2026]"
}