From e5a0d8e19a086fb25738a004fd4e60a077039e73 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Tue, 14 Jul 2026 12:04:29 -0300 Subject: [PATCH 01/10] Aumenta espacamento entre as citacoes Aumenta espacamento entre citacoes dentro de um mesmo grupo, e aumenta de maneira diferenciada espacamentos para comecar um novo grupo (artigos publicados, working papers, teses e dissertacoes). --- pt/citacao.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pt/citacao.md b/pt/citacao.md index 20a68d4..29372c4 100644 --- a/pt/citacao.md +++ b/pt/citacao.md @@ -8,6 +8,20 @@ lang: pt #output pre { display: none; } #output pre#bibtex { display: block; } +.scroll-box h3 { + font-size: 1.4em; + margin-top: 2em; + margin-bottom: 1em; +} + +.scroll-box h3:first-of-type { + margin-top: 0.5em; +} + +.scroll-box p { + margin-bottom: 1.5em; +} + pre { border: 2px solid #369; /* Blue border, change color as you like */ border-radius: 6px; /* Rounded corners */ From 353a9334833ac0568770249e2a314b6eacedfbde Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Tue, 14 Jul 2026 13:22:10 -0300 Subject: [PATCH 02/10] Adiciona e atualiza papers que citaram o data zoom na pagina do site oficial Adiciona paper de Haanwinckel, publicado na AER, e working paper de Zarate, na SSRN. Alem disso, atualiza as referencias dos papers de Ruhe e Corbellini. --- _data/citacoes.yml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/_data/citacoes.yml b/_data/citacoes.yml index cffd025..0c926b9 100644 --- a/_data/citacoes.yml +++ b/_data/citacoes.yml @@ -1,4 +1,9 @@ published: + - author_date: "Haanwinckel, D. (2025)." + link: "https://www.aeaweb.org/articles?id=10.1257/aer.20201293" + title: "Supply, Demand, Institutions, and Firms: A Theory of Labor Market Sorting and the Wage Distribution" + remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293. Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view (includes code/dependencies/DataZoom)." + - author_date: "Muniz, J., Queiroz, B. L., & Saperstein, A. (2024)." link: "https://www.demographic-research.org/articles/volume/50/17" title: "Racial classification as a multistate process" @@ -28,16 +33,21 @@ published: link: "https://www.aeaweb.org/articles?id=10.1257/app.20170080" title: "Economic shocks and crime: Evidence from the Brazilian trade liberalization" remainder: "American Economic Journal: Applied Economics, 10(4), 158–195. https://doi.org/10.1257/app.20170080" -unpublished: - - author_date: "Ruhe, A. P. (2025)." - link: "https://anapaularuhe.github.io/LatestVersions/Draft%20-%20Labor%20markets%20dynamics%20with%20an%20informal%20sector.pdf" - title: "Labor market dynamics with an informal sector" - remainder: "Unpublished manuscript." +unpublished: + - author_date: "Ruhe, A. P. (2026)." + link: "https://anapaularuhe.github.io/LatestVersions/Draft%20-%20Informality,%20heterogeneity,%20and%20the%20business%20cycle.pdf" + title: "Informality, Heterogeneity, and the Business Cycle" + remainder: "Job Market Paper. Unpublished manuscript." + + - author_date: "Zarate, P. (2025)." + link: "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5360652" + title: "Remote Work and Child Penalties" + remainder: "Working paper (Reject & Resubmit, Journal of Human Resources). https://doi.org/10.2139/ssrn.5360652" - - author_date: "Corbellini, N. (2024)." - link: "https://nicolacorbellini.github.io/assets/Job_Market_Paper.pdf" - title: "The effects of tax enforcement on the firm size distribution and aggregate productivity" - remainder: "Unpublished manuscript." + - author_date: "Corbellini, N. (2025)." + link: "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5436436" + title: "The Effects of Tax Enforcement on Average Firm Size and Aggregate Productivity" + remainder: "Working paper. https://doi.org/10.2139/ssrn.5436436" - author_date: "Oviedo, A. F. P., & Araújo, V. S. (2022)." link: "https://www.socioambiental.org/sites/default/files/noticias-e-posts/2022-10/Garimpo_final_IPS_2021.pdf" @@ -57,4 +67,4 @@ theses: - author_date: "Bamba, S. (2024)." link: "https://dukespace.lib.duke.edu/items/4fa72dc3-f554-4e0e-99b6-13e212df7cab" title: "Resource-extractive concessionary activity and malaria incidence in the Peruvian, Ecuadorian, and Brazilian Amazons: A spatiotemporal analysis" - remainder: "(Master’s project, Duke University). Retrieved from https://hdl.handle.net/10161/30524" \ No newline at end of file + remainder: "(Master’s project, Duke University). Retrieved from https://hdl.handle.net/10161/30524" From d196238955d1d078236ea2d91e57971b511fe56c Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Tue, 14 Jul 2026 13:44:03 -0300 Subject: [PATCH 03/10] Aumenta espacamento entre as citacoes (pagina en) --- en/citacao.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/en/citacao.md b/en/citacao.md index 0db5130..b0db0cd 100644 --- a/en/citacao.md +++ b/en/citacao.md @@ -20,6 +20,22 @@ pre { cursor: pointer; /* Shows it's clickable */ user-select: all; } + +.scroll-box h3 { + font-size: 1.4em; + margin-top: 2em; + margin-bottom: 1em; +} + +.scroll-box h3:first-of-type { + margin-top: 0.5em; +} + +.scroll-box p { + margin-bottom: 1.5em; +} + + # Cite Data Zoom in your research From 1ff6ae044f4b5e09634b71333725f5011c51e515 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Tue, 14 Jul 2026 13:46:34 -0300 Subject: [PATCH 04/10] Melhora organizacao do codigo Apenas troca a ordem de estilos do css, melhorando a organizacao do codigo --- pt/citacao.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/pt/citacao.md b/pt/citacao.md index 29372c4..cecead7 100644 --- a/pt/citacao.md +++ b/pt/citacao.md @@ -7,6 +7,19 @@ lang: pt # Cite o Data Zoom em sua pesquisa From 7796af03600942771dbee004b0fe035e878560e6 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Tue, 14 Jul 2026 15:42:18 -0300 Subject: [PATCH 05/10] Ajusta link de referencia sobre uso do data zoom no paper Atualiza link indicando com mais precisao o uso do data zoom no paper --- _data/citacoes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/citacoes.yml b/_data/citacoes.yml index 0c926b9..012a016 100644 --- a/_data/citacoes.yml +++ b/_data/citacoes.yml @@ -2,7 +2,7 @@ published: - author_date: "Haanwinckel, D. (2025)." link: "https://www.aeaweb.org/articles?id=10.1257/aer.20201293" title: "Supply, Demand, Institutions, and Firms: A Theory of Labor Market Sorting and the Wage Distribution" - remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293. Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view (includes code/dependencies/DataZoom)." + remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293. Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view%3Bjsessionid%3DE83776A2FB3CAC95F0EC8B33074AB659?path=%2Fopenicpsr%2F221321%2Ffcr%3Aversions%2FV1%2Fcode%2Fdependencies (includes code/dependencies/DataZoom)." - author_date: "Muniz, J., Queiroz, B. L., & Saperstein, A. (2024)." link: "https://www.demographic-research.org/articles/volume/50/17" From 17902a017f3976138598f5ca5b6a7e09e903c8f4 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Thu, 16 Jul 2026 03:21:09 -0300 Subject: [PATCH 06/10] Aumenta a largura das caixas na pagina de citacao Aumenta a largura das caixas que contem modelos para citar o data zoom e que contem trabalhos que citaram o data zoom, de forma que as caixas acompanhem o texto livre fora delas --- pt/citacao.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pt/citacao.md b/pt/citacao.md index cecead7..d4dc143 100644 --- a/pt/citacao.md +++ b/pt/citacao.md @@ -21,6 +21,12 @@ pre { user-select: all; } +.scroll-box { + width: 100% !important; + max-width: 100% !important; + box-sizing: border-box; +} + .scroll-box h3 { font-size: 1.4em; margin-top: 2em; From 21b517cdb4a6e02277d77fcaf2affc7bebfc8062 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Mon, 20 Jul 2026 14:16:43 -0300 Subject: [PATCH 07/10] =?UTF-8?q?Pequena=20atualiza=C3=A7=C3=A3o=20e=20aju?= =?UTF-8?q?ste=20na=20organiza=C3=A7=C3=A3o=20de=20link=20de=20cita=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Atualiza o link e organização de Data and Code do paper de Daniel Haanwinckel. --- _data/citacoes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/citacoes.yml b/_data/citacoes.yml index 012a016..e0e0a1b 100644 --- a/_data/citacoes.yml +++ b/_data/citacoes.yml @@ -2,7 +2,7 @@ published: - author_date: "Haanwinckel, D. (2025)." link: "https://www.aeaweb.org/articles?id=10.1257/aer.20201293" title: "Supply, Demand, Institutions, and Firms: A Theory of Labor Market Sorting and the Wage Distribution" - remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293. Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view%3Bjsessionid%3DE83776A2FB3CAC95F0EC8B33074AB659?path=%2Fopenicpsr%2F221321%2Ffcr%3Aversions%2FV1%2Fcode%2Fdependencies (includes code/dependencies/DataZoom)." + remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293.
Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view%3Bjsessionid%3DE83776A2FB3CAC95F0EC8B33074AB659?path=%2Fopenicpsr%2F221321%2Ffcr%3Aversions%2FV1%2Fcode%2Fdependencies." - author_date: "Muniz, J., Queiroz, B. L., & Saperstein, A. (2024)." link: "https://www.demographic-research.org/articles/volume/50/17" From c02d85223ccdb798c5aadb82e8879ee141c83892 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Mon, 20 Jul 2026 14:28:53 -0300 Subject: [PATCH 08/10] Pequeno ajuste inserindo link de citacao em Data and Code --- _data/citacoes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/citacoes.yml b/_data/citacoes.yml index e0e0a1b..8ad3e56 100644 --- a/_data/citacoes.yml +++ b/_data/citacoes.yml @@ -2,7 +2,7 @@ published: - author_date: "Haanwinckel, D. (2025)." link: "https://www.aeaweb.org/articles?id=10.1257/aer.20201293" title: "Supply, Demand, Institutions, and Firms: A Theory of Labor Market Sorting and the Wage Distribution" - remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293.
Data and code: https://www.openicpsr.org/openicpsr/project/221321/version/V1/view%3Bjsessionid%3DE83776A2FB3CAC95F0EC8B33074AB659?path=%2Fopenicpsr%2F221321%2Ffcr%3Aversions%2FV1%2Fcode%2Fdependencies." + remainder: "American Economic Review, 115(12), 4137–4182. https://doi.org/10.1257/aer.20201293 - [Data and code](https://www.openicpsr.org/openicpsr/project/221321/version/V1/view%3Bjsessionid%3DE83776A2FB3CAC95F0EC8B33074AB659?path=%2Fopenicpsr%2F221321%2Ffcr%3Aversions%2FV1%2Fcode%2Fdependencies)" - author_date: "Muniz, J., Queiroz, B. L., & Saperstein, A. (2024)." link: "https://www.demographic-research.org/articles/volume/50/17" From 1682248b5c53e4586cd38ac1a138680a23dbab45 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Mon, 20 Jul 2026 18:26:04 -0300 Subject: [PATCH 09/10] Format paper remainder with markdown and clean tags Apply markdown formatting to enable attached link --- pt/citacao.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/citacao.md b/pt/citacao.md index d4dc143..590d654 100644 --- a/pt/citacao.md +++ b/pt/citacao.md @@ -81,7 +81,7 @@ Caso o Data Zoom tenha ajudado em algum estudo escrito por você, pedimos que en {{ paper.title }} . - {{ paper.remainder }} + {{ paper.remainder | markdownify | remove: "

" | remove: "

" }}

{% endfor %}

Working papers e outros textos

From fffebbdb4e618feb2e5a88d4ff440c80cfdd8c73 Mon Sep 17 00:00:00 2001 From: Felipe de Moraes Date: Mon, 20 Jul 2026 18:44:41 -0300 Subject: [PATCH 10/10] Replicating changes made on pt/citacao.md Updated the English version of the webpage accordingly to the Portuguese version --- en/citacao.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/en/citacao.md b/en/citacao.md index b0db0cd..248beb2 100644 --- a/en/citacao.md +++ b/en/citacao.md @@ -21,6 +21,12 @@ pre { user-select: all; } +.scroll-box { + width: 100% !important; + max-width: 100% !important; + box-sizing: border-box; +} + .scroll-box h3 { font-size: 1.4em; margin-top: 2em; @@ -76,7 +82,7 @@ In case Data Zoom has helped in a study you've written, please send a copy to [d {{ paper.title }} . - {{ paper.remainder }} + {{ paper.remainder | markdownify | remove: "

" | remove: "

" }}

{% endfor %}

Working papers and other texts