Skip to content

Commit c61a9a9

Browse files
committed
Fixed citation metadata. closes #22
1 parent 43fa83d commit c61a9a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_quarto.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,13 @@ citation:
9191
author:
9292
- Rafael H. M. Pereira
9393
- Daniel Herszenhut
94+
issued: 2023
95+
edition: 1
9496
url: "https://ipeagit.github.io/intro_access_book/pt"
9597
pdf-url: "https://repositorio.ipea.gov.br/bitstream/11058/12264/51/Introducao_a_acessibilidade_urbana_selo.pdf"
96-
edition: 1
97-
issued: 2023
98+
publisher: "Ipea - Instituto de Pesquisa Econômica Aplicada"
99+
publisher-place: "Brasilia - DF, Brazil"
100+
language: pt
98101
isbn: "978-65-5635-054-7"
99102
doi: "http://dx.doi.org/10.38116/9786556350547"
100103

bilingual_render.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ en_yml$book$sidebar$tools[[1]]$href <- "https://repositorio.ipea.gov.br/bitstrea
4545
en_yml$citation$title <- "Introduction to urban accessibility: a practical guide with R"
4646
en_yml$citation$publisher <- "Ipea - Institute for Applied Economic Research"
4747
en_yml$citation$url <- "https://ipeagit.github.io/intro_access_book"
48+
en_yml$citation$isbn <- "978-65-5635-065-3"
49+
en_yml$citation$doi <- "http://dx.doi.org/10.38116/9786556350653"
4850

4951
yaml::write_yaml(
5052
en_yml,

0 commit comments

Comments
 (0)