-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
91 lines (88 loc) · 4.79 KB
/
Copy pathabout.html
File metadata and controls
91 lines (88 loc) · 4.79 KB
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
83
84
85
86
87
88
89
90
91
---
layout: default
title: "About | BD Economics"
description: "About Brian Dew and BD Economics. Open-source macroeconomic research, data tools, and API guides. Previously at CEPR, the IMF, and IIF."
og_description: "About Brian Dew and BD Economics. Open-source macroeconomic research, data tools, and API guides."
canonical: "https://bd-econ.com/about.html"
body_class: "page-about accent-red"
nav_active: "about"
page_title_html: |
<div class="page-title page-title-feature accent-red">
<p class="page-title-kicker">About</p>
<h1>BD Economics</h1>
<p class="page-title-deck">Open-source macroeconomic research, data tools, and Python tutorials by Brian Dew.</p>
</div>
jsonld: |
[{
"@context": "https://schema.org",
"@type": "AboutPage",
"name": "About BD Economics",
"description": "About Brian Dew and BD Economics. Open-source macroeconomic research, data tools, and API guides.",
"url": "https://bd-econ.com/about.html",
"mainEntity": {"@id": "https://bd-econ.com/about.html#brian"}
},
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://bd-econ.com/about.html#brian",
"name": "Brian Dew",
"url": "https://bd-econ.com/about.html",
"jobTitle": "Economist",
"image": "https://bd-econ.com/images/brian.jpg",
"knowsAbout": ["macroeconomics", "labor economics", "data analysis", "Python", "open-source economic research"],
"alumniOf": [
{"@type": "CollegeOrUniversity", "name": "George Washington University"},
{"@type": "CollegeOrUniversity", "name": "American University"}
],
"worksFor": {
"@type": "Organization",
"name": "BD Economics",
"url": "https://bd-econ.com"
},
"sameAs": [
"https://github.com/bdecon",
"https://twitter.com/bd_econ",
"https://www.linkedin.com/in/brian-dew-5788a386/"
]
}]
---
<section>
<article class="prose">
<div class="info-box">
<div class="split-row">
<div class="bio">
<picture><source srcset="images/briandew.webp" type="image/webp"><img decoding="async" class="bio-photo" src="images/briandew.png" alt="Brian Dew" width="191" height="191"></picture>
<div class="bio-text">
<h2>Brian W. Dew</h2>
<div class="bio-links">
<span class="note">Data Analyst</span>
<div class="bio-social">
{% include social-icons.html keys="github,linkedin,email" %}
</div>
</div>
</div>
</div>
<div class="bio-prose">
<p>I build data tools and visualizations for macroeconomic research. I've worked for the Center for Economic and Policy Research and the International Monetary Fund.</p>
<p>Past projects include internal IMF tools for tracking statistical coverage across member countries, an emerging markets finance dashboard, economic chartbooks, and contributions to open-source Census microdata projects.</p>
<p>I hold a master's in economics from American University, and a bachelor's degree from George Washington University.</p>
</div>
</div>
</div>
<div class="card accent-red">
<div class="card-header"><span class="card-title">Selected Work</span></div>
<div class="card-body">
<ul>
<li><a href="https://www.imf.org/en/Publications/WP/Issues/2017/02/13/Assessing-the-Fragility-of-Global-Trade-The-Impact-of-Localized-Supply-Shocks-Using-Network-44656">Assessing the Fragility of Global Trade</a> — IMF Working Paper, 2017 (with Korniyenko & Pinat)</li>
<li><a href="https://cepr.net/publications/the-collapse-of-obamacare-big-problem-in-republican-states/">The Collapse of Obamacare: Big Problem in Republican States</a> — CEPR, 2017</li>
<li><a href="https://cepr.net/publications/the-problem-with-blaming-men-for-not-working-a-comparison-of-labor-market-outcomes-for-men-and-women/">The Problem with Blaming Men for Not Working</a> — CEPR, 2017</li>
<li><a href="https://cepr.net/publications/union-membership-byte-2018/">Union Membership Byte</a> — CEPR, 2018</li>
<li><a href="https://www.peoplespolicyproject.org/2018/12/19/us-companies-are-flush-with-left-over-cash/">US Companies Are Flush with Left Over Cash</a> — People's Policy Project, 2018</li>
<li><a href="https://www.peoplespolicyproject.org/2020/07/28/the-long-reach-of-unemployment-benefits/">The Long Reach of Unemployment Benefits</a> — People's Policy Project, 2020</li>
<li><a href="/blog/2023/12/18/trends-in-hours-worked-in-the-us/">Trends in Hours Worked in the US</a> — BD Economics blog, 2023</li>
<li><a href="https://www.peoplespolicyproject.org/project/us-nordic-childcare-gap/" target="_blank" rel="noopener">The US-Nordic Childcare Gap</a> — People's Policy Project, 2026</li>
</ul>
</div>
</div>
</article>
</section>