We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa42c6 commit cd12cf4Copy full SHA for cd12cf4
src/data/publications.ts
@@ -51,7 +51,11 @@ const publications: Publication[] = [
51
"I/O Bottleneck Detection",
52
"WisIO",
53
],
54
- links: {},
+ links: {
55
+ pdf: "http://cs.iit.edu/~scs/assets/files/yildirim2025wisio.pdf",
56
+ bibtex: "http://cs.iit.edu/~scs/assets/files/yildirim2025wisio.bib",
57
+ citation: "http://cs.iit.edu/~scs/assets/files/yildirim2025wisio.txt",
58
+ },
59
},
60
{
61
authors: [
0 commit comments