Skip to content

Commit

Permalink
logo, ref, new section and footer (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecy authored Nov 18, 2024
1 parent f4109e4 commit cb21c9e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _extensions/aagi/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributes:
theme: [default, revealjs/aagi.scss]
date-format: long
slide-number: true
footer: " "
footer: ""
logo: assets/aagi-logo.svg
title-slide-attributes:
data-background-image: assets/title-slide-main.png
Expand Down
10 changes: 10 additions & 0 deletions _extensions/aagi/revealjs/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,15 @@ td {
}

.reveal .slide-logo {
position: absolute;
top: 10px;
right: 10px;
max-height: 86px !important;
}

.reveal .slide-number {
position: absolute;
bottom: 10px !important;
right: 10px !important;
top: unset !important;
}
15 changes: 14 additions & 1 deletion template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ set_flextable_defaults(

# Executive summary

What was provided by AAGI and the main results?
What was provided by AAGI and the main results?

- Citation example (@sparks2018nasapower), another example @butler2017asreml and @brien2020asremlplus.


# Introduction

Expand Down Expand Up @@ -167,6 +170,16 @@ Findings and their implications.

Include if relevant to the project.

# Conclusion or Discussion

- Summary of the main findings.
- Implications for the industry (for example).

# Acknowledgements

- Funding sources.
- Collaborators.

# References

Cited works and literature.
Expand Down
25 changes: 25 additions & 0 deletions your_references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@article{sparks2018nasapower,
title={nasapower: a NASA POWER global meteorology, surface solar energy and climatology data client for R},
author={Sparks, Adam H},
journal={Journal of Open Source Software},
volume={3},
number={30},
pages={1035},
year={2018}
}

@article{butler2017asreml,
title={ASReml-R reference manual version 4},
author={Butler, DG and Cullis, BR and Gilmour, AR and Gogel, BJ and Thompson, R},
journal={VSN International Ltd, Hemel Hempstead, HP1 1ES, UK},
year={2017}
}


@article{brien2020asremlplus,
title={asremlPlus: Augments ASReml-R in fitting mixed models and packages generally in exploring prediction differences},
author={Brien, C},
journal={R package version},
pages={4--2},
year={2020}
}

0 comments on commit cb21c9e

Please sign in to comment.