Skip to content
Merged
30 changes: 20 additions & 10 deletions _data/citacoes.yml
Original file line number Diff line number Diff line change
@@ -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: "<em>American Economic Review, 115</em>(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"
Expand Down Expand Up @@ -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: "<em>American Economic Journal: Applied Economics, 10</em>(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, <em>Journal of Human Resources</em>). 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"
Expand All @@ -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"
remainder: "(Master’s project, Duke University). Retrieved from https://hdl.handle.net/10161/30524"
24 changes: 23 additions & 1 deletion en/citacao.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


</style>

# Cite Data Zoom in your research
Expand Down Expand Up @@ -60,7 +82,7 @@ In case Data Zoom has helped in a study you've written, please send a copy to [d
<a href="{{ paper.link }}" target="_blank" rel="noopener noreferrer">
<em>{{ paper.title }}</em>
</a>.
{{ paper.remainder }}
{{ paper.remainder | markdownify | remove: "<p>" | remove: "</p>" }}
</p>
{% endfor %}
<h3> Working papers and other texts </h3>
Expand Down
25 changes: 23 additions & 2 deletions pt/citacao.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lang: pt
<style>
#output pre { display: none; }
#output pre#bibtex { display: block; }

pre {
border: 2px solid #369; /* Blue border, change color as you like */
border-radius: 6px; /* Rounded corners */
Expand All @@ -20,6 +20,27 @@ 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;
}

</style>

# Cite o Data Zoom em sua pesquisa
Expand Down Expand Up @@ -60,7 +81,7 @@ Caso o Data Zoom tenha ajudado em algum estudo escrito por você, pedimos que en
<a href="{{ paper.link }}" target="_blank" rel="noopener noreferrer">
<em>{{ paper.title }}</em>
</a>.
{{ paper.remainder }}
{{ paper.remainder | markdownify | remove: "<p>" | remove: "</p>" }}
</p>
{% endfor %}
<h3> Working papers e outros textos </h3>
Expand Down