Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brainworkup.org/llms.txt

Use this file to discover all available pages before exploring further.

Luria Voice ships four independent Quarto extensions, each producing a distinct PDF layout tailored to a specific evaluation context. Rather than one generic template controlled by flags, each format is a standalone extension with its own typography, page geometry, and heading treatment — keeping the output predictable and the source readable.

Choosing a template

Use the table below to select the format that matches your evaluation type.
Format IDExtension repoUse caseVersion
neurotyp-adult-typstbrainworkup/neurotyp-adultAdult neuropsychological evaluations0.2.0
neurotyp-pediatric-typstbrainworkup/neurotyp-pediatricPediatric neuropsychological evaluations
neurotyp-forensic-typstbrainworkup/neurotyp-forensicForensic psychological/neuropsychological evaluations
neurotyp-luria-typstbrainworkup/neurotyp-luriaLLM-templated Luria-style reports0.1.0
If you are unsure which format to use, start with neurotyp-adult or neurotyp-pediatric. Both are the most field-tested and share the same front matter schema, so switching between them later requires only a one-line change in your template.qmd.

Template formats

Adult

Standard adult neuropsychological evaluation. Includes SIRF summary, cognitive domain sections, and a confidential page header. Version 0.2.0.

Pediatric

Age-appropriate layout for pediatric evaluations. Adjusted heading treatment and section ordering reflect developmental assessment conventions.

Forensic

Court-ready formatting for forensic psychological and neuropsychological evaluations. Emphasizes formal visual presentation suitable for legal contexts.

Luria

Luria-style reports designed for AI-assisted patient profiling via a local Ollama backend. Version 0.1.0.

Shared structure

All four templates follow the same directory layout and front matter schema.
neurotyp-adult/
├── _extensions/
│   └── neurotyp-adult/
│       ├── _extension.yml
│       ├── typst-template.typ
│       └── typst-show.typ
├── _brand/
│   └── _brand.yml
├── template.qmd
├── LICENSE
└── README.md
  • typst-template.typ — page layout: paper size, margins, and the CONFIDENTIAL header on pages 2 and beyond.
  • typst-show.typ — typography show rules: font stacks, heading sizes, and text alignment.
  • _brand.yml — brand configuration: clinic colors, logo path, and preferred font families.
  • template.qmd — the master report document. You edit this file for each patient.

Template reference

Front matter

Complete reference for every YAML front matter field — patient metadata, dates, and case identifiers.

Section partials

How to include and exclude cognitive domain sections using Quarto’s include shortcode.

Typst formatting

Page layout, margins, typography rules, and what you can safely customize in the Typst files.
Last modified on May 20, 2026