================================================================================ SYSTEMATIC REVIEW TOOLKIT — REUSABLE TEMPLATE (data-free) ================================================================================ Author: Marta M. Dolcet-Negre, Universidad de Salamanca Version: 1.0 Date: 2026-05-31 Language: English License: MIT (software) / CC BY 4.0 (documentation) — see LICENSE.txt WHAT THIS IS The reusable version of the toolkit, with NO study-specific data and NO third-party abstracts embedded. It contains only the generic instruments: - Title/Abstract screening form (empty; load/add your own records). - Risk-of-bias form: custom 7-domain tool (load/add your own studies). - Screening and RoB consolidators (Cohen's kappa; weighted kappa for RoB). - PRISMA 2020 (27-item) checklist. Use it for any systematic review by loading your own records/studies. HOW TO LOAD YOUR DATA - Screening: prepare a JSON list of records and click "Load JSON". Format (see data/records_template.json): [ { "n":1, "authors":"...", "year":2020, "title":"...", "abstract":"...", "doi":"..." }, ... ] - Risk of bias: prepare a JSON list of studies (see data/studies_template.json): [ { "id":1, "study":"Author, year", "family":"" }, ... ] or just use "+ Add study" / "+ Add record". WORKFLOW Each reviewer fills the form independently and clicks "Save my JSON". The consolidators load two or more reviewers' JSON files and compute the inter-rater agreement (Cohen's kappa; quadratic-weighted for ordinal RoB), list disagreements, and export CSV and a Word consensus table. FILES index.html, Screening_form.html, Screening_consolidate.html, RoB_form.html, RoB_consolidate.html, PRISMA_form.html, data/records_template.json, data/studies_template.json, README.txt, LICENSE.txt, CITATION.cff CITE See CITATION.cff. Deposited in GREDOS (Universidad de Salamanca): [handle/DOI to be added]. ================================================================================