-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
551 lines (512 loc) · 25.9 KB
/
index.html
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!doctype html>
<html lang="en-US"><head>
<!--
``I have endeavored neither to mock nor to denounce men’s actions but to understand them'' - Spinoza
(as engraved in the Martin E. Messinger Periodical Reading Room at the University of Rochester)
-->
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff">
<style> li.paper { margin-top: 0.5em !important; margin-bottom: 1.5em !important; } </style>
<title>Gabriel Mihalache</title>
<meta name="description" content="Gabriel Mihalache, Assistant Professor of Economics, Ohio State. International Macroeconomics: sovereign debt and default, maturity structure, capital accumulation and sectoral reallocation, fiscal-monetary interactions, public finance during epidemics.">
</head>
<body>
<div class="container-lg my-3">
<div class="row">
<div class="col"> </div>
<div class="col-lg-9">
<h1>Gabriel Mihalache<br><small class="text-muted">International Economics</small></h1>
</div>
</div>
<div class="row">
<div class="col">
<a href="./gazebo.jpg"><img src="./portrait5.png" class="img-fluid rounded mx-auto img-thumbnail" alt="Gabriel Mihalache" width="250"></a>
<p><strong>Contact:</strong><br>
<a href="mailto:mihalache.2@osu.edu">mihalache.2@osu.edu</a></p>
<p><i class="bi bi-building"></i> 425 Arps Hall, The Ohio State University, Columbus, OH 43210</p>
<p id="cvitae"><i class="bi bi-file-earmark-binary"></i> <a href="./docs/CV_Mihalache.pdf">Curriculum Vitae (PDF)</a></p>
<p><i class="bi bi-speedometer"></i> <a href="https://scholar.google.com/citations?user=LoNYYR4AAAAJ&hl=en">Google Scholar</a>, <a href="https://github.com/gabrielgggg/">GitHub</a></p>
</div>
<div class="col-lg-9">
<p class="text-justify">My name is Gabriel, I study topics in <em>International Macroeconomics</em>. My work explores the consequences of
sovereign default risk for the maturity structure of public debt, sectoral reallocation, capital accumulation, and fiscal-monetary interactions.
I am an Assistant Professor of Economics at <a href="https://economics.osu.edu/">The Ohio State University</a>. I received my PhD in 2016, from the
<a href="http://www.sas.rochester.edu/eco/">University of Rochester</a>. I am Romanian and, if you're curious, <a href="https://youtu.be/bMNXgzbNp-U?t=4">this is how you pronounce my last name</a>.</p>
<ul class="nav nav-tabs justify-content-center">
<li class="nav-item"><a class="nav-link" href="#wp">Working Papers</a></li>
<li class="nav-item"><a class="nav-link" href="#pubs">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="#res">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="#teaching">Teaching</a></li>
<li class="nav-item"><a class="nav-link" href="#door">Door Decoration</a></li>
</ul>
<!-- <p class="bg-light bg-gradient"><i class="bi bi-newspaper"></i> <strong>News.</strong> May 2024: "Deadly Debt Crises" is now published in The Review of Economic Studies.
<a href="https://academic.oup.com/restud/article/91/3/1243/7179888?utm_source=authortollfreelink&utm_campaign=restud&utm_medium=email&guestAccessKey=18074514-20b8-45b5-9d89-3aafd82e4aac">Free access link.</a></p> -->
<!--
*
*
* Start WP
*
*
-->
<h2 id="wp"><i class="bi bi-broadcast-pin"></i> Working Papers</h2>
<ul class="">
<li class="paper"><mark>"Default and Development,"</mark> Dec 2024 <div class="btn-group btn-group-sm" role="group">
<a href="./docs/LM_development.pdf" class="btn btn-light">PDF</a> <a href="./docs/LM_development_slides.pdf" class="btn btn-light">Slides</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#devModal">Bib</button>
</div><br>
with <a href="https://www.leiliecon.com/" class="text-secondary">Lei Li</a><br>
Revise-and-resubmit <strong>Journal of International Economics</strong>
<div class="modal fade" id="devModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="devlabel">Default and Development</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@unpublished{LI2024wp,
author = "Lei Li and Gabriel Mihalache",
title = "Default and Development",
month = "7",
year = "2024", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Insufficient or Excessive Investment in Economies at Risk of Sovereign Default,"</mark> Dec 2024 <div class="btn-group btn-group-sm" role="group">
<a href="./docs/MS_kK.pdf" class="btn btn-light">PDF</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#kkModal">Bib</button>
</div><br>
with <a href="https://sites.google.com/view/ilhwansong" class="text-secondary">Ilhwan Song</a><br>
<div class="modal fade" id="kkModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="kklabel">Insufficient or Excessive Investment in Economies at Risk of Sovereign Default</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@unpublished{MS2024wp,
author = "Gabriel Mihalache and Ilhwan Song",
title = "Insufficient or Excessive Investment in Economies at Risk of Sovereign Default",
month = "12",
year = "2024", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Monetary Policy and Sovereign Risk in Emerging Economies (NK-Default),"</mark> Oct 2024 <div class="btn-group btn-group-sm" role="group">
<a href="./docs/ABM_nkdefault_24.pdf" class="btn btn-light">PDF</a> <a href="./docs/ABM_nkdefault.pdf" class="btn btn-light">'20ver</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#monModal">Bib</button>
</div><br>
with <a href="http://www.cristinaarellano.com" class="text-secondary">Cristina Arellano</a> and <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a><br>
Revise-and-resubmit <strong>The Quarterly Journal of Economics</strong>
<div class="modal fade" id="monModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="monlabel">Monetary Policy and Sovereign Risk in Emerging Economies</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@unpublished{ARELLANO2020wp,
author = "Cristina Arellano and Yan Bai and Gabriel Mihalache",
title = "Monetary Policy and Sovereign Risk in Emerging Economies (NK-Default)",
note = "NBER Working Paper No. 26671",
month = "1",
year = "2020",
doi = "10.3386/w26671", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"The Maturity and Payment Schedule of Sovereign Debt,"</mark> Jun 2016 <div class="btn-group btn-group-sm" role="group">
<a href="./docs/BKM_wp.pdf" class="btn btn-light">PDF</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#dtModal">Bib</button>
</div><br>
with <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a> and <a href="https://sites.google.com/site/santaf78/" class="text-secondary">Seon Tae Kim</a>
<div class="modal fade" id="dtModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="dtlabel">The Maturity and Payment Schedule of Sovereign Debt</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@unpublished{BAI2016wp,
author = "Yan Bai and Seon Tae Kim and Gabriel Mihalache",
title = "The Maturity and Payment Schedule of Sovereign Debt",
note = "NBER Working Paper No. 20896",
month = "6",
year = "2016",
doi = "10.3386/w20896", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
</ul>
<!--
*
*
* End WP
*
*
-->
<h2 id="pubs"><i class="bi bi-bezier2"></i> Publications</h2>
<ul class="">
<li class="paper"><mark>"Solving default models,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/OREEF_solving.pdf" class="btn btn-light">PDF</a> <a href="https://doi.org/10.1093/acrefore/9780190625979.013.941" class="btn btn-light">DOI</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#oreefModal">Bib</button></div><br>
<strong>Oxford Research Encyclopedia of Economics and Finance</strong>, 2025
<div class="modal fade" id="oreefModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="oreeflabel">Solving default models</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{MIHALACHEOREEF2024,
author = "Gabriel Mihalache",
title = "Solving default models",
journal = "Oxford Research Encyclopedia of Economics and Finance",
month = "1",
year = "2025",
volume = "0",
doi = "10.1093/acrefore/9780190625979.013.941", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Comment on `On Wars Sanctions and Sovereign Defaults' by Bianchi and Sosa-Padilla,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="https://doi.org/10.1016/j.jmoneco.2023.10.009" class="btn btn-light">DOI</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#crnyuModal">Bib</button>
</div><br>
<strong>Journal of Monetary Economics (C-R-NYU 100th Meeting)</strong>, 2024, <em>141</em>, ISSN 1873-1295
<div class="modal fade" id="crnyuModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="crnyulabel">Comment on `On Wars Sanctions and Sovereign Defaults' by Bianchi and Sosa-Padilla</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{MIHALACHECRNYU2024,
author = "Gabriel Mihalache",
title = "Comment on `On Wars Sanctions and Sovereign Defaults' by Bianchi and Sosa-Padilla",
journal = "Journal of Monetary Economics",
month = "1",
year = "2024",
volume = "141",
issn = "1873-1295",
doi = "10.1016/j.jmoneco.2023.10.009", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Deadly Debt Crises: COVID-19 in Emerging Markets,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/ABM_sir.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1093/restud/rdad058" class="btn btn-light">DOI</a>
<a href="https://doi.org/10.5281/zenodo.7852998" class="btn btn-light">Code</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#covidModal">Bib</button>
</div><br>
with <a href="http://www.cristinaarellano.com" class="text-secondary">Cristina Arellano</a> and <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a><br>
<strong>The Review of Economic Studies</strong>, 2023, <em>91</em>(3), ISSN 0034-6527
<div class="modal fade" id="covidModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="covidlabel">Deadly Debt Crises: COVID-19 in Emerging Markets</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{ARELLANO2023,
author = {Arellano, Cristina and Bai, Yan and Mihalache, Gabriel},
title = "{Deadly Debt Crises: COVID-19 in Emerging Markets}",
journal = {The Review of Economic Studies},
volume = {91},
number = {3},
pages = {1243-1290},
year = {2023},
month = {05},
issn = {0034-6527},
doi = {10.1093/restud/rdad058},
url = {https://doi.org/10.1093/restud/rdad058},
eprint = {https://academic.oup.com/restud/article-pdf/91/3/1243/57452756/rdad058.pdf}, }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Bargaining over Taxes and Entitlements in the Era of Unequal Growth,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/AKM_budget_rules.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1111/iere.12625" class="btn btn-light">DOI</a>
<a href="https://github.com/gabrielgggg/StatusQuoUnequalGrowth" class="btn btn-light">Code</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#bargainModal">Bib</button>
</div><br>
with <a href="http://marina-azzimonti.com/" class="text-secondary">Marina Azzimonti</a> and <a href="https://laurakarpuska.com/" class="text-secondary">Laura Karpuska</a><br>
<strong>International Economic Review</strong>, 2023, <em>64</em>(3), ISSN 0020-6598
<div class="modal fade" id="bargainModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="bargainlabel">Bargaining over Taxes and Entitlements</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{AZZIMONTI2023,
author = "Marina Azzimonti and Laura Karpuska and Gabriel Mihalache",
title = "Bargaining over Taxes and Entitlements in the Era of Unequal Growth",
journal = "International Economic Review",
volume = "64",
issue = "3",
year = "2023",
month = "8",
issn = "0020-6598",
doi = "10.1111/iere.12625",
pages = "893--941", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"COVID-19 Vaccination and Financial Frictions,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/ABM_vaccine.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1057/s41308-022-00186-4" class="btn btn-light">DOI</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#vaccineModal">Bib</button>
</div><br>
with <a href="http://www.cristinaarellano.com" class="text-secondary">Cristina Arellano</a> and <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a><br>
<strong>IMF Economic Review</strong>, 2023, <em>71</em>(1), ISSN 2041-4161
<div class="modal fade" id="vaccineModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="vaccinelabel">COVID-19 Vaccination and Financial Frictions</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{ARELLANO2022f,
title = "COVID-19 Vaccination and Financial Frictions",
journal = "IMF Economic Review",
volume = "71",
year = "2023",
month = "3",
pages = "216--242",
issn = "2041-4161",
doi = "10.1057/s41308-022-00186-4",
url = "https://link.springer.com/article/10.1057/s41308-022-00186-4",
author = "Cristina Arellano and Yan Bai and Gabriel Mihalache", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div></li>
<li class="paper"><mark>"Sovereign Default Resolution Through Maturity Extension,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/M_maturity_extension.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1016/j.jinteco.2020.103326" class="btn btn-light">DOI</a>
<a href="https://data.mendeley.com/datasets/92zn5cdty3/1" class="btn btn-light">Code</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#jie2020Modal">Bib</button>
</div><br>
<strong>Journal of International Economics</strong>, 2020, <em>125C</em>, ISSN 0022-1996
<div class="modal fade" id="jie2020Modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="jie2020label">Sovereign Default Resolution Through Maturity Extension</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{MIHALACHE2020103326,
title = "Sovereign default resolution through maturity extension",
journal = "Journal of International Economics",
volume = "125C",
pages = "103326",
year = "2020",
month = "7",
issn = "0022-1996",
doi = "10.1016/j.jinteco.2020.103326",
url = "http://www.sciencedirect.com/science/article/pii/S0022199620300453",
author = "Gabriel Mihalache", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
<li class="paper"><mark>"Default Risk, Sectoral Reallocation, and Persistent Recessions,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/ABM_reallocation.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1016/j.jinteco.2018.01.004" class="btn btn-light">DOI</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#jie2018Modal">Bib</button>
</div><br>
with <a href="http://www.cristinaarellano.com" class="text-secondary">Cristina Arellano</a> and <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a><br>
<strong>Journal of International Economics</strong>, 2018, <em>112</em>, ISSN 0022-1996
<div class="modal fade" id="jie2018Modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="jie2018label">Default Risk, Sectoral Reallocation, and Persistent Recessions</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{ARELLANO2018182,
title = "Default risk, sectoral reallocation, and persistent recessions",
journal = "Journal of International Economics",
volume = "112",
pages = "182--199",
year = "2018",
month = "5",
issn = "0022-1996",
doi = "10.1016/j.jinteco.2018.01.004",
url = "http://www.sciencedirect.com/science/article/pii/S0022199618300047",
author = "Cristina Arellano and Yan Bai and Gabriel Mihalache", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
<li class="paper"><mark>"The Payment Schedule of Sovereign Debt,"</mark> <div class="btn-group btn-group-sm" role="group">
<a href="./docs/BKM_schedule.pdf" class="btn btn-light">PDF</a>
<a href="https://doi.org/10.1016/j.econlet.2017.09.003" class="btn btn-light">DOI</a>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#el2017Modal">Bib</button>
</div><br>
with <a href="https://sites.google.com/site/yanbai06/" class="text-secondary">Yan Bai</a> and <a href="https://sites.google.com/site/santaf78/" class="text-secondary">Seon Tae Kim</a><br>
<strong>Economics Letters</strong>, 2017, <em>161</em>, ISSN 0165-1765
<div class="modal fade" id="el2017Modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="el2017label">The Payment Schedule of Sovereign Debt</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>@article{BAI201719,
title = "The payment schedule of sovereign debt",
journal = "Economics Letters",
volume = "161",
pages = "19--23",
year = "2017",
month = "12",
issn = "0165-1765",
doi = "10.1016/j.econlet.2017.09.003",
url = "http://www.sciencedirect.com/science/article/pii/S0165176517303701",
author = "Yan Bai and Seon Tae Kim and Gabriel Mihalache", }</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-light" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
</ul>
<!--
*
*
* End Published
*
*
-->
<img src="entitled.png" width="400" height="307" class="mx-auto img-fluid d-block my-4" alt="Bargaining over Taxes and Entitlements in the Era of Unequal Growth">
<h2 id="res"><i class="bi bi-archive"></i> Resources</h2>
<ul>
<li class="paper"><a href="./computation/">Computation</a>: Compilers, IDEs, languages, libraries for numerical methods</li>
<li class="paper"><a href="./teaching/sov-debt-and-default/">Sovereign default reading list</a>: key papers on quantitative models of (equilibrium) sovereign default</li>
<li class="paper"><a href="./computation/fortranMatlab.html">A Fortran+MATLAB Workflow</a>, for moving data or results back and forth</li>
</ul>
<h2 id="teaching"><i class="bi bi-chat-quote"></i> Teaching</h2>
<p>All materials, including syllabi and recordings, are distributed via Carmen. Class-specific office hours are listed in the syllabus. For other appointments, please email. Students, please use <a href="mailto:mihalache.2@osu.edu">mihalache.2@osu.edu</a> and include the class name in the subject. Thank you!</p>
<h3>Spring 2025</h3>
<ul>
<li>ECON 5660 Financial Aspects of International Trade</li>
</ul>
<h3>Previously</h3>
<ul>
<li>ECON 5660 Financial Aspects of International Trade</li>
<li>ECON 8862 International Economics 2 (PhD)</li>
<li> At Stony Brook University:
<ul>
<li>ECO 305 Intermediate Macroeconomic Theory</li>
<li>ECO 325 International Trade</li>
<li>ECO 386 International Finance</li>
<li>ECO 531 Introduction to Computational Methods in Economics (MA)</li>
<li>ECO 610 Advanced Macroeconomic Theory (PhD)</li>
<li>ECO 613 Computational Macroeconomics (PhD)</li>
</ul>
</li>
</ul>
<p>Are you considering asking me to write a reference letter in support fo your grad school applications? Please read carefully the <a href="/teaching/references/">information available here</a>, to help me help you. Thank you!</p>
<h2 id="door"><i class="bi bi-door-open"></i> Door Decorations</h2>
<p>It is traditional for academics to decorate their office doors with snippets from articles, media, social commentary, quotes, or cartoons. These are the current content on my door, as of June 2022:</p>
<ul>
<li><a href="./door/japan.pdf">"Japan's Phillips Curve Looks Like Japan"</a> – G.W. Smith, 2006</li>
<li><a href="./door/bigPi.pdf">"The Ends of Four Big Inflations"</a> – T.J. Sargent, 1981</li>
<li><a href="./door/speech.pdf">"University of California at Berkley graduation speech"</a> – T.J. Sargent, 2007</li>
<li><a href="./door/brazilPi.pdf">"Brazil: Inflation and stabilization plans"</a> – Ayres et al., 2019</li>
<li><a href="./door/garbage.pdf">"Asset Pricing with Garbage"</a> – A. Savov, 2011</li>
</ul>
<img src="spreads.png" width="400" class="mx-auto img-fluid d-block my-4" alt="Sovereign Yield Spreads">
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>