-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (71 loc) · 5.28 KB
/
index.html
File metadata and controls
80 lines (71 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
<!DOCTYPE html>
<html lang="en" data-theme="light" class="no-js">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;700&family=Open+Sans+Condensed:wght@300;700&display=swap" rel="stylesheet">
<link href="/css/style.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="/js/main.js"></script>
<title>Michael Kotrous</title>
</head>
<body class="homepage">
<header>
<div class="container-fluid container-fluid--md">
<div class="row header">
<div class="header-content">
<div class="toggle"><a href="#" id="theme_toggle">💡</a></div>
<h1 class="header-content--title"><a href="/">Michael Kotrous</a></h1>
<div class="menu">
<ul>
<li><a href="/research">Research</a></li>
<li><a href="/teaching">Teaching</a></li>
<li><a href="/data">Data</a></li>
<li><a href="/uploads/Kotrous_Michael_CV.pdf" target="_blank">CV</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<main>
<section id="homepage">
<div class="container-fluid container-fluid--md">
<div class="homepage-content">
<div class="row">
<div class="homepage-content--bio">
<div class="homepage-content--bio--profile">
<img src="/img/MichaelKotrous-UGA-final-web.jpg" alt="profile picture"/>
</div>
<div class="homepage-content--bio--summary">
<img class="mobile" src="/img/MichaelKotrous-UGA-square-web240.jpg" height="120" width="120" />
<h2>Hi! My name is Michael <span class="emoji">👋</span></h2>
<p>I am a Ph.D. candidate in the John Munro Godfrey, Sr. Department of Economics at the <a href="https://www.terry.uga.edu/directory/people/michael-kotrous" target="_blank">University of Georgia</a>. I am an empirical IO economist with interest in labor economics, franchising, and broadband.</p>
<p><strong><em>I am on the job market during the 2025-2026 academic year.</em></strong> My <a href="/uploads/Kotrous_Michael_MuniBroadband.pdf" target="_blank">job market paper</a> studies the effects of Chattanooga, Tennessee's municipal broadband project on its local labor market performance.</p>
<p>I am also an assistant with the James C. Bonbright Center for the Study of Regulation at the University of Georgia. I was a Bastiat Fellow at the <a href="https://www.mercatus.org/people/michael-kotrous" target="_blank">Mercatus Center at George Mason University</a>.</p>
<p>Prior to graduate school, I worked as a program manager at Mercatus, contributing to projects related to regulatory processes, technological innovation, and entrepreneurship. My writings on antitrust, aviation, broadband, cost-benefit analysis, drones, and social media regulation have appeared in <em><a href="https://www.usatoday.com/story/opinion/2018/05/02/flight-sharing-flytenow-uber-mike-lee-column/569753002/" target="_blank">USA Today</a></em>, <em><a href="https://www.politico.com/news/magazine/2020/04/02/coronavirus-economy-reopen-deaths-balance-analysis-159248#1" target="_blank">POLITICO Magazine</a></em>, <em><a href="https://www.usnews.com/opinion/economic-intelligence/articles/2017-10-30/regulating-facebook-like-a-utility-will-further-politicize-media" target="_blank">U.S. News & World Report</a></em>, <em><a href="https://thehill.com/social-tags/michael-kotrous" target="_blank">The Hill</a></em>, and <em><a href="https://web.archive.org/web/20230118050906/https://www.centralmaine.com/2020/05/23/commentary-will-lockdowns-really-kill-more-people-than-covid-19-itself/" target="_blank">Tribune News Service</a></em>.</p>
<p>I also have experience as a freelance web developer and enjoy coding projects.</p>
<div class="homepage-content--bio--summary--social">
<ul>
<li><span class="emoji">💻</span><a href="https://github.com/michaelkotrous" target="_blank">GitHub</a>
<span class="emoji">🌐</span><a href="https://x.com/MichaelKotrous" target="_blank">X</a>, <a href="https://www.linkedin.com/in/michael-kotrous/" target="_blank">LinkedIn</a>
<li><span class="emoji">📫</span>michael[dot]kotrous[at]uga[dot]edu</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container-fluid container-fluid--md">
<div class="row footer">
<div class="footer-content">
<p class="copyright">Copyright © 2026 by Michael Kotrous</p>
</div>
</div>
</div>
</footer>
</body>
</html>