\addbibresource

refs.bib

Journal of Online Trust and Safety Editorial Template

Author One and Author Two

1 Example of a first section

2 Introduction

Welcome to the template! Please note that this template is designed to be built with Lua. Please set that to be your compiler in your IDE or Overleaf.

3 Citations

Here are some examples of how to do citations: \autocitefogel:2018, douek:2021, k-core:2005. Or to do an inline cite: See \textcitefogel:2018, kumar:2018, ica:2017assessing. Or to include only the year in parentheses: Mikhaila Fogel has argued that the sky is blue \autocite*fogel:2018. These citation commands take an optional page argument, e.g. \autocite[32–38]longfuse:2021. Please include your Bib-formatted references in refs.bib. There are several examples to follow, including those for videos \autocitehorowitz:youtube, social media posts \autociteroth:2019, diaz:surprise, and comments: “But what is the surprise here?” \autociteslicis:diazcommentdiaz:surprise-customc

In the bibliography, please provide a DOI in the “doi” field (strongly preferred) or URL in the “url” field for each resource cited in your paper. For books with no canonical URL, please provide ISBN. For all applicable resources, please provide a full date, e.g. date = {2023-08-12}. If a full publication date is not available, use the “year” and “month” fields as appropriate (note that “month” is numeric, not text). For URLs to resources with no explicit date, put the date at which you accessed the resource in the “urldate” field, e.g. urldate = {2023-08-12}.

For citing organizations with long names as authors (e.g. the American Civil Liberties Union), you can provide the full name in the “author” field and an acronym (e.g. ACLU) in the “shortauthor” field.

If you are unsure how to cite a specific resource, check the BibLaTeX-Chicago documentation or example .bib files here:

There is also a cheat sheet here:

4 Figures, tables and images

4.1 Figures

Please do not name your image files things like “figure1.png”, and do not reference them in text by number; this is prone to mistakes. Instead, give them a descriptive name and reference them by label, e.g. Figure~\ref{fig:fancylad}, which produces “Figure 1”. This creates hyperlinks and allows figures to be reordered for good formatting.

For accessibility and readability of charts, please export them directly from your charting software as vector graphic PDFs, rather than as JPG or PNG; SVG is also acceptable (they will be converted to PDF via Inkscape). Raster graphics converted to PDF will not be accepted.

Refer to caption
Figure 1: A fancy lad.

4.2 Accessibility

If your caption doesn’t fully describe the content of the image and/or if the image is not navigable by screenreader, please provide alt text. A common case where this might occur is a timeseries or bar chart: just describe the gist or conclusion the chart illustrates. Alt text can be provided using the 2nd argument of \imgalt{}{} instead of \includegraphics{}, as seen in Figure 2.

\imgalt

[width=0.7]img/fancylad This is a picture of either a toad or a frog.

Figure 2: A fancy lad, but larger and with a PDF tooltip for accessibility.

4.3 Tables

For tables, we use the booktabs approach, i.e. no vertical rules or lines as row separators, no bold headings. See Table 1. Tables can use the standard tabular environment or tabularx. Note that for tables, the caption is placed above table, whereas for figures, it is placed below. See also \textciteburke:2021.

Table 1: Ten most popular dates for account creation, including number of accounts created. Nearly one-third of accounts in the dataset were created on the three most popular dates.
# of Accounts Created Date
106 2019-08-12
105 2020-09-01
88 2020-14-01
72 2019-07-12
71 2020-13-01
52 2019-09-12
50 2019-06-12
46 2020-15-01
24 2020-08-01
17 2020-21-02

5 Test for styles

Itemization:

  • Item 1

  • Item 2

  • Item 3

Enumeration:

  1. 1.

    Item 1

  2. 2.

    Item 2

  3. 3.

    Item 3

An in-paragraph enum: (1) first point, (2) second point, (3) third point.

\printbibliography

Authors

Author Name is a x at y.

Acknowledgements

We thank…

Keywords

Keyword one; keyword two; keyword three; keyword four.