feat(data): Add ILO-requested query terms

Added collective action, unionization and social dialogue into the query
to confirm closer to tripartism ideals in querying.
This commit is contained in:
Marty Oehme 2023-11-12 12:46:36 +01:00
parent be5a255c55
commit cd8fa5b9c3
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 6 additions and 0 deletions

View file

@ -523,6 +523,7 @@ Tagging:
- equal pay for work of equal value ?? (@ILO2022b) - equal pay for work of equal value ?? (@ILO2022b)
- removal of (discriminatory) law (@ILO2022b) - removal of (discriminatory) law (@ILO2022b)
- law reformation (@ILO2022b) - law reformation (@ILO2022b)
- social dialogue (ILO requested)
- guaranteed income (@Perez2022) - guaranteed income (@Perez2022)
- universal basic income (@Perez2022) - universal basic income (@Perez2022)
- provision of living wage (@Perez2022) - provision of living wage (@Perez2022)
@ -543,6 +544,7 @@ Tagging:
- sustainable social protection (@ILO2022b) - sustainable social protection (@ILO2022b)
- supported employment (@Lettieri2017) - supported employment (@Lettieri2017)
- vocational rehabilitation (@Silvaggi2020, @Lettieri2017) - vocational rehabilitation (@Silvaggi2020, @Lettieri2017)
- unionization (ILO requested)
- agency & social norms: - agency & social norms:
- credit programs (@Perez2022) - credit programs (@Perez2022)
@ -558,6 +560,7 @@ Tagging:
- computer-assisted therapy (@Lettieri2017) - computer-assisted therapy (@Lettieri2017)
- work organization (@Nevala2015) - work organization (@Nevala2015)
- special transportation (@Nevala2015) - special transportation (@Nevala2015)
- collective action (ILO requested)
### inequality cluster ### inequality cluster

View file

@ -389,6 +389,7 @@ policy_terms_cluster = {
"equal pay for work of equal value", "equal pay for work of equal value",
"removal of (discriminatory) law", "removal of (discriminatory) law",
"law reformation", "law reformation",
"social dialogue",
"guaranteed income [@Perez2022]", "guaranteed income [@Perez2022]",
"universal basic income [@Perez2022]", "universal basic income [@Perez2022]",
"provision of living wage [@Perez2022]", "provision of living wage [@Perez2022]",
@ -409,6 +410,7 @@ policy_terms_cluster = {
"sustainable social protection", "sustainable social protection",
"supported employment [@Lettieri2017]", "supported employment [@Lettieri2017]",
"vocational rehabilitation [@Silvaggi2020, @Lettieri2017]", "vocational rehabilitation [@Silvaggi2020, @Lettieri2017]",
"unionization",
]), ]),
"Agency" : pd.Series([ "Agency" : pd.Series([
"credit programs [@Perez2022]", "credit programs [@Perez2022]",
@ -424,6 +426,7 @@ policy_terms_cluster = {
"computer-assisted therapy [@Lettieri2017]", "computer-assisted therapy [@Lettieri2017]",
"work organization [@Nevala2015]", "work organization [@Nevala2015]",
"special transportation [@Nevala2015]", "special transportation [@Nevala2015]",
"collective action",
]) ])
} }
# different headers to include 'social norms' # different headers to include 'social norms'