From e8842144bda5dadd95ef680ca56fa96fe858adb1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 6 Dec 2023 17:09:52 +0100 Subject: [PATCH] feat(notes): Integrate dynamic inclusion criteria table Add same source-of-trugh inclusion table as integrated in the main text, sourced directly form tsv in the data directory. --- notes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/notes.md b/notes.md index a5f7b38..6b3afe6 100644 --- a/notes.md +++ b/notes.md @@ -371,22 +371,18 @@ Policy *areas*, identified by @ILO2022b: ## Inclusion criteria -| Parameter | Inclusion criteria | Exclusion criteria | -| --- | --- | --- | -| Language | study written in English | study not written in English | -| Time frame | study published in or after 2000 | study published before 2000 | -| Study type | primary research | opinion piece, editorial, commentary, news article, literature review | -| | most recent publication of study | gray literature superseded by white literature publication | -| Study focus | inequalities/ inequalities in labour market outcomes as primary outcome (dependent variable) | neither inequality nor labour market outcomes as dependent variable | -| | policy measure or strategy as primary intervention (independent variable) | no policy measure/strategy as intervention or relationship unclear | -| | specifically relates to some dimension of world of work | exists outside world of work for both independent and dependent variables | -| | focus on dimension of inequality in analysis | no focus on mention of inequality in analysis | +```{python} +#| echo: false +#| label: tbl-inclusion-criteria +#| tbl-cap: Study inclusion and exclusion scoping criteria {#tbl-inclusion-criteria} -: Study inclusion and exclusion scoping criteria {#tbl-inclusion-criteria} +inclusion_criteria = pd.read_csv("02-data/supplementary/inclusion-criteria.tsv", sep="\t") +md(tabulate(inclusion_criteria, showindex=False, headers="keys", tablefmt="grid")) +``` not currently used as criteria: - we are probably including qualitative studies (to be tagged) - - perhaps studies <2000 (to be tagged) to count quantity + - perhaps studies <2000 (to be tagged) to count quantity? ## Tagging system @@ -402,6 +398,8 @@ Tagging: - relevancy: `relevant`, `out::` (could be transformed to `excluded::` in end step) - status: `TODO`, `done`, `integrated` +see Screening Tool document for exact keywords used during screening. + ## Matrix extraction properties | Publication info | Description |