Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.
Lopez-Palacios, Abelardo (2020). Campos de Investigación. RPAS/Geo-L@b.info. Retrieved 13:16, 17 April, 2026 from https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249.
“Campos de Investigación.” RPAS/Geo-L@b.info. 28 May 2020, 13:44 CEST. 17 Apr 2026, 13:16 <https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249>.
Lopez-Palacios, Abelardo, ‘Campos de Investigación’, RPAS/Geo-L@b.info, 28 May 2020, 13:44 CEST, <https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249> [accessed 17 April 2026]
Lopez-Palacios, Abelardo, “Campos de Investigación,” RPAS/Geo-L@b.info, https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249 (accessed April 17, 2026).
Lopez-Palacios, Abelardo. Campos de Investigación [Internet]. RPAS/Geo-L@b.info; 2020 May 28, 13:44 CEST [cited 2026 Apr 17]. Available from: https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249.
Campos de Investigación, https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249 (last visited April 17, 2026).
Lopez-Palacios, Abelardo. Campos de Investigación. RPAS/Geo-L@b.info. May 28, 2020, 13:44 CEST. Available at: https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249. Accessed April 17, 2026.
@misc{ wiki:xxx,
author = "Lopez-Palacios, Abelardo",
title = "Campos de Investigación --- RPAS/Geo-L@b.info",
year = "2020",
url = "https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249",
note = "[Online; accessed 17-April-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 = "Lopez-Palacios, Abelardo",
title = "Campos de Investigación --- RPAS/Geo-L@b.info",
year = "2020",
url = "\url{https://www.rpas.geo-lab.info/doku.php?id=2_aplicaciones:2.1_aplicaciones:2.1.1_campos_de_investigacion&rev=1590666249}",
note = "[Online; accessed 17-April-2026]"
}