Skip to content

Commit 72d95a7

Browse files
committed
Fix PDF deploy (rename) and add SCSS path to deploy trigger
1 parent 526f941 commit 72d95a7

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
- main
88
paths:
99
- "assets/**"
10+
- "_sass/**"
1011
- "**.bib"
1112
- "**.html"
1213
- "**.js"
1314
- "**.liquid"
1415
- "**/*.md"
16+
- "**.scss"
1517
- "**.yml"
1618
- "Gemfile"
1719
- "Gemfile.lock"
@@ -34,11 +36,13 @@ on:
3436
- main
3537
paths:
3638
- "assets/**"
39+
- "_sass/**"
3740
- "**.bib"
3841
- "**.html"
3942
- "**.js"
4043
- "**.liquid"
4144
- "**/*.md"
45+
- "**.scss"
4246
- "**.yml"
4347
- "Gemfile"
4448
- "Gemfile.lock"

_bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ @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+
pdf={Arxiv_ACL_Demo_Feb_2026_RECAP.pdf},
1313
preview={RECAP.png}
1414
}
1515

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": "../assets/pdf/Arxiv_ACL_Demo_Feb_2026_RECAP.pdf"
6464
},
6565
{
6666
"name": "Believing without Seeing: Quality Scores for Contextualizing Vision-Language Model Explanations",
File renamed without changes.

0 commit comments

Comments
 (0)