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.
This commit is contained in:
parent
5cb794e1b5
commit
e8842144bd
1 changed files with 10 additions and 12 deletions
22
notes.md
22
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 |
|
||||
|
|
Loading…
Reference in a new issue