Skip to content

Commit 97fe86f

Browse files
committed
Serve my own PDF rather than on external website
1 parent 6282694 commit 97fe86f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

251 KB
Binary file not shown.
492 KB
Binary file not shown.

public/papers/kim-2025-cupid.pdf

6.82 MB
Binary file not shown.
101 KB
Binary file not shown.

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ import kim2025Cupid from '../assets/paper_thumbnails/kim-2025-cupid.webp';
102102
authors='Tae Soo Kim, Yoonjoo Lee, Yoonah Park, Jiho Kim, Young-Ho Kim, and Juho Kim'
103103
venue='Second Conference on Language Modeling (COLM 2025)'
104104
imageSrc={kim2025Cupid}
105-
pdfUrl='https://arxiv.org/pdf/2508.01674'
106-
websiteUrl='https://cupid.kixlab.org/'
105+
pdfUrl='/papers/kim-2025-cupid.pdf'
106+
websiteUrl='https://cupid.kixlab.org'
107107
datasetUrl='https://huggingface.co/datasets/kixlab/CUPID'
108108
bibtexUrl='/paper_bibtex/kim-2025-cupid.txt'
109109
/>
@@ -115,15 +115,15 @@ import kim2025Cupid from '../assets/paper_thumbnails/kim-2025-cupid.webp';
115115
title='Voice Interaction With Conversational AI Could Facilitate Thoughtful Reflection and Substantive Revision in Writing'
116116
authors="Jiho Kim, Philippe Laban, Xiang 'Anthony' Chen, and Kenneth C. Arnold"
117117
venue='Fourth Workshop on Intelligent and Interactive Writing Assistants (In2Writing 2025) at NAACL 2025'
118-
pdfUrl='https://arxiv.org/pdf/2504.08687'
118+
pdfUrl='/papers/kim-2025-voice-interaction.pdf'
119119
posterUrl='/posters/kim-2025-voice-interaction.pdf'
120120
bibtexUrl='/paper_bibtex/kim-2025-voice-interaction.txt'
121121
/>
122122
<PaperCard
123123
title='Interaction-Required Suggestions for Control, Ownership, and Awareness in Human-AI Co-Writing'
124124
authors='Kenneth C. Arnold and Jiho Kim'
125125
venue='Fourth Workshop on Intelligent and Interactive Writing Assistants (In2Writing 2025) at NAACL 2025'
126-
pdfUrl='https://arxiv.org/pdf/2504.08726'
126+
pdfUrl='/papers/arnold-2025-interaction-required-suggestions.pdf'
127127
demoUrl='https://huggingface.co/spaces/CalvinU/writing-prototypes'
128128
posterUrl='/posters/arnold-2025-interaction-required-suggestions.pdf'
129129
bibtexUrl='/paper_bibtex/arnold-2025-interaction-required-suggestions.txt'
@@ -132,7 +132,7 @@ import kim2025Cupid from '../assets/paper_thumbnails/kim-2025-cupid.webp';
132132
title='Towards Full Authorship with AI: Supporting Revision with AI-Generated Views'
133133
authors='Jiho Kim, Ray C. Flanagan, Noelle E. Haviland, ZeAi Sun, Souad N. Yakubu, Edom A. Maru, and Kenneth C. Arnold'
134134
venue='Fifth Workshop on Human-AI Co-Creation with Generative Models (HAI-GEN 2024) at IUI 2024'
135-
pdfUrl='https://arxiv.org/pdf/2403.01055'
135+
pdfUrl='/papers/kim-2024-towards-full-authorship-with-ai.pdf'
136136
demoUrl='https://app.thoughtful-ai.com/'
137137
posterUrl='/posters/kim-2024-towards-full-authorship-with-ai.pdf'
138138
videoUrl='https://www.youtube.com/watch?v=-s6IvkGqj2Q'

0 commit comments

Comments
 (0)