Help on topic 'fable' was found in the following packages:
Package Library
fabletools /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library
fable /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library
Using the first match ...
3.1.2.1 Notes
Make sure the references.bib file is in the same folder as the .qmd file that is importing it (Figure 1). This file contains the article details like authors, journal, et cetra and is used to create the in text citations and end of paper bibliography. Without this file (or incorrect configuration), you will not get citations and bibliography.
Figure 1: Folder contains both the .qmd and .bib file
.bib file contains the citation key which we used for in text citation in literature review (Figure 2). These are automatically generated based on a certain logic documented at Better Bibtex.
Figure 2: Typical .bib file contains citation key and paper details.
You can manually create the references.bib file from Zotero by going to File -> Export Library -> Export Files (Bibtex) -> save references.bib into the folder with .qmd files ( Figure 3 / Figure 4).
Figure 3: Export library.
Figure 4
Save as a bibtex file (.bib extension).
There are multiple ways to create/export the bibtex file (Figure 5).
By default, if you use citations in a Quarto .qmd file without specifying a csl: file, Quarto (via Pandoc) applies the Chicago Manual of Style (author-date) format.
If you want a different style (e.g., APA),
add this to your YAML: csl: apa.csl
And download the APA CSL file into your project directory.
Thiesing, Frank M., and Oliver Vornberger. 1997. “Forecasting Sales Using Neural Networks.” In Computational IntelligenceTheory and Applications, edited by Gerhard Goos, Juris Hartmanis, Jan Leeuwen, and Bernd Reusch, 1226:321–28. Berlin, Heidelberg: Springer Berlin Heidelberg. https://doi.org/10.1007/3-540-62868-1_125.