Skip to content

Commit e3ccd5f

Browse files
committed
Fix AAAI 2024 corresponding author and HuggingFace dataset icon
- Change LLMEval (AAAI 2024) corresponding author to Qi Zhang - Replace broken HuggingFace SVG with clean database icon for Dataset link Made-with: Cursor
1 parent 33cbeda commit e3ccd5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/PaperCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export function PaperCard({ paper, index = 0 }: { paper: Paper; index?: number }
9595
rel="noopener noreferrer"
9696
className="inline-flex items-center gap-1.5 text-sm font-medium text-accent transition-colors hover:text-accent/80"
9797
>
98-
<svg className="h-4 w-4" viewBox="0 0 95 88" fill="currentColor">
99-
<path d="M47.2 0C21.1 0 0 21.1 0 47.2s21.1 47.2 47.2 47.2 47.2-21.1 47.2-47.2S73.3 0 47.2 0zm0 88.5C24.2 88.5 5.5 69.8 5.5 46.8S24.2 5.1 47.2 5.1s41.7 18.7 41.7 41.7-18.7 41.7-41.7 41.7z" />
98+
<svg className="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}>
99+
<path strokeLinecap="round" strokeLinejoin="round" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" />
100100
</svg>
101101
Dataset
102102
</a>

src/data/papers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export const papers: Paper[] = [
100100
"Shichun Liu",
101101
"Yongyao Shi",
102102
"Tao Gui",
103-
"Qi Zhang",
104-
"Xuanjing Huang",
103+
"Qi Zhang",
104+
"Xuanjing Huang",
105105
],
106106
authorNotes: "* Equal Contribution, † Corresponding Author",
107107
venue: "AAAI 2024",

0 commit comments

Comments
 (0)