-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
82 lines (73 loc) · 1.89 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: book
output-dir: docs
about:
template: solana
# links:
# - icon: twitter
# text: twitter
# href: https://x.com/UrbanDemog
# - icon: github
# text: Github
# href: https://github.com/ipeaGIT/censobr_oficina_abep_2024
execute:
freeze: auto
# cache: true
lang: pt
book:
title: "{censobr}: Explorando o Censo Demográfico em R"
author:
- name: "Rafael H. M. Pereira"
email: [email protected]
url: https://www.urbandemographics.org
orcid: 0000-0003-2125-7465
affiliation: "Instituto de Pesquisa Econômica Aplicada (Ipea)"
- name: "Rogerio Barbosa"
url: https://iesp.uerj.br/pesquisador/rogerio-jeronimo-barbosa
orcid: 0000-0003-2125-7465
affiliation: "Instituto de Estudos Sociais e Políticos (IESP/UERJ)"
chapters:
- index.qmd
- 2_instalacao.qmd
- 3_info_censo.qmd
- 4_microdados.qmd
- 5_agregados_setores.qmd
- 6_documentacao.qmd
site-url: https://ipeagit.github.io/censobr_oficina_abep_2024/
repo-url: https://github.com/ipeaGIT/censobr_oficina_abep_2024
favicon: /images/favicon.png
sidebar:
style: "docked"
search: true
tools:
- icon: github
text: Github
href: https://github.com/ipeaGIT/censobr_oficina_abep_2024
- icon: twitter
text: twitter
href: https://x.com/UrbanDemog
- icon: linkedin
text: linkedin
href: https://www.linkedin.com/in/rafael-h-m-pereira/
page-navigation: true
page-footer:
border: false
left: "Copyright 2024, Rafael H. M. Pereira"
right:
- icon: github
href: https://github.com/ipeaGIT/censobr_oficina_abep_2024
format:
html:
theme:
light: cosmo
dark: slate
css: styles.css
toc: true
bibliography: references.bib
editor: source
editor_options:
markdown:
wrap: 72
canonical: true
google-scholar: true
code-link: true