Skip to content

Commit

Permalink
pubs: remove dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Oct 27, 2023
1 parent 2bec93d commit 16e528c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/.vitepress/pubs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Publications, Author } from "./interface"

const teslaZhang: Author = {
name: 'Tesla Zhang',
link: 'http://personal.psu.edu/yqz5714/'
link: 'https://ice1000.org'
};
export const publications: Publications = [
{
Expand All @@ -14,9 +14,7 @@ export const publications: Publications = [
authors: [teslaZhang],
links: [
['arxiv', '2103.15408'],
['doi', '10.1145/3471875.3472991'],
['conference', 'https://personal.psu.edu/yqz5714/gadt-cr.pdf'],
['online', 'https://personal.psu.edu/yqz5714/gadt.pdf']
['doi', '10.1145/3471875.3472991']
],
},
],
Expand Down

0 comments on commit 16e528c

Please sign in to comment.