Skip to content

Commit 4e545c5

Browse files
committed
Updated on 2024-12-31
1 parent ffecc86 commit 4e545c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def generate_html(json_file_path, output_file_path):
4848
<th data-sort="author">Author</th>
4949
<th data-sort="year">Year</th>
5050
<th data-sort="topic">Topic</th>
51-
<th data-sort="venue">Publication Venue</th>
51+
<th data-sort="venue">Venue</th>
5252
<th data-sort="description">Description</th>
5353
<th>Link</th>
5454
</tr>

papers_read.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>Here's where I keep a list of papers I have read.</h1>
3939
<th data-sort="author">Author</th>
4040
<th data-sort="year">Year</th>
4141
<th data-sort="topic">Topic</th>
42-
<th data-sort="venue">Publication Venue</th>
42+
<th data-sort="venue">Venue</th>
4343
<th data-sort="description">Description</th>
4444
<th>Link</th>
4545
</tr>

0 commit comments

Comments
 (0)