Skip to content

Commit efca1ef

Browse files
committed
add talk
1 parent ffec637 commit efca1ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,19 @@ paper_one_title: "Finch: Sparse and Structured Tensor Programming with Control F
6060
paper_one_content: "Willow Ahrens, Teodoro Fields Collin, Radha Patel, Kyle Deeds, Changwan Hong, and Saman Amarasinghe, Proc. ACM Program. Lang., April 2025."
6161
paper_one_link: https://doi.org/10.1145/3720473
6262
paper_one_download: https://willowahrens.net/assets/documents/ahrens_finch_2025.pdf
63+
paper_one_talk: https://youtu.be/GleRnsVZBG0?si=wfIeviWNgigpcdPF
6364

6465
paper_two_title: "Galley: Modern Query Optimization for Sparse Tensor Programs"
6566
paper_two_content: "Kyle Deeds, Willow Ahrens, Magda Balazinska, and Dan Suciu, arXiv, August 2024."
6667
paper_two_link: https://doi.org/10.48550/arXiv.2408.14706
6768
paper_two_download: https://willowahrens.net/assets/documents/deeds_galley_2024.pdf
69+
paper_two_talk: #
6870

6971
paper_three_title: "Looplets: A Language for Structured Coiteration"
7072
paper_three_content: "Willow Ahrens, Daniel Donenfeld, Fredrik Kjolstad, and Saman Amarasinghe, CGO, February 2023."
7173
paper_three_link: https://doi.org/10.1145/3579990.3580020
7274
paper_three_download: https://willowahrens.net/assets/documents/ahrens_looplets_2023.pdf
75+
paper_three_talk: #
7376

7477
# Build settings
7578
theme: minima

_includes/papers.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ <h5>{{ site.paper_one_title }}</h5>
88
<p>{{ site.paper_one_content }}</p>
99
<a href="{{ site.paper_one_link }}" target="_blank">Link <i class='uil uil-arrow-right arrow-hover'></i></a>
1010
<a href="{{ site.paper_one_download }}" target="_blank">Download <i class='uil uil-arrow-right arrow-hover'></i></a>
11+
{% if site.paper_one_talk %}<a href="{{ site.paper_one_talk }}" target="_blank">Talk <i class='uil uil-arrow-right arrow-hover'></i></a>{% endif %}
1112
</div>
1213
{% endif %}
1314

@@ -18,6 +19,7 @@ <h5>{{ site.paper_two_title }}</h5>
1819
<p>{{ site.paper_two_content }}</p>
1920
<a href="{{ site.paper_two_link }}" target="_blank">Link <i class='uil uil-arrow-right arrow-hover'></i></a>
2021
<a href="{{ site.paper_two_download }}" target="_blank">Download <i class='uil uil-arrow-right arrow-hover'></i></a>
22+
{% if site.paper_two_talk %}<a href="{{ site.paper_two_talk }}" target="_blank">Talk <i class='uil uil-arrow-right arrow-hover'></i></a>{% endif %}
2123
</div>
2224
{% endif %}
2325

@@ -28,6 +30,7 @@ <h5>{{ site.paper_three_title }}</h5>
2830
<p>{{ site.paper_three_content }}</p>
2931
<a href="{{ site.paper_three_link }}" target="_blank">Link <i class='uil uil-arrow-right arrow-hover'></i></a>
3032
<a href="{{ site.paper_three_download }}" target="_blank">Download <i class='uil uil-arrow-right arrow-hover'></i></a>
33+
{% if site.paper_three_talk %}<a href="{{ site.paper_three_talk }}" target="_blank">Talk <i class='uil uil-arrow-right arrow-hover'></i></a>{% endif %}
3134
</div>
3235
{% endif %}
3336

0 commit comments

Comments
 (0)