Luria Voice is an open-source documentation framework built for neuropsychologists. You write patient evaluations as structured Quarto Markdown (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.
.qmd) files, and Luria Voice renders them into polished, clinic-ready PDF reports — complete with professional typography, confidential headers, and section layouts that match clinical standards. No manual formatting in Word, no proprietary report-writing software.
The problem it solves
Writing neuropsychological evaluation reports is time-consuming. Clinicians spend hours reformatting the same sections — demographics, test batteries, cognitive domain narratives, SIRF summaries, signature blocks — across every patient. Luria Voice separates content from presentation: you fill in structured YAML front matter and Markdown prose once, and the framework handles every layout detail automatically.The Neurotyp ecosystem
Luria Voice is maintained by brainworkup (Joey Trampush, PhD). It consists of four Quarto extensions and a companion R package:neurotyp-adult
Adult neuropsychological evaluation reports with standard cognitive domain
sections and SIRF summary.
neurotyp-pediatric
Pediatric evaluation reports with age-appropriate section structure and
developmental context.
neurotyp-forensic
Forensic evaluation reports formatted for legal and court contexts.
neurotyp-luria
LLM-templated Luria-style reports with optional AI-assisted narrative
generation via Ollama.
Key capabilities
- Typst rendering — reports are typeset with Typst (bundled inside Quarto), producing high-fidelity PDFs with precise margins, custom fonts, and per-page confidential headers.
- Structured patient metadata — patient demographics, dates of evaluation, and case numbers live in YAML front matter, keeping data separate from prose.
- Multiple report formats — one
.qmdfile can render toneurotyp-adult-typst,neurotyp-pediatric-typst,neurotyp-forensic-typst, or the default Luria format with a single flag change. - AI-assisted narratives — the
neurotyp-luriaextension integrates with a local Ollama backend so you can generate or refine narrative sections without sending patient data to external APIs. - Brand theming — a
_brand.ymlfile controls clinic name, logo, colors, and preferred fonts (Equity B, IBM Plex Sans/Serif, Source Sans 3, JetBrains Mono).
Where to go next
Quickstart
Install Quarto, scaffold your first report project, and render a PDF in
under five minutes.
Installation
Detailed setup for all four extensions, existing-project installs, and R
dependency configuration.