Skip to content

Releases: tiagojct/quarto-study-flow

v1.1.0

Choose a tag to compare

@tiagojct tiagojct released this 11 May 16:26

Bug fixes

  • Misconfigured diagrams now render a visible warning block instead of an invisible zero-size SVG.
  • wrap_text hard-breaks long single words (URLs, long compound names) so they no longer overflow the box.
  • PRISMA omits the identification row entirely when no identification fields are set, instead of emitting a misleading "(n=?)" placeholder.
  • SVG marker IDs are namespaced per render call (`sf-arrow-1`, `sf-arrow-2`, ...) so multiple `{{< study-flow >}}` shortcodes in the same HTML document don't share an ID.

New: PRISMA `other_methods` parallel column

Reviews that also search grey literature, organisations, or citation chains can now add an `other_methods:` block to the PRISMA YAML. It renders as a parallel right-side column that converges into the final Studies included box — the PRISMA 2020 v2 template.

other_methods:
  websites: 12
  organisations: 8
  citation_searching: 25
  sought_retrieval: 41
  not_retrieved: 3
  assessed: 38
  excluded_with_reasons:
    - \"Wrong population (n=5)\"

Existing PRISMA configs render unchanged.

Other

  • Added `CITATION.cff` so GitHub's Cite this repository sidebar resolves and Zenodo can mint a DOI from this release.

Install

```bash
quarto add tiagojct/quarto-study-flow
```

Full changelog: v1.0.0...v1.1.0

v1.0.0 — initial release

Choose a tag to compare

@tiagojct tiagojct released this 10 May 09:03

First public release.

Supported reporting guidelines:

  • CONSORT 2025 (type: consort) — randomised controlled trials
  • STROBE (type: strobe) — observational studies
  • PRISMA 2020 (type: prisma) — systematic reviews
  • TRIPOD+AI 2024 (type: tripod) — clinical prediction models
  • STARD 2015 (type: stard) — diagnostic accuracy studies

Output formats: inline SVG for HTML, native TikZ for LaTeX/PDF. No rsvg-convert, no Graphviz, no shell-outs.

Install:

quarto add tiagojct/quarto-study-flow