Tutorial template

Author
Affiliation

University of State

Published

September 1, 2025

This is intended to be a tutoral template for the Linguistics Methods Hub. You can fork and rename this repository, then proceed to delete and rename files as works best for your needs

Template repository url: https://github.com/LingMethodsHub/template

Authoring

Writing .md, .rmd files

All markdown, rmarkdown and quarto files will be rendered (except for any named README*), and can be written in your preferred way.

rmd output

Writing .qmd files

You can write quarto documents exactly like rmarkdown files.

qmd output

Jupyter

You can also write tutorials in a jupyter notebook, and they will be rendered into the same output.

jupyter output

Header information

Author information

The author yaml information for this page is

author: 
  - name: "Robin Doe"
    url: "http://www.example.com"
    affiliations:
      - University of State

The full author schema, from the quarto docs, is

author:
  - id: string
    number: number
    name:
      given: string
      family: string
      literal: string
      dropping-particle: string
      non-dropping-particle: string
    url: string
    email: string
    fax: string
    orcid: string
    note: string
    acknowledgements: string
    attributes:
      corresponding: boolean
      equal-contributor: boolean
      deceased: boolean
    metadata: object
    affiliations: 

Format

If you include both information for both html and pdf output formats, they will both be generated, allowing a standalone pdf for printing etc: pdf output.

Reuse

CC-BY-SA 4.0

Citation

BibTeX citation:
@online{doe2025,
  author = {Doe, Robin},
  title = {Tutorial Template},
  series = {Linguistics Methods Hub},
  date = {2025-09-01},
  url = {https://lingmethodshub.github.io/content/contributing/template},
  langid = {en}
}
For attribution, please cite this work as:
Doe, Robin. 2025, September 1. Tutorial template. Linguistics Methods Hub. (https://lingmethodshub.github.io/content/contributing/template).