Citing website without author in Bibtex
Hello,
I have an issue regarding citing a website using Zotero without an author in Bibtex. The citation only shows the first letters of the citation key in the text, which is undesirable. The following entry shows how the reference is registered in the bib file after exporting it from Zotero:
@misc{About_IPCC,
title = {About — {IPCC}},
url = {https://www.ipcc.ch/about/},
urldate = {2024-08-29},
journal = {About the IPCC},
}
When compiling my document, the citation is shown as "(Abo)".
I am using the APA style for citations and references.
Does anyone know what I am doing wrong?
I have an issue regarding citing a website using Zotero without an author in Bibtex. The citation only shows the first letters of the citation key in the text, which is undesirable. The following entry shows how the reference is registered in the bib file after exporting it from Zotero:
@misc{About_IPCC,
title = {About — {IPCC}},
url = {https://www.ipcc.ch/about/},
urldate = {2024-08-29},
journal = {About the IPCC},
}
When compiling my document, the citation is shown as "(Abo)".
I am using the APA style for citations and references.
Does anyone know what I am doing wrong?
If you are using Markdown/Quarto, you should use CSL-JSON or CSL YAML rather than BibTeX. BibTeX is not fully compatible with CSL, and pandoc (the citation processor for Markdown/Quarto) needs to convert BibTeX back to CSL format, which is a lossy process.
If you are using LaTeX, you would need to inquire on a LaTeX forum.