AAGI Quarto Templates Extension
The AAGIQuarto
Quarto extension provides official Analytics for the Australian Grains Industry (AAGI) project theming for Quarto documents. If you prefer to use R Markdown, please see the excellent {AAGIThemes} package, which AAGIQuarto has feature parity with and shares the same underlying AAGI templates for the individual AAGI documents so that the outputs should be similiar if not identical between these two tools. AAGIQuarto was developed to provide next-generation literate programming tools for AAGI’s reporting and presentation needs that support R, Python and Julia languages.
Installing
quarto use template AAGI-AUS/AAGIQuarto
This will install the extension and create an example qmd file that you can use as a starting place for your article.
Example
For each format, there is a template file available.
Report Formats
- AAGI PDF Short Report: AAGI PDF Short Report Demo (Source)
- AAGI PDF Report: AAGI PDF Report Demo (Source)
- AAGI Word Document Report: AAGI Word Document Demo (Source)
- AAGI Word Document Short Report: AAGI Word Document Short Demo (Source)
Presentation Formats
- AAGI PowerPoint Presentation: AAGI PPT Slide Demo (Source)
- AAGI revealjs Presentation: AAGI revealjs Slide Demo (Source)
- For documentation on using reveal.js slides in Quarto, please see, https://quarto.org/docs/presentations/revealjs/.
Using
To use the formatted output, save your qmd file into the extension folder that you created using the command above. Then, in the output format use:
aagi-docx+report
, for a full length MS Word reportaagi-docx+short+report
, for a short MS Word reportaagi-pptx
, for MS PPT outputaagi-revealjs
, for a revealjs presentationaagi-pdf+report
, for a full length PDF reportaagi-pdf+short+report
, for a short PDF report
Template
If you use the bash
command above to install the extension and create a sub directory following the command prompt, there will be a .qmd file created using the name that you input for the sub directory.
R Output Formatting
By default, these templates use {AAGIThemes} and {AAGIPalettes} for R graphical and tabular outputs.
Updating
As we continue to improve this extension through bug fixes or adding new functionality, you can update it easily like so:
cd your_quarto_project_folder
quarto update AAGI-AUS/AAGIQuarto
Logos
The logo of this project and the AAGI strategic partners do not come under MIT License. The Analytics for the Australian Grains Industry (AAGI) project retains full rights to the AGGI logo and the Grains Research and Development Corporation (GRDC) and AAGI strategic partners, Curtin University, the University of Queensland and Adelaide University, retain full rights to their own logos, respectively.
Acknowledgments
Thanks to @coatless for his assistance in setting up this Quarto extension.