UKCEH Brand

Author
Affiliation

Joe Marsh Rossney

UK Centre for Ecology & Hydrology

Published

August 21, 2025

Abstract

This template serves to illustrate the UKCEH brand applied to a range of document formats.

Tip

Toggle between light and dark mode using the switch in the top-right corner.

Introduction

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sagittis posuere ligula sit amet lacinia. Duis dignissim pellentesque magna, rhoncus congue sapien finibus mollis. Ut eu sem laoreet, vehicula ipsum in, convallis erat. Vestibulum magna sem, blandit pulvinar augue sit amet, auctor malesuada sapien. Nullam faucibus leo eget eros hendrerit, non laoreet ipsum lacinia. Curabitur cursus diam elit, non tempus ante volutpat a. Quisque hendrerit blandit purus non fringilla. Integer sit amet elit viverra ante dapibus semper. Vestibulum viverra rutrum enim, at luctus enim posuere eu. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Different kinds of text

This sentence contains some italicised text, some bold text, some text that is both bold and italic, some monospace text, and finally some linked text.

Quarto supports extended markdown syntax including superscript2, subscript2 and strikethrough.

Headings

Heading 3 (h3)

Heading 4 (h4)

Heading 5 (h5)
Heading 6 (h6)

Here we see the different levels of heading, from h2 down to h6.

You can create interal links to headings. For example, the following links to the Introduction section.

Lists

  • First item
  • Second item
    • Nested item
  1. First numbered item
  2. Second numbered item
    1. Sub-item a
    2. Sub-item b

Code

Now we have some inline code print("hello there") and a code block

import math

radius = 1.0
area = math.pi * radius**2

Maths

Here is some inline math: \(y = mx + c\).

Here is some display math:

\[ A = \pi r^2 \]

Tables

Right Left Default Center
12 12 12 12
123 123 123 123
1 1 1 1

Blocks

Blockquotes

This is a blockquote that includes various formatting elements like bold text and italic text.

Definitions

term
definition

Callouts

Note

This is a note callout. Use it to highlight important information that readers should pay attention to.

Warning

This is a warning callout. Use it to alert readers about potential issues or important considerations.

Tip

This is a tip callout. Use it to provide helpful suggestions or best practices.

Important

This is an important callout. Use it for critical information that must not be overlooked.

Caution

This is a caution callout. Use it to warn about potential risks or problems.

Figures and Images

Figure 1: This is a placeholder for an image that would showcase how the brand theming affects figure styling. In a real document, you would include actual images here.

Citations

By default, this template uses the APA citation style.

Command Citation
@Bender2021 Bender et al. (2021)
[@Bender2021] (Bender et al. 2021)

For presentations in particular, I recommend using footnotes to reference literature1.

More information

References

Bender, Emily M., Timnit Gebru, Angelina McMillan-Major, and Shmargaret Shmitchell. 2021. “On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? 🦜.” In Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, 610–23. Virtual Event Canada: ACM. https://doi.org/10.1145/3442188.3445922.

Footnotes

  1. For example, (Bender et al. 2021, 3–5). ↩︎