Skip to content

Commit bd7363e

Browse files
committed
Add blended primitives and update knitscape links
1 parent e09577f commit bd7363e

File tree

3 files changed

+71
-9
lines changed

3 files changed

+71
-9
lines changed

index.html

+32-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,37 @@
3434
</div>
3535
<div class="headline padding-bottom-std">Research</div>
3636
<section class="projects-section padding-bottom-std">
37+
<div class="project-tile">
38+
<a href="projects/blended-primitives/">
39+
<div class="project-photo-container">
40+
<img
41+
class="project-photo padding-bottom-std"
42+
src="projects/blended-primitives/thumbnail.png" />
43+
</div>
44+
</a>
45+
<a href="projects/blended-primitives/">
46+
<div class="project-title padding-bottom-std">KnitScape II</div>
47+
</a>
48+
<div class="project-text">
49+
We extended the original KnitScape editor so instruction charts are rasterized from layered vector primitives.
50+
</div>
51+
52+
<div class="project-links padding-bottom-std">
53+
<a
54+
target="_blank"
55+
rel="noopener noreferrer"
56+
href="projects/blended-primitives/"
57+
>Project Page</a
58+
>
59+
<a
60+
target="_blank"
61+
rel="noopener noreferrer"
62+
href="https://dl.acm.org/doi/10.1145/3654777.3676351"
63+
>Paper</a
64+
>
65+
</div>
66+
</div>
67+
3768
<div class="project-tile">
3869
<a href="projects/knitscape/">
3970
<div class="project-photo-container">
@@ -43,7 +74,7 @@
4374
</div>
4475
</a>
4576
<a href="projects/knitscape/">
46-
<div class="project-title padding-bottom-std">KnitScape</div>
77+
<div class="project-title padding-bottom-std">KnitScape I</div>
4778
</a>
4879
<div class="project-text">
4980
We built a browser-based tool for exploring the surprising design

projects/blended-primitives/index.html

+36-4
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,33 @@
2020
<span class="author-names">
2121
Hannah Twigg-Smith, Yuecheng Peng, Emily Whiting, and Nadya Peek
2222
</span>
23-
<!-- <div class="links">
23+
<div class="links">
24+
<span>Published at UIST 2024.</span>
2425
<a
25-
href="https://knitscape.net/"
26+
href="https://dl.acm.org/doi/pdf/10.1145/3654777.3676351"
27+
target="_blank"
28+
rel="noopener noreferrer">
29+
Paper PDF
30+
</a>
31+
<a
32+
href="https://dl.acm.org/doi/10.1145/3654777.3676351"
33+
target="_blank"
34+
rel="noopener noreferrer">
35+
ACM DL
36+
</a>
37+
<a
38+
href="https://machineagency.github.io/blended-primitives/"
2639
target="_blank"
2740
rel="noopener noreferrer">
2841
Live Site
2942
</a>
3043
<a
31-
href="https://github.com/machineagency/knitscape"
44+
href="https://github.com/machineagency/blended-primitives"
3245
target="_blank"
3346
rel="noopener noreferrer">
3447
Source Code Repository
3548
</a>
36-
</div> -->
49+
</div>
3750
</div>
3851
</section>
3952
<section class="no-margin-section">
@@ -74,5 +87,24 @@ <h3 class="section-title">Abstract</h3>
7487
patches.
7588
</p>
7689
</section>
90+
<iframe
91+
class="no-margin-section video-iframe"
92+
src="https://www.youtube.com/embed/ILn2TDGkEaM?si=k8RYVv7y9Tzr06MP"
93+
frameborder="0"
94+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
95+
allowfullscreen>
96+
</iframe>
97+
<section class="margin-section">
98+
<h3 class="section-title">Bibtex</h3>
99+
<pre class="bibtex">
100+
@inproceedings{twigg2024blendedprimitives,
101+
title={What's in a Cable? Abstracting Knitting Design Elements with Blended Raster/Vector Primitives},
102+
author={Twigg-Smith, Hannah and Peng, Yuecheng and Whiting, Emily and Peek, Nadya},
103+
booktitle={UIST '24: Proceedings of the 37th Annual ACM Symposium on User Interface Software and Technology},
104+
pages={1--20},
105+
year={2024}
106+
}
107+
</pre>
108+
</section>
77109
</body>
78110
</html>

projects/knitscape/index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
ACM DL
3939
</a>
4040
<a
41-
href="https://knitscape.net/"
41+
href="https://machineagency.github.io/knitscape-2024/"
4242
target="_blank"
4343
rel="noopener noreferrer">
4444
Live Site
4545
</a>
4646
<a
47-
href="https://github.com/machineagency/knitscape"
47+
href="https://github.com/machineagency/knitscape-2024"
4848
target="_blank"
4949
rel="noopener noreferrer">
5050
Source Code Repository
@@ -87,8 +87,7 @@ <h3 class="section-title">Bibtex</h3>
8787
pages={1--20},
8888
year={2024}
8989
}
90-
</pre
91-
>
90+
</pre>
9291
</section>
9392
</body>
9493
</html>

0 commit comments

Comments
 (0)