From bf350a18db551ba8cb662e67ebe38c8e30b66999 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 12 Oct 2023 12:22:57 +0200 Subject: [PATCH] chore(script): Move simple description of results into separate section --- scoping_review.qmd | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/scoping_review.qmd b/scoping_review.qmd index c04617b..e516f68 100644 --- a/scoping_review.qmd +++ b/scoping_review.qmd @@ -298,14 +298,7 @@ The search itself is conducted with English-language search queries only. Relevant results are then complemented through the adoption of a ‘snowballing’ technique, which analyses an array of published reviews for their reference lists to find cross-references of potentially missing literature. ```{python} -#| echo: false -from IPython.core.display import Markdown as md -sample_size = len(sample.entries) -md(f""" -The exploratory execution of queries results in an initial sample of {sample_size} studies after the identification process. -The majority of studies result from the ‘income’ inequality cluster of the Boolean search, with horizontal cluster terms used often but rarely on their own. -""") ``` Second, in screening, duplicate results are removed and the resulting literature sample is sorted based on a variety of excluding characteristics based on: language, title, abstract, full text and literature supersession through newer publications. @@ -342,6 +335,18 @@ All relevant information concerning both their major findings and statistical si The results to be identified in the matrix include a study’s: i) key outcome measures (dependent variables), ii) main findings, iii) main policy interventions (independent variables), iv) study design and sample size, v) dataset and methods of evaluation, vi) direction of relation and level of representativeness, vii) level of statistical significance, viii) main limitations. +## Description of results + +```{python} +#| echo: false + +sample_size = len(sample.entries) +md(f""" +The exploratory execution of queries results in an initial sample of {sample_size} studies after the identification process. +The majority of studies result from the ‘income’ inequality cluster of the Boolean search, with horizontal cluster terms used often but rarely on their own. +""") +``` + # Synthesis of Evidence This section will present a synthesis of evidence from the scoping review.