diff --git a/_data/citacoes.yml b/_data/citacoes.yml index cffd025..8ad3e56 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%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" 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" diff --git a/en/citacao.md b/en/citacao.md index 0db5130..248beb2 100644 --- a/en/citacao.md +++ b/en/citacao.md @@ -20,6 +20,28 @@ pre { cursor: pointer; /* Shows it's clickable */ 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; + 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 @@ -60,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 %}" | remove: "
" }} {% endfor %}