Skip to content

Commit

Permalink
add award dates
Browse files Browse the repository at this point in the history
  • Loading branch information
magpowell committed May 19, 2024
1 parent 2cfd8d2 commit d045199
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,20 @@
],
"awards": [
{
"title": "Phi Beta Kappa"
"title": "Phi Beta Kappa",
"date": "2019"
},
{
"title": "Detur Book Prize, Harvard College"
"title": "Detur Book Prize, Harvard College",
"date": "2016"
},
{
"title": "Martin McPeck Prize, Harvard College"
"title": "Martin McPeck Prize, Harvard College",
"date": "2018"
},{
"title": "Hoopes Prize, Harvard College",
"summary": "For outstanding scholarly work on senior thesis."
"summary": "For outstanding scholarly work on senior thesis.",
"date": "2019"
}
]
}
Expand Down

0 comments on commit d045199

Please sign in to comment.