Cite This Page
Bibliographic details for Reference manager
- Page name: Reference manager
- Author: ArboresTechWiki contributors
- Publisher: ArboresTechWiki, Digital Empowerment.
- Date of last revision: 10 April 2021 01:48 UTC
- Date retrieved: 10 September 2026 04:00 UTC
- Permanent URL: http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996
- Page Version ID: 16996
Citation styles for Reference manager
APA style
Reference manager. (2021, April 10). ArboresTechWiki, Digital Empowerment. Retrieved 04:00, September 10, 2026 from http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996.
MLA style
"Reference manager." ArboresTechWiki, Digital Empowerment. 10 Apr 2021, 01:48 UTC. 10 Sep 2026, 04:00 <http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996>.
MHRA style
ArboresTechWiki contributors, 'Reference manager', ArboresTechWiki, Digital Empowerment, 10 April 2021, 01:48 UTC, <http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996> [accessed 10 September 2026]
Chicago style
ArboresTechWiki contributors, "Reference manager," ArboresTechWiki, Digital Empowerment, http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996 (accessed September 10, 2026).
CBE/CSE style
ArboresTechWiki contributors. Reference manager [Internet]. ArboresTechWiki, Digital Empowerment; 2021 Apr 10, 01:48 UTC [cited 2026 Sep 10]. Available from: http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996.
Bluebook style
Reference manager, http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996 (last visited September 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArboresTechWiki",
title = "Reference manager --- ArboresTechWiki{,} Digital Empowerment",
year = "2021",
url = "http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996",
note = "[Online; accessed 10-September-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 = "ArboresTechWiki",
title = "Reference manager --- ArboresTechWiki{,} Digital Empowerment",
year = "2021",
url = "\url{http://w.arbores.tech/w/index.php?title=Reference_manager&oldid=16996}",
note = "[Online; accessed 10-September-2026]"
}