You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 strategic partners, Curtin University, the University of Queensland and Adelaide University, retain full rights to their own logos, respectively.
1
+
The logos in this project does not come under MIT License. The Centre for Crop and Disease Management (CCDM) project retains full rights to the CCDM logo, Curtin University retains full rights to the Curtin University logo and the Grains Research and Development Corporation (GRDC).
The `AAGIQuarto` Quarto extension provides official Analytics for the Australian Grains Industry (AAGI) project theming for Quarto documents.
6
-
If you prefer to use R Markdown, please see the excellent [{AAGITemplates}](https://github.com/AAGI-AUS/AAGITemplates) 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 similar if not identical between these two tools.
7
-
`AAGIQuarto` was developed to provide next-generation literate programming tools for AAGI's reporting and presentation needs that support R, Python and Julia languages.
5
+
The `CBADAQuarto` Quarto extension provides official Centre for Crop and Disease Management (CCDM) project theming for Quarto documents.
8
6
9
7
## Template Formats
10
8
11
9
See the included template and demo file for each format here:
12
10
13
-
### Report Formats
14
-
15
-
-**AAGI PDF Short Report:**[AAGI PDF Short Report Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-pdf-short-report+short+report.pdf) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-pdf-report.qmd))
16
-
-**AAGI PDF Report:**[AAGI PDF Report Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-pdf-report+report.pdf) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-pdf-report.qmd))
17
-
-**AAGI Word Document Report:**[AAGI Word Document Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-docx-report.docx) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-docx-report.qmd))
18
-
-**AAGI Word Document Short Report:**[AAGI Word Document Short Demo](demos/template-docx-short-report.docx) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-docx-short-report.qmd))
19
-
20
11
### Presentation Formats
21
12
22
-
-**AAGI revealjs Presentation:**[AAGI revealjs Slide Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-revealjs.html#/title-slide) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-revealjs.qmd)) (this is an AAGIQuarto exclusive)
@@ -40,7 +31,7 @@ You can obtain a copy of the extension by using the following commands in your B
40
31
41
32
```bash
42
33
cd your_quarto_project_folder
43
-
quarto use template AAGI-AUS/AAGIQuarto
34
+
quarto use template CBADA/CBADAQuarto
44
35
```
45
36
46
37
This will install the extension and create an example qmd file that you can use as a starting place for your LaTeX PDF, MS Word .docx or reveal.js presentation slides.
@@ -53,12 +44,8 @@ For documentation on using reveal.js slides in Quarto, please see,
53
44
To use the formatted output, save your qmd file into the extension folder that you created using the command above.
54
45
Then, in the output format use:
55
46
56
-
-`aagi-docx+report`, for a full length MS Word report
57
-
-`aagi-docx+short+report`, for a short MS Word report
58
47
-`aagi-pptx`, for MS PPT output
59
48
-`aagi-revealjs`, for a revealjs presentation
60
-
-`aagi-pdf+report`, for a full length PDF report
61
-
-`aagi-pdf+short+report`, for a short PDF report
62
49
63
50
### Template
64
51
@@ -73,12 +60,10 @@ As we continue to improve this extension through bug fixes or adding new functio
73
60
74
61
```bash
75
62
cd your_quarto_project_folder
76
-
quarto update AAGI-AUS/AAGIQuarto
63
+
quarto update CBADA/CBADAQuarto
77
64
```
78
65
79
66
## Logo Rights
80
67
81
-
The logo of this project and the AAGI strategic partners do not come under MIT License.
82
-
The Analytics for the Australian Grains Industry (AAGI) project retains full rights to the AAGI logo and the Grains Research and Development Corporation (GRDC) and strategic partners, Curtin University, the University of Queensland and Adelaide University, retain full rights to their own logos, respectively.
83
-
84
-

68
+
The logos in this project does not come under MIT License.
69
+
The Centre for Crop and Disease Management (CCDM) project retains full rights to the CCDM logo, Curtin University retains full rights to the Curtin University logo and the Grains Research and Development Corporation (GRDC).
0 commit comments