Skip to content

Commit 75e93d8

Browse files
committed
port from AAGIQuarto
1 parent 59203cf commit 75e93d8

36 files changed

Lines changed: 243 additions & 2502 deletions

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
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).

Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,10 @@
44
asset-revealjs: ## Render reveal.js Slides
55
quarto render docs/demos/template-revealjs.qmd --output-dir assets
66

7-
asset-docx: ## Render docx report document
8-
quarto render docs/demos/template-docx-report.qmd --output-dir assets
9-
10-
asset-short-docx: ## Render short docx report document
11-
quarto render docs/demos/template-docx-short-report.qmd --output-dir assets
12-
13-
asset-report: ## Render pdf report document
14-
quarto render docs/demos/template-pdf-report.qmd --output-dir assets
15-
16-
asset-short-report: ## Render short pdf report document
17-
quarto render docs/demos/template-pdf-short-report.qmd --output-dir assets
18-
197
asset-pptx: ## Render pptx Slides
208
quarto render docs/demos/template-pptx.qmd --output-dir assets
219

22-
assets: asset-report asset-short-report asset-docx asset-short-docx asset-revealjs asset-pptx ## Render all assets
10+
assets: asset-revealjs asset-pptx ## Render all assets
2311

2412
help: ## Show help messages for make targets
2513
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-18s\033[0m %s\n", $$1, $$2}'

README.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
<img src="docs/demos/assets/aagi-logo.svg" align="right" style="margin:10px" />
22

3-
# AAGI Extension For Quarto
3+
# CBADA Extension For Quarto
44

5-
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.
86

97
## Template Formats
108

119
See the included template and demo file for each format here:
1210

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-
2011
### Presentation Formats
2112

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)
23-
- **AAGI PowerPoint Presentation:** [AAGI PPT Slide Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-pptx.pptx) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-pptx.qmd))
13+
- **CCDM 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)
14+
- **CCDM PowerPoint Presentation:** [AAGI PPT Slide Demo](https://aagi-aus.github.io/AAGIQuarto/demos/template-pptx.pptx) ([Source](https://github.com/AAGI-AUS/AAGIQuarto/blob/main/docs/demos/template-pptx.qmd))
2415

2516
## Installing
2617

@@ -40,7 +31,7 @@ You can obtain a copy of the extension by using the following commands in your B
4031

4132
```bash
4233
cd your_quarto_project_folder
43-
quarto use template AAGI-AUS/AAGIQuarto
34+
quarto use template CBADA/CBADAQuarto
4435
```
4536

4637
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,
5344
To use the formatted output, save your qmd file into the extension folder that you created using the command above.
5445
Then, in the output format use:
5546

56-
- `aagi-docx+report`, for a full length MS Word report
57-
- `aagi-docx+short+report`, for a short MS Word report
5847
- `aagi-pptx`, for MS PPT output
5948
- `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
6249

6350
### Template
6451

@@ -73,12 +60,10 @@ As we continue to improve this extension through bug fixes or adding new functio
7360

7461
```bash
7562
cd your_quarto_project_folder
76-
quarto update AAGI-AUS/AAGIQuarto
63+
quarto update CBADA/CBADAQuarto
7764
```
7865

7966
## Logo Rights
8067

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-
![](docs/demos/assets/Partners.svg)
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).
-23.6 KB
Binary file not shown.
-684 KB
Binary file not shown.
-27.2 KB
Binary file not shown.
-31.4 KB
Binary file not shown.

_extensions/aagi/assets/aagi-logo.svg

Lines changed: 0 additions & 91 deletions
This file was deleted.
-68.9 KB
Binary file not shown.
-75.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)