diff --git a/index.html b/index.html index 178d45f..b69aa24 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,26 @@ Research
+
+ +
+ A dataflow programming environment with a colorful cellular automata. +
+
+ +
+ Dynamic Toolchains +
+
+
+ We built an event-driven dataflow environment to scaffold development of new digital fabrication workflows. +
+ + +
failed 3d print @@ -144,7 +164,7 @@ p5.fab
- A system for controlling digital fabrication machines from the creative coding environment p5.js, informed by insights into 3D printing practice. + A system for controlling digital fabrication machines from the creative coding environment p5.js, informed by insights into 3D printing practice.
- Enabling control of digital fabrication machines from a Computer-Aided Design (CAD) environment, including interactive control of toolpath geometry as well as machine parameters such as speed, acceleration, or jerk. + Enabling control of digital fabrication machines from a Computer-Aided Design (CAD) environment, including interactive control of toolpath geometry as well as machine parameters such as speed, acceleration, or jerk.
+
- collage of plots from plotter twitter + Collage of plotted artwork shared with the PlotterTwitter hashtag.
+
+
Studying #PlotterTwitter
+
We conducted a qualitative study of #PlotterTwitter and found that makers champion creative exploration of materials over a predictable series of steps.
diff --git a/projects/dynamic-toolchains/index.html b/projects/dynamic-toolchains/index.html index 322d085..d371986 100644 --- a/projects/dynamic-toolchains/index.html +++ b/projects/dynamic-toolchains/index.html @@ -7,6 +7,7 @@ + back to home
diff --git a/projects/dynamic-toolchains/thumbnail.png b/projects/dynamic-toolchains/thumbnail.png new file mode 100644 index 0000000..8ab04fd Binary files /dev/null and b/projects/dynamic-toolchains/thumbnail.png differ diff --git a/projects/plottertwitter/index.html b/projects/plottertwitter/index.html index 2e14da8..7d3af21 100644 --- a/projects/plottertwitter/index.html +++ b/projects/plottertwitter/index.html @@ -7,6 +7,8 @@ + back to home +
diff --git a/assets/img/plottertwitter.png b/projects/plottertwitter/thumbnail.png similarity index 100% rename from assets/img/plottertwitter.png rename to projects/plottertwitter/thumbnail.png diff --git a/projects/projects.css b/projects/projects.css index 1a04562..b162634 100644 --- a/projects/projects.css +++ b/projects/projects.css @@ -55,6 +55,15 @@ a { color: inherit; } +.home { + position: absolute; + right: 0; + padding: 0.2em 0.4em; + color: #cccccc; + font-style: italic; + background-color: #111111; +} + .no-margin-section { width: 100%; max-width: calc(var(--col-width) - 2em);