Add full search query to appendix
This commit is contained in:
parent
7fe855e2c7
commit
2fcb90621a
1 changed files with 116 additions and 2 deletions
|
@ -38,9 +38,9 @@ Based on this typology, we will then develop a theory of change to depict policy
|
||||||
The section will also identify the theoretical mechanisms and channels through which policies are expected to impact inequalities in forms of work and labour market outcomes.
|
The section will also identify the theoretical mechanisms and channels through which policies are expected to impact inequalities in forms of work and labour market outcomes.
|
||||||
|
|
||||||
The ILO has a policy approach to reducing inequalities in the world of work segmented into five major focus areas:
|
The ILO has a policy approach to reducing inequalities in the world of work segmented into five major focus areas:
|
||||||
employment creation, access to education, labour rights protection, formalization, gender equality and diversity, and social protection.
|
employment creation, access to education, labour rights protection, formalization, gender equality and diversity, and social protection [@ilo2022].
|
||||||
Each of these areas in turn rests on a variety of more specific emphases which further describe the potential implemented policy measures.
|
Each of these areas in turn rests on a variety of more specific emphases which further describe the potential implemented policy measures.
|
||||||
An exemplary typology of general policy area, related specified policy focus and related focus if any can be found in @tbl-policy-areas.
|
This typology by general policy area, related specified policy focus and related concepts if any can be found in @tbl-policy-areas.
|
||||||
|
|
||||||
| area of policy | focus | related |
|
| area of policy | focus | related |
|
||||||
| --- | ---- | ---- |
|
| --- | ---- | ---- |
|
||||||
|
@ -187,3 +187,117 @@ The section will also present a discussion on the implications of the current ev
|
||||||
The section with conclude with reflections on the implications of findings for policy.
|
The section with conclude with reflections on the implications of findings for policy.
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
# Appendix
|
||||||
|
|
||||||
|
## Full search query
|
||||||
|
|
||||||
|
```sql
|
||||||
|
TS=
|
||||||
|
(
|
||||||
|
(
|
||||||
|
work OR
|
||||||
|
labor
|
||||||
|
) AND
|
||||||
|
(
|
||||||
|
production of goods OR
|
||||||
|
provision of services OR
|
||||||
|
use by others OR
|
||||||
|
own-use OR
|
||||||
|
for pay OR
|
||||||
|
for profit OR
|
||||||
|
remunerated OR
|
||||||
|
for wages OR
|
||||||
|
waged OR
|
||||||
|
for salaries OR
|
||||||
|
salaried OR
|
||||||
|
for time worked OR
|
||||||
|
for work done OR
|
||||||
|
profits derived OR
|
||||||
|
through market transactions
|
||||||
|
)
|
||||||
|
) AND
|
||||||
|
|
||||||
|
TS=
|
||||||
|
(
|
||||||
|
employment OR
|
||||||
|
unpaid trainee OR
|
||||||
|
volunteer OR
|
||||||
|
domestic work OR
|
||||||
|
wage-employed OR
|
||||||
|
self-employed OR
|
||||||
|
formal employment OR
|
||||||
|
informal employment OR
|
||||||
|
unpaid care work OR
|
||||||
|
care work
|
||||||
|
) AND
|
||||||
|
|
||||||
|
TS=(
|
||||||
|
intervention OR
|
||||||
|
policy OR
|
||||||
|
policies OR
|
||||||
|
participation OR
|
||||||
|
targeting OR
|
||||||
|
targeted
|
||||||
|
) AND
|
||||||
|
|
||||||
|
TS=
|
||||||
|
(
|
||||||
|
inequality OR
|
||||||
|
inequalities OR
|
||||||
|
barriers OR
|
||||||
|
advantaged OR
|
||||||
|
disadvantaged OR
|
||||||
|
discriminated OR
|
||||||
|
disparity OR
|
||||||
|
disparities
|
||||||
|
) AND
|
||||||
|
|
||||||
|
TS=
|
||||||
|
(
|
||||||
|
income OR
|
||||||
|
identity OR
|
||||||
|
gender OR
|
||||||
|
beliefs OR
|
||||||
|
color OR
|
||||||
|
racial OR
|
||||||
|
ethnic OR
|
||||||
|
ethnicity OR
|
||||||
|
migrant OR
|
||||||
|
nationality OR
|
||||||
|
spatial AND
|
||||||
|
(
|
||||||
|
rural OR
|
||||||
|
urban OR
|
||||||
|
mega-city OR
|
||||||
|
large city OR
|
||||||
|
small city OR
|
||||||
|
peripheral city
|
||||||
|
) OR
|
||||||
|
age AND
|
||||||
|
(
|
||||||
|
young OR
|
||||||
|
youth OR
|
||||||
|
old OR
|
||||||
|
senior
|
||||||
|
) OR
|
||||||
|
disability OR
|
||||||
|
health status OR
|
||||||
|
education OR
|
||||||
|
educational access OR
|
||||||
|
social mobility
|
||||||
|
) AND
|
||||||
|
|
||||||
|
TS=(
|
||||||
|
employment outcome OR
|
||||||
|
labor rights OR
|
||||||
|
opportunities between groups OR
|
||||||
|
equality of opportunity OR
|
||||||
|
equality of outcome OR
|
||||||
|
labour market outcome OR
|
||||||
|
income OR
|
||||||
|
job quality
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
Loading…
Reference in a new issue