-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentations.html
More file actions
110 lines (103 loc) · 5.28 KB
/
Copy pathpresentations.html
File metadata and controls
110 lines (103 loc) · 5.28 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hyuk-soo Kwon, Assistant Professor at the Harris School of Public Policy at the University of Chicago.">
<title>Presentations | Hyuk-soo Kwon</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&family=Work+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css?v=20260713e">
</head>
<body>
<header class="site-header">
<nav class="site-nav" aria-label="Primary navigation">
<a href="index.html">Main</a>
<a href="presentations.html" class="active" aria-current="page">Presentation</a>
<a href="teaching.html">Teaching</a>
<a href="files/CV.pdf" target="_blank" rel="noopener">CV</a>
</nav>
</header>
<div class="page-shell">
<aside class="sidebar">
<a class="profile-link" href="index.html" aria-label="Go to the main page">
<div class="profile-frame">
<div class="profile-fallback" aria-hidden="true">HK</div>
<img
class="profile-img"
src="files/profile.jpeg"
alt="Hyuk-soo Kwon"
onerror="this.style.display='none'"
>
</div>
</a>
<h2 class="name">Hyuk-soo Kwon</h2>
<div class="profile-details">
<div>Harris School of Public Policy</div>
<div>University of Chicago</div>
<div><a href="mailto:hskwon.econ@gmail.com">hskwon.econ@gmail.com</a></div>
</div>
</aside>
<main class="content">
<section class="listing-page">
<div class="presentation-group first-group">
<h2>Equitable Energy Transitions? The Efficiency and Distributional Effects of Subsidies for Used Electric Vehicles</h2>
<ul>
<li>UC Berkeley Energy Camp (June 24, 2026)</li>
<li>Northeast Workshop on Energy Policy and Environmental Economics (May 8, 2026)</li>
<li>EPIC Junior Workshop (April 3, 2026)</li>
<li>EPIC Junior Workshop (May 10, 2025)</li>
<li>2025 ASSA Annual Meeting, Econometric Society (January 4, 2025)</li>
<li>NBER Distributional Consequences of New Energy Policies (September 20, 2024)</li>
</ul>
</div>
<div class="presentation-group">
<h2>Learning by Doing in the Global Electric Vehicle Battery Industry and Implications for Government Policies</h2>
<ul>
<li>RES Seminar Series on Climate Change at IMF (May 15, 2025)</li>
<li>EPIC Faculty Workshop (November 12, 2024)</li>
<li>Chicago–Northwestern China Afternoon Workshop (November 8, 2024)</li>
<li>Camp Resources XXX Workshop (August 6, 2024)</li>
<li>EPIC Junior Workshop (May 31, 2024)</li>
<li>AERE 2024 Summer Conference (May 29, 2024)</li>
<li>Cornell Econ Alumni Workshop (May 11, 2024)</li>
</ul>
</div>
<div class="presentation-group">
<h2>Subsidies versus Tradable Credits for Electric Vehicles: The Role of Market Power in the Credit Market</h2>
<ul>
<li>NTA 116th Annual Conference on Taxation (November 2, 2023)</li>
<li>Resources for the Future Seminar (October 11, 2023)</li>
<li>LSE Environment Week (September 23, 2023)</li>
<li>Young Economist Workshop at Yonsei University (June 19, 2023)</li>
<li>Annual International Industrial Organization Conference (April 23, 2023)</li>
<li>North East Universities Development Consortium Conference (November 5, 2022)</li>
<li>Cornell Environmental and Resource Economics Workshop (September 16, 2022)</li>
<li>Yale Environmental and Natural Resource Economics Seminar (September 7, 2022)</li>
<li>Camp Resources XXVIII Workshop (August 8, 2022)</li>
<li>Empirical Methods in Energy Economics Summer Workshop (July 7, 2022)</li>
<li>Western Economic Association International Annual Conference (June 30, 2022)</li>
<li>North America Summer Meeting of the Econometric Society (June 19, 2022)</li>
<li>Northeast Workshop on Energy Policy and Environmental Economics (June 13, 2022)</li>
</ul>
</div>
<div class="presentation-group">
<h2>Attribute-Based Subsidies and Market Power: An Application to Electric Vehicles</h2>
<ul>
<li>Annual Economics Graduate Student Conference of Washington University in St. Louis (October 23, 2021)</li>
<li>Canadian Ph.D. and Early Career Workshop in Environmental and Resource Economics (June 16, 2021)</li>
</ul>
</div>
<div class="presentation-group">
<h2>Knowledge Spillovers and Patent Citations: Trends in Geographic Localization, 1976–2015</h2>
<ul>
<li>Asian Meeting of the Econometric Society (June 22, 2018)</li>
</ul>
</div>
</section>
</main>
</div>
<script src="assets/js/main.js?v=20260713e"></script>
</body>
</html>