Skip to content

Commit 484ffb5

Browse files
updates
1 parent 73fffba commit 484ffb5

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
base_url = "https://pharringtonp19.github.io"
33

44
title = "Patrick Power"
5-
description = "Data Scientist @ Yale's School of Public Health"
5+
description = "Teaching Fellow @ Harvard University"
66

77
# Whether to automatically compile all Sass files in the sass directory
88
compile_sass = true
@@ -18,7 +18,7 @@ theme = "hermit_zola"
1818
highlight_code = true
1919

2020
[extra]
21-
home_subtitle = "Economics PhD @ Boston University"
21+
home_subtitle = "Economics PhD"
2222
logo = '/images/vmountains.png'
2323

2424

content/about/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ title = "About"
1212
<div style="display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:space-between;text-align: left">
1313
<div style="flex:1; max-width:48%;">
1414

15-
I am a Data Scientist at Yale's School of Public Health and a Teaching Fellow in the Economics Department at Harvard University. I am also a board memeber on Rhode Island's Coalition to End Homelessness.
16-
17-
My research and teaching focuses on the Economics of housing and homelessness. I teach an undergraduate seminar course on the topic. And my research applies deep-learning techniques to better assess the effects of policies like the "Right to Counsel" in eviction cases ([Job Market Paper](https://github.com/pharringtonp19/papers/blob/main/The_Right_to_Counsel_at_Scale_latest.pdf)).
15+
I am a Teaching Fellow in the Economics Department at Harvard University. I am also a board memeber on Rhode Island's Coalition to End Homelessness.
1816

19-
I am also interested in programming, causal inference, and probability, and have taught an [introductory analytics](https://pharringtonp19.github.io/business-analytics/) class on these concepts.
20-
21-
To get in contact, email me at patrick.h.power@yale.edu or ppower@fas.harvard.edu
2217

2318

2419
<!-- My research interests were initially shaped by my undergraduate experience at the University of Notre Dame. Working with Bill Evans and Ethan Lieber, I became interested in studying the effectiveness of policies that shape/influence the lives of low income individuals. In graduate school, as a part of Winnie Van Dijk’s reading groups at Harvard on Housing and Homeless, these interests were only further solidified. To date, I’ve worked on papers related to the opioid epidemic as well as the role of legal aid in evictions. And this fall, I am teaching an undergraduate seminar course at Harvard on the Economics of Housing and Homelessness.

content/teaching/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,25 @@ descripttion = "WIP"
2929
text-align: center;
3030
font-family: Palatino;
3131
}
32+
ul {
33+
font-family: Arial, sans-serif;
34+
line-height: 1.6;
35+
}
36+
.university {
37+
color: #666;
38+
font-style: italic;
39+
}
3240
</style>
3341

3442

3543
<div style="font-family: Palatino;font-size: 18px; text-align: left">
36-
I have taught Intermediate Microeconomics (Fall 2021, 2022), Buisness Analytics in Python (Fall 2024) and a seminar course on Housing and Homelessness (Fall 2023, Spring 2024, Fall 2024).
44+
45+
<ul>
46+
<li>The Economics of Housing and Homelessness: Fall 2023 - Fall 2025 <span class="university">(Harvard University)</span></li>
47+
<li>The Economics of Presidential Policies: Fall 2025 <span class="university">(Harvard University)</span></li>
48+
<li>Business Analytics in Python: Fall 2024 <span class="university">(Boston University)</span></li>
49+
<li>Intermediate Microeconomics: Fall 2021, 2022 <span class="university">(Boston University)</span></li>
50+
</ul>
3751

3852
</div>
3953

0 commit comments

Comments
 (0)