Skip to content

Commit 86b0d4f

Browse files
committed
Add RECAP arxiv link, ELI-Why HTML, ICLR slides; reorder PDF/HTML buttons; update Resume.pdf
1 parent 758b97f commit 86b0d4f

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

_bibliography/papers.bib

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ @article{keyu2026recap
99
journal={ACL Demo},
1010
abstract={Understanding how developers interact with AI coding assistants requires more than chat logs or git histories in isolation; it requires reconstructing the full context: which prompt led to which edit, what the developer tried and discarded, and how their strategy evolved over time. We present RECAP (Replay and Examine Captured AI Programming), an open-source platform that (1) passively records AI chat sessions and fine-grained code edits inside VS Code without disrupting the developer's workflow, (2) merges them into a unified timeline for interactive session replay, and (3) provides extensible analysis modules for behavioral classification and AI reliance measurement. Deployed in a university software engineering course, RECAP captured 2,034 prompts and 8,239 code edits from 41 students across a multi-week project. We demonstrate how the platform's linked data and replay capabilities enable analyses of developer-AI interaction patterns that no single data source could support.},
1111
selected={true},
12-
pdf={Arxiv_ACL_Demo_Feb_2026_RECAP.pdf},
12+
doi={10.48550/arXiv.2605.01104},
13+
pdf={https://arxiv.org/pdf/2605.01104},
1314
preview={RECAP.png}
1415
}
1516

@@ -36,6 +37,7 @@ @article{keyu2025explanations
3637
selected={true},
3738
doi={10.48550/arXiv.2506.14200},
3839
pdf={https://arxiv.org/pdf/2506.14200},
40+
html={https://inklab.usc.edu/eli-why/},
3941
preview={Eli-Why.png}
4042
}
4143

@@ -49,6 +51,7 @@ @article{huihan2024culture
4951
selected={true},
5052
doi={10.48550/arXiv.2412.20760},
5153
pdf={https://arxiv.org/pdf/2412.20760},
54+
slides={https://iclr.cc/media/iclr-2025/Slides/29287.pdf},
5255
preview={MEMOed.png}
5356
}
5457

_layouts/bib.liquid

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,20 @@
201201
{% if entry.bibtex_show %}
202202
<a class="bibtex btn btn-sm z-depth-0" role="button">Bib</a>
203203
{% endif %}
204-
{% if entry.html %}
205-
{% if entry.html contains '://' %}
206-
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
207-
{% else %}
208-
<a href="{{ entry.html | prepend: '/assets/html/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
209-
{% endif %}
210-
{% endif %}
211204
{% if entry.pdf %}
212205
{% if entry.pdf contains '://' %}
213206
<a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button">PDF</a>
214207
{% else %}
215208
<a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">PDF</a>
216209
{% endif %}
217210
{% endif %}
211+
{% if entry.html %}
212+
{% if entry.html contains '://' %}
213+
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
214+
{% else %}
215+
<a href="{{ entry.html | prepend: '/assets/html/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
216+
{% endif %}
217+
{% endif %}
218218
{% if entry.supp %}
219219
{% if entry.supp contains '://' %}
220220
<a href="{{ entry.supp }}" class="btn btn-sm z-depth-0" role="button">Supp</a>

assets/json/resume.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"publisher": "ACL 2026 Demo",
6161
"releaseDate": "2026-07",
6262
"summary": "RECAP captures AI chat and code edits in VS Code, merges them into replayable timelines, and provides analysis modules for studying developer-AI interaction patterns.",
63-
"url": "../assets/pdf/Arxiv_ACL_Demo_Feb_2026_RECAP.pdf"
63+
"url": "https://arxiv.org/pdf/2605.01104"
6464
},
6565
{
6666
"name": "Believing without Seeing: Quality Scores for Contextualizing Vision-Language Model Explanations",
-4.47 MB
Binary file not shown.

assets/pdf/Resume.pdf

2.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)