refactor(script): Update synthesis intro

This commit is contained in:
Marty Oehme 2024-02-18 16:59:26 +01:00
parent b453afd112
commit 1d90133049
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -570,39 +570,24 @@ plt.setp(ax.get_xticklabels(), rotation=45, ha="right",
plt.show() plt.show()
``` ```
@fig-intervention-types shows the predominant interventions for the literature reviewed. @fig-intervention-types shows the predominant interventions contained in the reviewed literature.
Overall, there is a focus on measures of minimum wage, subsidisation, considerations of trade liberalisation and training. Overall, there is a focus on measures of minimum wage, subsidisation, considerations of trade liberalisation and collective bargaining, education and training.
The overall spread of interventions captures primarily institutional and structural, but also agency-driven programmes. The entire spread of policies captures interventions aimed primarily at institutional and structural mechanisms, but also mechanisms focused on individual agency.
One of the primary lenses through which policy interventions to reduce inequalities in the world of work are viewed is that of income inequality, often measured for all people throughout a country or subsets thereof.
At the same time, the primacy of income should not be overstated as disregarding the intersectional nature of inequalities may lead to adverse targeting or intervention outcomes.
In the following synthesis each reviewed study will be analysed through the primary policies they concern themselves with.
Since policies employed in the pursuit of increased equality can take a wide form of actors, strategy approaches and implementation details, Since policies employed in the pursuit of increased equality can take a wide form of actors, strategy approaches and implementation details,
the following synthesis will first categorize between the main thematic area and its associated interventions, the following synthesis will first categorise between the main thematic area and its associated interventions.
which are then descriptively distinguished between for their primary outcome inequalities. Individual observations are then descriptively distinguished between for the primary outcome variables (inequalities) of interest.
Thus, in the following synthesis each reviewed study will be analysed through the primary policies or mechanisms they use as independent variables to analyse the effects on a variety of inequalities.
Each main thematic area will be preceded by a table prsenting the overall inequalities reviewed, One of the primary lenses of inequality in viewing policy interventions to reduce inequalities in the world of work is that of income,
main findings and accompanying channels that could be identified. often measured for all people throughout a country (vertical inequality) or subsets thereof (horizontal inequality).
Afterwards, the analytical lens will be inverted for the discussion (Section 5) At the same time, the primacy of income should not be overstated as disregarding the intersectional nature of inequalities could lead to diminished intervention outcomes through adverse targeting.
and the reviewed studies discussed from a perspective of their analysed inequalities and limitations,
Each main thematic area will be preceded by a table presenting a summary of findings for the respective policies,
their identified channels and an estimation of their strength of evidence base.
Afterwards, the analytical lens will be inverted for the discussion (Section 5) and the reviewed studies discussed from a perspective of their analysed inequalities and limitations,
to better identify areas of strong analytical lenses or areas of more limited analyses. to better identify areas of strong analytical lenses or areas of more limited analyses.
```{python}
#| label: fig-validity
from src.model import validity
validities = validity.calculate(by_intervention)
validities["identifier"] = validities["author"].str.replace(r',.*$', '', regex=True) + " (" + validities["year"].astype(str) + ")"
g = sns.PairGrid(validities[["internal_validity", "external_validity", "identifier"]].drop_duplicates(subset="identifier"),
x_vars=["internal_validity", "external_validity"], y_vars = ["identifier"]
)
# Create a stacked histplot using Seaborn
#sns.scatterplot(data=validities, x='external_validity', y='internal_validity', hue='intervention')
```
## Institutional ## Institutional
{{< portrait >}} {{< portrait >}}