Skip to content

Commit

Permalink
added paper award
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- committed Oct 26, 2023
1 parent 1a8d028 commit 36a92d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@
margin-left: 20px;
line-height: 1.5;
}

.award {
color: purple;
font-weight: bold;
}
</style>
</head>

Expand Down Expand Up @@ -314,7 +319,7 @@ <h2>News and Publications</h2>
<div class="news-text"><a href="https://2023.splashcon.org/">OOPSLA 2023</a> published <a
href="https://victoryyw.github.io/assets/pdfs/pattern.pdf">Live Pattern
Matching with Typed Holes</a>
describing our work on reasoning about programs with pattern holes.</div>
describing our work on reasoning about programs with pattern holes. This paper was awarded a <span class="award">Distinguished Paper Award</span>!</div>
<div class="date">Oct 2023</div>
<div class="news-text"><a href="https://conf.researchr.org/home/vlhcc-2023">VL/HCC 2023</a> published <a href="https://tylr.fun/vlhcc23.pdf">Gradual Structure Editing with Obligations</a> describing our work on natural keyboard-driven structure editing.</div>
<div class="date">Jan 2023</div>
Expand Down

0 comments on commit 36a92d6

Please sign in to comment.