Skip to content

Commit b87a34c

Browse files
committed
added pdfs
1 parent 69d34eb commit b87a34c

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

INSTALL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,12 @@ If you need to manually re-deploy your website to GitHub pages, go to Actions, c
167167
1. [Use this template -> Create a new repository](https://github.com/new?template_name=al-folio&template_owner=alshedivat).
168168
2. Netlify: **Add new site** -> **Import an existing project** -> **GitHub** and give Netlify access to the repository you just created.
169169
3. Netlify: In the deploy settings
170-
171170
- Set **Branch to deploy** to `main`
172171
- **Base directory** is empty
173172
- Set **Build command** to `sed -i "s/^\(baseurl: \).*$/baseurl:/" _config.yml && bundle exec jekyll build`
174173
- Set **Publish directory** to `_site`
175174

176175
4. Netlify: Add the following two **environment variables**
177-
178176
- | Key | Value |
179177
| -------------- | -------------------------------------------------------------------------------------- |
180178
| `JEKYLL_ENV` | `production` |

_bibliography/papers.bib

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ @article{pathgen
44
title={PathGen: An Efficient Parallel Critical Path Generation Algorithm},
55
year={2025},
66
selected={true},
7-
pdf={2025-ASPDAC-PathGen.pdf}
7+
pdf={2025-ASPDAC-PathGen.pdf},
8+
website={https://github.com/Randy1005/Ink}
89
}
910

1011
@INPROCEEDINGS{ink-dynamic,
@@ -13,7 +14,9 @@ @INPROCEEDINGS{ink-dynamic
1314
booktitle={IEEE ISVLSI},
1415
title={Incremental Critical Path Generation for Dynamic Graphs},
1516
year={2024},
16-
selected={true}
17+
selected={true},
18+
pdf={2024-ISVLSI-ink.pdf},
19+
website={https://github.com/Randy1005/Ink}
1720
}
1821

1922

@@ -22,7 +25,9 @@ @INPROCEEDINGS{ink
2225
booktitle={ACM/IEEE DAC},
2326
title={Ink: Efficient Incremental k-Critical Path Generation},
2427
year={2024},
25-
selected={true}
28+
selected={true},
29+
pdf={2024-DAC-ink},
30+
website={https://github.com/Randy1005/Ink}
2631
}
2732

2833
@INPROCEEDINGS{GPasta,
@@ -32,7 +37,8 @@ @INPROCEEDINGS{GPasta
3237
booktitle={ACM/IEEE DAC},
3338
title={G-PASTA: GPU-Accelerated Partitioning Algorithm for Static Timing Analysis},
3439
year={2024},
35-
selected={true}
40+
selected={true},
41+
pdf={2024-DAC-gpasta}
3642
}
3743

3844

assets/js/distillpub/transforms.v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
}
437437

438438
function createCommonjsModule(fn, module) {
439-
return (module = { exports: {} }), fn(module, module.exports), module.exports;
439+
return ((module = { exports: {} }), fn(module, module.exports), module.exports);
440440
}
441441

442442
var bibtexParse = createCommonjsModule(function (module, exports) {

assets/pdf/2024-DAC-Ink.pdf

947 KB
Binary file not shown.

assets/pdf/2024-DAC-gpasta.pdf

757 KB
Binary file not shown.

assets/pdf/2024-ISVLSI-Ink.pdf

123 KB
Binary file not shown.

0 commit comments

Comments
 (0)