Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "oxthema" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'oxthema: Oxford Colours, Palettes, Fonts, and Themes'
version: 0.0.0.9001
version: 0.0.0.9002
doi: 10.5281/zenodo.10721129
abstract: Colours, palettes, fonts, and themes based on University of Oxford's visual
identity guidelines <https://communications.web.ox.ac.uk/communications-resources/visual-identity/identity-guidelines>.
Expand All @@ -26,7 +26,7 @@ preferred-citation:
- name: Ernest Guevarra
- name: Greco Malijan
year: '2026'
notes: R package version 0.0.9001
notes: R package version 0.0.9002
url: https://oxford-ihtm.io/oxthema/
doi: 10.5281/zenodo.10721129
repository-code: https://github.com/OxfordIHTM/oxthema
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: oxthema
Type: Package
Title: Oxford Colours, Palettes, Fonts, and Themes
Version: 0.0.0.9001
Version: 0.0.0.9002
Authors@R: c(
person(given = "Ernest", family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Feedback, bug reports and feature requests are welcome; file issues or seek supp

This project is released with a [Contributor Code of Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.

If you are interested in [Oxford iHealth](https://oxford-ihtm.io)'s work and would like to join the community or contribute to it's various projects, visit the [Oxford iHealth website](https://oxford-ihtm.io) and its [community page](https://oxford-ihtm.io/community/) to learn more.

&nbsp;

[![This is a project under the Oxford iHealth initiative of the MSc in International Health and Tropical Medicine of the Nuffield Department of Medicine, University of Oxford](https://github.com/OxfordIHTM/ihealth-images/blob/main/ihealth/ihealth_footer.png?raw=true)](https://oxford-ihtm.io)
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ citation("oxthema")
#>
#> Ernest Guevarra, Greco Malijan (2026). _oxthema: Oxford Palette,
#> Theme, and Theme Components._. doi:10.5281/zenodo.10721129
#> <https://doi.org/10.5281/zenodo.10721129>, R package version 0.1.0,
#> <https://oxford-ihtm.io/oxthema/>.
#> <https://doi.org/10.5281/zenodo.10721129>, R package version
#> 0.0.9002, <https://oxford-ihtm.io/oxthema/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {oxthema: Oxford Palette, Theme, and Theme Components.},
#> author = {{Ernest Guevarra} and {Greco Malijan}},
#> year = {2026},
#> note = {R package version 0.1.0},
#> note = {R package version 0.0.9002},
#> url = {https://oxford-ihtm.io/oxthema/},
#> doi = {https://doi.org/10.5281/zenodo.10721129},
#> }
Expand All @@ -124,6 +124,11 @@ This project is released with a [Contributor Code of
Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By
participating in this project you agree to abide by its terms.

If you are interested in [Oxford iHealth](https://oxford-ihtm.io)’s work
and would like to join the community or contribute to it’s various
projects, visit the [Oxford iHealth website](https://oxford-ihtm.io) and
its [community page](https://oxford-ihtm.io/community/) to learn more.



[![This is a project under the Oxford iHealth initiative of the MSc in
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
title = "oxthema: Oxford Palette, Theme, and Theme Components.",
author = c(person("Ernest Guevarra"), person("Greco Malijan")),
year = "2026",
note = "R package version 0.0.9001",
note = "R package version 0.0.9002",
url = "https://oxford-ihtm.io/oxthema/",
doi = "https://doi.org/10.5281/zenodo.10721129"
)
4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ template:
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q6WH77FEH4"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V6GDWK0YEF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q6WH77FEH4');
gtag('config', 'G-V6GDWK0YEF');
</script>
home:
Expand Down