chore(repo): Update quarto html rendering
This commit is contained in:
parent
ff4af556a5
commit
fae59c5a7d
4 changed files with 14 additions and 9 deletions
|
@ -13037,7 +13037,7 @@ does NOT look at specific policy interventions}
|
|||
usage-count-last-180-days = {0},
|
||||
usage-count-since-2013 = {11},
|
||||
web-of-science-categories = {Sociology},
|
||||
keywords = {country::Australia,inequality::language,inequality::migration,region::AP,relevant,TODO::full-text,type::agency}
|
||||
keywords = {country::Australia,inequality::migration,region::AP,relevant,TODO::full-text,type::agency}
|
||||
}
|
||||
|
||||
@article{Wallace1995,
|
||||
|
|
|
@ -13347,7 +13347,7 @@ does NOT look at specific policy interventions}
|
|||
usage-count-last-180-days = {0},
|
||||
usage-count-since-2013 = {11},
|
||||
web-of-science-categories = {Sociology},
|
||||
keywords = {country::Australia,inequality::language,inequality::migration,region::AP,relevant,TODO::full-text,type::agency}
|
||||
keywords = {country::Australia,inequality::migration,region::AP,relevant,TODO::full-text,type::agency}
|
||||
}
|
||||
|
||||
@article{Wallace1995,
|
||||
|
|
13
_quarto.yml
13
_quarto.yml
|
@ -6,12 +6,23 @@ project:
|
|||
- notes.qmd
|
||||
- scoping_review.qmd
|
||||
|
||||
toc: true
|
||||
format:
|
||||
html:
|
||||
code-fold: true
|
||||
code-tools: true
|
||||
embed-resources: true
|
||||
fig-cap-location: margin
|
||||
fig-format: svg
|
||||
link-external-icon: true
|
||||
number-sections: false
|
||||
reference-location: margin
|
||||
reference-links: true
|
||||
theme: darkly
|
||||
docx:
|
||||
echo: false
|
||||
number-sections: true
|
||||
pdf:
|
||||
pdf-engine: tectonic
|
||||
echo: false
|
||||
number-sections: true
|
||||
pdf-engine: tectonic
|
||||
|
|
|
@ -10,10 +10,6 @@ geometry:
|
|||
- right=3.5cm
|
||||
- top=2.5cm
|
||||
- bottom=2.5cm
|
||||
toc: false
|
||||
link-citations: true
|
||||
link-bibliography: true
|
||||
number-sections: false
|
||||
lang: en
|
||||
title: Scoping review on 'what works'
|
||||
subtitle: Addressing inequalities in the World of Work
|
||||
|
@ -542,7 +538,6 @@ Should they point towards gaps (or over-optimization) of sepcific areas of inter
|
|||
```{python}
|
||||
#| label: fig-intervention-types
|
||||
#| fig-cap: Predominant type of intervention
|
||||
#| fig-width: 18cm
|
||||
#| column: page
|
||||
|
||||
interv_type_df = (
|
||||
|
@ -567,7 +562,6 @@ plt.show()
|
|||
```{python}
|
||||
#| label: fig-inequality-types
|
||||
#| fig-cap: Types of inequality analyzed
|
||||
#| fig-width: 18cm
|
||||
#| column: page
|
||||
|
||||
inequ_type_df = (
|
||||
|
|
Loading…
Reference in a new issue